/* Sonic Records  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background:url(images/bg.jpg) repeat-x #000000;
	background-position:top center;
	font-family: Verdana, sans-serif;
	font-size:13px;
	line-height:19px;
	color: #494949;

}

#container {
	width: 769px;
	text-align: left;
	
	margin: 0 auto;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:205px;
	width:769px;
}

#imagerotator {
	background:url(images/content_bg.jpg) repeat-y;
	position:relative;
	height: 236px;
}


#ourartists {
	background:url(images/ourartists2.jpg) no-repeat;
	height:36px;
	width:769px;
}

#twitter_div {
	background-color:#FFFFFF;
	padding:8px 20px 2px 0px;
	min-height: 150px;
}

#releases_div {
	background-color:#FFFFFF;
	padding:8px 15px 8px 15px;
	min-height: 350px;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	min-height:57px;
}


/* Nav positioning -------------------------------------------  */

#header_facebook { position:relative; top:170px; left:586px; }
#header_twitter { position:relative; top:170px; left:586px; }
#header_myspace { position:relative; top:170px; left:586px; }
#header_youtube { position:relative; top:170px; left:586px; }
#header_audioplayer { position:relative; top:170px; left:625px; }

#mmet { position:relative; top:6px; left:200px; }
#heyrosetta { position:relative; top:6px; left:230px; }
#nathan { position:relative; top:6px; left:260px; }
#novaks { position:relative; top:6px; left:290px; }
#viewreleases { position:relative; top:8px; left:320px; }

#footer_facebook { position:relative; top:20px; left:20px; }
#footer_twitter { position:relative; top:20px; left:20px; }
#footer_myspace { position:relative; top:20px; left:20px; }
#footer_youtube { position:relative; top:20px; left:20px; }
#footer_seg { position:relative; top:13px; left:90px; }

/* Links ------------------------------------------- */

A.seglink:link {
	color: #555555;
	text-decoration: none;
	font: 11px/15px Century Gothic;
	padding: 1px 10px;
}
A.seglink:visited {
	text-decoration : none;   /*line-through;*/
	color: #555555;
	font: 11px/15px Century Gothic;
	padding: 1px 10px;
	}

A.seglink:hover {
	color: #fff;
	font: 11px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #121212;
}
A.imagelink:hover {
	border: 5px solid #ffffff;
}


/* Headers and fonts ------------------------------------------- */

h1.bandname  {                                         
	color: #4e4e4e;
	font: 16pt "century gothic";  
	letter-spacing: -0.075em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
}

h2.album  {                                         
	color: #666666;
	margin-top: 0;
	font: 12pt "verdana"; 
	line-height: 0em; 
	font-weight: normal; 
	vertical-align:absbottom; 
	display:inline       
}

h4.blurb {                                         
	color: #000000;
	margin-top: 0;
	font: 8pt "Verdana";
	line-height: 9.5pt;   
}


/* Images ------------------------------------------- */

img.contentimage {
	float: left;
	margin: 0em 0.75em 0em 0.0em;
	border: 3px solid #d9d9d9; 
}

/* Lightbox ------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

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

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

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 16px Georgia, Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 2.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2926; }
