/*
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:0; padding:0;}

body {
	background: #000;
	font-family:arial, verdana, tahoma, sans-serif;
	font-size:12px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:0px;}
h3 {font-size: 10pt; margin-top:5px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0px; }
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-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #111;
   text-align: center;
   background-color: #ececec;
   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;
   color: #000;
   line-height: 17px;
   padding: 2px 4px 4px;
   margin: 0;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#395887;
	text-decoration:none;
	border: none;
	}

a:hover{color:#fff;text-decoration: none;}



/* container */


#container {
	width:950px;
	margin:0 auto;
	padding:0;
	color:#ececec;
	}

#banner {
  	width:728px; 
	height:90px;
	margin: 5px 0 0 111px;	
	}
	
/* header */

#header {
  	width:100%; 
	color:#fff; 
	height:400px;
	}

#header h1{
	font: normal 40px garamond, georgia, palatino linotype, arial, times;
	letter-spacing: 1px;
	margin: 45px 0 1px 0;	
	padding: 8px 12px;
	float: right;
	background:url(images/h1.png);
	}
	
#header h1:hover{
	background:url(images/h1hover.png);
	}
	
#header h1 a{color: #fff; text-decoration: none;}


#header h2{
	font:normal 13px georgia, palatino linotype, arial, times;
	font-style: italic;
	color: #fff;
	background:url(images/h2.png);
	letter-spacing: 1px;
	margin: 0;	
	padding: 8px 12px;
	float: right;
	clear:both;	
	}

/* main menu */


#menu {
        font: bold 12px arial;
	background: #395887;
	width:100%; 
	border-top: 2px solid #000;
	overflow:hidden;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}


#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 12px 12px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	display:block;
	border-right:0px solid #000;
}

#menu ul li a:hover {
	background:#2B3033;
	color:#fff;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

#catmenu {
        font: normal 11px arial;
	background:#2B3033;
	width:100%; 
	margin: 2px 0 10px 0;
	overflow:hidden;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

#catmenu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#catmenu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#catmenu ul li a {
	padding: 8px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	display:block;
	border-right:0px solid #000;
}

#catmenu ul li a:hover {
	background:#395887;
	color:#fff;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}


/* content */

#content {
	float: left;
	width: 500px;
	overflow: hidden;
	padding:0 5px 0 5px;
	}
	
#content .title{
	font: bold 16px arial, verdana, tahoma, sans-serif;
	background:#395887;
	padding:6px;
	display:block;
	color:#fff;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	}

.post {
	margin:0;
	padding:10px;
	line-height:normal;
	}

.post h2{
	font: bold 23px arial, verdana, tahoma, sans-serif;
	color:#fff;
	}
	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #fff;
	text-decoration: underline;
	}
	
.post h3{
	font: normal 12px arial, verdana, tahoma, sans-serif;
	color:#ececec;
	border-top: 1px solid #2B3033;
	border-bottom: 1px dotted #2B3033;
	padding: 12px 0 12px 0;
        clear:both;
	}

.post ul {margin:25px 0;}

.post li {list-style-type:square; line-height: 14pt;}

.entry p{margin:10px 0;}

.tags {
	background:#111;
        padding: 5px;
        clear:both;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	}

.tags a{
	color: #fff;
	text-decoration: none;
	}
	
.tags a:hover{
	color: #fff;
	text-decoration: underline;
	}

.more-link{
	font: normal 12px arial, verdana, tahoma, sans-serif;
	padding:4px;
	margin:14px 0;
	background:#395887;
	color:#fff;
	text-decoration:none;
	display:block;
	width:112px;
	height:auto;
	text-align:center;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	}
	
.more-link:hover{
	background:#2B3033;
	color:#fff;
	text-decoration:none;
	}

.spacer{
	width:450px;
	height:1px;
	background:#E5E4DA;
	margin:15px 0 0 15px;
	}
	
.recentposts{
	padding:0;
	}
	
.repost{
	margin:0;
	padding:10px;
	line-height:normal;
	}
	
.repost h2{
	font: bold 23px arial, verdana, tahoma, sans-serif;
	padding:0;
	color:#fff;
	}
	
.repost h2 a{
	color:#fff;
	}
	
.repost h2 a:hover{
	color:#fff; text-decoration: underline;
	}
	
.repost h3{
	font: normal 12px arial, verdana, tahoma, sans-serif;
	color:#ececec;
	border-top: 1px solid #2B3033;
	border-bottom: 1px dotted #2B3033;
	padding: 12px 0 12px 0;
        clear:both;
	}
	
.repost ul {margin:15px 25px;}

.repost li {list-style-type:square; line-height: 14pt;}


.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}

.repostmetadata{
	font: normal 8pt arial, verdana, tahoma, sans-serif;
	padding:8px 0 0 0;
	color:#000;
	line-height:14pt;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
.alignleft a{
	float:left; 
	margin:25px 0;
	font: normal 10pt arial, verdana, tahoma, sans-serif;
	padding:4px 6px;
	background:#395887;
	color:#fff;
	text-decoration:none;
	}
	
.alignleft a:hover{
	background:#2B3033;
	color:#fff;
	text-decoration:none;
	}
	
.alignright a{
	float:right; 
	margin:25px 0;
	font: normal 10pt arial, verdana, tahoma, sans-serif;
	padding:4px 6px;
	background:#395887;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#2B3033;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* right sidebar */

#right{
	font: normal 12px arial, verdana, tahoma, sans-serif;
	width: 265px;
	float:right;
	margin: 0;
	padding: 0;
	overflow:hidden;
	}

#right h2{
	font: bold 12px arial, verdana, tahoma, sans-serif;
	background:#2B3033;
	padding:6px;
	margin: 10px 0 0 0;
	display:block;
	color:#fff;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

#right p {margin:0; padding: 10px;}
#right .textwidget{margin:0; padding: 0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:0;
	padding:10px 10px 10px 13px;
	list-style-type: none;
	}

#right ul li {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style-type: disc;
	}

#right ul ul {
	margin: 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: none;
}

.welcome {
	background:#111;
        padding: 0;
        margin: 10px 0 0 0;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	}

/* left sidebar */

#left{
	font: normal 12px arial, verdana, tahoma, sans-serif;
	width: 175px;
	float:left;
	margin: 0;
	padding: 0;
	overflow:hidden;
	}

#left h2{
	font: bold 12px arial, verdana, tahoma, sans-serif;
	background:#2B3033;
	padding:6px;
	margin: 10px 0 0 0;
	display:block;
	color:#fff;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

#left p {margin:0; padding: 10px;}
#left .textwidget{margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0;
	padding:10px 10px 10px 13px;
	list-style-type: none;
	}

#left ul li {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style-type: disc;
	}

#left ul ul {
	margin: 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0;
	list-style-type: none;
}

/* comments */

.commsection{
  margin: 50px 0 15px 15px;
  padding:0 8px;
  width:450px;
  border:1px solid #2B3033;
  }

#commentssection{
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentssection .respond{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 8px 0 8px 0;
	padding:8px;
	background:#000;
	}

#commentform .respond{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	margin: 0 0 8px 0;
	}

#commentform p{
	color: #fff;
	font-size: 8pt;
	}

#commentform label{
	color: #fff;
	font-size: 8pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#2B3033;
	color:#fff;
	}

#commentform a{color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;line-height: 14pt;}

#commentform h3{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	}

#commentbox{
	width:98%;
	margin:5px 0;
	}

#author, #email, #url, #commentbox{
	background: #2B3033;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 8pt;
        color: #fff;
	margin:5px 6px 2px 0;
	border: none; 
	padding: 4px;
	border:1px solid #000;
	}

#submit{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 8pt;
	margin:5px 6px 0 0;
	border: none; 
	padding: 4px;
	margin:5px 5px 0 0;
	font-weight:300;
	background:#395887;
	color:#fff;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	}

#submit:hover{background:#2B3033; color:#fff; border:none;}

ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #2B3033;
	margin:0 0 14px 10px;
	padding:0;
	list-style-type:none;
	}

ol.commentlist li p {margin: 8px 0 8px 0; padding: 0 12px 0 0; font: normal 8pt arial, verdana, tahoma, sans-serif; color:#fff; }

ol.commentlist li img {float:left; margin: 0 4px 0 0; padding:0;}

.commentmetadata{
  overflow:hidden;
  font-family: arial, verdana, tahoma, sans-serif;
  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 solid #fff;
	border-bottom:1px solid #fff;
	}

.commentmetadata a{color:#fff;}

cite {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-transform: lowercase;
        color: #fff;
	}

cite a{color:#fff; border-bottom: 1px dotted #fff;}

.commentinfo{background:#395887; 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: 3px 5px 3px 0;
	font: 11px verdana, arial, times;
        float: right;
	}

#searchform input#s{
	padding: 2px;
	margin: 0;
	border:0px solid #ccc;
	background:#fff;
	color:#333;
	width: 178px;
	text-transform:lowercase;
	}


/* footer */

#footer {
	background:#395887;
	clear: both;
	width:100%;
	margin: 0 0 10px 0;
	padding:0;
	overflow:hidden;
        /* optional rounded corners for browsers that support it */
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	}
	
#footer p.fleft{padding:10px 27px;margin: 0; color: #fff; line-height: 14pt; width: 45%; float: left;}
#footer p.fright{padding:10px 27px;margin: 0; color: #fff; line-height: 14pt; width: 35%; float: right; text-align: right;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: underline;}


