/*
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/coniferbg.jpg') 50% 0 no-repeat; background-attachment: fixed;}
.custom #container { margin-top: 9em; margin-bottom: 0em; }
.custom #page { background: #fff; }
.custom #header #logo a { display: block; height: 100px; width: 975px; background: url('images/Header-Image-for-CHFS.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }
.pullquote_left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: left; }

.pullquote_right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; float: right; }
div.toc {
	border: 1px solid #ccc;
	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 h3 {color: #436600
;}
.custom h2 {color: #436600
;}
.custom h1 {color: #436600
;} 
.custom box-top {
   background-color:#6FAC38;
   border-color:#6FAC38;
}
.custom box-top-text {    
   line-height:26px;
   padding-left:14px;
   padding-right:6px;    
   color:#fff;
}
.custom .box-body {    
   background:#EEEEEE none repeat scroll 0 0;
   padding-left:25px;
   padding-right:25px;
   padding-top:15px;
}
/* Styles search box that lives in nav menu */
#s {
color:#F73619
; 
background:#EFEFEF
; 
border: 2px solid #e6ff42
;
padding:.8em;
font-family:"Georgia"; 
font-size:10pt; 
width:20em;
height:14px;  
text-transform:uppercase; 
letter-spacing:1px;
}
/* added the light blue background to eliminate the white box at the end of the nav bar */
.custom .menu { background: #EFEFEF; }
/* 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 #sidebars {
background-color: #92CC88
;
}
/*adds gradients to widgets*/
.custom li.widget h3 {font-family: Georgia; font-weight: bold; color: #012E01; font-size: .9em; height: 55px; 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://conifer-homes-for-sale.com/wp-content/uploads/2009/12/conifer-homes-border.png') repeat-x 100% 0%; padding-top:4px;}
.custom #sidebar_2 .widget {
  margin-bottom: 1px;
  }
.custom #sidebar_1 .widget {
  margin-bottom: 1px;
  }
/* 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;}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #EEEEEE;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffdf00;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }