/*
Theme Name: Ships Ahoy!
Theme URI: http://www.refueled.net/free-wordpress-themes/
Description: A simple, three column,  widget-ready WordPress theme.
Author: Refueled
Author URI: http://www.refueled.net
version: 2.0
Tags: fixed-width, three-columns, threaded-comments
*/


/* basics */

*{margin-left:0; padding:0;}

body {
	background: #808080 url(images/body.jpg) center fixed;
        
        font-family: Lucida sans,Verdana,Arial,Sans-Serif;
        margin: 30px;
        color: 4D4D4D;
	font-size:12px;
         
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;letter-spacing:.05cm;}
h3 {font-size: 8pt;letter-spacing: .05cm;}
h4 {font-size: 8pt; margin-left:6px;}


/* images and misc. */

img{ border: none;padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px;}
img.right{ float: right; border: none; padding: 6px; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-right: auto;
   margin-right: auto;
}

.alignleft {
   margin-left: -7px;
   margin-top: 10px;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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: 0px;
   
}

blockquote{
	border-left:1px dotted #4D4D4D;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;}


/* links */

a{
	color:#4D4D4D;
	text-decoration:none;
	
	}

a:hover{color:#808080;text-decoration: none;}



/* container */


#container {
       background: #fff url(images/bg.jpg) repeat-y;
	width:900px;
	margin:0 auto;
	padding:25px 5px 5px 5px;
	border:6px solid #fff;        
	}
	
/* header */

#header {
  	width:100%; 
	color:#fff; 
	height:240px;
       	}

#header h1{
	font: normal 40px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	letter-spacing: 1px;
	margin: 60px 0 1px 0;	
	padding: 8px 12px;
	float: right;
	background:url(images/h1.png);
        text-transform:uppercase;
	}
	
#header h1:hover{
	background:url(images/h1hover.png);
	}
	
#header h1 a{color: #fff; text-decoration: none;}


#header h2{
	font:normal 13px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	font-style: italic;
	color: #fff;
	background:url(images/h2.png);
	letter-spacing: 1px;
	margin: 0;	
	padding: 8px 12px;
	float: right;
	clear:both;
 	text-transform:uppercase;

	
       
	}

/* main menu */

#menu {
	
        text-transform:uppercase;
	width:680px; 
	margin-bottom: 10px;
        margin-top: 25px;
        margin-left: 20px;
	overflow:hidden;
        letter-spacing: .05cm;
       
       }


#menu ul li a {
	padding: 5px 13px;
	font-size: 9pt;
	text-decoration: none;
	color: #808080;
        

	}

#menu ul li a:hover {
	
	color:#4d4d4d;
}


#menu ul {
	margin: 0;
	padding: 0;
	
}

#menu ul li {
	list-style-type: none;
	align: left;
	margin: 0;
	padding: 0;
        float:left;
}


/* content */


#content {
	float: left;
	width: 675px;
	overflow: hidden;
	padding:0 11px 10px 0;

     
	
        
	}
	
#content .title{
	font: normal 12px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	background: url(images/title.png);
	padding: 11px;
        letter-spacing: .08cm;
	display:block;
	color:#fff;
	margin-left: 30px;
        text-transform:uppercase;
        overflow:hidden;
      
	}



.post {
	margin: 0;
	padding:0 15px 6px 15px;
	line-height: 14pt;
        border-bottom:1px dotted #808080;

	}

.post h2{
	font: normal 23px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	color:#4d4d4d;
        text-transform:uppercase;
        margin-left: 16px;
	}
	
.post h2 a{
	color: #4d4d4d;
        text-decoration: none;
	}
	
.post h2 a:hover{
	color: #808080;
	text-decoration: none;
	}
	
.post h3{
	font: normal 13px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	color:#4D4D4D;
        text-transform:uppercase;
	padding: 0 0 12px 0;
        margin-left: 16px;
        margin-top: -8px;
	}

.post ul {margin:25px 0;}

.post li {list-style-type:square; line-height: 14pt;}

.entry p{margin-left: 16px;}

.post p{margin-left: 16px;}

.more-link{
	font: normal 12px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
        padding:4px;
	margin:14px 0;
	background:#808080;
	color:#fff;
	text-decoration:none;
	display:block;
	width:112px;
	height:auto;
	text-align:center;
	}
	
.more-link:hover{
	background:#808080;
	color:#fff;
	text-decoration:none;
	}


.spacer{
	width:645px;
	height:1px;
	background:#808080;
	margin:15px 0 0 15px;
       }
	
.recentposts{
	 padding: 10px;
         margin-left: 10px;
         margin-top: -10px;
	}
	
.repost{
	border-bottom:1px dotted #4D4D4D;
	padding: 0;
	}
	
.repost h2{
	font: normal 14pt Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	
	color:#4D4D4D;
        text-transform:uppercase;
        margin-left: 16px;
	}
	
.repost h2 a{
	color:#4D4D4D;
        
	}
	
.repost h2 a:hover{
	color:#808080;
	}
	
.repost h3{
	font: normal 8pt Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	padding:0;
	color:#808080;
        text-transform:uppercase;
	padding: 0 0 12px 0;
        margin-left: 16px;
        margin-top: -8px;
	}
	
.repost ul {margin:15px 25px;}

.repost li {list-style-type:square; line-height: 14pt;}


.postmetadata{
	clear: both;
	background:#fff;
	padding:10px;
	margin-top: 8px;
        ; 
	}

.repostmetadata{
	font: normal 8pt Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	padding:8px 0 0 0;
	color:#333333;
	line-height:14pt;
       
	}
	

.navigation {
	font-size:8pt;
	margin-top: 10px;
        margin-bottom: 20px;
	width:100%;
        color:#4d4d4d;
        
	}
	
.alignleft a{
	 
	
        font: normal 10pt Lucida Grande,Verdana,Arial,Sans-Serif;
	padding:4px 4px;
	color:#333;
	text-transform:uppercase;
        letter-spacing:.05cm;
        margin-left: 30px;
	}
	
.alignleft a:hover{
	
	color:#808080;
	text-transform:uppercase;
        letter-spacing:.05cm;
	}
	
.alignright a{
	
	
	font: normal 10pt Lucida Grande,Verdana,Arial,Sans-Serif;
	padding:4px 4px;
	color:#333;
	text-transform:uppercase;
        letter-spacing:.05cm;
	}

.alignright a:hover{
	letter-spacing:.05cm;
	color:#808080;
	text-transform:uppercase;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left {
	font: normal 12px Lucida Grande,Verdana,Arial,Sans-Serif;
	width: 140px;
        float:right;
	margin: 2px 30px 50px 0;
	padding-left: 30px;
	overflow:hidden;
        letter-spacing: .02cm;
        border-left:1px solid #d4d3d3;  
	}

#left h2{
	font: normal 11px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	background: url(images/button.png);color: #fff;
	padding:10px;
        text-align: left;
	display:block;
	color:#fff;
	letter-spacing: .07cm;
        text-transform:uppercase;
        
}

#left p {margin:0; padding: 12px 6px 12px 0; color:#4D4D4D;}
#left .textwidget{margin-top:15px;}

#left img {padding: 0; margin: 0;border-left:}

#left ul {
	margin: 5px 0 0 5px;
	padding:0;
	list-style-type: none;
        text-align: left;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#4D4D4D;
        font-size:7.5pt;
	}

#left ul ul {
	margin: 12px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	color:#4D4D4D;
	margin:0;
	padding:0;

	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color:#4D4D4D;
}



/* right sidebar */

#right{
	font: normal 12px Lucida Grande,Verdana,Arial,Sans-Serif;
	width: 188px;
	float:left;
	margin: 0 0 25px 0;
	padding: 0;
	overflow:hidden;
        
	}

#right h2{
	font: normal 14px Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	padding:6px 0;
	display:block;
	color:#4D4D4D;
	border-top:1px dotted 4D4D4D;
	border-bottom:1px dotted #4D4D4D;
	font-variant:small-caps;
        text-transform:uppercase;
        
}

#right p {margin:0; padding: 0 6px 0 12px;}
#right .textwidget{margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#4D4D4D;
	}

#right ul ul {
	margin: 12px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	color:#4D4D4D;
	margin:0;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 12px 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: none;
	color:#4D4D4D;
}



/* comments */



.commsection{
  margin: 10px 0 15px 15px;
  padding:0 8px;
  width:425px;
  border:1px dotted #808080;
  }

#commentssection{
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font-family: Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	color: #000;
        text-transform:uppercase;
	}

#commentssection .respond{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 8px 0 8px 0;
	padding:8px;
	background:#ffffff;
	}

#commentform .respond{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	margin: 0 0 8px 0;
	}

#commentform p{
	color: #000;
	font-size: 8pt;
	}

#commentform label{
	color: #000;
	font-size: 8pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#808080;
	color:#fff;
	}

#commentform a{ color: #808080;text-decoration: none; border-bottom: 1px dotted #4D4D4D;line-height: 14pt;}

#commentform h3{
	font-family: Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}

#commentbox{
	width:98%;
	margin:5px 0;
	}

#author, #email, #url, #commentbox{
	background: #fff;
	font-family: Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 8pt;
	margin:5px 6px 2px 0;
	border: none; 
	padding: 4px;
	border:1px dotted #4D4D4D;
	}

#submit{
	font-family: Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 8pt;
	margin:5px 6px 0 0;
	border: none; 
	padding: 4px;
	margin:5px 5px 0 0;
	font-weight:300;
	background:#808080;
	color:#fff;
	}

#submit:hover{background:#707070; color:#fff; border:none;}

ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:0 0 14px 0;;
	padding:0;
	list-style-type:none;
	}

ol.commentlist li p {margin: 8px 0 8px 0; padding: 0 12px 0 0; font: normal 8pt Lucida Grande,Verdana,Arial,Sans-Serif; color:#000; }

ol.commentlist li img {float:left; margin: 0 4px 0 0; padding:0;}

.commentmetadata{
  overflow:hidden;
  font-family: arial, verdana;
  font-size: 8pt;
  line-height: 15pt;
  margin: 0 0 12px 0;
  }

.commentmetadata img{
	float: left;
	padding:0;
	margin: 4px 12px 4px 4px;
	border-right:1px dotted #808080;
	border-bottom:1px dotted #808080;
	}

cite {
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 8pt;
	font-style: normal;
	text-transform: lowercase;
	}

cite a{border-bottom: 1px dotted #808080;}

.commentinfo{background:#fafaf5; margin:14px 0 0 0; padding:0;}

.children{
	margin:0;
	padding: 0;
}

.commentlist li ul li { 
	margin-left:14px;

	}
	
.reply a{font-style:italic;}


/* search */

#searchform{
	padding: 0 0 6px 0;
	font-family: Trebuchet MS,Lucida Grande,Verdana,Arial,Sans-Serif;
        
	}

#searchform input#s{
	padding: 4px;
	margin-left: 2px;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #b4b4b4;
        border-top:1px solid #b4b4b4;
        border-bottom:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	background:#fff;
	color:#808080;
	width: 122px;
	text-transform:lowercase;
        font-size:10px;
	}
	
#searchform input#s:hover{
	background:#fff;
	}
	
#searchform input#s:focus{
	background:#fff;
	}



/* footer */

#footer {
	background:#fff;
	clear: both;
	width:100%;
	margin: 0;
	padding-bottom: 10px;
        padding-top: 10px;
	overflow:hidden;
       border-top:1px dotted #808080;
	}
	
#footer p.fleft{padding:0 27px;margin: 0; color: #4d4d4d; line-height: 14pt; float: left;}
#footer p.fright{padding:0 27px;margin: 0; color: #b4b4b4; line-height: 14pt; width: 100%; float: left;}
#footer a{color: #333;text-decoration: none;}
#footer a:hover{color: #808080;text-decoration: none;}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
        height: 35px;
        margin-left: 15px;
        margin-top: 5px;
}
        
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 0 5px 2px 0;
}

#wpcf{
       margin-top: 10px;
       height: 300px;

}
#wpcf textarea {
	width: 350px;
	height: 75px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
       margin-bottom: 20px;
        
}


