/*
Theme Name: Yachtcom
Theme URI: http://www.yacht.com/
Description: Custom Theme by Flyte New Media theme based on the famous Kubrick theme.
Version: 1.0
Author: Flyte New Media
Author URI: http://flyte.biz/
*/


body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, verdana, helvetica, sans-serif;
	background: #BAD2DC url(images/bodyBG.jpg) 0 0 repeat-x;
	color: #333;
	text-align: center;
	}
	
	
/*Anchors*/
a {
	color:#CE0A2E;
	}
a:hover {
	color: #00477F;
	}
h2 a, h3 a{
	text-decoration: none;
	}
h2 a:hover, h3 a:hover{
	text-decoration: none;
	}

a img {
	border: none;
	}
.sidebar ul a{
	text-decoration:none; 
	font-size:11px;
	color:#333;
	}
.sidebar ul a:hover{
	color:#00477F;
	}
	
/*Headings*/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-weight: bold;
	}
h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}
h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
	}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}
.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#00477F;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#CE0A2E;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
	
/* Main Structure & header */
#header {
	margin: 0 auto;
	padding: 0 0 0 12px;
	width: 946px;
	text-align:left;
	background: transparent url('images/headerBG4.jpg')  -1px 0 no-repeat ;
	}

#headerimg 	{
	margin: 0;
	height: 124px;
	width: 100%;
	}
#headerimg .description, #headerimg h1 {
	display:none;
	}
	
/*Top Nav */	
#mainnav {
	margin: 0;
	padding: 91px 0 0 343px;
}
#mainnav ul {
	width: 590px;
	height: 33px;
	margin: 0;
	padding: 0;
	List-style-type: none;
	background-color: #7ca3b3;

}
#mainnav li {
	margin: 0;
	padding: 0;
	float: left;
}
#mainnav li a {
	width: 38px;/*set width for IE6*/
	height: 33px;
	color: #fff;
	background-color: #7ca3b3;
	display: block;
	padding: 0 26px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 33px;
	white-space: nowrap;
	text-align: center;
	text-decoration:none; 
}
/*let all modern browsers set the width automatically*/
#mainnav li>a {width:auto;}

#mainnav li a:hover, #mainnav li a.active { 
color: #00336b;
text-decoration:none; 
}

#pagewrapper{
	margin: 0 auto;
	padding:0;
	width: 958px;
	background: transparent url('images/pageBG2iii.gif')  0 0 repeat-y;
	text-align: left;
	}
#page {
	padding: 0 0 0 12px;
	width: 946px;
	background: transparent url('images/pageBG_b.jpg')  0 0 no-repeat ;
	}	
	
	
/* content */
#content {
	font-size: 1.2em
	}
	
/*Narrowcolumn Styles */	
.narrowcolumn {
	float: left;
	padding: 0 25px 20px 25px;
	margin: 0px 0 0;
	width: 485px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
	
/*Post/Entry Styles */	
.post {
	margin: 0 0 40px;
	border-bottom:3px solid #00477F;
	padding-bottom:10px
	}	
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
.entry p a:visited {
	color: #b85b5a;
	}


/*Widecolumn Styles */
.widecolumn .post {
	margin: 0;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 1.6em;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.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;
}



/*Comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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: 1.1em;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
	
/* sidebar */
#sidebarsWrapper{
	float:left;
	width:395px;
	background:transparent url(images/columnssep.gif) 185px 0 repeat-y;
	margin-top:20px
	}
	
.sidebar {
	float:left;
	font-size: 1em;
	}
.sidebar2 li li {
	}
.sidebar1{
	margin:0; 
	padding: 0 10px 10px 15px;
	width: 170px;
	}
	
.sidebar2{
	padding: 0 0 10px 5px;
	margin:0 0 0 3px;
	width: 190px;
	}
#quote{
	width:139px;
	background:#FAF4CE url(images/quoteBG.gif) 0 0 no-repeat;
	padding:30px 15px 10px;
	font:italic 12px/14px Georgia,'Times New Roman', serif;
	color:#003860;
	}
	
.sidebar form {
	margin: 0;
	}
	
#feedburn{
	height:120px;
	width:170px;
	background:transparent url(images/feedburnBG3.jpg) 0 0 no-repeat;
	padding:15px 0 10px 0;
	margin-bottom:50px;
	text-align:center;
	}
#feedburn p{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#00477F;
	margin:0 0 10px 45px;
	}
#feedburn #feed{margin:15px 0 0;}
#feedburn #feed a{
	font:normal 14px/24px Georgia, "Times New Roman", Times, serif;
	color:#00477F;
	text-decoration:none;
	}
#feedburn #feed a:hover{color:#CE0A2E;}
#feedburn #feed img{border:0;vertical-align:top;}
#feedburn form{margin:25px 0 10px;}
#feedburn form input#subscribe{margin-top:10px;}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
/*right column widgets - by class*/

li.widget_categories, li.widget_links{
	width:187px;
	background:#DEEEEE url(images/widgetBG.gif) 0 0 no-repeat;
	}
li.widget_categories h2, li.widget_links h2{
	padding:5px 15px 20px;
	color:#faf4ce;
	}
li.widget_categories ul, li.widget_links ul{
	margin-bottom:50px;
	}
li.widget_categories li a, li.widget_links li a{
	margin:5px 15px;
	}
li.widget_ctc h2{margin-bottom:15px;}

	
/* 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 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:0 0 15px 0;
	padding:0;
	}
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}
.sidebar1 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;
	}

		
	
/* Misc */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
#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;
	}
acronym, abbr, span.caps {
	cursor: help;
	}
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;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.clear {
	clear: both;
}	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

	
	
/* Begin Images 
	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 Form Elements */
.searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.sidebar #searchform #s {
	width: 108px;
	height:12px;
	padding: 2px;
	font-size:11px;
	}
input#searchsubmit{
	vertical-align:top;
	margin:1px 0 0 5px;
	}
.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;
	}
/* Buttons */
input.btn{
	border:0;
	margin:2px 0 0 0;
	padding:2px 5px;
	background:#CE0A2E;
	color:#fff;
	text-transform:uppercase;
	font:normal 11px Helvetica, Arial, Verdana, Sans-serif;
	/* Next remove default padding on buttons in IE*/
	overflow:visible;
	cursor:pointer;
	}


/* Begin Comments*/
.alt {
	margin: 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;
	}


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


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

	
#footer {
	padding: 0;
	margin: 0;
	width: 540px;
	clear: both;
	border: none;
	}	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
