#wrapper { position: relative; margin: 0 auto; padding: 0; width: 1000px; }

body {
	background-image: url(/images/background-thread.jpg);
	background-position: top;
	margin: 10px 5px 5px;
	font-family: Helvetica, Arial;
	line-height: 150%;
	background-attachment: fixed;
}

#banner {
	background-image: url(/images/parchment-background.jpg);
	position:absolute;
	top: 0;
	left: 0;
	width:1000px;
	height:100px; }

#youarehere { color: black; font-size: 9pt; font-family: helvetica, arial; line-height: 100%; font-weight: bold; background-image: url(images/yahbackground.gif); text-align: left; text-indent: 10px; position: relative; top: -65px; width: 1000px; height: 15px; }
#youarehere a:link { color: black; text-decoration: none; }
#youarehere a:hover { text-decoration: underline; }
#youarehere a:visited { color: black; text-decoration: none; }
#youarehere a:visited:hover { text-decoration: underline; }


#maincontent {
	background-image: url(images/parchment-background.jpg);
	position: absolute;
	top: 90px;
	background-repeat: repeat-y;
	height: auto;
	width: 1000px;
}

ol { margin: 1em 0 1em 10px; font-family: Georgia, serif; }


#sidebar {
	color: #464646;
	font-size: 9pt;
	font-family: helvetica, arial;
	line-height: 140%;
	text-align: right;
	position: absolute;
	top: 15px;
	left: 25px;
	width: 225px;
	height: auto;
	clear: left;
}
#sidebar a:link {
	color: #464646;
	text-decoration: none; }
#sidebar a:hover {
	background-color: #f5f5dc;
	text-decoration: underline; }
#sidebar a:visited { color: #464646; text-decoration: none; }
#sidebar a:visited:hover {
	background-color: #f5f5dc;
	text-decoration: underline; }
.sidebar-title { font-size: 9pt; }


#content {
	position: relative;
	top: -60px;
	left: 300px;
	width: 675px;
	color: black;
	font-size: 12pt;
	font-family: Georgia, Serif;
	line-height: 140%;
	height: auto;
}
#content a:link {
	color: black;
	text-decoration: none;
	}
#content a:hover {
	background-color: #f5f5dc;
	text-decoration: none;
	border-bottom: 1px dotted silver; }
#content a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted silver; }
#content a:visited:hover {
	background-color: #f5f5dc;
	text-decoration: none;
	border-bottom: 1px dotted silver; }
.content-title { color: black; font-size: 24pt; font-weight: bold; line-height: 100%; font-family: Georgia, serif; }


#songlisting { color: #4b4b4b; font-size: 10pt; font-family: Georgia, serif; line-height: 150%; width: 675px; }
.songlisting-cdtitle { color: black; font-size: 24pt; font-weight: bold; line-height: 100%; }
.songlisting-songtitle { color: black; font-size: 10pt; font-weight: bolder; text-transform: uppercase; font-family: Helvetica, Arial; }


#lyrics { color: black; font-size: 11pt; font-family: Georgia, serif; line-height: 150%; width: 675px; }
.lyrics-songtitle { font-size: 13pt; font-weight: bold; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif; }
.lyrics-credits { color: gray; font-size: 10pt; line-height: 120%; font-family: Helvetica, Arial, sans-serif; }
#didjaknow { color: #323232; font-size: 9pt; background-color: #fdf5e6; text-align: center; width: 150px; float: right; }
#copyright {
	color: #000;
	font-size: 7pt;
	font-family: helvetica, arial;
	text-align: right;
	clear: left;
	width: 700px;
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
#copyright a { color: black; text-decoration: underline; }

.tiny {
	color: gray;
	font-size: 8pt;
	font-family: helvetica, arial;
}

.tinydark {
	color: #464646;
	font-size: 8pt;
	font-family: helvetica, arial; }
	
br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}


	
#homepagecontent { color: #696969; font-size: 11pt; font-family: Georgia, serif; line-height: 120%; background-image: url(images/parchment-background.jpg); }

#divider { background-image: url(images/longflower.gif); position: relative; left: -15px; width: 250px; height: 50px; }

#divider2 {
	background-image: url(images/vine.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: relative;
	width: 675px;
	height: 40px; }
	
/*lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	}
#lightbox img{ border: none;	}

#imageContainer{
	position: relative;
	padding: 10px;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 53% no-repeat; }

#imageData{
	font: 10px Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	color: black;
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
	line-height: 110%; }
#imageData #numberDisplay{
	color: #696969;
	font-size: 7pt;
	font-family: verdana;
	display: block;
	clear: left; }			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* SPECIAL STYLES FOR STORE ITEMS */

#packagecontent {
	width: 900px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	font-size: 11pt;
	font-family: Georgia, serif;
	line-height: 150%;
	background-image:url(/kids123/giftsets.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#package1 {
	float: left;
	height: 400px;
	width: 250px;
	clear: left;
	text-align: center;
	margin-left: 80px;
	margin-top: 250px;
}
#package2 {
	float: left;
	height: 400px;
	width: 250px;
	text-align: center;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#package3 {
	float: left;
	height: 400px;
	width: 250px;
	clear: right;
	text-align: center;
	margin-top: 250px;
}


