/*
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/
*/

/* Full Width Backgrounds */

.custom #header_area {
	background: transparent url('images/headerbg.png') repeat-x;
	height: 353px;
	}
	
.custom .full_width > .page {
	background: none !important;
	}
	
.custom #header_area .page {
	padding-top:0em;
	}
	
.custom #content_area {
	background: #fff;
	}
	
#phonenumber {
	background: transparent url(images/phone.png) no-repeat;
	width: 800px;
	height: 55px;
	margin-top: 2.8em;
	margin-left: 10em;
	}

	
/* 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; }

/*Header*/
.custom #header #logo a { 
	display: block;
	height: 210px; 
	width: 820px; 
	background: url('images/header.png') no-repeat; 
	outline: none;
	position: relative;
	top:-.2em;
	left: 2.3em; 
	}
	
.custom #header {
	background: none !important;
	padding: 0em;
	border: none;
	}
	
/* Footer */

.custom #footer_area {
	background: #60aaba url('images/footerbg.png') repeat-x top;
	height:134px;
	border: none;
	}
	
.custom #footer {
	border: none;
	padding-top: 3.1em;
	}
	
/* NAVIGATION MENU */

.custom ul.menu { 
	background: none !important; 
	list-style: none; 
	padding-left:14em; 
	border:none; 
	padding-top: .5em;
	}

.custom ul.menu li { 
	background: none !important; 
	border: none; 
	border-left: 0; 
	}

.custom ul.menu li a { 
	display: block; 
	background: none !important;
	border: none !important;
	color: #fff; 
	text-transform: uppercase; 
	font-weight: 600; 
	padding: 6px 20px; 
	text-align:center;
	letter-spacing: 0px;
	text-decoration: none;
	outline: none;
	}

.custom ul.menu li a:hover { 
	color: #294950; 
	text-decoration: none; 
	}
	
.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover  {
color:#294950;
}
	
/* Headline Formatting */

.custom .headline_area {
	border-bottom: 2px solid #5d765a;
	}


.custom h1 {
	color: #5d765a !important;
	font-weight: bold;
	}

.custom h2 {
	font-weight: normal !important;
	color: #457a86;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.custom h3 {
	font-size:1.186em;
	color: #457a86;
	font-style: italic;
	}
	
.custom .entry-title {
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal;
	}
	
.custom .entry-title a {
	text-decoration: none;
	}
	
/*---:[ Sidebar Formatting ]:---*/
	
.custom .sidebar a, a:visited { 
	text-decoration: none;
	}
	
/* Page Formatting */

ul#checkmarklist li {
	list-style-image: url(images/checkmark.png);
	margin-bottom: .6em;
	margin-left: 2.6em;
	color: #54524b;
	}


/*Main LINKS*/
	
.custom a { 
	color: #60aaba;
	text-decoration: underline;
	}

.custom .format_text a {
	color: #60aaba;
	text-decoration: underline;
	}

.custom a:hover { 
	color: #2e2d29;
	text-decoration: none; 
	}

.custom a:visited { 
	color: #918e82; 
	font-weight: normal; 
	}
	
.custom .format_text p {
	color: #54524b;
	}
	
.custom .format_text ul {
	color: #54524b;
	}
	
/* Comments */

.custom .format_text .to_comments span.bracket {
	display: none;
	}
	
.custom .format_text .to_comments span {
	color: #60aaba;
	}
	
/*Comments Closed Text*/

.custom .comments_closed p {
	display: none;
	}
	
/* Front Page */

#front_left {
	width: 287px;
	float: left;
	}
	
#front_left ul#checkmarklist li {
	margin-left: 0em;
	}
	
#front_right {
	background: #eae6d7;
	width: 320px;
	height: 265px;
	float: left;
	padding: .5em;
	border: 1px solid #b0ac9d;
	margin-left: .5em;
	margin-top: 4em;
	}
	
#front_bottom {
	}
	
/* Boxes on Front Page */

ul#front_boxes {
	clear: both;
	}

ul#front_boxes li {
	list-style: none;
	}
	
/* Homeowner */
	
#headline_homeowner a {
	display: block;
	background: transparent url(images/headline_homeowner.png) no-repeat;
	outline: none;
	width: 165px;
	height: 46px;
	margin-left: .5em;
	margin-top: .7em;
	}
	
#headline_homeowner a:hover {background-position: 0 -54px}
	
ul#front_boxes li#homeowner {
	display: block;
	background: transparent url(images/box.png) no-repeat;
	float: left;
	width: 186px;
	height: 160px;
	margin-right: 1em;
	}
	
ul#front_boxes li#homeowner p {
	margin-left:1.2em;
	margin-right:0.2em;
	text-align:center;
	width:150px;
	}
	
	
/* Homebuyer */	

#headline_homebuyer a {
	display: block;
	background: transparent url(images/headline_homebuyer.png) no-repeat;
	outline: none;
	width: 150px;
	height: 46px;
	margin-left: 1em;
	margin-top: .7em;
	}
	
#headline_homebuyer a:hover {background-position: 0 -55px}
	
ul#front_boxes li#homebuyer {
	background: transparent url(images/box.png) no-repeat;
	float: left;
	width: 186px;
	height: 160px;
	margin-right: 1em;
	}
	
ul#front_boxes li#homebuyer p {
	margin-left:.4em;
	margin-right:0.2em;
	text-align:center;
	width:170px;
	}
	
/* Servicer */	
	
#headline_servicer a {
	display: block;
	background: transparent url(images/headline_servicer.png) no-repeat;
	outline: none;
	width: 150px;
	height: 46px;
	margin-left: .6em;
	margin-top: .7em;
	}
	
#headline_servicer a:hover {background-position: 0 -54px}
	
ul#front_boxes li#servicer {
	background: transparent url(images/box.png) no-repeat;
	float: left;
	width: 186px;
	height: 160px;
	}
	
ul#front_boxes li#servicer p {
	margin-left:1.2em;
	margin-right:0.2em;
	text-align:center;
	width:150px;
	}
	
	
	
	
.front .headline_area h2 {
	text-indent: -9999px;
	background: transparent url(images/frontabout.png) no-repeat;
	width: 630px;
	height: 36px;
	}
	
#learnmoreheadline {
	background: transparent url(images/learnmore.png) no-repeat;
	width: 468px;
	height: 50px;
	float: left;
	margin-left: 11em;
	margin-bottom: 1em;
	}
	
#contactform {
	width: 24em;
	position: relative;
	top: -4em;
	height: 32em;
	float: left;
	clear: both;
	margin-right: 2em;
	}
	
#wufooform {
	background: #60aaba;
	padding-left: .5em;
	padding-right: 5em;
	border: 1px solid #5696a4;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding-top: .2em;
	height: 35em !important;
	}
	
#contactform .wufoo .info h2 {
	color: #000 !important;
}
	
/* Sidebars */

#subrss a {
	display: block;
	outline: none;
	background: transparent url(images/rss.png) no-repeat;
	width: 296px;
	height: 52px;
	margin-bottom: 1em;
	}
	
#subrss a:hover {
	background-position: 0 -55px;
	}
	
	
#twitter a {
	display: block;
	outline: none;
	background: transparent url(images/twitter.png) no-repeat;
	width: 205px;
	height: 52px;
	margin-bottom: 1em;
	}
	
#twitter a:hover {
	background-position: 0 -55px;
	}
	
#facebook a {
	display: block;
	outline: none;
	background: transparent url(images/facebook.png) no-repeat;
	width: 205px;
	height: 52px;
	}
	
#facebook a:hover {
	background-position: 0 -55px;
	}

.propertylookup #header { padding: 0; border-bottom: 0em; }
.propertylookup #footer { padding-bottom: 0; border-top: 0em; }
.propertylookup #footer { display: none; }
.propertylookup #sidebars { display: none; border: none; }
.propertylookup #tabs {display:none;}
.propertylookup #content_box { background:none; }
.propertylookup .comments_closed { display: none; }
.propertylookup #header #logo { display: none; }
.propertylookup #header #tagline { display: none; }
.propertylookup #content { margin: 0 auto; float: none; }	

	
