body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#DDDDDD;
	background-color:#333333;
	margin:0px;
	/* background-image:url(images/bw-lettering.png);
	background-repeat:no-repeat;
	background-position:center top; */
	font-size:80%;
	font-family:'Lato', Arial;
}

.wrapper {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#3F3F3F;
	background-color:#89AFB8;
	background-color:#444;
}


.clearing {
	clear:both;
}


h1, h2, h3, h4 {
	font-weight:normal;
}

img {
	border:0px;
}


ul  {
	margin:0px;
	padding: 0px;
	list-style:none;
	margin-bottom:20px;
}

h1 {
	color:#FFFFFF;
	border-bottom:1px solid #666666;
	padding-bottom:10px;
	letter-spacing: 1px;
}

 h3 {
 	color:#FFFFFF;
	font-size: 18px;
 }
 
 
/* Top Section */

.masthead {
	width:1040px;
	height:172px;	
	margin-left:auto;
	margin-right:auto;
	}


.navigation {
	float:right;
	margin-top:105px;
}

.navigation ul li {
	display:inline;
}

.navigation li a {
	display:inline-block;
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	font-size:17px;
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight: 300;
	transition: 0.2s ease all;
}


.navigation li.nav-selected a:link,
.navigation li.nav-selected a:hover {
	background-color:#89AFB8;
}

.navigation a:hover {
	background-color:#666666;
	text-decoration:none;
	transition: 0.2s ease all;
}


img.logo {
 	margin-top: 45px;
	max-width: 310px;
 }
 
 
 /* homepage */ 
 
.horizon-wrapper .nivo-wrapper {
 	z-index:50;

 }
 
 .horizon {
 	background-color:#555;
	padding-top:40px;
	padding-bottom:25px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	 overflow: hidden;
 }
 
.horizon .thumb {
    float: left;
	position:relative;
	width:320px;
}


.horizon .thumb a.title:link,
.horizon .thumb a.title:visited   {

	z-index:90;
	color:#FFFFFF;
	font-size: 17px;
	width:320px;
	height:40px;
	background-image:url(images/black70.png);
	font-weight:normal;
	text-transform:uppercase;
	padding-top:15px;
	display:block;
	text-decoration:none;
	position:absolute;
	top:145px;
	left:0px;
}

.horizon .thumb a.title:hover {
	background-image:url(images/black50.png);
/*	background-color:#444; */
}

.horizon .nivoSlider img {
	width:320px !important;
}


.horizon-wrapper{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}
 
 /* content */
 
 .content {
	width:1040px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:40px;

}

.content p,
.content li {
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
}

/* default columns */


.col1 {
	float:left;
	width:650px;
}

.col2 {
	margin-left:690px;
	width:350px;
}

.quote p  {
	font-size:133%;
	line-height:160%;
	padding-top:60px;
	margin-top:20px;
	/* background-image:url(images/quotes-open.png);
	background-repeat:no-repeat; */
	font-style:italic;
}

.quote p::before  {
	content: "\201C";
	color:#89AFB8;
	font-size: 150px;
	font-family: 'Georgia', Times;
	font-style: normal;
	line-height: 0;
	display: block;
	
}

.quote p::after  {
	content: "\201D";
	color:#89AFB8;
	font-size: 150px;
	font-family: 'Georgia', Times;
	font-style: normal;
	line-height: 30px;
 	display: block;
	text-align: right;
}

 
.quote span,
.quote strong {
	font-size:80%;
	font-weight:normal;
	display:block;
	
	height:53px;
	color:#999999;
	font-style:normal;
}
 

/*sub nav - projects section*/

.subnavhead {
	padding:3px;
	padding-left:8px;
	text-transform:uppercase;
	color: #FFF;
	letter-spacing: 0.5px;
	font-weight: 400 !important;
}


.subnav ul a:link,
.subnav ul a:visited  {
	color:#FFFFFF;
	display:inline-block;
	width:95%;
	padding-left:9px;
	margin-bottom:3px;
	letter-spacing: 0.5px;
	transition: 0.2s ease all;
}

.subnav ul li a:hover {
	text-decoration:none;
	background-color: #666;
	transition: 0.2s ease all;
}


.subnav ul li.nav-selected a:link,
.subnav ul li.nav-selected a :visited  {
/*	text-decoration:underline;*/	
	color:#FFFFFF;
	   background-color:#89AFB8;	
}

.subnav ul li.nav-selected a:hover {
	text-decoration:none;
}

.subnav ul {
	padding-left:4px;
	margin-bottom:40px;
	
}
.subnav ul li {
	line-height:190%;
}
/* project */

 .project {
	float:left;
	width:330px;
	height:100px;
	margin-right:20px;
	margin-bottom:20px;
}

 .project  a:link,
 .project  a:visited {
	  background-color:#555555;
	  background-color:#89AFB8;
	 padding-right:15px;
	color:#669966;
	width:315px;
	height:100px;
	display:block;
	text-decoration:none;
 }
 
.project  a:hover {
  	background-color:#44825C;
	color:#CCFFCC;

  }
  
.project  h3 {
	text-transform:none;
	color:#FFFFFF;
	padding-top:15px;
	margin-top:20px; 

	margin-bottom:0px;
	
  }
  
 .project img {
 	float:left; 
	margin-right:15px;
  }

 
 
 /* footer */
 
 
 .footer {
 	color:#AAAAAA;
	text-align:center;
	margin-top:25px;
 }
 
 .footer .seo {
 	line-height: 200%;
 }
 
.footer span {
  	margin-left:20px;
  }
  
.footer span.sign-in {
  	display:none;
  }
  
 a:link,
 a:visited  {
 	color:#FFFFFF;
	text-decoration:none;
 }
 
  a:hover {
 	color:#FFFFFF;
	text-decoration:underline;
 }
 
 .nivoSlider {
 background-size: cover !important;
 }
 .nivoSlider img {
   width: 100%;
 }
 .nivo-slice {
   width: 100% !important;
   background-size: cover !important;
 }


/* MEDIA QUERIES */

@media only screen and (max-width: 1024px) {
	
	.masthead, .horizon-wrapper, .content {
		width: 940px !important;
	}
	 
	.horizon .thumb, 
	.horizon .thumb a.title:link, .horizon .thumb a.title:visited{
		width: 300px;
	}
	
	.horizon .thumb:first-child {
    	margin-left: 0 !important;
	}
	.horizon .thumb {
     	margin-left: 20px !important;
	}
	
	.home .col1 {
       width: 600px;
	}
	
	.home .col2 {
      margin-left: 660px;
      width: 280px;
	}
	
}


@media only screen and (max-width: 480px) {
	
	.masthead {
		display: block;
	}
	 .home .col1 {
    width: auto;
	}
	
	.home .col2 {
    margin-left: 0;
	width: auto;
	}
	
}
 