/*  

CSS for mtnLAB v3
Author: Matthew Moore
Email: matt@mtnlab.net
URL: http://www.mtnlab.net/

*/

body, h1, h2, h3, h4 ,h5, h6, blockquote, p, form{
	font-family: Arial, "Lucida Grande", geneva, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}

body{
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #819397 url(images/gfxHeader.jpg) top center no-repeat;	
	color: #333;
	height: 100%;
	}
	
h1{
	font-size: 24px;
	padding: 0 0 10px 0;
	}
	
p{
	padding: 10px 0 0 0;
	}

#wrapper{
	width: 750px;
	margin: 0 auto;
	text-align: center;
	
	}
	
.sidebar{
	float: left;
	width: 249px;
	height: 100%;
	background-image: url('images/bgSidebar.png');
	background-repeat: repeat-y;
	padding: 0 0 0 16px;
	margin: 0 0 0 0;
	display: inline;
	}
	
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	}

.sidebar ul li{
	padding: 10px 0 10px 0;
	}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	}

#container{
	float: left;
	width: 775px;
	text-align: left;
	margin-top: 185px;
	display: inline;
	background: #ddd;
	}
	
#container_left{
	width: 450px;
	float: left;
	padding: 20px;
	background: #f3f2f3;
	}

#container_right{
	width: 225px;
	float: left;
	padding: 20px;
	background: #ddd;
	}

.post{
	padding: 0 0 30px 0;
	}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	}

.post h3{
	margin: 2px 0 0 0;
	font-size: 12px;
	color: #999;
	font-variant: small-caps;
	text-transform:lowercase;
	letter-spacing: 1px;
	}
	
#wrapper a:link, a:visited, a:active{
	text-decoration: none;
	color: #4c4c78;
	}

#wrapper a:hover{
	text-decoration: underline;
	}


/*
.post h3 a:link, a:visited{
	color: #c8c8c8;
	text-decoration: underline,
	}
*/

.entry{
	line-height: 19px;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 30px;
	}
	
p.postmetadata{
	margin: 10px 0 0 0;
	text-align: left;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
.navigation{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	}
	
.prev_image{
	border: 0;
	text-align: center;
	}
	
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

#footer{
	clear: both;
	float: left;
	text-align: left;
	width: 750px;
	height: 33px;
	line-height: 40px;
	font-size: 11px;
	color: #4c4c78;
	}

#footer p{
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
	
/* Lightbox CSS */
#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(wp-content/themes/mtnLAB/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(wp-content/themes/mtnLAB/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;
	}