/*************************************
 +Containers
 *************************************/

body{

background: url(http://www.harvst.com/images/background.gif) repeat-x;
	 background-color:#5f5e5e;
	border-top:3px solid #484848;
	color:#333;
	font-family: verdana, Georgia, "Times New Roman", Times, serif;
	font-size:60%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:950px;
}


#content{
	background:#ffffff;
	

font-size:1.1em;
	float:left;
	padding:15px;
	margin:0 5px;
	width:920px;
}
#sidebar{
	background:#484848;
	border:5px solid #ddd;
	border-bottom:none;
	color:#eee;
	float:left;
	padding:5px;
	margin:0 5px;
	width:930px;

}

#sidebar a{
color:#b3cFc1;
}
#sidebar a:hover{
color:#eda;
}
#sidebar .sec-b{
	float:left; 
	width:420px;
	padding:0 10px;
}
#sidebar .sec-c{
	float:right;
	width:420px;
	padding:0 10px;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:2.5em;
}

.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1      {
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;	
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
        font-size:1.75em;
}
h2      {
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;	
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
        font-size:18px;
        color:#6F6F6F;
}
h3      {
	font-family: 'century gothic', Verdana, Arial Narrow, Helvetica, sans-serif;	
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
        font-size:12px;
        color:#aaa;
}
#header{
	background:url(./images/head.jpg);
	background-repeat: no-repeat;
	height:170px;
	float:left;
	margin:0 5px;
	width:950px;
}

#header h1{
	font-size:3.5em;
	margin:0;
        padding: 0 0 0 13px;
	margin-top:.5em;
}
#header h1 a{
     	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}

#header p{
	color:#CC0000;
	font-size:1em;
        padding: 0 0 0 13px;
	margin-top:-0.5em;
}
#header h1, #header p{
	margin-right:30px;
}
.entrytitle h2{
	font-size:2.25em;
}
.entrytitle h2 a
{
	color:#cc9933;
}
.entrytitle h2 a:hover{
	color:#B4C24B;
}
.entrytitle h3{
	font-size:1.5em;
	color:#6F6F6F;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:5em;
	padding: 0 0 10px 0;
}

.entrymeta{
	font-size:0.9em;
}
.entry img {
	
	border: 1px solid #fff;
	margin:-6px 0px 7px 2px;
        
}
.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.sec-a{
	background:#eff2ef;
	float:left;
	padding:15px;
	margin:0 5px;
	width:920px;
	}

/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#aaa;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #414141;
	margin-bottom:3px;
	padding:3px;
}/*************************************
 +Nav
 *************************************/
#nav{
	background:#333;
	border:5px solid #222;
	border-top:none;
	font-size:0.9em;
	margin-bottom:30px;
	padding:0;
	width:400px;
	margin-top:-60px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
        margin-bottom:-3px;
	margin-right:10px;
	padding:2px 5px;
}
#nav ul li a{
	color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover{
	color:#E0EEE5;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
}
.commentsblock textarea{
	width:435px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	color:#B4C24B;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #333;
	color:#333;
}
#menu {
	text-align:center;
	font-size: 10px;
	text-transform:uppercase;
    padding: 153px 0 0 0px;
    color:#fff;
}
#menu a, #menu visited {
	color:#fff;
}

#menu a:hover {
	color:#8ebfee;
	
	
}


#menu ul {
}
#menu li  {
           display:inline; 
padding: 0 0 0 13px;

}

#top {
float:left;
width:445px;
/* IE doubles the margins on floats, this takes care of the problem */
display:inline;
margin-left:0px;
padding-right:15px;
}

#mainleft {
float:left;
/* IE doubles the margins on floats, this takes care of the problem */
display:inline;
width:254px;
margin-left:0px;
padding-right:0px;
}

#mainright {
/* the width from #left (150px) + the negative margin from #container (200px) */
margin-left:270px;
width:646px;
padding-right:10px;
}


#mainright2 {
/* the width from #left (150px) + the negative margin from #container (200px) */
margin-left:650px;
width:100px;
padding-right:10px;
}


.infobox2 {
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 10px;
	margin: 7px 0px 0px 0px;
	padding-bottom: 3px;
	padding-top: 7px;
	width:250px;
	background: #fff;
}


.infobox2 img{
	border: 1px solid #ccc;
	padding: 3px;
	margin: 7px;
	float:left;
	background: #fff;
}
.infobox2 h3 a{
        line-height:15px;
        letter-spacing: 0px;
	font-family: sans-serif; 
        font-weight:bold;
	font-size: 1.2em;
        text-decoration:none; 
  	color: #2a4f78;
}



.dasa {

  	font-family: arial,sans-serif; 
   	  
}

.dasa a {
  /*background: #f6f6f6 url("icon.gif") no-repeat 15px 15px;*/
  text-decoration: none; 
  font-weight:bold;
}

.dasa a:hover, dasa a:hover {
	background: #003300;
  color: #fff;
}


.tt4, .tt4 a {
	font-family: arial,sans-serif;
  	font-size: 1.1em;
  	padding-left: 1px;
  	color: #002a47;
}

.infobox {
	border-bottom: 1px dashed #504f4d;
	width:425px;
	padding: 5px;
	margin-top: 1px;
    font-family: arial,sans-serif;
    font-weight:strong;
  	font-size: 1.6em;
  	padding-left: 10px;
  	color: #002a47;
	
}

.infobox33 {
	border-bottom: 1px dashed #504f4d;
	width:425px;
	padding: 5px;
	margin-top: 1px;
    font-family: arial,sans-serif;
    font-weight:strong;
  	font-size: 1.4em;
  	padding-left: 10px;
  	color: #002a47;
	
}

.infobox5 {
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 10px;
	margin: 7px 0px 0px 0px;
	padding-bottom: 3px;
	padding-top: 7px;
	width:637px;
	background: #fff;
}

.infobox5 img{
	border: 1px solid #ccc;
	padding: 3px;
	margin: 7px;
	float:left;
	background: #fff;
}

.infobox5 h3 a{
        line-height:15px;
        letter-spacing: 0px;
	font-family: sans-serif; 
        font-weight:bold;
	font-size: 1.3em;
        text-decoration:none; 
  	color: #2a4f78;
  	
}

.infoboxtitle {
	background:url(http://www.oceansailer.com/images/titlebg.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
        color:#333333;           
        font-size:1.2em;
	padding-left: 5px;
	padding-right: 1px;
	margin: 1px 0px 0px 0px;
	padding-top: 4px;
        padding-bottom: 4px;
        width:254px;
}

.infoboxtitle2 {
	background:url(http://www.oceansailer.com/images/titlebg.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
        color:#333333;           
        font-size:1.2em;
	padding-left: 5px;
	padding-right: 10px;
	margin: 1px 0px 4px 0px;
	padding-top: 4px;
        padding-bottom: 4px;
        width:637px;
}

.infoboxadsense {
	border: 1px solid #ccc;
        color:#333333;           
        font-size:17px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px 0px 6px 0px;
	padding-bottom: 3px;
	padding-top: 2px;
        padding-bottom: 10px;
	background: #fff;
        width:254px;
        text-align:center;
}

.infobox5adsense {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	padding-bottom:0px;
	margin-top: 1px;
	width:336px;
	margin-left:0px;
        text-align:center;

}

#fered{
padding-top:6px;
}

.boatshow{
        
        color:#333333;           
        font-size:12px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px 0px -3px 0px;
}

.boatshow p{
margin: 0px 0px 3px 0px;
}

.bstitle{
font-size:13px;
font-weight:bold;
}

.floatright{
float:right;
border: 1px solid #ccc;
	background: #fff;
	padding: 11px 0px 1px 0px;

}
.aust{
padding-left:12px;
font-weight:bold;
color:#00264a;
}