/*
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/
*/
ul#tabs { visibility:hidden;height:0px;margin:0px;padding:0px; }
ul#tabs li { visibility:hidden;height:0px;margin:0px;padding:0px; }

body {
	
font-family:verdana;
font-size:11px;
background-color:#000597;
	
}
.custom #page {


}

body.search-rentals #sidebar_2 {
visibility:hidden;
width:1px;
}

body.search-rentals #sidebar_2 ul {
visibility:hidden;
width:1px;
}

.custom a:link {}
.custom a { }
.custom a:visited {}

.custom #footer { 
border:none;
font-size:10px;
padding:20px;
color:#acc4ce;}

.custom #footer a { 
border:none;
font-size:10px;
padding:5px;
color:#acc4ce;}

.custom h1 { font-size:18px; color:#000597;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif; }
.custom .headline_area h1 { font-size:18px; color:#000597; font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif}

.custom h2 { font-size:16px; color:#000597;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif; }
.custom h2.entry-title a{ font-size:16px; color:#000597; font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif}

.custom #header #logo a{ font-family:Georgia;font-size:24px;color:#000597;display:block;margin-top:5px;font-weight:normal;
 }
.custom #header #tagline {font-family:Georgia;font-size:18px;color:#000597;display:block;margin-top:5px;font-weight:normal; }
.custom #header {
background-image:url(../../../../../images/banner.jpg);
background-position:left bottom;
background-repeat:no-repeat;
padding:10px 20px 0px 550px;
margin:0px 0px 0px 0px;
height:200px;
border:none;
;
 }
.custom #page {

padding-top:0px;margin-top:0px;


}
.custom #sidebars  h3 { color:#000597;padding:0px 0px 5px 5px;font-size:14px;font-weight:normal;background-color:#aec1d2; }
.custom .sidebar  h3 { color:#000597;padding:0px 0px 5px 5px;font-size:14px;font-weight:normal; background-color:#aec1d2; }
.custom .sidebar  h3 a{ color:#000597;padding:0px 0px 5px 5px;font-size:14px;font-weight:normal; background-color:#aec1d2; }
.custom .sidebar  li li { font-size:14px; }
.custom .sidebar  li li li{ font-size:12px; }
.custom .sidebar  li li a{ color:#000597; }
.custom .sidebar  li li li a { color:#000597; }
.welcome .headline_area h2{font-size:18px;color:#000597; }
.custom #column_wrap{
margin:0px;

}

.custom #content_box {
background-color:#ffffff;
color:#000597;

}



	.boxinfo {
	background-color: #c0bfc1;
	padding: 10px;
	width: 500px;
	margin:0 auto;
	border: 1px dashed #8E8E90;
}




	
	#slides img{
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
div#slides {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	clear: right;
}

.imgborder {
	border: 1px solid #000597;
	margin-right: 5px;
	padding: 0px;
}
.listingcell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000597;
	padding:10px 0px 10px 0px;
}
.detaillink {
	color: #ffffff;
	background-color: #000597;
	display: block;
	padding: 3px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #000597;
}
#listinginfo {
	font-size: 10px;
}
table#listinginfo td {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 4px;
}