/*
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 {
	
background-color:#01079c;

	
}
.custom a:link {color:#01079c }
.custom a { color:#01079c }
.custom a:visited {color:#01079c }

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

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

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

body.mortgage-calculator #sidebar_2 ul {
visibility:hidden;
width:1px;
}

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

.custom h1 { font-size:16px; color:#01079c; }
.custom .headline_area h1 { font-size:18px; color:#01079c; }

.custom h2 { font-size:14px; color:#cb1605; }

.custom #header #logo a{ visibility:hidden;
 }
.custom #header #tagline {visibility:hidden; }
.custom #header {
padding:80px 0px 0px 20px;
margin:0px 0px 0px 0px;
background-image:url(http://marthasvineyardrealtor.com/images/bannerbk.jpg);
background-repeat:no-repeat;
background-position:center top;
height:120px;
border:none; }
.custom #page {
background-image:url(../../../../../images/pagebk.jpg);
background-repeat:repeat-y;
background-position:center top;
padding-top:0px;margin-top:0px;

}
.custom #sidebars  h3 { color:#cb1605; }
.custom .sidebar  h3 { color:#cb1605; }
.custom .sidebar  li li { font-size:12px;color:#01079c }
.custom .sidebar  li li li{ font-size:12px;color:#01079c }
.welcome .headline_area h2{font-size:18px;color:#01079c; }
.custom #column_wrap{
margin:0px;

}

.custom #content_box {

color:#01079c;
}



	.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: 2px solid #858c96;
	margin: 0px;
	padding: 0px;
}
.listingcell {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #858c96;
	padding:10px 0px 10px 0px;
}
.detaillink {
	color: #00007d;
	background-color: #CCCCCC;
	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 #858c96;
}
#listinginfo {
	font-size: 10px;
}
table#listinginfo td {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 4px;
}

.border {
	border: 1px solid #0106A7;
	margin: 5px;
	padding: 0px;
}

.red {
	color: #FF0000;
}
div#leftfloat {
	padding: 3px;
	width: 200px;
	margin: 3px;
	border: 1px solid #666699;
}
div#rightfloat {
	padding: 3px;
	float: right;
	text-align: left;
	margin: 3px 3px 3px 10px;
	width: 400px;
}
div#slides {
	width: 210px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
