/*
Theme name: YW Charters
Theme URI: http://www.boatwizardwebsolutions.com/
Description: The YachtWorld Charter theme built in June 09 specifically for Charter.
Version: 2.0
Author: Dids
Author URI: http://www.boatwizardwebsolutions.com/
*/

/* Start Social */
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}
.addthis_button_compact {
    margin-right: 20px;
}   
/* End Social */

ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:10px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/* Begin Charter Menu */

/* Header-Menu */
#mainMenuContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	clear: left;
	border-color: #b1bbc2;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 10;
	width:999px;
}

.menu {
	width: auto;
	height: 22px;
	position: relative;
	z-index: 10;
	background-image: url("http://newimages.yachtworld.com/images/bg_mainmenu.jpg"); background-repeat: repeat-x;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:999px; w\idth:998px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;}
.menu ul ul {width:auto;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	width: auto;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:20px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:60px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:hover {color:#016E85;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#2c2c2c; font-size:11px; color:#fff; font-weight:400;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#2c2c2c; font-size:11px; color:#fff; font-weight:400;}
.menu ul ul :hover > a.drop {background:#2c2c2c; font-size:11px; color:#fff; font-weight:400;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#2c2c2c; font-size:11px; color:#fff; font-weight:400;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#2c2c2c; font-size:11px; color:#fff; font-weight:700;}

/* style the fourth level background */
.menu ul ul ul wl a, .menu ul ul ul wl a:visited {background:#2c2c2c; font-size:11px; color:#fff; font-weight:400;}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {background:#2c2c2c; font-size:11px; color:#fff; font-weight:700;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:22px;left:0; width:90px; border-top:1px solid #b1bbc2;}
/* another hack for IE5.5 */
* html .menu ul ul {top:22px;t\op:22px;}

/* position the third level flyout menu */
.menu ul ul ul{left:158px; top:-1px; width:158px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}

/* position the fourth level flyout menu */
.menu ul ul ul ul{left:158px; top:-1px; width:158px;}

/* position the fourth level flyout menu for a left flyout */
.menu ul ul ul ul.left {left:-100px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#2c2c2c; font-size:11px; text-align:left; color:#fff; font-weight:400; height:auto; line-height:1em; width:140px; text-transform: capitalize; padding-top:5px; padding-left:10px; padding-right:10px; padding-bottom:5px; z-index: 10;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px; z-index: 10;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:hover {width:150px;w\idth:128px; color:#fcb040; z-index: 10;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ddd; background-color: black;}
.menu :hover > a, .menu ul ul :hover > a {color:#016E85; background-color: black; font-weight: 400;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; z-index: 9;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; z-index: 9;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible; z-index: 9;}
/* End Charter Menu */


/* Begin Charter Styles */
body.body_override {
	background-color:#E2F3F3;
	background-image:url(images/charter-bg.jpg);
	background-repeat:repeat-x;
	border:medium none;
	color:#343434;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	margin:0;
	padding:0;
}

body {
	background:#E2F3F3 none repeat scroll 0 0;
	color:#343434;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0;
	padding-top:0;
}

#frame {
	width:999px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0;
	text-align:left;
	padding:0;
	overflow:hidden;
}
#newsletter {
	background-color:#FFFFFF;
	float:left;
	padding:10px;
	text-align:left;
	width:800px;
}
#yw-feature-post {
	min-height:90px;
}

#header_container {
	position:relative;
	display:block;
	width:999px;
	text-align:left;
	height:99px;
}

#placeholder {
	background:#E2F3F3;
	width:830px;
	text-align:left;
	float: left;
	margin: 0 0 -20px -10px;
}

#top_logo {
	height:80px;
	position:absolute;
	width:390px;
}

#top_picture {
	float:right;
	height:85px;
	position:relative;
	text-align:right;
	width:610px;
	background-image:url(images/anyboatanywhere.jpg);
}

#top_bar {
	height:30px;
	width:999px;
	text-align:right;
}

#charter_navigation {
	height:30px;
	width:999px;
	text-align:left;
	position: relative;
	z-index: 10;
}

#top_right {
	float:right;
	height:30px;
	position:relative;
	text-align:right;
	width:468px;
}

#content_main {
	width:830px;
	text-align:left;
	float: left;
}

#content_charter {
	width:800px;
	text-align:left;
	float: left;
	padding:10px;
	background-color: #FFFFFF;
}

#content_right {
	width:160px;
	float:right;
}

#content_right img {
	border:0;
}

div.content_right_col {
	float:left;
	width:auto;
}

#content_footer {
	width:999px;
	height:131px;
	margin-top:10px;
	background-image:url(images/charter-footer.jpg);
	background-repeat:no-repeat;
}

#bottom_nav {
	padding-top:30px;
	padding-left:144px;
	color:#66777F;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
}

#bottom_nav a {
	color:#66777F;
	text-decoration:none;
	white-space:nowrap;
}

#bottom_nav a:hover,#footerType a:hover {
	color:#016E85;
	text-decoration: underline;
}

#footerType {
	color:#66777F;
}

#footerType a {
	color:#08C;
	text-decoration:none;
}

#charter {
	width: 820px;
	height: 235px;
	color: #000000;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 8pt;
}

#charter-title {
	margin: 0 5px 0 5px;
	height: 20px;
}

.charter {
	font-family: Georgia;
	color: #016E85;
	font-size: 12pt;
	font-weight: 700;
	text-align: left;
	margin: 0 0 0 0;
	}

.headline {
	font-family: Georgia;
	color: #016E85;
	font-size: 10pt;
	font-weight: 700;
	text-align: left;
	margin: 0 0 5px 0;
	}

.line {
	border-bottom: 1px dotted #016E85;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#charter-static {
	width: 285px;
	height: 195px;
	float: left;
	margin-top: 0px;
	padding: 5px 5px 5px 0;
}

#charter-text {
	width: 270px;
	height: 195px;
	margin-top: 0px;
	margin-left: 285px;
	padding: 5px 10px 5px 5px;
	border-right: 1px dotted #016E85;
}
.alignrighthome {
	width: 125px;
	margin-bottom:10px;
	float: right;
	}

.alignlefthome {
	width: 125px;
	margin-bottom:10px;
	float: left
	}
#charter-articles {
	width: 220px;
	height: 195px;
	margin-top: 0px;
	padding: 5px;
	float: right;
}

#specials-container {
	width: 150px;
	min-height: 235px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 5px;
	background-color:#FFFFFF;
	float:right;
}

#charter-specials {
	background-color:#016E85;
	color:#FFFFFF;
	min-height: 235px;
	font-family: Verdana;
	font-size:8pt;
	overflow:hidden;
}

ul.specials {
	list-style-image:none;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-left: 0px; 
}

li.specials {
	line-height: 15px;
}

#specials-text a {
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
}

#specials-text a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#specials-title {
	background-color:#FFFFFF;
	color:#016E85;
	display:block;
	font-family:Georgia;
	font-size:12pt;
	font-weight:700;
	margin-left:0;
	margin-right:0;
	margin-top: 2px;
	padding-bottom: 14px;
	padding-top: 10px;
	position: relative;
	text-decoration: none;
	width: 160px;
}

.charterarticle {
	line-height: 1.6em;
	}

#specials-text {
	padding: 5px;
}

.feature {
	border-width: 0pt;
	float: left;
	padding-right: 10px;
	}

.featured {
	border-width: 0pt;
	padding-right: 0px;
	}

#postauthor {
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin:30px 0 10px;
	padding:10px;
	}

#searchSubmit {
	background-image:url(images/searchSubmit.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-size:11px;
	font-weight:900;
	height:19px;
	left:10px;
	line-height:19px;
	position:relative;
	text-align:center;
	top:2px;
	width:67px;
}

#destination {
	margin: 10px 0;
	min-height: 90px;
}

/* End Charter Styles */


/* Begin Typography & Colors */

#content {
	font-size: 12px;
	}

.date {
	font-size: 10px;
	line-height: 1.6em;
	}

.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	}

.widecolumn {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

/* .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	} */

#footer {
	
	border: none;
	}

small {
	font-family:Verdana;
	font-size: 10px;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: Georgia, Verdana;
	font-weight: bold;
	}

h1 {
	font-family: Georgia, Verdana;
	color: #016E85;
	font-size: 12pt;
	font-weight: 700;
	text-align: left;
	margin: 0 0 0 0;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 14px;
	color: #4C4C4C;
	}

h2.pagetitle {
	font-size: 14px;
	}

.charterarticle .das {
	border-bottom:1px dotted #666666;
	margin:0 0 8px;
	padding:0 0 8px;
	}
.das {
	font-size:10px;
	margin:0 0 3px;
	padding:0 0 2px;
	height:20px;
	}
.da {
	color:#666666;
	margin:0;
	float: left;
	}
.social {
	float: right;
	margin:0px 30px 0 0;
	}
.pagecategory {
	font-family:verdana, Arial, sans-serif;
	font-size: 14px;
	color: #1787ae;
	font-weight: bold;
	list-style:none;
	list-style-type:none;
	}

#sidebar h2 {
	width: 200px;
	background-color: #01a89e;
	color: white;
	padding: 4px 4px 4px 4px;
	display:block;
	margin-bottom: 8px;
	font-family:verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h3, h4 {
	font-size: 14px;
	color: #4C4C4C;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #4C4C4C;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px Tahoma;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	font-family:Verdana;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px Verdana;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 12px Tahoma;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #016E85;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	float:left;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0 10px;
	width: 580px;
	background-color:#FFFFFF;
	}

.post {
	margin: 0 0 20px;
	min-height: 85px;
	}

.posthome {
	height:60px;
	margin: 0 0 20px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 30px 0 10px 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: left;
	margin-left: 0px;
	padding: 0px 0 10px;
	width: 210px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Bookmarking - Sociable */

div.sociable {
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin: 0; 
	padding: 5px;
	font-family:Verdana;
	font-size:10px;
	line-height:1.5em;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
	text-align:right;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* End Bookmarking - Sociable */
