/* CSS */

body {
	font-family:arial;
	background:#edebe6;
	font-size:12px;
	color: #555;
	padding-bottom: 30px;
}
.floatl{
	float: left;
}
.floatr{
	float: right;
}
#centering{
	display:block;
	text-align:center;
	position:relative;
	}
#container {
	display:block;
	margin:auto auto auto auto;
	/*padding-left:75px;*/
	width:795px;
	height:auto;
	text-align:left;
	position:relative;
	}
#header {
	height:100px;
	width:auto;
	background: transparent url(images/logo.gif) top left no-repeat;
}
#header span {
	margin:0 20px 0 20px;
}
#header p {
	padding:20px 0 0 0;
	color:#3d3d38;
	font-family:georgia;
	text-align:right;
}
#header a {
	color:#009dd9;
	text-decoration:none;
}
#content {
	margin-top:30px;
	padding-bottom: 30px;
}

#work_info {
	margin-bottom:20px;
	height:65px;
	width:665px;
	background: #3d3d38 url(images/info_top_inv.gif) bottom left no-repeat;
}
#work_info #desc {
	padding:10px 20px 20px 20px;
	color:#69d2fa;
	font-family:helvetica;
	font-size:20px;
	width:545px;
}
#work_info #view{
	color:#fffbd4;
	font-size:30px;
	margin-top:120px;
	background: transparent url(images/ydot.gif) bottom left repeat-x;
	text-decoration:none;
}
.post {
	float:left;
	margin-top:5px;
}
#specs {
	display:none;
	width:150px;
	height:50px;
	background:#fff;
	color:#333;
	padding:20px;
	position:relative;
	top:100px;
	left:500px;
	border:#d2d2d2 1px solid;
}
#nav {
	color:#3d3d38;
	margin:30px 0;
	width:100px;
	height: auto;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	font-family:arial;
	list-style:none;
	margin:5px 0;
	padding-left: 3px;
}
ul li a {
	color:#666;
	text-decoration:none;
}
ul li a:hover {
	color:#999;
	text-decoration:none;
	/*background: transparent url(images/gdot.gif) bottom left repeat-x;*/
}
img {border:#d2d2d2 1px solid;}
.select {
	color:#00A5DF;
	font-family:tahoma;
	font-size:18px;
	margin-top:-1px;
	margin-bottom:10px;
}
.current {
	color:#fff;
	background:#47bce9;
	padding:3px;
	margin-top:0;
}
.title {
	/*color:#fff;*/
	color: #666;
	font-size:20px;
	margin-top: 0;
	padding-top: 0;
}
.title span {
	display:block;
	color:#47bce9;
	font-size: 15px;
}
.workn {
	margin: 20px 0 10px 0;
	padding: 0;
	color: #888;
	font-size:13px;
}
#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;
	}
