/*
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/
*/

/* Things you might want to change */

 	/* This is the highlight color used throughout the site. Default is green */
	 .highlight, .custom #feature_box .right h3, .custom .column #realtor h3, .custom #sidebars #realtor h3 {color: #0A0E6E;}
	 .custom #feature_box .right #button a, .custom .column #form h3, .custom #sidebars .sidebar_list h3  {background: #0A0E6E;}

	/* This is the header image */
	.custom #header {background-image: url('/wp-content/uploads/2009/12/llv1.jpg'); height: 120px; background-repeat: no-repeat; background-position: top right; display:block; padding: 0;} 


/* Don't change anything below here */


/* Header */
body.custom {padding-top: 10px;}
.custom #container {border-width: .4em;}
.custom #header h1 {padding: 40px 0 0 20px;}
.custom #header h1 a {color: #0A0E6E; font-size: 1.3em;}
.custom #header h1 .city {font-weight: bold; }

/* .custom .menu {background-image: url('images/menu.gif'); background-repeat: repeat-x; font-weight: bold;} */
.custom .menu {
	background: #0A0E6E;
}
/* .custom .menu .current a, .custom .menu a {background: transparent; padding: 15px 20px 15px 20px; font-weight: bold; text-transform:capitalize; }*/
/* .custom .menu .current .tab {border-bottom-color: #7c7c7c;}*/

/* Home Page */
.custom #feature_box {padding: 0; }
.custom #feature_box #homepage_report {background-color: #fff;}
.custom #feature_box .left {width: 460px; float: left; margin: 30px 0 0 20px; }
.custom #feature_box .left .carouselBtn {display: none;}
.custom #feature_box .right {width: 370px; float: right; margin-top: 30px; font-size: 1.6em; line-height: 1.9em; margin-right: 20px;}
.custom #feature_box .right h3 {font-size: 1.4em;}
.custom #feature_box .right p {background: #fff;}
.custom #feature_box .right #sample {font-size: .6em; width: 100px; line-height: 1em; text-align: center; float: left; margin-top: 20px;}
.custom #feature_box .right #button {display: inline; float: left; margin: 40px 0 0 20px;}
.custom #feature_box .right #button a {border: 1px solid #247f3e; color: #fff; padding: 3px 10px 3px 10px; }
.custom #feature_box #submenu {background-image: url('images/home-menu.gif'); background-repeat: repeat-x; list-style-type: none; clear:both; height: 170px;}
.custom #feature_box #submenu li {width: 27%; margin-left: 2%; padding: 3% 2% 3% 2%; float: left; background: transparent;}
.custom #feature_box #submenu li h3 {font-size: 1.8em; font-weight: bold; color: #222; padding-bottom: 5px;}
.custom #feature_box #submenu li p {font-size: 1.3em; line-height: 1.6em;}

.custom.home #content_box {background: #efeeee;}
.custom .column {width: 30%; padding: 1% 1.5% 1% 1.5%; float: left;}
.custom .column .box {border: 1px solid #858585; padding: 20px; background: #fff; margin-bottom: 15px;}
.custom .column .box h4 {font-size: 1.6em; padding-bottom: 10px;}
.custom .column #news ul {padding-left: 10px;}
.custom .column #news li {font-size: 1.3em; line-height: 1.5em;}
.custom #column2 {background-image: url('images/form-bg2.png'); background-repeat: no-repeat;}
.custom #column2 #formborder {background-image: url('images/form-bg3.png'); background-repeat: no-repeat; background-position: top right; padding-right:7px;}
.custom .column #form {padding: 0; border: 1px solid #000;}
.custom .column #form li {margin: 0; padding: 0; list-style-type: none;}
.custom .column #form h3 {text-transform: uppercase; text-align: center; font-size: 2em; color: #fff; padding: 10px; border-bottom: 1px solid #000;}
.custom .column #form .textwidget {padding: 10px;}
.custom .column #realtor li {margin: 0; padding: 0; list-style-type: none;}
.custom .column #realtor h3 {border-bottom: 1px solid #858585; padding-bottom: 10px; margin-bottom: 10px; font-weight: bold;} 


/* Inner */
.custom #content {padding-left: 20px; margin-right: -20px;}
.custom #sidebars {background: #e5e5e5; }
.custom #sidebars .sidebar_list li {background: #fff; border: 1px solid #000;}
.custom #sidebars .sidebar_list h3 {text-transform: uppercase; text-align: center; font-size: 1.4em; color: #fff; padding: 10px; border-bottom: 1px solid #000;}
.custom #sidebars .sidebar_list .textwidget {padding: 10px;}
.custom #sidebars #realtor {border: 1px solid #858585; padding: 10px; background: #fff; list-style-type: none; margin: 10px;}
.custom #sidebars #realtor h3 {border-bottom: 1px solid #858585; padding-bottom: 10px; margin-bottom: 10px; font-weight: bold;} 



/* Footer */
.custom #footer {background-color: #B8B8B8; padding: 30px; text-align: left; }
.custom #footer a {border: 0;}
.custom #footer .left {float: left; width: 190px;}
.custom #footer .middle {float: left; width: 530px;}
.custom #footer .middle h3 {font-size: 1.5em; font-weight: bold;}
.custom #footer .middle ul {list-style-type: none; clear:both; }
.custom #footer .middle ul li {float: left; display:inline; padding: 0 20px 10px 0; font-size: 1.3em;}
.custom #footer .middle ul ul {float: left; display:inline;}
.custom #footer .middle ul ul li {font-size: 1em;}
.custom #footer .middle ul li a {text-decoration: underline;}
.custom #footer .middle ul li a:hover {color: #f0f0f0;}
.custom #footer .right {float: right; width: 150px; text-align: center;}
.custom #footer .bill a {font-family:Georgia,"Times New Roman",Times,serif; font-size:.7em; font-weight:bold; color: #fff;}

/* Fixes */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}