/* Style sheet for Immundus
   Code by Ensamvarg Design : www.ensamvarg.com */
*{
	margin:0;padding:0;	
}
#interview p{
	font-size:11px;
	margin-bottom:10px;	
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
}
#interview p+p{
	text-indent:3em;	
}
#interview .one{
	background-color: #222;
	padding-top:3px;
	padding-bottom:3px;
}
#interview a{
	color:#900;
}
#interview .right{
	text-align:right;
}
body{
	background-color:#000;
	font-size:12px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}
#body2{
	width:900px;
	margin:0 auto;		
}
#top{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:900px;height:101px;
}
#middle{
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
	width:900px;height:499px;
}
#bottom{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	width:900px;height:200px;	
}
#navi{
	text-align:center;
	list-style-type:none;	
	height:28px;
	width:800px;
	margin:0 auto;
}
#navi li{
	padding-left:10px;
	padding-right:10px;
	display:inline;
}
img{
	margin-top:6px;	
	border:0;
}
a:active, a:focus{
	outline:0;
}
#content{
	width:800px;
	height:475px;
	margin:0 auto;
}
#scroller{
	width:100%;height:99%;
	overflow:auto;
}
#content a{
	color:#999;
	background-color:inherit;
	text-decoration:none;
}
#content a:hover{
	color:#999;
	background-color:inherit;
	text-decoration:underline;
}
#content h1{
	font-size:14px;
	margin-top:5px;
	margin-bottom:10px;
}
#content h2{
	padding-left:70px;
	font-size:14px;
	margin-top:5px;
	margin-bottom:10px;
}
#content h3{
	padding-left:80px;
	font-size:12px;
	margin-bottom:10px;
}
#content h4{
	font-size:12px;
	padding-left:150px;
}
#content p{
	padding-right:100px;
	padding-left:100px;
	margin-bottom:10px;
}
#content p+p{
	text-indent:1.5em;	
}
#content ul{
	padding-left:150px;
	margin-bottom:10px;
}
#content ul li{
	margin-bottom:2px;	
}
.center{
	text-align:center;	
}
#content .imgleft{
	float:left;
	padding-right:10px;
}
#content .discleft{
	width:220px;
	margin-left:80px;
	float:left;
}
#content .discmid{
	width:250px;
	float:left;
}
#content .discright{
	padding-left:10px;
	width:200px;
	float:left;
}
#content .discinfo{
	padding-left:0;
	list-style-type:none;	
}
#content .discinfo2{
	padding-left:0;
	font-size:10px;
	list-style-type:none;	
}
#content .small{
	font-size:10px;	
}
#content .smallright{
	text-align:right;
	font-size:10px;
}
#content .discclear{
	clear:left;	
}
#content .additionalcenter{
	margin:0 auto;
	width:550px;
}
#footer{
	float:left;
	font-size:10px;
	text-align:right;
	margin-left:50px;
	color:#666;
	background-color:inherit;
}
#footer a{
	color: #999;
	background-color:inherit;
	text-decoration:none;
}
#footer a:hover{
	color:#999;
	background-color:inherit;
	text-decoration:underline;
}
#footer2{
	float:right;	
	font-size:10px;
	text-align:right;
	margin-right:50px;
	color:#666;
	background-color:inherit;
}
#footer2 a{
	color: #999;
	background-color:inherit;
	text-decoration:none;
}
#footer2 a:hover{
	color:#999;
	background-color:inherit;
	text-decoration:underline;	
}
/* 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; }