/*
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/
*/

/* ####################################################################################################### */
/* ********** This is the custom.css file for the new Caribbean Dream website (caribbeandream.com/wpsite) *************** */
/* ####################################################################################################### */

body.custom {
    background: #000000 url(images/site_bg.jpg) repeat-x fixed center top;/* bg_tracer site_bg.jpg */
 }
 
.custom .full_width > .page {
	background: transparent;
}

.custom #nav_area {
	background:#06A1D8;
	border-style:solid;
	border-bottom-color:#FFFFFF;
	border-width:1px;
}

.custom #nav_area ul {
	/* border-style:solid;  */
}

.custom .menu a {
	letter-spacing:.5px;
	text-transform:lowercase;
	border-width:0 0 0 0;
	line-height:1.286em;
	padding:0.414em 1.810em;
}

.custom .menu .current a, .menu .current-cat a { 
	font-weight:bold;
	border-bottom-color:#FFFFFF;
}

.custom .menu, .menu a {
	border-style:solid;
	border-width:0 0 0px 0;/*  */
	border-bottom-color:#FFFFFF;
	
}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header {
	border-style:none;
}
.custom #header #logo a { 
	display: block;
	height: 103px;
	background: url('images/header_bg.png') no-repeat;
	outline: none !important;
	/* 
	width: 939px; 
	padding-top:0; 
	background-position:center; 
	outline: none; 
	text-align:left;
	margin: 0 auto;
	background-color:#0f0; */
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


.custom #feature_box, #archive_info, #comment_nav_2 {
	border-width:0;
}


/* Content styles */
.custom #content {
	padding-bottom:2.2em;
}

.custom #content_box {
	background:none;
}

.custom .format_text {
	line-height:1.2em;
}

.custom .teaser_link {
	float:right;/*  */
	
}

.custom .teaser a.teaser_link, a.more-link {
	color:#00FFFF;
}
.custom .teaser a.teaser_link:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.custom a.more-link {
	float:right;
}
.custom a.more-link span {
	display:block;
	background:transparent url(images/read_more_arrow.png) no-repeat scroll 0 0;
	width:19px;
	height:18px;
	margin-left:.25em;
	float:right;
}
.custom .teaser_link span {
	display:block;
	background:transparent url(images/read_more_arrow.png) no-repeat scroll 0 0;
	width:19px;
	height:18px;
	margin-left:.5em;
	float:right;
}

.custom h1, h2, h2 a {
	font-weight:bold;
	letter-spacing:-0.005em;
}

.custom .format_text .to_comments span {
	color:#00FFFF;
}

.custom .format_text .to_comments a {
	color:#FFFFFF;
}

.custom dl#comment_list .bypostauthor {
	background:transparent url(images/input_bg.png) repeat scroll 0 0;
}

.custom .comments_intro p {
	color:#EEEEEE;
}
.custom .comments_intro span {
	color:#00FFFF;
}
.custom .comment_time, .edit_comment {
	color:#EEEEEE;
}
.custom #respond_intro p {
	color:#00FFFF;
}

.custom input, textarea, input:focus, textarea:focus {
	background:transparent url(images/input_bg.png) repeat scroll 0 0;
	color:#FFFFFF;
}

.custom #commentform input.form_submit {
	border-width:1px;
	margin-left:500px;
}

.custom #commentform input.form_submit:hover { color:#87B7FF; }

/* Kill the default text that shows up in v1.5 when a page has comments closed. Only works on pages*/
.custom .comments_closed {
   display: none;
}


/* Sidebar styles */
.custom #sidebar_1 {
	/* background: transparent url(images/sb_bg.png) no-repeat center top; */
	/* padding-left: 24px; */
}

.custom .sidebar ul.sidebar_list {
	background: transparent url(images/sb_bg.png) no-repeat center top;
	
	
}

.custom li.widget { margin-bottom:1.0em; }

.custom li#text-3.widget {
	margin-left:10px;
}

.custom .sidebar input[type="text"] {
	font-family:Verdana,Arial,Sans-Serif;
	/* padding:0.308em; */
	width:203px;
}
/*.custom .sidebar ul.sidebar_list {
	padding-left:2.5em;
	padding-right:1.1em;
}*/

/* For the clickable search glass icon for the search field widget*/
.custom .formbutton{
	cursor:pointer;
	background:transparent url(images/search_glass.png) no-repeat scroll right top;
	border:none;
	display:block;
	position:relative;
	z-index:2;
	width:47px;
	height:47px;
	margin:-38px 0px -15px 168px;
}

/* Subscription widgets */
.custom li#subscriptions {
	
}
.custom li#subscriptions ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.11em;
}
.custom .thesis_widget_subscriptions {

}
.custom .thesis_widget_subscriptions .sub_rss a {
	background:transparent url(images/sb_sub_rss.png) no-repeat scroll 0 50%;
	
	color:#000000;
	text-decoration:none;
	display:block;
	height:29px;
	
}
.custom .thesis_widget_subscriptions .sub_email a {
	background:transparent url(images/sb_sub_email.png) no-repeat scroll 0 50%;
	
	color:#000000;
	text-decoration:none;
	display:block;
	height:29px;
}
.custom li.widget ul li {
	margin-bottom:0.39em;
}

.custom .sb_subscriptions {
	font-family:Arial;
	text-align:center;
	padding-left:20px;
	padding-bottom:10px;
	color:#FFFFFF;
}
.custom .sb_sub_label {
	float:left;
	padding-top:13px;
	letter-spacing:-0.015em;
}
.custom .sb_sub_email, .sb_sub_rss {
	float:left;
	width:41px;
	padding-left:15px;
}
.custom .sb_caption {
	display:block;
	font-size:11px;
	letter-spacing:-.015em;
	margin-top:-3px;
}
.custom .sb_sub_email a, .sb_sub_rss a {
	color:#06A0D8;
}
.custom .sb_sub_email a:hover, .sb_sub_rss a:hover {
	color:#FFFFFF;
}

.custom .sb_availability {
	text-align:center;
	width:233px;
	margin-top:-1em;
}
.custom .sb_clear {
	clear:both;
	height:1px;
}





  /* ##########################   Footer CSS  ############################### */ 

/* .custom #footer_area {background:url(images/shadowbg.jpg) repeat; padding:0.5em 0; border-top:1px solid #bbd; } */

/*.custom #footer_area { */
	/* background:#000000 none repeat scroll 0 0; */
	 /*margin-top:-346px;  */
	/*height:183px;
	 height: 270px; */
	/*background:transparent url(images/footer_bg_pn.png) repeat-x scroll center top;
	position: relative;
	padding-top:-183;  temp try 
}*/

.custom #footer_area .page {
	height:273px;
	padding-bottom:14px;
	/*background:url(images/page_bg.jpg) repeat-y;
	width:100%;
	display: block; */
}
.custom #footer {
	background:transparent url(images/footer_bg.png) no-repeat scroll top center;
	height:226px;
	/* width:95.5%; */
	margin:0 10px;
	border:medium none;
	/*margin:0;
	padding-left:40px;  	
	padding-bottom:0;
	padding-top:0;*/
	padding:0 11px;
}

.custom #footerSpacer {
	background:#FFFFFF;
	width:100%;
	height:33px;
	/*padding-top:8px;
	padding-bottom:8px;*/
	text-align:center;
}

.custom #footerSpacer .footer_text {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	color:#000000;
	padding-top:10px;
	display:block;
}
.custom #footerSpacer .footer_text a {
	color:#990033;
}
.custom #footerSpacer .footer_text a:hover {
	text-decoration:underline;
}

.custom #footer div.col { /* IE6 hack */
	float:left;
	margin:0px 0px 0 10px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:220px;
	color:#FFFFFF;
}
.custom #footer>div.col {
	float:left;
	margin:0px 22px 0;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:250px;
	color:#FFFFFF;
}

.custom div.col .sidebar_list { padding-top:0; }
.custom div.col li.widget { margin-bottom:0px; padding-top:24px; }/* */

.custom #footer div ul li div {
	padding:0px 20px 0px 20px;
}

.custom #footer div ul li div.catalog_gfx {
	background:transparent url(images/footer_catalog_bg.png) no-repeat scroll left top;
	position:absolute; /* */
	float:left;
	width:89px;
	height:105px;
	margin:0 0 30px 140px;
}

.custom #footer div ul li div.notes_gfx {
	background:transparent url(images/footer_notes_bg.png) no-repeat scroll left top;
	position:absolute; /* */
	float:left;
	width:89px;
	height:105px;
	margin:-30px 0 30px 160px;
}

.custom #footer div ul li div h2 { /* .custom #footer div.col ul.sidebar_list li.widget div.textwidget h2 */ /* BOTH OF THESE WORK! */
	font-family:Arial;
	/* font-weight:bold; */
	color:#00FFFF;
	font-size:25px;
	padding-bottom:14px;
}
.custom #footer div ul li div p {
	font-family:Georgia;
	font-size:15px;
	line-height:120%;
}

.custom #footer li#recent-posts h3 {
	display:none;
}

.custom #footer div ul li div p {
	margin-bottom:0;
}
.custom #footer div ul li div p.morelink {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.custom #footer div ul li div p.morelink span {
	font-weight:normal;
}

.custom #dotted_divider1, #dotted_divider2 {
	float:left;
	background:transparent url(images/footer_divider.png) scroll no-repeat left top;
	height:211px;
	width:3px;
	margin-top:24px;/**/
}

.custom #footer a {
	border-bottom:none;
	color:#00FFFF;
}
.custom li.widget p a {
	text-decoration:none;
}
.custom #footer a:hover { color:#FFFFFF; }

/* ####################  Connect buttons ##################### */
.custom #footer div#connect_grp {
	color:#666666;
	text-align:right;
	height:29px;
	width:220px;
	padding:6px 0 0 0;
	/*float:right;
	margin:-37px -105px 0 0;
	position:relative;
	
	 z-index:3; */
}

/* IE6 hack { */
*html .custom #footer div#connect_grp span {
	margin:8px 0 0 10px;
}

.custom #footer div#connect_grp span {
	-x-system-font:none;
	display:block;
	text-align:right;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	float:left;
	margin:8px 0 0 25px;/* */
	padding:0;
}

.custom #footer div#connect_grp a {
	float:right;
	height:29px;
	padding-right:5px;
	width:29px;
}

.custom #footer div ul li#text-7 div p.morelink {
	padding-right:60px;
}

div.cb {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

#photoGallery {
	width: 690px;
	margin-top: 25px;
	margin-left: 25px;
	height: 1100px;
}

#photoGallerySpecs {
	width: 500px;
	margin-top: 25px;
}

#photoGallery a, #photoGallerySpecs a {
	padding: 10px;
	display: block;
	border: 1px solid #9FBFDF;
	background-color: #FBFCFD;
	position: relative;
	height: 100px;
	width: 100px;
	margin: 15px;
	text-align: center;
	float: left;
}
#photoGallery a:hover, #photoGallerySpecs a:hover {
	padding: 10px;
	display: block;
	background-color: #FFFBF9;
	border: 1px solid #000099;
}

.photoFrameFloat {
	clear: right;
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	width: 443px;
	position: relative;
}
.photoFrame {
	border: 4px solid #000066;
	margin-top: 5px;
	margin-bottom: 35px;
	clear: right;
	float: right;
	margin-left: 35px;
	margin-right: 25px;
	width: 300px;
	position: relative;
	display: block;
}

/* weather module */

#wx_module_3297 {
	padding-left: 25px; padding-bottom: 10px; }

.custom #announcement {
	padding-left: 24px;}
	
.custom .sidebar h3 {
color:#fff;}

/* less space between top nav buttons */

.custom .menu a {
padding:0.414em .85em;}

/* availability calendar styles */

.custom .wp-availability-month table tbody td.wp-availability-booked {
background-color:#9999;
font-weight:normal;
text-decoration: line-through;
color:#ccc; }

.custom .wp-availability-month table tbody td.wp-availability-booked {
background-color:#999;}

.custom .wp-availability-month table thead th {
background-color:#0E4DB7;
color:white;
font-size:12px;
padding:3px;}