@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Arvo';
	font-style: normal;
	font-weight: 400;
	src: local('Arvo'), url(http://themes.googleusercontent.com/static/fonts/arvo/v5/WJ6D195CfbTRlIs49IbkFw.woff) format('woff');
}

*{margin:0px; padding:0px;}

html{
    width: 100%;
	min-width:900px; /*browser stops rescaling contant at this size*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body{
	background-image:url(../images/layout/paper_bg.png);
	background-position:center;
	width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////BORDERS//////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

.left_b{
	background:url(../images/layout/left_border.png) scroll repeat-y 0px 0px transparent;
	background-position:right;
	width:70px;
	height:2500px;
	z-index:3; /*Just like layers in a document, higher the number, the further it appears first*/
	position:absolute;
	top:0;
	left:0px; /*Pushes border out*/
}

.right_b{
	background:url(../images/layout/right_border.png) scroll repeat-y 0px 0px transparent;
	background-position:left;
	width:70px;
	height:2500px;
	z-index:4; /*Just like layers in a document, higher the number, the further it appears first*/
	position:absolute;
	top:0;
	right:0px; /*Pushes border out*/
}

.border_container{
	width:100%; /*keeps borders contained*/
	min-width:950px; /*when browser is sized down, the righr border will stop scaling at this size*/
	height:100%;
	position:relative;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////BINDING////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#binding_header{
	background-image:url(../images/layout/coils.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:50px;
	margin: 0 auto;
	z-index:1;
	margin-top:-30px;
}

#binding_footer{
	background-image:url(../images/layout/coils.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:50px;
	margin-top:-15px;
	z-index:1;

}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////NAVIGATION///////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/


#nav_container{
	background-image:url(../images/layout/ribbon_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	z-index:4;
	width:100%;
	top:0px;
/*clear:both; Lets intro header appear next to logo*/

}

#nav{
	width:900px;
	height:66px;
	margin: 0 auto;
	text-align:center;
}



#nav ul{ margin:0 auto; width:910px;}

#nav li{
	color:#FFF;
	font-size:16pt;
	font-family: 'Arvo', serif;
	font-weight:bold;
	float:left;
	list-style:none;
	padding:17px 2px 0 2px;
}

#nav a:link, #nav a:visited, #nav a:active{
	color:#FFF;
	text-decoration:none;	
}

#nav a:hover{
	color:#57a95a;
}

#nav img{
	margin-top:-17px;
}


.archive_container{
	width:900px;
	margin: 0 auto;
	text-align:center;
	padding-bottom:20px;
}

.archive{
	background-color:#57a95a;	
	color:#FFF;
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding:10px;
	width:100px;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////HEADER///////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#header_container{
	background-image:url(../images/layout/nav_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#header{
	width:950px;
	height:150px;
	margin:0 auto;
	padding-bottom:45px;
	text-align:center;
}

.green{
color:#57a95a;
}

.intro{
	font-family: 'Arvo', serif;
	color:#FFF;
	font-size:15pt;
	line-height:35px;
	padding-top:65px;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////TITLES//////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#titles_container{
	padding-top:37px;
	margin: 0 auto;
	background-image:url(../images/layout/header_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:200px;
	clear:both; /*pushes recent work containers down so the container does not float next to about me description*/
}


h1{
	text-align:center;
	font-size:2.5em;
	font-family: 'Arvo', serif;
	color:#FFF;
}

h2{
	font-family: 'Arvo', serif;
	color:#393939;
	font-size:15pt;
	line-height:35px;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////BLOG///////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#blog_container{		
	width:900px;
	margin: 0 auto;
	padding:0 0 50px 0; /*Pushes images down & leaves gap for footer*/
	background-color:#FFF;
	border:#CCC 1px solid;
}

.blog_entry_container{
	width:850px;
	margin:0 auto;
	height:255px;
	margin-top:25px;
}

.blog_entry_container_update{
	width:850px;
	margin:0 auto;
	margin-top:25px;
}


.pics{ /*For Blog Entry Thumbnail Previews*/
	border:#FFF 10px solid;
	margin:0 30px 9px 1px;
box-shadow:0px 0px 1px 1px #CCC;
-moz-box-shadow:0px 0px 1px 1px #CCC;
-webkit-box-shadow:0px 0px 1px 1px #CCC;
}

blog_entry_container_update .pics{
float:left;	
}

.divider{
	color:#e1e1e1;
	padding:0 0 10px 0; 
 }
 
.long_divider{
	color:#e1e1e1;
	padding:10px 0 10px 0;
	text-align:center;
	clear:both;
 }


.blog_header{
	font-size:25px;
	font-family: 'Arvo', serif;
	color:#7fc47f;
	font-weight:bold;
	padding-top:5px;
}

.blog_date{
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}

.blog_description{
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	color:#000;
	line-height:24px;
	padding:0 0 20px 0;
}


.read_more{
	background-color:#57a95a;	
	color:#FFF;
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding:10px;
	width:100px;
}


.project_header{
	font-family: 'Arvo', serif;
	color:#FFF;
	font-size:20pt;
	line-height:35px;
	background-image:url(../images/layout/longribbon_bg.png);
	background-repeat:no-repeat;
	width:537px;
	height:63px;
	text-align:center;
	padding-top:8px;
	margin: 0 auto;
}

/*//////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////FOOTER////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/


#footer_container{
	background-image:url(../images/layout/footer_bg.gif);
	clear:both;
	background-repeat:repeat-x;
}

#footer{
	width:900px;
	height:50px;
	margin:0 auto;
	text-align:center; /*Centers images*/
	padding-top:30px;
}

.social{
	color:#57a95a;	
}

h6{
	font-family: 'Arvo', serif;
	font-size:10pt;	
	color:#FFF;
	clear:both;
	padding-top:10px;
}

#work_schedule_container{
text-align:center;	
height:150px;
padding-top:30px;
}