/*  /////////////////////////////////////
- TreeLine Homes [Base] Style Sheet
- Version: 1.0.1
- Inception: March 2007
================================
- Foraker Design - Boulder, Colorado
- http://www.foraker.com
///////////////////////////////////// */


/* --- Generic HTML Selectors --- */

html {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Verdana", Arial, Helvetica, San-serif;
  background: #3c312f;
  color: #cec19c;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 105%;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #5a4d4b;
}

h4, h5 {
  font-size: 100%;
}


a {
  color: #c9a748;
}

a:visited {
  color: #e5c7e3;
}

a:hover {
  color: #fff;
}


img {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

abbr, acronym, dfn {
  font-style: normal;
  cursor: help;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}

hr {
  height: 1px;
  overflow: hidden;
  margin: 1.5em 0;
  padding: 0;
  color: #ebdeb2;
  background: #ebdeb2;
  border: 0;
  clear: both;
}

li {
	margin: 0 0 1em 0;
	padding: 0;
}

p {
	line-height: 18px;
}

/* --- Utility Objects ---*/
#skiplinks {
  display: none;
}

/* --- Main Page Container --- */
#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

/* --- Start Named Element Selectors --- */

#masthead {
  width: 100%;
  margin: 0;
  padding:0;
  text-align: left;
  background: #b5a76b;
  min-height:108px;
}


/* --- Basic Rules... --- */
#brand {
  margin: 0 auto;
  padding: 0;
  width: 746px;
}

#logo {
  display: block;
  float:left;
  width: 259px;
  height: 108px;
  margin: 0;
  padding: 0;
  background: transparent url(../images/logo-treeline.gif) top left no-repeat; 
}

#logo img {
  display: none;
}

/* ---  + Breadcrumb Trail Rules + --- */

#breadcrumbs {
  margin: 0;
  padding: 10px 0;
  font-size: 85%;
}

#breadcrumbs em {
  margin: 0 .5em 0 0;
  font-style: normal;
}

/* --- Main Navigation Rules --- */
#nav {
width:457px;
padding:0;
float:right;
text-align:left;
text-transform:uppercase;
font-size:65%;
min-height:108px;
}

#nav ul {
margin:48px 0 0 0;
padding:0;
list-style:none;
}

#nav ul li {
display:inline;
margin:0;
padding:0;
}

#nav li a {
color:#3c312f;
text-decoration:none;
padding:9px 10px;
line-height:60px;
margin:0;
border-right:1px solid #3c312f;
}

#nav li a:hover {
color:#fff;
}

#nav li a#navLast {
border-right:none;
}

#nav li.navActive {
color: #fff;
margin:0 0 0 -5px;
padding:9px 10px 25px 10px;
line-height:60px;
font-weight: 900;
background: #231b19;
}

#nav li#navFirst {margin:0;}

#nav li.navActive a {
color: #c9a748;
padding:0 0 25px 0;
line-height:60px;
border-right: none;
}

#nav li.navActive a:hover {
 color: #fff;
}

/* --- Main Content Wrapper --- */

#main {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 746px;
}

#content {
  margin: 0;
  padding: 0;
  font-size: 80%;
}

body.interior #content {
	border-top: 24px solid #231b19;
}

#content object {
	padding: 0 100px;
}

/* --- Main section body content --- */

#post-body {
   padding: 10px 10px 40px 20px;
   margin: 0 10px 0 0;
   position: relative;
   width: 330px;
}

#post-photo {
	position: absolute;
	top: 0;
	right: 1px;
	/*border-bottom: 24px solid #231b19;*/
	margin: 24px 0 0 0;
	text-align:center;
}
#post-photo img {border-bottom: 24px solid #231b19; margin-bottom:15px;}

#post-photo a {
	background:url(../images/btn-view-solar-pv-system.png) no-repeat 0 0;
	display:block;
	text-indent:-32767px;
	width:365px;
	height:56px;
	}
	
#post-photo a:hover {
	background-position:0 -56px;
	}
	
/* - Tagline on the home page -*/

#quote {
	position: absolute;
	top: 0;
	right: 0;
}

/* --- Featured Items on the Home page --- */

#features {
	position: relative;
	width: 746px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
}

.feature {
	display: block;
	width: 124px;
	float: left;
	padding: 20px;
}

#f4 {
	padding: 5px 10px 0 10px;
	width: 225px;
}

#f4 p {
	line-height: 20px;
}

/* --- Globally used utility classes --- */

.image_embedded_lft { 
	margin: 10px 10px 10px 0px; 
	padding: 0; 
	float: left; 
}

.image_embedded_rgt { 
	margin: 5px 0px 10px 10px; 
	padding: 0; 
	float: right;  
}

object#slideshow p {
	text-align: center;
	font-size: .8em;
}


/* --- Sub-Nav includes sidebar content, specifically the "Our Services" navigation --- */

#subnav {
	width: 382px;
	padding: 0;
	font-size: 80%;
	text-transform: uppercase;
	background: url('../images/bg-subnav.gif') no-repeat bottom left;
}

#subnav h2 {
	margin: 0 0 10px 38px;
}

#subnav h2 a {
	font-weight: normal;
}

#subnav a {
	text-decoration: none;
}

#subnav ul {
  margin: 0 0 0 38px;
  padding: 0 0 40px 0;
  list-style: none;
  width: 225px;
  border-top: 1px solid #3c312f;
}

#subnav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #3c312f;
}

#subnav li.subnavActive {
  font-weight: 900;
  padding: 8px 0;
  display: block;
  text-indent: 15px;
}

#subnav li a {
  padding: 8px 15px;
  display: block;
}

#subnav a:hover {
  text-decoration: underline;
}

#subnav li.subnavLast {
	border-bottom: 0px solid #3c312f;
}

body#press td {
	text-align: center;
	vertical-align: top;
	padding: 0 0 20px 0;
}

body#press td p { margin: 2px 0 0 0; }

#top-photo {
float:right;
margin-top:0px;
position:relative;
top:0;
}




/* Specific Contact Form Declarations */


#conform br {
	clear: both;
}

.error, .red {
  color: #ff0000;
}

.red {
  padding: 0 0 0 4px;
  }

.define_required {
   width: 98%;
   text-align: right;
   margin-bottom: 1em;
   
}

.define_required span {
  color: #ff0000;
}

.form_error { 
	background-color: #d9c50c; 
	border-right: 1px solid #D76E49; 
	border-bottom: 1px solid #D76E49; 
	border-left: 1px solid #692007; 
	border-top: 1px solid #692007; 
}

.success { color: green; }

.formcopy { 
  width: 40%;
  float: left;
  text-align: left; 
  font-style: italic; 
}

.nolabel {
  width: 40%;
  float: left;
  text-align: right;
  margin: 0 1em 0 0;
  padding: 2px;
  clear: both;
  line-height: 1px;
}

#conform .hr { 
	clear: both;
	width: 100%; 
	border-bottom: 1px solid #5a4d4b; 
	line-height: 1px; 
	padding-top: 5px; 
	margin-bottom: 5px; 
}


/* FORM Elements */

form #conform {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #5a4d4b;
}

* html form {
  height: 1%;
}

label {
  width: 100%;
  float: left;
  text-align: left;
  margin: .25em 0 0 0;
  padding: 0;
  clear: both;
  cursor: help;
}

input, select, textarea {
  float: left;
  margin: .15em .25em .15em 0;
  padding: 2px;
  font-family: "Verdana", Arial, Helvetica, San-serif;
  background-color: #f1ebd9;
}


label span {
  vertical-align: middle;
}

input.checkbox {
  margin: 7px 0 0 0;
  border: 0;
}

* html input.checkbox {
  margin: 0;
}

form input.formbuttons {
  margin: 4px 0;
  padding: 4px 2px;
  font-weight: bold;
  color: #777;
  cursor: default;
}


html>body form input.formbuttons {
  padding: 4px 10px;
}

.imgStroke {
	border: 2px solid #5a4d4b;
}


/* --- Footer & aassociated elements --- */

#footer {
  position: relative;
  width: 746px;
  margin: 0 auto;
  padding: 5px 0 30px 0;
  font-size: .65em;
  color: #5a4d4b;
  text-align: left;
  border-top: 6px solid #231b19;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#footer li {
	margin:0;
	padding:0;
	float:left;
	margin-top:1px;
	}
	
#footer li.copyright {margin-left:4em;}

#footer li#solar-pv-system {
	margin-top:0;
	}

#footer li#solar-pv-system a {
	background:url(../images/bg-solar-pv-system-link.png) no-repeat 0 0;
	padding-left:18px;
	line-height:15px;
	margin-left:4em;
	}
	
#footer li#solar-pv-system a:hover {background-position:0 -16px;}

#footer p {
  margin: .25em 0;
  padding: 0;
  line-height: 11px;
}

#footer a {
  color: #b09894;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Powered by Foraker Bug  */

#poweredbyforaker {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 120px;
  height: 24px;
  font-size: 9px;
  border: 0px dashed #fff;
}

#forakerlink {
   color: #5a4d4b;
   display: block;
   width: 120px;
   height: 24px;
   overflow: hidden;
   margin: 0;
   padding: 0;
   background: transparent url(../images/bg-forakerlink.gif) top left no-repeat;
 }
a#forakerlink {
	color: #5a4d4b;
}

a#forakerlink:hover {
   background-position: 0 -24px;
   text-decoration: none;
 }
 
#forakerlink span {
  position: relative;
  top: 0;
  left: 40px;
  margin: 0;
  padding: 0;
}

/* CLEARFIX */
.clearfix:after, #masthead:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix2 {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
} 


.clearfix, #masthead {display:inline-block; _height:1%;}

/* NEW ADDITIONS */

#post-body-wide{
margin-left: 20px;	
}

#post-body-wide li {
float:left;
list-style-type:none;
margin-right:24px;
width:339px;
}

#post-body-wide ul {
margin: 0px;
padding: 0px;
}

.before {
font-size: 14px;
font-weight: bold;
background:#231b19;
}

.before p{
padding: 0px 7px 7px;
margin:0px;
}

.after {
font-size: 14px;
font-weight: bold;
background:#231b19;
}

.after p{
padding: 0px 7px 7px;
margin:0px;
color: #fff;
}

.break {
margin-bottom: 15px;
}
#subnav2 {
background:transparent url(../images/renovation-top.jpg) no-repeat scroll right bottom;
font-size:80%;
padding:0;
text-transform:uppercase;
width:747px;
height:271px;
}


#subnav2 h2 {
	margin: 0 0 10px 38px;
}

#subnav2 h2 a {
	font-weight: normal;
}

#subnav2 a {
	text-decoration: none;
}

#subnav2 ul {
  margin: 0 0 0 38px;
  padding: 0 0 40px 0;
  list-style: none;
  width: 225px;
  border-top: 1px solid #3c312f;
}

#subnav2 li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #3c312f;
}

#subnav2 li.subnavActive {
  font-weight: 900;
  padding: 8px 0;
  display: block;
  text-indent: 15px;
}

#subnav2 li a {
  padding: 8px 15px;
  display: block;
}

#subnav2 a:hover {
  text-decoration: underline;
}

#subnav2 li.subnavLast {
	border-bottom: 0px solid #3c312f;
}
