/*
File:			custom.css
Description:	Custom styles for Thesis
BASIC USAGE:
If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file
For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:
.custom a, .custom a:visited { color: #090; }	<--- This makes links green
.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them
WHY THIS WORKS:
By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom {
 background: #8db6b6 url('images/Evergreen-Real-Estate-Back2.jpg') 50% 0 no-repeat; background-attachment: fixed;
}
.custom #container {
 margin-top: 8em;
 margin-bottom: 2em;
}
.custom #page {
 background: #fff;
}
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 100px; width: 947px; background: url('images/Evergreen-Header-Image3.jpg') no-repeat; outline: none; }
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }
/*remove header border*/
/*Table of Contents*/
div.toc {
	border: 1px solid #fcfcfc;
	font-size: .75em;
}
div.toc.toc-left {
	max-width: 22em;
	float: left;
	margin: 5px 5px 5px 0;
}
div.toc.toc-right {
	max-width: 22em;
	float: right;
	margin: 5px 0 5px 5px;
}
div.toc a.toc-header {
	display: block;
	background-color: #f8f8ec;
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #777;
/** Styling regarding TOC title: **/
	padding: 1px 2px;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}
div.toc a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}
div.toc ul {
	list-style: none;
	
	margin: 0;
	padding: 5px;
	background-color: #fcfcfc;
	overflow: hidden;
	white-space: nowrap;
}
div.toc.auto-collapse ul {
	display: none;
}
div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #777;
}
div.toc li.toc-level-1 {
	font-weight: bold;
}
div.toc li.toc-level-2 {
	font-weight: bold;
	padding-left: .25em;
}
div.toc li.toc-level-3 {
	padding-left: .5em;
}
div.toc li.toc-level-4 {
	padding-left: .75em;
}
.custom #sidebars {
background-color: #92CC88
;
}
/* added the green background to eliminate the white box at the end of the nav bar */
.custom .menu { background: #92CC88; }
/* Styles search box that lives in nav menu */
#s {
color:#F73619
; 
background:#A0EB9B
; 
border: 2px solid #e6ff42
;
padding:.7em;
font-family:"Georgia"; 
font-size:9pt; 
width:21em;
height:12px;  
text-transform:uppercase; 
letter-spacing:1px;
}
/*adds gradients in subdivision category page*/
.cat_evergreen-subdivisions div.teasers_box {background:url('http://www.evergreen-real-estate.com/wp-content/uploads/2009/12/evergreen_real_estate_border2.png') repeat-x 100% 0%; padding-top:4px;}

/*adds gradients to widgets*/
.custom li.widget h3 {font-family: Georgia; font-weight: bold; color: #012E01; font-size: .85em; height: 52px; background: url('http://www.evergreen-real-estate.com/wp-content/uploads/2009/12/evergreen-real-estate-pine22.png') repeat-x 100% 0%; padding:3px 2px 0;}

/* Justify Teaser text ***/
.custom .teaser { text-align: justify; }
/*adds gradients to teasers on front page */
div.teasers_box {background: url('http://www.evergreen-real-estate.com/wp-content/uploads/2009/12/conifer-homes-border.png') repeat-x 100% 0%; padding-top:4px;}
/* This formats the AFTER CONTENT box */
.custom div.post_ad {
background-color: #deb859;
margin: 0;
padding: 6px;
border: 1px solid #787878;
}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
margin-top: 0;
font-weight: bold;
font-size: 1.1em;
line-height: 1em;
border-bottom-style: dotted;
border-bottom-width: 1px;
padding-bottom: 5px;
margin-bottom: 6px;
}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
margin: 0 0 9px;
}

/* This formats the image */
.custom div.post_ad img {
float: right;
margin-bottom: 8px;
margin-left: 8px;
}
.custom #sidebar_2 .widget {
  margin-bottom: 1px;
  }
.custom #sidebar_1 .widget {
  margin-bottom: 1px;
  }

/* adjusting space under MMB */
.custom  .custom_box#multimedia_box {
  margin-bottom: 0;
  }
/** Changing the Leave a Comment Text***/
.custom #respond_intro p {display: none;}

/* This changes the space between a pages note and it's iframe */
.format_text p.note {margin-bottom: 0em;}
.headline_area {margin-bottom:0em;}
.post_box {padding-top:1.2em;}

/*add a third styled box hopefully green*/
p.box {
	background: #92CC88;
	border: 1px solid #82B579;
	padding:1em;
}
.drop_cap {
	float: left;
	font-size: 3.7em;
	line-height: 1em;
	padding: 0.1em 0.12em 0 0;
        color:#82B579;
}
/* add pullquotes right */
.pullquote_right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; float: right; }