body{
	font-size: 62.5%;
	font-family: Helvetica, arial, sans-serif;
	color: #707580;
}

p{
	line-height: 1.8em;
}

a{
	color: #030407;
	text-decoration: none;
}

/* -- Headers -- */

h2{
	font-size: 2em;
	color: #707580;
	font-weight: lighter;
}

/* -- Header -- */

#header{
	background: #02040e url(../../img/logo.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
	float: left;
	clear: both;
}

#header h1 a{
	height: 35px;
	width: 400px;
	float: left;
	clear: both;
	text-indent: -9999px;
}

/* -- Navigation -- */

ul#nav{
	float: left;
	width: 114px;
}

ul#nav li{
	color: #5c616e;
	text-transform: uppercase;
	padding: 3px 0;
}

ul#nav li a{
	color: #5c616e;
	text-decoration: none;
	padding: 2px 5px 2px 20px;
	font-weight: bold;
}

ul#nav li ul li a{
	font-weight: normal;
}

ul#nav li ul{
	margin: 5px 0 15px 0;
}

ul#nav li a:hover,
ul#nav li.active a,
ul#nav li.current_page_item a,
ul#nav li ul li a:hover{
/* 	background: #808083 url(../../img/nav_active.jpg) top left no-repeat; */
	background: #808083;
	color: white;
}

ul#nav li.active ul li a,
ul#nav li.current_page_item ul li a{
	background: none;
	color: #5c616e;
}

ul#nav li ul li a:hover{
/* 	background: #808083 url(../../img/nav_active.jpg) top left no-repeat; */
	background: #808083;
	color: white;
}

/* -- Content -- */

#content_container{
	float: left;
	clear: both;
	margin: 35px 0 0 0;
	height: 100%;
}

#content{
	width: 488px;
	float: left;
	position: absolute;
	padding: 0 30px 0 0;
	margin: 0 30px 0 144px;
	border-right: 1px solid #b8bac0;
}

#content.page{
	width: 796px;
	border: 0;
}

/* -- Bio -- */

.bio{
	width: 49%;
	float: left;
	color: #01030b;
}

.bio.left{
	margin: 0 15px 0 0;
}

.bio h2{
	font-size: 1.1em;
	color: #01030b;
	margin: 0;
	padding: 0;
}

.bio p{
	margin: 0;
	padding: 0;
}

.bio ul{
	margin: 0 0 25px 0;
	float: left;
	clear: both;
	width: 100%;
}

.bio ul li{
	padding: 0 0 0 35px;
	margin: 5px 0;
	float: left;
	clear: both;
	line-height: 1.4em;
	width: 360px;
}

.bio strong{
	width: 315px;
	margin: 0 0 0 15px;
	float: right;
	font-weight: normal;
}

/* -- Gallery -- */

.gallery,
ul#project_gallery{
	float: left;
	clear: both;
	width: 100%;
}

.gallery dl{
	width: 110px;
	float: left;
	margin: 0 16px 16px 0;
}

ul#project_gallery li{
	width: 175px;
	margin: 0 24px 24px 0;
}

.gallery_content{
	width: 489px;
	float: left;
	clear: both;
}

.gallery_content h2{
	font-size: 1.1em;
	text-transform: uppercase;
}

/* -- Image Captions -- */

.boxgrid{ 
	height: 125px; 
	width: 175px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	bottom: 0;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid h2{ 
	color: black; 
	font-weight:bold; 
	font-size: 1em;
	text-transform: uppercase; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	padding: 5px 0 0 5px;
	width: 175px; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.cover{
	top: 125px;
}

/* -- Posts -- */

.post{
	float: left;
	clear: both;
	border-bottom: 1px solid #b8bac0;
	margin: 0 0 25px 0;
	width: 100%;
}

#content.page .post{
	border: 0;
}

.single .post{
	margin: 0;
}

.post p{
	font-size: 1.1em;
}

.post img.wp-post-image{
	float: left;
	margin: 0 10px 10px 0;
}

.post p.postmetadata{
	float: left;
	clear: both;
}

.post p.postmeta a{
	color: #5c616e;
	text-transform: none;
}

.post p.postmeta strong a{
	color: #030407;
	font-weight: normal;
	text-transform: uppercase;
}

input#submit{
	background: url(../../img/submit_btn.png) top left no-repeat;
	width: 58px;
	height: 20px;
	border: 0;
	text-indent: -9999px;
}

/* -- Lightbox Overides -- */

#lightbox-secNav{
	margin: 10px 0 0 0;
	float: left;
	clear: both;
	height: auto;
	width: 100%;
	text-align: center;
}

#lightbox-secNav ul{
	margin: 0 auto;
	width: 115px;
}

#lightbox-secNav ul li{
	float: left;
	width: auto;
}

#lightbox-secNav ul li.close{
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border-left: 1px solid #e1e1e1;
}

#lightbox-secNav-btnClose{
	float: none;
	width: auto;
}

#lightbox-image-details-currentNumber{
	margin: 0 5px;
}

/* -- Comments -- */

ol.commentlist{
	float: left;
	clear: both;
	width: 100%;
}

ol.commentlist li{
	float: left;
	clear: both;
	width: 100%;
	color: #5c616e;
	border-bottom: 1px solid #B8BAC0;
	padding: 15px 0 0 0;
	margin: 0;
}

.comment_grav{
	width: 32px;
	float: left;
	margin: 0 10px 0 0;
}

.comment_text{
	width: 430px;
	float: left;
	font-size: 1.1em;
}

p.comment_author{
	margin: 0;
	padding: 0;
}


p.comment_author a{
	color: #5c616e;
}

#respond{
	float: left;
	clear: both;
	width: 100%;
	margin: 35px 0 0 0;
}

#respond h3{
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}

/* -- Contact -- */

span.wpcf7-not-valid-tip,
.wpcf7-validation-errors{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
}

.wpcf7-form input{
	margin: 0 10px 0 0;
}

.wpcf7-form input[type=text]{
	width: 250px;
	height: 22px;
	background: url(../../img/contact_input_bg.gif) top left no-repeat;
	border: 0;
	padding: 5px 5px 0 5px;
	font-size: 1em;
}

.wpcf7-form textarea{
	width: 370px;
	height: 171px;
	background: url(../../img/textarea_bg.gif) top left no-repeat;
	border: 0;
	padding: 10px 0 0 10px;
	font-size: 1.4em;
	font-family: Helvetica, arial, sans-serif;
	
}

/* -- Sidebar -- */

#sidebar_container{
	width: 131px;
	float: left;
	position: absolute;
	margin: 0 0 0 695px;
}

#sidebar_container h2{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#sidebar_container ul{
	float: left;
	cleaR: both;
	width: 100%;
	margin: 0 0 25px 0;
}

#sidebar_container ul li{
	border-bottom: 1px solid #b8bac0;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 3px 0;
	margin: 10px 0 0 0;
}

#sidebar_container ul li a{
	text-transform: uppercase;
	color: #5c616e;
}

/* -- Footer -- */

p#copyright{
	/*
	float: left;
	clear: both;
	width: 100%;
*/
	position: auto;
	align bottom: 10px;
	margin: 750px 0px 15px 145px;
	padding: 0px 0px 0px 0px;
}