/*
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;}

span.wpcf7-list-item { display: block; }
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

body {
	background: #A3A99F top center repeat-y;
	font-family:arial, verdana, tahoma, sans-serif;
	font-size:11px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 5px 0 0px;
}

.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: 0px;
   -khtml-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

.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;
}

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:#c11b17;
	text-decoration:none;
	border: none;
	}

a:hover{color:#9A927D;text-decoration: none;}



/* container */


#container {
	width:884px;
	margin:0 auto;
	padding:0;
	color:#333;
        background: #fff;
	}
	
/* header */

#header {
  	width:100%; 
	color:#fff; 
	height:238px;
/*	background: url(http://knoflook.verenigingontspoord.org/wordpress/wp-content/themes/images/header.jpg) no-repeat;*/


}

#header h1{
	font: normal 45px helvetica, arial;
/*	font-style: italic; */
/*        font-weight: bold; */
	letter-spacing: 0px;
	margin: 45px 0px 0px 20px;	
	padding: 8px 12px;
	float: left;
/*	background:url(images/h1.png);*/
	}
	
#header h1:hover{
	text-decoration: underline;
	}
	
#header h1 a{color: #fff; text-decoration: none;}


#header h2{
	font:normal 13px helvetica, arial;
	font-style: italic;
	color: #fff;
/*	background:url(images/h2.png);*/
	letter-spacing: 0px;
	margin: -15px 0px 0px 20px;	
	padding: 8px 12px;
	float: left;
	clear:both;	
	}


#nav {
	background:#c11b17;
	width:100%; 
	border-top: 2px solid #fff;
	overflow: hidden;
}

#nav, #nav ul {
	padding: 0px 0 0 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	position: absolute;
	width: 150px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
/*	margin: 0px 0px 0px 0px; */
/*	text-decoration: none; */
/*	font-family: Helvetica, Verdana, Arial, sans-serif; */
	background:#c11b17;
        font-size: 13pt;
        text-transform:uppercase;
/*	font-variant:small-caps; */
        font-weight: bold; 
	padding: 5px 13px;
	margin: 0;
	color: #fff;
	display:block;
	border-left:2px solid #fff;
}

#nav a:hover {
	background:#333333;
	color: #FFF;
	cursor: pointer;

}

#nav ul a{
	font-weight: bold;
	background:#333333;
	color: #FFFFFF;
	cursor: default;
        border-top: 1px solid #ffffff;
}
#nav ul a:hover{
	text-decoration: underline;
}

#nav ul ul a:link, ul ul a:visited{
	font-weight: bold;
	color: #c11b17;
	cursor: pointer;

}

#nav ul ul a:hover, ul ul a:active{
/*	font-weight: bold; */
	background:#c11b17;
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;


}

#nav ul li{
        background-color: #c11b17; 
        border-left: 0px solid #FFF; 
        border-top: 2px solid #ffffff;

}

#nav ul ul li{
        background-color: #333333;
        border-top: 2px solid #ffffff;
        border-left: 0; 
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */

#navmenu {
	background:#fff;
	width:100%; 
	border-top: 2px solid #fff;
	overflow: hidden;
}

#navmenu, #navmenu ul {
	padding: 0px 0 0 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#navmenu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navmenu ul {
	position: absolute;
	width: 150px;
	left: -1000px;
}

#navmenu li:hover ul, #navmenu li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#navmenu a {
display: block;
/*	margin: 0px 0px 0px 0px; */
/*	text-decoration: none; */
/*	font-family: Helvetica, Verdana, Arial, sans-serif; */
	background:#ffffff;
        font-size: 10pt;
        text-transform:uppercase;
/*	font-variant:small-caps; */
        font-weight: bold; 
	padding: 5px 13px;
	margin: 0;
	color: #c11b17;
	display:block;
	border-left:2px solid #fff;
}

#navmenu a:hover {
	background:#333333;
	color: #FFF;
	cursor: pointer;

}

#navmenu ul a{
	font-weight: bold;
	background:#333333;
	color: #FFFFFF;
	cursor: default;
        border-top: 1px solid #ffffff;
}
#navmenu ul a:hover{
	text-decoration: underline;
}

#navmenu ul ul a:link, ul ul a:visited{
	font-weight: bold;
	color: #c11b17;
	cursor: pointer;

}

#navmenu ul ul a:hover, ul ul a:active{
/*	font-weight: bold; */
	background:#c11b17;
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;


}

#navmenu ul li{
        background-color: #c11b17; 
        border-left: 0px solid #FFF; 
        border-top: 2px solid #ffffff;

}

#navmenu ul ul li{
        background-color: #333333;
        border-top: 2px solid #ffffff;
        border-left: 0; 
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */

div.result{
float: left;
width: 750px;
height: 200px;
}

/* content */

#content {
	float: left;
	width: 500px;
	overflow: hidden;
	padding:0 11px 10px 0;
	}
	
#content .title{
	font: normal 14px georgia, sylfaen, times, verdana;
/*	background:#605140;*/
	padding:6px 0 0px 15px;
	display:block;
	color:#000000;
/*	font-variant:small-caps;*/
	}

.post {
	margin: 0;

	padding:15px 15px 6px 15px;
	line-height: 14pt;
	}

.post h2{
	font: normal 23px georgia, sylfaen, times, verdana;
	color:#000;
	}
	
.post h2 a{
	color: #100F0D;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post h3{
	font: normal 13px georgia, sylfaen, times, verdana;
	color:#100f0d;
	border-bottom: 1px dotted #100f0d; 
	padding: 0 50px 12px 0;
	}

.post h4{
	font: normal 13px georgia, sylfaen, times, verdana;
	color:#100f0d;
        border-top: 1px dotted #100f0d;
	padding:12px 50px 0px 0;
	}

.post h5{
	font: normal 13px georgia, sylfaen, times, verdana;
	color:#100f0d;
	padding:12px 50px 0px 0;
	}

.archive h3{
	font: normal 13px georgia, sylfaen, times, verdana;
	color:#100f0d;
	border-bottom: 1px dotted #100f0d; 
	padding: 0 50px 12px 0;
	}

.archive h4{
	font: normal 13px georgia, sylfaen, times, verdana;
	color:#100f0d;
        border-top: 1px dotted #100f0d;
	padding:12px 50px 0px 0;
	}

.archive h5{
	font: normal 13px georgia, sylfaen, times, verdana;
	color:#100f0d;
	padding:12px 50px 0px 0;
	}

.post ul {margin:25px 0;}

.post li {list-style-type:square; line-height: 14pt;}

.entry{
        background:#F0F0F0;
}

.entry p{margin:12px 0;}

.spacer{
	width:450px;
        style:dotted;
	height:1px;
	background:#100f0d;
	margin:15px 0 0 15px;
	}
	
.archive{
	padding:15px;
	}

.recentposts{
/*	padding:15px;*/
        background:#ffffff;
	}

.notfound{
	padding:15px;
	}

.404{
	margin: -500px 0 0 -400px;
        background:url(images/404.png)
	}

.notfound h2{
	font: normal 14pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.repost{
	border-bottom:1px dotted #E5E4DA;
	padding: 0 0 16px 0;
	}
	
.repost h2{
	font: normal 14pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.repost h2 a{
	color:#000;
	}
	
.repost h2 a:hover{
	color:#c11b17;
	}
	
.repost h3{
	font: normal 8pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.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 georgia, sylfaen, times, verdana;
	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 georgia, tahoma, arial, verdana;
	padding:4px 6px;
	background:#c11b17;
	color:#fff;
	text-decoration:none;
	}
	
.alignleft a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}
	
.alignright a{
	float:right; 
	margin:25px 0;
	font: normal 10pt georgia, tahoma, arial, verdana;
	padding:4px 6px;
	background:#c11b17;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#right {
	font: normal 14px georgia, tahoma, arial, verdana;
        font-color:  #000000;
	width: 160px;
        height: 100%;
        background: #f0f0f0;
	float:left;
	margin: -70px 2px 0px 0;
	padding: 0;
	overflow:hidden;
	}

#left h2{
        fontsize: 100%;
        color:#fff;
/*      display: block;*/
	font-family: Helvetica, Verdana, Arial, sans-serif; 
/*	background:#c11b17;*/
        text-transform:uppercase;
        font-weight: bold; 
	padding: 5px 0px;
	margin: 0px, 0, 0, 3px;
	color: #000000;
	display:block;
/*	border-left:2px solid #fff;*/
}

#right p {margin:0; padding: 12px 6px 12px 0; color:#333;}
#right ft .textwidget{
          margin:0; padding: 12px 6px 12px 0; color:#333;}

#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: 13pt;
	list-style-type: none;
	color:#000000;
	}

#right a{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
	}


#right a:hover{
	text-decoration: underline;
	color:#c11b17;
	}


#right ul ul {
	margin: 1px 0 12px 0;
	padding: 0;
}

#right eft ul ul li {
	list-style-type: none;
	color:#D6D3C4;
	margin:0;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color:#D6D3C4;
}



/* right sidebar */

#left {
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
	width: 195px;
	float:right;
	margin: -58px 5px 14px 5px;
	padding: 0px;
	overflow:hidden;
	}

#right h2{
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
	padding:6px 2px;
	margin: 5px 0px 5px 0px;
	display:block;
	color:#100f0d;
	border-top:1px solid #100f0d;
	border-bottom:1px dotted #100f0d;
/*	font-variant:small-caps; */
}

#right h2 a{
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
	color:#100f0d;
/*	font-variant:small-caps; */
}

#right h2 a:hover{
	text-decoration: underline;
	color:#100f0d;
	}

#left ht p {margin:0; padding: 0 6px 0 0px;}
#left .textwidget{
        margin:4px 4px;
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
        padding: 0 6px 0 0px;
/*        background:#F0F0F0;*/
}

#left ht img {padding: 0; margin: 0;}

#left ht ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#D6D3C4;
	}

#left ul ul {
	margin: 12px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	color:#D6D3C4;
	margin:0;
	padding:0;
	}

#left ul ul ul{
	margin: 0;
	padding: 12px 0;
}

#left ul ul ul li{
	padding: 0;
	list-style-type: none;
	color:#D6D3C4;
}

#left ul li a{
        background-color: #c11b17;
        color: #ffffff;
}

#left ul li a:hover{
        background-color: #f0f0f0;
        color: #000000;
}




/* comments */



.commsection{
  margin: 10px 0 15px 15px;
  padding:0 8px;
  width:425px;
  border:1px solid #D3D1C1;
  }

#commentssection{
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentssection .respond{
	font-family: georgia, times, verdana;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 8px 0 8px 0;
	padding:8px;
	background:#FAFAF5;
	}

#commentform .respond{
	font-family: georgia, times, verdana;
	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:#c11b17;
	color:#fff;
	}

#commentform a{color: #c11b17; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}

#commentbox{
	width:98%;
	margin:5px 0;
	}

#author, #email, #url, #commentbox{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 6px 2px 0;
	border: none; 
	padding: 4px;
	border:1px solid #C9C9C9;
	}

#submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 6px 0 0;
	border: none; 
	padding: 4px;
	margin:5px 5px 0 0;
	font-weight:300;
	background:#c11b17;
	color:#fff;
	}

#submit:hover{background:#605140; 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 arial, verdana, times; 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 solid #fff;
	border-bottom:1px solid #fff;
	}

cite {
	font-family: tahoma, verdana;
	font-size: 8pt;
	font-style: normal;
	text-transform: lowercase;
	}

cite a{border-bottom: 1px dotted #000;}

.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: 0px 2px 6px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	padding: 7px;
	margin: 0;
        border-color:#ffffff;
	border-top:none;
	border-bottom:none;
	border-left:2px solid #fff;
	border-right:none;
	background:#c11b17;
	color:#ffffff;
	width: 200px;
/*      text-transform:uppercase;*/
	font-variant:small-caps;
        font-weight: bold; 
	}
	
#searchform input#s:hover{
	background:#f0f0f0;
	color:#c11b17;
        text-decoration:underline;
	}
	
#searchform input#s:focus{
/*	color:#100f0d; */

	}



/* footer */

#footer {
	background:#000000;
	clear: both;
	width:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
	}
	
#footer p.fleft{padding:10px 27px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 50%; float: left;}
#footer p.fright{padding:10px 27px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 30%; float: right; text-align: right;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #AFA795;text-decoration: none;}

