/*

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/

 .format_text img.right, .format_text img.alignright, .wp-caption.alignright {margin-right: 1.5em;}


/* remove background color sidebar realtor image */

#image_box, #video_box, #custom_box {background-color: #fff; border-color: #fff;}

/* border for cform */

/* floated logo header */

.custom #header {background: url(/wp-content/themes/thesis_151/custom/images/HomeSweet.jpg); width: 175px; height: 74px; }

/* fix for pnut widget  */

#property-widget-area fieldset {margin-bottom: -11px; margin-right: 13px; margin-left: -13px;}

/* sidebar photobox */

#image_box, #video_box, #custom_box {
padding: 5px 0px 0px 19px; margin-top: 0px;}

/* header logo placement */

#header #logo {margin-top: -145px; margin-left: 20px;}
#header #tagline {padding-left: 20px; margin-top: -15px; padding-bottom: 10px;}
.custom #header #logo a {padding-bottom: 22px;}

/* remove delicious days link */

.linklove a {visibility: hidden;}

/* realtor logo sidebar */

li.widget {margin-bottom: 1.5em;}
#multimedia_box {margin-bottom: .38em;}

/* in Before Sidebars in the hooks, need to put the agent logo in here */

.realtorlogo {float: left; margin: 10px 9px; padding-left: 12px;}

.clear {clear: both;}

.logotext {color: #5c3f3f ; padding-top: 36px; font-size: 105%;}

.img-float-left {
	float: left;
	margin: 0 8px 8px 0;
}

/* contact us border */

.cform {border: 2px solid #d5deef;}

/* footer image class */

.footerimg {padding:0px 5px 0 0;}

/* sidebar styling */

li.widget {border: 1px solid #d5deef; padding: 00px 10px 00px 12px; background: url(/wp-content/themes/thesis_151/custom/images/hmsweet.jpg) repeat-x;}

.sidebar h3 {padding: 0 0 0 3px; font-weight: bold; color: #3f3f3f; border-bottom: 1px solid #ccc;}

.sidebar h2.widgettitle {padding: 0 0 0 3px; font-weight: bold; font-size: 1em; line-height: 1.385em; margin-bottom: 0.692em; color: #3f3f3f; letter-spacing: 2px; font-variant: small-caps; border-bottom: 1px solid #ccc;}

a {color: #555;}

/* subscribe buttom padding */

ul#tabs {padding-right: 5px;}

/* remove comments are closed for this entry */
.custom .comments_closed p {display: none ;}
.format_text .to_comments {visibility: hidden;}

.custom #container {    margin-top: 2em;    margin-bottom: 2em;    padding: 0.0em; border: 0.1em solid #cccccc; background: #ffffff; 
}

.sidebar ul.sidebar_list {padding-top: 7px; margin-right: 25px;}

.custom #header #logo a { color: #fff; display: block; width:940px; padding: 0.0em;}

body.custom {background-color: #4d5049 ;}

/* header & tagline properties  */

#header #logo { font-weight: bold; padding-top: 9px; font-size:30px;}

#header #logo a { color: #ffffff;}

#header #logo a:hover { color: #cccccc; }

#header #tagline { font-weight: normal; color: #ffffff; font-size: 16px; padding-bottom: 10px; padding-top: 10px; margin-top: -10px;}

/*header*/
.custom #header { border-bottom:none;
height:153px;
padding-top:0px;
padding-bottom:0x;
padding-left:0px;
background:url(/wp-content/themes/thesis_151/custom/images/)
center left no-repeat; }

/* nav bar */

.custom ul#tabs {background: transparent url(/wp-content/themes/thesis_151/custom/images/bg_menu.jpg) repeat-x scroll 0 0;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none} 
.custom ul#tabs li.current_page_item, 
.custom ul#tabs li.current-cat {padding-bottom:0; background:#D9D5D5} 
.custom ul#tabs li.rss {} 
.custom ul#tabs li a {} 
.custom ul#tabs li a:hover {text-decoration:none; background:#FFFFFF} 
.custom ul#tabs li.current_page_item a, 
.custom ul#tabs li.current-cat a {} 
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF;}, 
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}

/* fix for ie nav bar */

.custom ul#tabs {width: 963px;}

/* remove the category archives message */

#archive_info {display:none;}

/* comments are closed */

.custom .comments_closed p {display: none ;}

/* 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 **********************************************/