/*
Title:		The Imagery Lab
Created: 	08-11-2007
By:			Jason Hunsperger
Location:	www.theimagerylab.com
Revision:	3.0 / 11/23/2009
*/

/* 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:250%;
	color:#FFB930;
}

h3 {
	font-weight:bold;
	font-size:100%;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

html {/*min-width: 800px;*/} 

/* page container */
#page-container {
	width:800px;
	margin:0 auto;
	position:relative;
	text-align:left;
	left: -1px;
}


/* hide this \*/#page-container	{height:100%;} /* end */

/* header */

#page-background {
		background-color:#222222;
		background-image:url(../images/wide-bg.gif);
		background-repeat:no-repeat;
		
}

#menu-bar {
		width:800px;
		height:55px;
}

#menu{
		width:800px;
		float:right;
		height:0px;
		padding:10px 0px 0px 0px;
		text-align:right;
		font-size:130%;
		font-weight:bold;
		color:#190FED;
}

#menu a {
		color:#FFFFFF;
}

#menu a:hover {
		color:#FFB930;
}

#masthead {
		width:800px;
		height:80px;
		padding:0px 0px 0px 0px;
}

#masthead-logo{
		width:300px;
		float:left;
}

#masthead-icons{
		width:350px;
		float:right;
		text-align:right;
		padding:10px 0px 0px 0px;
		font-size:110%;
		font-weight:bold;
		color:#dddddd;
}

#content-icons {
		width:800px;
		height:235px;
		text-align:center;
		padding:30px 0px 0px 0px;
		background-color:#dddddd;
		background-image:url(../images/content-arc-bg.gif);
}


#content {
		width:700px;
		padding:1px 50px 1px 50px;
		text-align:justify;
		font-size:125%;
		color:#000000;
		background-color:#dddddd;
}

#content a {
		color:#FFB930;
}

#content a:hover {
		color:#000000;
}

#content-vimeo {
		width:700px;
		padding:0px 0px 0px 50px;
}

/* footer */
#footer {
		width:800px;
		height:223px;
		text-align:left;
		font-size:110%;
		color:#FFFFFF;
		background-color:#dddddd
}

#footer a {
		color:#190FED;
}

#footer a:hover {
		color:#FFFFFF;
}

#footer-text {
		width:775px;
		height:0px;
		padding:160px 50px 0px 25px;
		text-align:center;
		font-size:135%;
		color:#FFFFFF;
}

#talker {
	position:fixed;
	width:350px;
	height:280px;
	right:0px;
	bottom:0px;
	z-index:1;
}

/* 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*/
