/* Global Reset
------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clear Floated Elements
------------------------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

body {
  background: #fcfaf2;
   
  background: #fcfaf2 url('../background.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  -webkit-text-size-adjust: none; }

a {
  color: inherit;
  text-decoration: none; }

 
/* Homepage Style
------------------------------------------------------------------------------*/     
#header { 
  margin-left: auto;
  margin-right: auto; }
.signature {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  margin-top: 0px; 
  z-index: 1; }  
.signature h1 {
  position: relative;
  text-align: center;}
.tagline {
  width: 600px;
  text-align: center;
  margin: 0 auto; }
.tagline h1 {
  padding-top: 60px;
  color: #bf1c35;
  font: 400 18px/18px "helvetica neue";
  letter-spacing: 2px; }
.home_slideshow_container { 
  width: 1000px; 
  margin: 0 auto; 
  position: relative; } 
.frame {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); 
  margin:0 auto;
  position: relative;
  border: 1px solid lightgray;
  background: white;
  padding: 10px 0px 10px 0px; 
  height: 380px;
  width: 780px; 
  margin-bottom: 15px; }  
.frame { 
  margin-left: 100px;
  float: left; }
.frame:before, .frame:after {
  position: absolute;  
  width: 40%;  
  height: 10px;  
  content: ' ';  
  left: 12px;  
  bottom: 13px;  
  background: transparent;  
  -webkit-transform: skew(-5deg) rotate(-5deg);  
  -moz-transform: skew(-5deg) rotate(-5deg);  
  -ms-transform: skew(-5deg) rotate(-5deg);  
  -o-transform: skew(-5deg) rotate(-5deg);  
  transform: skew(-5deg) rotate(-5deg);  
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);	
  z-index: -1; }
.frame:after  {  
  left: auto;  
  right: 12px;  
  -webkit-transform: skew(5deg) rotate(5deg);  
  -moz-transform: skew(5deg) rotate(5deg);  
  -ms-transform: skew(5deg) rotate(5deg);  
  -o-transform: skew(5deg) rotate(5deg);  
  transform: skew(5deg) rotate(5deg);  }    
.social_media {
  width: 60px;
  height: 110px;
  float: left; 
  padding-left: 10px; }
.home_quote {
  display: block;
  width: 750px;
  color: #333;
  font: 100 15px/18px "gentium book basic";
  font-style: italic; 
  text-align: center;
  margin: 0 auto; 
  margin-bottom: 20px; }
.home_quote span.non-italics {
  font: 400 15px/18px "gentium book basic";
  font-style: normal; }
.home_quote .quotation {
  margin-top: 6px; }

footer {
  display: block;
  width: 760px;
  height: 20px;
  color: #bf1c35;
  font: 200 12px/14px "helvetica neue";
  letter-spacing: 4px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
  padding-top: 15px;	}
footer .line {
  display: block;
  width: 760px;
  height: 15px;
  border-top: groove 2px #fff;
  color: #222;
  font: 100 12px/14px "helvetica neue";
  letter-spacing: 1px;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto; 
  padding-bottom: 15px;
  padding-top: 5px; }
span.email {
  color: #bf1c35; }
span.email a:hover {
  text-decoration: underline; } 


/* Navigation Bar Style
------------------------------------------------------------------------------*/ 
.navigation_bar {
	width: 100%;
	height: 85px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;	 
	background: #e1e2da; /* Old browsers */
	background: -moz-linear-gradient(left, #e1e2da 0%, #ffffff 50%, #e1e2da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1e2da), color-stop(50%,#ffffff), color-stop(100%,#e1e2da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e1e2da 0%,#ffffff 50%,#e1e2da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e1e2da 0%,#ffffff 50%,#e1e2da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e1e2da 0%,#ffffff 50%,#e1e2da 100%); /* IE10+ */
	background: linear-gradient(left, #e1e2da 0%,#ffffff 50%,#e1e2da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2da', endColorstr='#e1e2da',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); 
	position: relative; 
}
.navigation_bar:before, .navigation_bar:after {
  position: absolute;  
  width: 40%;  
  height: 6px;  
  content: ' ';  
  left: 12px;  
  bottom: 27px;  
  background: transparent;  
  -webkit-transform: skew(-5deg) rotate(-5deg);  
  -moz-transform: skew(-5deg) rotate(-5deg);  
  -ms-transform: skew(-5deg) rotate(-5deg);  
  -o-transform: skew(-5deg) rotate(-5deg);  
  transform: skew(-5deg) rotate(-5deg);  
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);  
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);	
  z-index: -1; 
}
.navigation_bar:after  
{  
  left: auto;  
  right: 12px;  
  -webkit-transform: skew(5deg) rotate(5deg);  
  -moz-transform: skew(5deg) rotate(5deg);  
  -ms-transform: skew(5deg) rotate(5deg);  
  -o-transform: skew(5deg) rotate(5deg);  
  transform: skew(5deg) rotate(5deg);  
} 

/* remove the list style */
#menu_bar_nav {
	width: 900px;
	margin:0 auto;
	padding:0; 
	list-style:none;
	z-index: -1;
}	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#menu_bar_nav li.left {
	top: 34px;
	left: -60px;
	color: #333;
    font: 300 12px/12px "helvetica neue";
    letter-spacing: 1px;
	float:left; 
	display:block; 
	width:150px;  
	position:relative;
	z-index: 1;
	margin: 20px 5px 0 5px;
}
#menu_bar_nav li.right {
	top: 34px;
	right: -50px;
	color: #333;
    font: 300 12px/12px "helvetica neue";
    letter-spacing: 1px;
	float:right; 
	display:block; 
	width:150px;  
	position:relative;
	z-index: 1;
	margin: 20px 5px 0 5px;
}
#menu_bar_nav li#home {
 	margin-right: -30px; 
}
/* this is the parent menu */
#menu_bar_nav li a {
	display:block; 
	padding:8px 5px 0 5px;   
	height:23px; 
	text-decoration:none; 
	color:#fff; 
	text-align: center; 
	color:#333;
}
#menu_bar_nav li a:hover {
	color:#bf1c35;
}
/* you can make a different style for default selected value */
#menu_bar_nav a.selected {
	color:#bf1c35;
}
/* submenu, it's hidden by default */
#menu_bar_nav ul {
	position:absolute; 
	left:-15px; 
	display:none;
	background: #e1e2da; /* Old browsers */
	background: -moz-linear-gradient(left, #e1e2da 0%, #f2f2f2 100%, #e1e2da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1e2da), color-stop(100%,#f2f2f2), color-stop(100%,#e1e2da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e1e2da 0%,#f2f2f2 100%,#e1e2da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e1e2da 0%,#f2f2f2 100%,#e1e2da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e1e2da 0%,#f2f2f2 100%,#e1e2da 100%); /* IE10+ */
	background: linear-gradient(left, #e1e2da 0%,#f2f2f2 100%,#e1e2da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2da', endColorstr='#e1e2da',GradientType=1 ); /* IE6-9 */
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
#menu_bar_nav ul li {
	width:180px;
	float:left;
	font: 300 10px/10px "helvetica neue";
	border-top:2px groove #fff;
}
/* display block will make the link fill the whole area of LI */
#menu_bar_nav ul a {
	display:block;  
	height:12px;
	padding: 8px 5px; 
	color:#666;
}
#menu_bar_nav ul a:hover {
	text-decoration: none;	
}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #menu_bar_nav ul {
	margin:0 0 0 -2px;
}


/* Project Page Style
------------------------------------------------------------------------------*/
.project {
  width: 850px;
  margin: 0 auto;
  margin-top: 25px; }   
.project h1 {
  text-align: left;
  color: #333;
  font: 300 40px/50px "helvetica neue"; }
.project h2 {
  margin-top: -12px;
  color: #bf1c35;
  font: 100 20px/22px "helvetica neue";
  letter-spacing: 1px; }
.project span.black {
  color: #333; 
  font: 100 20px/22px "helvetica neue";
  letter-spacing: 1px; }
.project p {
  width: 390px;
  color: #333;
  text-align: left;
  font: 100 16px/21px "gentium book basic";
  font-style: italic; 
  white-space: normal; } 
.project p#mcclure {
  width: 450px; }
.project_text {
  float: left;
  width: 390px;
  margin-top: 10px;
  margin-bottom: 10px; }
.clear_bottom {
  clear: both;
  width: 800px;
  height: 10px;	}
.project_gallery {
  float: right;
  width: 430px;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px; }  
.project_gallery ul {
  color: #fafcf2;
  font: 100 11px/16px "helvetica neue";
  text-align: left;
  margin: 0;
  padding: 0; } 
.project .frame {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); 
  margin:0 auto;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid lightgray;
  background: white;
  padding: 6px 6px 6px 6px; 
  height: 100px;
  width: 100px; }    
.project ul.gallery_list li {
  display: inline-block;
  padding: 5px 5px 5px 5px; 
  -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; }
.project ul.gallery_list li.padding {
  padding: 0 17px 0 17px; }
.project ul.gallery_list li:hover {
  color: #bf1c35;
  -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }
.project .frame {
  margin-left: 0px;
  height: 100px;
  width: 100px; }
.photo_credit{
  color: #222;
  font: 100 12px/14px "helvetica neue";
  letter-spacing: 1px;
  text-align: left;
  margin-left: 6px;  }

/* Heavy Timber Tudor 
------------------------*/
.doughty .frame {
  margin-left: 2px;
  height: 50px;
  width: 50px; 
  padding: 4px 4px 4px 4px; 	
}

/* Contemporary Addition 
------------------------*/
.oser .frame {
  margin-left: 2px;
  height: 50px;
  width: 50px; 
  padding: 4px 4px 4px 4px;  	
}

/* Porch Transformation 
------------------------*/
.mcclure .frame {
  margin-left: 0px;
  height: 100px;
  width: 100px; 	
}

/* Elegant Interior 
------------------------*/
.powell .frame {
  margin-left: 0px;
  height: 80px;
  width: 80px; 	
}

/* Country Retreat 
------------------------*/
.yates .frame {
  margin-left: 2px;
  height: 50px;
  width: 50px; 
  padding: 4px 4px 4px 4px; 	
}

/* Shorten Style
----------------------*/
.shorten a {
    width: 390px;
    font: 100 16px/21px "gentium book basic";
    font-style: italic; 
    font-weight: bold;
    white-space: normal;
    color: #bf1c35;
}
.shorten a:visited {
    color: #bf1c35;
}
.shorten a.morelink {
    font-size: 12px;
    text-decoration:none;
    outline: none;
}
.shorten .morecontent span {
    display: none;
}
.shorten {
    float: left;
	width: 390px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	font: 100 16px/21px "gentium book basic";
    font-style: italic; 
	color: #333;
    white-space: normal;
}




/* Process Style
------------------------------------------------------------------------------*/
.process_container {
  width: 950px;
  margin: 0 auto;
}

.process_container h1 { 
  text-align: left;
  color: #bf1c35;
  font: 300 40px/50px "helvetica neue";
}

span.bold {
  font-weight: bold;
}

.process_left_column {
  float: left;
  width: 280px;
}

.process_left_column p {
  color: #333;
  text-align: left;
  font: 100 16px/21px "gentium book basic";
  font-style: italic; 
}

.process_middle_column {
  float: left;
  width: 310px;
  margin-left: 25px;
}

.process_middle_column p {
  color: #333;
  text-align: left;
  font: 100 16px/21px "gentium book basic";
  font-style: italic; 
}

.process_right_column {
  float: left;
  width: 275px;
  margin-left: 25px;
}

.process_right_column p {
  color: #333;
  text-align: left;
  font: 100 16px/21px "gentium book basic";
  font-style: italic; 
}

.process_clear {
  clear: both;
  width: 900px;
  height: 20px;
}


/* Bio Style
------------------------------------------------------------------------------*/ 
.about_container {
  overflow: auto;
  width: 700px;
  margin: 0 auto; }
.row {
  text-align: left; 
  display: inline; }
.left_col {
  float: left;
  display: inline;
  width: 150px; }
.left_col h2 {
  text-align: right; }
.left_col img.luther_pic{
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); 
  margin:0 auto;
  margin-top: 7px;
  margin-left: 12px;
  position: relative;
  border: 1px solid lightgray;
  background: white;
  padding: 8px 8px 8px 8px; }
.left_col img.align_bottom {
  margin-top: 55px;
  margin-left: 10px; }
.right_col {
  float: left;
  padding-left: 40px;
  margin-bottom:15px;
  width: 480px; }
.right_col p.luther_text {
  margin-top: 5px;
  margin-bottom: 35px; }
.right_col h1{
  text-align: left; 
  display: inline; }
.right_col img.float_right_middle {
  float: right;
  padding: 0px 8px 0px 8px; }
.right_col img.float_right {
  float: right;
  margin-right: -20px;
  padding: 0px 5px 15px 5px; }
.right_col ul {
  margin-top: -20px;
  margin-left: 20px;
  color: #333;
  text-align: left;
  font: 100 16px/21px "gentium book basic";
  font-style: italic; }
.right_col .text_right {
  color: #333;
  font: 100 16px/16px "gentium book basic";
  font-style: italic;
  text-align: right;
  
}
.about_container h1 {
  text-align: left;
  color: #bf1c35;
  font: 400 50px/50px "helvetica neue"; }
.about_container h2 {
  color: #bf1c35;
  letter-spacing: 1px;
  padding-top: 2px;
  font: 400 22px/30px "helvetica neue"; }
.about_container p {
  word-wrap: break-word
  width: 700px;
  color: #333;
  text-align: left;
  font: 100 16px/21px "gentium book basic";
  font-style: italic; } 
