/*
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: #6EA2CA; 
}

.custom #container {    margin-top: 2em;    margin-bottom: 2em;    padding: 0.1em;    background: #6EA2CA;
    border: 0.1em solid #cccccc;
}

.custom #page {    background: #fff;
}


/* header controls */
.custom #header { border-bottom:none;
height:220px;
padding-top:0px;
padding-bottom:0x;
padding-left:455px;
background:url(images/getqualheader.jpg)
center left no-repeat; }

.background {
    background: #549FF4; 
}

body.custom {
    background-image:url(images/bg-image.jpg); background-repeat: repeat-x;
}
body.backgroundimage {background-image: url(images/bg-image.jpg);}

#header #logo { font-weight: normal; font-size: 20px; background-color: none; padding-top:135px;}
	#header #logo a { color: #ffffff; }
	#header #logo a:hover { color: #2361a1; }
#header #tagline { font-weight: normal; color: #ffffff; }

.contactus {font-weight: bold; font-size: large; color: #0D27F0; }

/* remove the category archives message */
#archive_info {display:none;}

/* remove comments are closed for this entry */
.custom .comments_closed p {display: none ;}


/* custom tabs */

.custom ul#tabs li {background:#DBDADA; text-decoration: none;}
.custom ul#tabs li.rss {background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#eeeeee;}
.custom ul#tabs li a:hover {text-decoration:none; background:#eeeeee;}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#eeeeee;}
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#eeeeee;}

/* side bar background */

.custom #content_box {background-color:#fff;}
.custom #content {background-color:#fff;} 

/* Added for the Search Sidebar Widget */

/* Added for the Search Sidebar Widget */

/****************************** Begin Form Styling *******************************/

#property-widget-area {
	color: #555555;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 62.5%;
	/*padding: 10px 0px;*/
	text-transform: uppercase;
	width: 195px;  
}
#property-widget-area p{ margin: 0px; padding: 0px; text-align: left;}
#property-widget-area fieldset{
	border: 2px solid #EEEEEE;
	padding: 5px;
}
#property-widget-area legend{
	background-color: #EEEEEE;
	border: 2px solid #EEEEEE;
	font-size: 1.2em;
	margin-bottom: 5px; 
	margin-left: 5px;
	padding: 5px;
}
#property-widget-area form{
	margin-top: 0px;
}
#property-widget-area label{
	font-size: 1.2em;
	margin-right: 15px;
	padding-top: 3px;
}
#property-widget-area label.select_option{
	padding-top: 0px; 
}
#property-widget-area label.noFloat{ 
	float: left;
	margin: 0 5px;
}
#property-widget-area select{
	margin-bottom: 10px; 
	height: 20px;
	text-transform:capitalize;
	width: 120px;
}
#property-widget-area input{
	background-color: #FFFFFF;
	border: 2px solid #EEEEEE;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#property-widget-area input.small{
	float: left;
	text-align: center;
	width: 50px;
}
#property-widget-area input#upperRange{
	float: none;
}
#property-widget-area input:focus {
    /*border: 2px solid #2361A1;*/
	border: 2px solid #D5DEEF;
}
#property-widget-area input.submit-button {
	text-transform: uppercase;
	background-color: #BFBFBF;
	border-color: #ccc #7E7E7E #7E7E7E #ccc;
	border-style: solid;
	border-width: 1px;
	color: #000;
}
#property-widget-area input.submit-button:hover, #property-widget-area input.submit-button:focus{
	background-color: #ccc;
	border-color: #BFBFBF #8B8B8B #8B8B8B #BFBFBF;
	border-style: solid;
	border-width: 1px;
	color: #000;	
}
#property-widget-area .clear{ clear: both;}
.credit { 
	text-transform: capitalize;
	font-size: 1.3em;
	}
.credit a {
	text-decoration: underline;
}
.pnut{
	font-size: 1.2em;	
}
.img_pnut {
	float: right;
}




/******************************************** End Form Styling *******************************************/



/******************************************** Begin - Custom CSS for the Property Listings *****************************************/



/* Outer Container */



#listing-container{}



/* City Formating */

.city_txt{ 

	font-weight: bold;

}



/* Zip Code Formatting */

#form_information{}











/* The div that wraps around each property */



#property_listing{}







#property_listing table{}







#property_listing table tr.header_row{ 



	height: 40px; 



	text-align: center; 



	font-weight: bold; 



}







#property_listing table tr.listing_row{}







#property_listing table td{}







#property_listing table td.property_thumbnail_cell{ 



	vertical-align: top; 



	padding: 10px; 



}







#property_listing table td.property_information_cell{



	padding: 10px; 



}







#property_listing table td.property_city_cell{ 



	width: 70px; 



	text-align: center; 



}







#property_listing table td.property_price_cell{ 



	text-align: center; 



}







#property_listing .property_type{ 



	color:#555555; 



	font-size:1.1em; 



	font-style:italic; 



}







#property_listing .property_description{}







tr#color{ background-color: #EEEEEE;}







/******************************************** End - Custom CSS for the Property Listings *****************************************/







/******************************************** Begin - The CSS for the Property Site Map ******************************************/







#state-property-listings{ 



	float:left; 



	width:190px; 



}







#state-property-listings a{}







#single-title{ 



	font-weight: bold; 



	margin: 10px 0px; 



}







#property-listings{



	margin: 10px 0px; 



	width: 475px; 



}







#property-listings #property-title{ 



	font-size: 1.3em;



}







#property-listings #property-description{}







#property-listings #property-zipcode{ 



	font-weight: bold;



}







#property_sort_form p.select-state{ 



	float: left; 



}







#property_sort_form label{



	font-size:1.1em;



	height:20px;



	vertical-align:middle;



}







#property_sort_form input{



	border:medium none;



	width:80px;



	margin-left: 10px; 



}







#property_sort_form input:hover{ 



	background-color: #D5DEEF; 



	color: #FFFFFF;



}







/**************************************** End - The CSS for the Property Site Map **********************************************/