/*
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: url('http://images.sailingbo.com.s3.amazonaws.com/wp-content/uploads/2010/06/BG.png') 50% 0 repeat-y;
}

.custom #container {
    background: none;
}

.custom .page {
    background: none;
}

.custom .comments_closed p {
  display: none;
}

.custom ul.menu {
        float: right;
        display: inline;
        height: 48px;
        width: 640px;
        border-width: 0;
        border-color: #FFFFFF;
        color: #FFFFFF;
        background:none repeat scroll 0 0 #FFFFFF;
        text-indent: -5000px;
        margin: -4.5em 0 0 0;
}


.custom .menu a {
	padding: 0;
}

.custom ul.menu li a {
	margin: 0px 0px 0px 15px; border: none; height: 48px;
}
.custom ul.menu li.tab-home a {
	background-image: url('http://images.sailingbo.com/wp-content/uploads/2010/06/nav_Home.gif'); margin: 0px 0px 0px 15px; width: 149px; background-position: top center;
}
.custom ul.menu li.tab-1 a {
	background-image: url('http://images.sailingbo.com/wp-content/uploads/2010/06/nav_About.gif'); width: 134px; background-position: top center;
}
.custom ul.menu li.tab-2 a {
	background-image: url('http://images.sailingbo.com/wp-content/uploads/2010/06/nav_List.gif'); width: 106px; background-position: top center;
}
.custom ul.menu li.tab-3 a {
	background-image: url('http://images.sailingbo.com/wp-content/uploads/2010/06/nav_Contact.gif'); width: 176px; background-position: top center;
}

.custom ul.menu li a:hover, .custom ul.menu li.current a {
	background-position: bottom center;
}

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page, .custom .post_nav, .custom #archive_info {
margin: 0 1.1em 0 6em;
}

.custom #comments {
	margin: 4em 1.1em 0 6em;
	clear:left;
}

.custom .sidebar .text_input {
	width: 85%;
}

.custom .sidebar .widget_killer_recent_entries a {
	color: #e2ddd1;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-left: 1em;
}

.custom .sidebar a:hover {
	color: #ffffb1;
}

.custom #header_area {
	background: url('http://images.sailingbo.com/wp-content/uploads/2010/07/Header.png') 50% 0 no-repeat;
        margin: 5em 0 0 0;
        height: 224px;
}

.custom #bo_subscribe ul {
        height: 128px;
		width: auto;
        border-width: 0;
        border-color: #204770;
        color: #FFFFFF;
        background:none repeat scroll 0 0 #204770;
        text-indent: -5000px;
        margin: 2em 2em 1em 2em;
		padding: 0 0 0 0;
		line-height: 0em;
}
.custom #bo_subscribe a {
 		float: left;
        display: block;
}
.custom #bo_subscribe ul li {margin: 0 0 0 0;}

.custom #bo_subscribe a.bo-rss {
	background:url(images/subscribe_RSS.png) top no-repeat; width: 74px; height: 128px;
}
.custom #bo_subscribe a.bo-or {
	background:url(images/subscribe_OR.png) top no-repeat; width: 91px; height: 128px;
	cursor:default;
}
.custom #bo_subscribe a.bo-email {
	background:url(images/subscribe_Email.png) top no-repeat; width: 89px; height: 128px;
}
.custom #bo_subscribe li a:hover {
	background-position: bottom;
}

.custom .sidebar h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:2em;
	line-height:1.125em;
	margin-bottom:0.563em;
	letter-spacing:2px;
}

.custom li.widget {
	margin: 1em 0 5em 0;
}

.custom .headline_area {
	text-align: center;
}
.custom .headline_area h1 {
	font-size: 3.5em;
}

.custom .to_comments {
	text-align:right;
}


.custom h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:.8em;
	line-height:1em;
	margin-bottom:0;
	text-transform: none;
}

.custom .format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em -1em;	
}

.custom #twitter_update_list li {
	padding-bottom:1em;
}
.custom #twitter_update_list span {
	color: #E2DDD1;
	font-size:1.2em;
	line-height:1.2em;
	margin-left:1em;
}
.custom #twitter_update_list li a{
	float: none;
}
.custom #recent-tweets a {
	color: #A0B39A;
	float: right;
}
.custom #recent-tweets br {
	display: none;
}

.custom .format_text img.right, .custom .format_text img.alignright, .custom .wp-caption.alignright {
margin:0.5em 0 0.5em 1em;
}

.custom #crp_related h3 {
	margin-top: 3em;
}

.custom #crp_related h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}

.custom #crp_related ul {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 3em;
}

.custom .prev_next {
	margin:0 1.1em 0 3em;	
}

.custom .entry-content h4 {
	font-size: .8em;
	font-style: italic;
	line-height: 1.2em;
	font-variant: small-caps;
	margin:0.5em 0 2em 0em;
}

.custom .entry-content hr {
	margin:1em 2em 1em 2em;
}

.custom #tweetthis iframe {
	float:left;
	width: 110px;
	padding-top: 1px;
}

.custom #fb iframe {
	float:left;
	width: 400px;
}