/*
---------------------------
Template H - photo gallery
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 13 may 2009
---------------------------
*/

#edgesOverlay, #usercontent, #theContent, #splashImg, #splash, #container, #wholepage, #bgmore, #wrapper, #mainbody {
	height: auto;
}

#usercontent #sideBar {
	float: left;
	margin-right: 12px;
	height: auto;
}

#sideBar #intentional-model {
	border-bottom: 12px solid #fff;
	position: static;
	float: left;
	margin-bottom: -13px;
}

#splash {
	width: 570px;
	height: auto;
	float: left;
	background: #C9C3AD;
}

#mainbody {
	background: url(/css/img/main_body_bck.png) repeat-y 0 0;
}

#theContent {
	padding: 0;
	margin: 0;
	width: 570px;
	height: auto;
	color: #2A2828;
	font-size: 12px;
	background: #E8E6DC;
}

#usercontent #theContent .padMe {
	padding: 1px 12px 12px 12px;
	height: auto;
	background: #E8E6DC;
	line-height: 1.7em;
}

#usercontent #theContent .padMe h4 {
	margin: 12px 0;
}

#usercontent #theContent .padMe h4 {
	margin-top: 10px;
}

#usercontent #theContent .padMe p {
	/* margin-bottom: 0; */
	padding: 0;
}

#usercontent #theContent .padMe p + p {
	/* text-indent: 1.5em;
	margin-top: 0; */
}

#theContent h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	margin: 0;
	line-height: 43px;
	height: 43px;
	padding: 0 17px;
	width: 536px;
	background: transparent url(/css/img/sub_h3_bck.gif) no-repeat 0 0;
	overflow: hidden;
}

.most_recent_news h4 {
	font-size: 15px;
	margin-bottom: 0;
}

.most_recent_news .small {
	font-size: 11px;
	color: #81807A;
}

.most_recent_news .small a {
	font-weight: normal;
}

#theContent dl {

}

#theContent dt {
	font-size: 14px;
}

#theContent dt a {
	
}

#theContent dd {
	margin-left: 18px;
}

#theContent dd span {
	font-size: 11px;
	color: #81807A;
}

#theContent dd span a {
	font-weight: normal;
}

#theContent .postedDate {
	font-size: 13px;
	color: #81807A;
}

#web_gallery {
	overflow: auto;
	width: 100%;
}

#web_gallery img {
	float: left;
	margin: 6px;
}


/* ------- LIGHTBOX STYLES ----*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 5000;
	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: 1100;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(img/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(img/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(img/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, #overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}