/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body&gt; tag 
will be appended with the "custom" class, like so: &lt;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/
*/

.custom .menu {background:#754E27;}

#sidebars {background:#EDE9E2;}

.custom #header #logo {font-size:6em;}

.custom .headline_area {
	letter-spacing:-.5px;
}


.custom #map {
   width: 540px;
   float:left; 
   padding-bottom: 20px;

}


.custom #address {
   width: 540px;
   float:left; 
   font-size: 1.3em;
   
}


.custom #description {
   width: 500px;
   float:left;
   padding-bottom: 20px;
   word-spacing: 3px; 
   
}



.custom #features_left {
   width: 270px;
   float:left;
   padding-bottom: 20px;

}

.custom #features_right {
   width: 270px;
   float:left;
   padding-bottom: 20px;
}

.custom #features_left2 {
   width: 270px;
   float:left; 
   background-color:#F7F3EC;
   
}

.custom #features_right2 {
   width: 270px;
   float:left;
   background-color:#F7F3EC;   
}


.custom .features_bullet {
   line-height:45px;
   font-size: 1.3em;
}

.custom .features_bullet img{
   vertical-align:middle;
   padding-right:8px;
}

.custom .headline_area h1{
   font-size: 38px;
   font-weight:bold;
}

.custom #region {
    width: 540px;    
    float: left; 

}

.custom #region h2{
	font-size:2.2em;
        color:#754E27;
}

.custom #listings {
   width: 530px;
   float: left; 

}

.custom #state {
   width: 540px;
   float: left; 

}

.custom .state_bullet{
   line-height:50px;
   font-size: 1em;

}

.custom .state_bullet img{
   vertical-align:middle;
   padding-right:8px;
       
 }

.custom .state_bullet a{
   padding-right: 10px;

}

.custom .state_bullet em{
   font-size: 1em;

}

.custom #breadcrumbs { 
   font-size:1.0em;
   font-family: arial;
   letter-spacing: .3px;
   text-transform: uppercase;
   padding-bottom: 16px; 
}

.custom #forsale {
   width:530px;
   float:left; 
   background-color:#754E27;
   margin:20px 0 20px 0;   
}

.custom #homepage_text {
	font-family:calibri, arial;
        font-size: 1.2em;
        font-weight:normal;
        
       
}

.custom #homepage_text h2{
	font-family:rockwell, arial;
        font-size: 3.0em;
        font-weight:bold;
        padding-bottom:40px;
        margin:0px;
        line-height:1em;
       
}




.custom #homepage_find {
	width: 480px;
        height: 125px;
        float: left;
        background-color:#F1F1F1;
        padding: 50px 20px 40px 20px;
        margin: 5px 0 5px 0; 
        border: 2px solid #CCCCCC;
}

.custom #homepage_find2 {
	width: 480px;
        height: 125px;
        float: left;
        background-color:#F1F1F1;
        padding: 40px 20px 40px 20px;
        margin: 5px 0 25px 0; 
        border: 2px solid #CCCCCC;
}



.custom .homepage_findtext {
	font-family:rockwell,arial;
        font-size: 3.6em;
        font-weight:bold;
        line-height:1em;
        padding-bottom:10px;
         
}

.custom .homepage_findtext2 {
	font-family:rockwell,arial;
        font-size: 1.6em;
        font-weight:bold;
         
        }



.custom .homepage_boxtext {
	font-family:rockwell,arial;
        font-size: 2.2em;
        font-weight:bold;
        line-height:1em;
         
}

.custom .homepage_boxtext2 {
	font-family:rockwell,arial;
        font-size: 1.2em;
        font-weight:bold;
        padding-top:15px;
         
        }


.custom .homepage_boxtext3 {
	font-family:rockwell,arial;
        font-size: 1.4em;
        font-weight:bold;
        line-height:1em;
         
}


.custom #homepage_box_left {
	width: 140px;
        height: 100px;
        float: left;
        background-color:#F1F1F1;
        padding: 10px;
        border: 2px solid #CCCCCC;
        margin: 10px 15px 15px 0;
}

.custom #homepage_box_left a {
        text-decoration: none; color: black;
}

.custom #homepage_box_left a:hover {
        text-decoration: none;
        color:#A36D36;
}


.custom #homepage_box_right {
	width: 140px;
        height: 100px;
        float: left;
        background-color:#F1F1F1;
        padding: 10px;
        border: 2px solid #CCCCCC;
        margin: 10px 15px 15px 0;
}

.custom #homepage_box_right a {
        text-decoration: none; color: black;
}

.custom #homepage_box_right a:hover {
        text-decoration: none;
        color:#A36D36;
}

.custom #homepage_box_center {
	width: 140px;
        height: 100px;
        float: left;
        background-color:#F1F1F1;
        padding: 10px;
        border: 2px solid #CCCCCC;
        margin: 10px 16px 15px 1px;
}

.custom #homepage_box_center a {
        text-decoration: none; color: black;
}

.custom #homepage_box_center a:hover {
        text-decoration: none;
        color:#A36D36;
}

.custom #post-3771 .headline_area h1 {
        font-size: 14px;
        font-weight:normal;
  }

.custom #post-2 h1 {
        font-size: 20px;
        font-weight:bold;
  }


.custom #homepage_box_lks {
	width: 480px;
        height: 300px;
        float: left;
        background-color:#FFFFFF;
        padding: 5px 20px 50px 20px;
        margin: 5px 0 5px 0; 
        text-align: center;
}

.custom #spon_hors {
	width: 490px;
        float: left;
        background-color:#FFFFF;
        padding: 20px 20px 20px 20px;
        margin: 5px 0 5px 0; 
        border: 3px solid #EDE9E2;
}

.custom #spon_plus {
	width: 490px;
        float: left;
        background-color:#FFFFFF;
        padding: 20px 20px 20px 20px;
        margin: 5px 0 5px 0; 
        border: 3px solid #EDE9E2;
}

.custom #spon_reg {
        float: left;
        background-color:#FFFFFF;
        padding: 20px 20px 20px 20px;
        margin: 5px 0 5px 0;
        
}

.custom .spon_bullet{
   line-height:50px;
   font-size: 1.5em;
}

.custom .spon_bullet img{
   vertical-align:middle;
   padding-right:8px;
       
 }

.custom .spon_bullet a{
   padding-right: 10px;

}

.custom .spon_bullet em{
   font-size: 22px;

}

.custom .listing_style1{
   line-height:75px;
   font-size: 1.1em;
   background-color: #e6e6e6;

}

.custom .listing_style1 a{
   padding-right: 10px;
   padding-left: 20px;

}

.custom .listing_style1 em{
   font-size: 16px;

}

.custom .listing_style2{
   line-height:75px;
   font-size: 1.1em;
   background-color: #f2f2f2;

}

.custom .listing_style2 a{
   padding-right: 10px;
   padding-left: 20px;

}

.custom .listing_style2 em{
   font-size: 16px;

}

.custom #brownbar {
   width:535px;
   height: 30px;
   float:left; 
   background-color:#754E27;
   margin:20px 0 20px 0;   
}

.custom #graybar {
   width:535px;
   height: 10px;
   float:left; 
   background-color:#EDE9E2;
   margin:20px 0 20px 0;   
}

.custom div.adblock img {
  padding: 0px;
  display: inline;
  margin: 6px 6px 6px 6px;}

.custom .cenx {text-align: center;}

.custom #header {
	margin:0px 0 10px 0;
}

.about div.headline_area {display:none;}

.custom #multimedia_box {display:none;}





