/* CSS Document */
body
{
background-color:#040404;
padding:0;
margin:0;
}
#container
{
width:792px;
height:auto;
margin:0 auto;
background-color:#0D0D0D;
padding:0px 4px;
}
#left_column
{
float:left;
width:228px;
height:auto;
font-family:Verdana;
font-size:11px;
color:#BABABA;
}
.box
{
background-color:#181818;
width:auto;
height:auto;
padding:20px;
margin-bottom:3px;
line-height:14px;
}
#left_column a
{
text-decoration:none;
color:#FF8000;
}
#left_column a:hover
{
text-decoration:underline;
}
#main
{
float:right;
width:561px;
height:auto;
font-family:Verdana;
font-size:11px;
color:#BABABA;
}
#main a
{
text-decoration:none;
color:#FF8000;
}
.content_area
{
margin:15px;
line-height:14px;
}
#nav
{
height:31px;
line-height:27px;
width:auto;
background-image:url(../images/navbg.jpg);
background-repeat:repeat-x;
background-position:bottom;
text-align:center;
font-family:"trebuchet MS";
font-size:12px;
color:#FFFFFF;
}
#nav a
{
text-decoration:none;
color:#FFFFFF;
}
#nav a:hover
{
text-decoration:underline;
}
#nav ul
{
padding:0;
margin:0;
}
#nav li
{
list-style-type:none;
display:inline;
padding:0px 8px;
background-image:url(../images/nav_line.jpg);
background-position:right center;
background-repeat:no-repeat;
}
#nav li.last
{
background-image:none;
}
.clear
{
clear:both;
}
hr
{
height:1px;
border:none;
border-bottom:1px solid #2B2B2B;
}
strong
{
color:#FFFFFF
}
input
{
background-color:#181818;
border:1px solid #AEAEAE;
width:178px;
margin-bottom:4px;
font-family:Verdana;
font-size:11px;
color:#BABABA;
}
textarea
{
background-color:#181818;
border:1px solid #AEAEAE;
width:178px;
margin-bottom:4px;
font-family:Verdana;
font-size:11px;
color:#BABABA;
}
form
{
padding:0;
margin:0;

}
.submit
{
width:55px;
height:21px;
border:none;
background-color:#2A2A2A;
margin-top:5px;
margin-left:125px;
color:#FF8000;
}
.submit2
{
width:55px;
height:21px;
border:none;
color:#FF8000;
}
.img_left
{
float:left;
padding:0px 10px 30px 0px;
}
.img_left2
{
float:left;
padding:0px 10px 10px 0px;
}
#footer
{
width:auto;
height:auto;
margin:0px 15px;
text-align:right;
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
padding-bottom:15px;
line-height:18px;
}
#footer a
{
text-decoration:none;
color:#FF8000;
}
h1
{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
line-height:20px;
padding:0;
margin:0;
padding-bottom:10px;
}
h2
{
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
color:#FF9429;
line-height:20px;
padding:5px;
margin:0;
background-color:#161616;
text-align:center
}


/*light box*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #050505;
	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: 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #050505;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #fff; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}		