
/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin-bottom: 14px;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans;
	font-size: 10px;
	letter-spacing: 0Px;
	line-height:12px;
	color:#505050;
	/*background-image: url(../gfx/frame.gif);
	background-repeat: repeat-y;
	background-position: center;
	*/
	-webkit-text-size-adjust:none; /* Turn off font resizing */
}

a { color: #aaaaaa; text-decoration: none; border:none;}
a:hover { color: #505050; border:none;}

.left { float: left; }

.right { float: right; }
h1 {  }

h2 {  }

img {
	border:none;
}


/* Structure
=================================== */


#page_all {

	
	margin:120px auto auto;
	
	width: 500px;
	font-weight: normal;
	color:#000000;
}

#page_left{
	position:relative;
	float:left;
	text-align:right;
	margin-right: 12px;
	width: 131px;
}

#page_right{
	position:relative;
	float:right;
	left:-31px;
	top:0px;
	width:326px;
}

.nav {
	text-transform:uppercase;
	border:none;
	padding:0px;
	margin:0px;
}

.nav img{
	text-transform:none;
	border:0px;
	width:23px;
	height:23px;
}

.sub_nav {
	text-transform:uppercase;
	margin:0px 0px 12px;
}

.sub_nav img{
	width:12px;
	height:1px;
}

#info {
	padding:0px 0px 0px;

}

#feedback {
	padding:37px 0px 0px;
}

#moods {
	padding:37px 0px 0px;
}

#beats {
	padding:61px 0px 0px;
}

#rocks {
	padding:85px 0px 0px;
}

#blocks {
	padding:109px 0px 0px;
}

#pearls {
	padding:133px 0px 0px;
}

#contact {
	padding:157px 0px 0px;
}


.artists img{
	height:34px;
	width:34px;
}

.artists td{
	vertical-align:bottom;
	padding-right:5px;
	padding-bottom:8px;
	padding-top:4px;
}

.releases img{
	height:34px;
	width:34px;
}

.releases td{
	vertical-align:bottom;
	padding-right:5px;
	padding-bottom:8px;
	padding-top:4px;
}

.mail_bg{
 
}

.mailtrue{
 	color: #aaaaaa;
}

.mailfalse{
 	color: #505050;
}

#mailtrueborder{
	border-color: #aaaaaa;
}

#mailfalseborder{
	border-color: #505050;
}

#supportmailfieldtrue{
	color:#505050;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
	width:245px;
}

#supportmailfieldfalse{
	color:#505050;
	border-style:solid;
	border-width:1px;
	border-color:#505050;
	width:245px;
}

#supportmailcheck{
	color:#505050;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
}

#submitbtn{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	border-width:2px;
	border-top-width:0px;
	background-color:#aaaaaa;
	border-style:solid;
	border-color:#aaaaaa;
}


/* 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; z-index:100;}

#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(../gfx/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gfx/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px 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: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.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: #000; }
