/*
Title:		The Imagery Lab
Created: 	08-11-2007
By:			Jason Hunsperger
Location:	www.theimagerylab.com
Revision:	1.4
*/

/* fixes floated elements in nested divs */
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}

.clearfix {
	display: inline-table;
	zoom: 1;
}

/* hide from IEmac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IEmac */
/* End Clearfix */


body{
		text-align:center; 
		background:#FFFFFF; 
		margin:0; 
		padding:0;
		color:#000000;
		font-size:125%;
		font-family:Arial, Verdana, Helvetica, sans-serif; font-size:70%;
}

img	{ 
	border:none;
}

h1 {
	font-weight:bold;
	font-size:125%;
}

h2 {
	font-weight:bold;
	font-size:115%;
}

h3 {
	font-weight:bold;
	font-size:100%;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


a:active {
	text-decoration: none;
	color: #FFFFFF;
}


html {/*min-width: 600px;*/} 


/* main container */
#background	{
		width:600px; 
		margin:0 auto; 
		position:relative; 
		text-align:left; 
		background-color:#191ce;
}


/* hide this \*/#background	{height:100%;} /* end */

/* background image */
#backimage {
		width:600px; 
		background:#1919ce;
}


/* headerimages */
#header {
	width:600px; 
	background:#1919ce;
}


/* main menu */
#mainmenu {
	width:580px; 
	background:#1919ce;
	padding:5px 0px 5px 20px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
}


#mainmenu a:hover {
	color:#AAAAAA;
}


#current {
	color:#AAAAAA;
}


#sub_current {
	color:#1919ce;
}


/* secondary menu */
#submenu {
	width:580px; 
	background:#AAAAAA;
	padding:5px 0px 5px 20px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
}


#submenu a:hover {
	color:#1919ce;
}


#submenu-none {
	width:580px; 
	padding:5px 0px 5px 20px;
}


/* central page container */
#content-wrapper {
	width:600px;
}


#content {
	width:350px; 
	background:#F9F9F9; 
	margin:0px 125px 0px 125px;
}


#content-left {
	width:350px; 
	background:#F9F9F9; 
	margin:0px 225px 0px 25px;
}


#content-right {
	width:350px;  
	background:#F9F9F9; 
	margin:0px 25px 0px 225px;
}


/* for short content */
#content-fixed {
	width:350px; 
	height:340px; 
	background:#F9F9F9; 
	margin:0px 125px 0px 125px;
}


/* for no content */
#content-fixed-none {
	width:350px; 
	height:375px; 
	margin:0px 125px 0px 125px;
}

#content-top-bottom {
	width:350px; 
	height:0px; 
	margin:0px 125px 0px 125px;
}

#content a {
	text-decoration:none;
	color:#1919ce;
}


#content a:visited {
	text-decoration: none;
	color: #1919ce;
}


#content a:hover {
	text-decoration: none;
	color: #000000;
}

#content-fixed a {
	text-decoration:none;
	color:#1919ce;
}


#content-fixed a:visited {
	text-decoration: none;
	color: #1919ce;
}


#content-fixed a:hover {
	text-decoration: none;
	color: #000000;
}

#pagetext {
	margin:15px;
	text-align:justify;
	font-size:120%
}


#container-height {
	float:left; 
	width:1px; 
	height:0px;
}


#footer {
	padding:20px 0px 15px 40px;
	color:#FFFFFF;
	font-size:100%;
}


#footer a:hover {
	color:#0000FF;
}


/* lightbox styles */

#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: #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: 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: #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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* full height background */

/* hide this \*/html	{height: 100%;}/*end*/

body	{
	height: 100%;
}


#background	{position: relative; 
	min-height: 100%;
}

/* hide this \*/ * html #main	{height: 100%;}/*end*/