@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; 
}


#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}


/*Autumn Leaf Credit: https://scrixels.tumblr.com/post/665937123988455424/1511-autumn-leaves*/

/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////BORDERS//////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

.left_b{
	background:url(../../../images/layout/left_border.png) scroll repeat-y 0px 0px transparent;
	background-position:right;
	width:70px;
	height:1800px;
	z-index:2; /*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:1800px;
	z-index:2; /*Just like layers in a document, higher the number, the further it appears first*/
	position:absolute;
	top:1px;
	right:-1px; /*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*/
	position:absolute;
	z-index:6;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////BINDING////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#binding_header{
	background-image:url(../../../images/layout/coilsforportfolio.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:50px;
	margin: 0 auto;
	z-index:1;
	margin-top:-15px;
}

#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;


}

#nav{
	width:902px; /*to keep navigation centered, you can onyl change the width*/
	height:66px;
	margin: 0 auto;
	text-align:center;
}



#nav ul{margin: 0 auto;}

#nav li{
	color:#FFF;
	font-size:16pt;
	font-family: 'Arvo', serif;
	font-weight:bold;
	float:left;
	list-style:none;
	padding:17px 2px 0 0;
}

#nav a:link, #nav a:visited, #nav a:active{
	color:#FFF;
	text-decoration:none;	
}

#nav a:hover{
	color:#57a95a;
}

#nav img{
	margin-top:-17px;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////HEADER///////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#header_container{
	background-size:100%; /*Stretches background to fit browser, set to 100% if you want it to scale down to any size when browser is resized*/
	min-width:1100px; /*scales BG at specified size so BG does not resize too small twords the DIV specifications*/
	background-image:url(../../../images/layout/quote_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#header{
	width:1100px;
	height:100px;
	margin:0 auto;
	padding-bottom:45px;
	text-align:center;
}

#header .green{
	color:#56a858;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////TITLES//////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#titles_container{
	padding-top:35px;
	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*/
}


#titles{
	width:1000px;
	margin: 0 auto;
}


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;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////PROJECT/////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#project{		
	width:1080px;
	margin: 0 auto;
	text-align:center; /*Centers images*/
	padding:0 0 50px 0; /*Pushes images down & leaves gap for footer*/
}


.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;
}


#pics{ /*For doc flats*/

	border:#FFF 10px solid;
	margin:0 5px 10px 5px;
box-shadow:0px 0px 1px 1px #ccc;
-moz-box-shadow:0px 0px 1px 1px #ccc;
-webkit-box-shadow:0px 0px 1px 1px #ccc;

}

#pics1{ /*For action shots*/
border:#FFF 10px solid;
margin:10px 0px 10px 0px;
width:100%;
box-shadow:0px 0px 1px 1px #ccc;
-moz-box-shadow:0px 0px 1px 1px #ccc;
-webkit-box-shadow:0px 0px 1px 1px #ccc;
}


#pics2{ /*For multiple imgs*/
width:90%;
border:#FFF 10px solid;
margin:0 1px 10px 1px;
box-shadow:0px 0px 1px 1px #ccc;
-moz-box-shadow:0px 0px 1px 1px #ccc;
-webkit-box-shadow:0px 0px 1px 1px #ccc;
}


#pics3{ /*XL Imgs*/
width:90%;
border:#FFF 10px solid;
margin:0 1px 10px 1px;
box-shadow:0px 0px 1px 1px #ccc;
-moz-box-shadow:0px 0px 1px 1px #ccc;
-webkit-box-shadow:0px 0px 1px 1px #ccc;
}

.short_ribbon_header{
	font-family: 'Arvo', serif;
	color:#FFF;
	font-size:15pt;
	line-height:35px;
	background-image:url(../../../images/layout/shortribbon_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:363px;
	height:61px;
	padding-top:9px;
	margin: 0 auto;
}

.green_des_bars{
	background-color:#57a95a;	
	color:#FFF;
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding:7px;
	width:80px;
	margin: 0 auto;
}



.description_caption{
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding:15px 100px 15px 120px;
	color:#000;
	line-height:24px;
	text-align:left;	
}

.caption{
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding:0 25px 20px 25px;
	color:#000;
	line-height:25px;
	text-align:center;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////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;
}