/* Style sheet for www.thetruemaverick.jp
   Code by www.ensamvargdesign.com */
*{
	margin:0;
	padding:0;
}
body{
	/*background-color:#0b0b0b;*/
	background-color:#030303;
	background-image:url(images/layout.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#666;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}
#body2{
	margin:0 auto;
	width:1000px;
}
#navi{
	list-style-type:none;
	text-align:center;
	font-size:12px;
	padding-top:5px;
}
#navi img{
	border:0;	
}
#navi li{
	padding-left:45px;
	padding-right:45px;
	display:inline;
}
#navi a{
	text-decoration:none;	
}
#navi a:hover{
	text-decoration:underline;
}
h1{
	margin-top:5px;	
}
a{
	color:#AAA;
	text-decoration:none;
}
a:hover{
	color:#666;	
}
#content{
	padding-top:290px;
	width:700px;
	margin:0 auto;
}
#content img{
	border:0;	
}
#content h2{
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
}
#content h3{
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:20px;
}
#content p{
	margin-left:20px;
	margin-bottom:10px;
	font-size:11px;
}
#content .center{
	text-align:center;	
}
#content .writtenby{
	text-align:right;	
}
#content ul{
	font-size:11px;
	margin-left:20px;
	margin-bottom:10px;
	list-style-type:none;
}
#content #profcore{
	font-size:11px;
	margin-left:20px;
	margin-bottom:10px;
	list-style-type:none;
}
#content .profp{
	width:220px;
	padding-right:30px;
	text-align:right;
	float:left;
}
#content .profd{
	width:430px;
	float:left;
}
#content .albumc{
	width:220px;
	padding-right:30px;
	text-align:right;
	float:left;
}
#content .albumd{
	width:430px;
	float:left;
}
#content .download{
	text-decoration:underline;	
}
#content .clear{
	clear:left;	
}
#footer{
	font-size:9px;
	text-align:center;
	padding-top:20px;
}
/* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/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; }