﻿/*
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: #3c2900 top center repeat-y;
/*      background-image:url('/wp-content/themes/ships-ahoy/images/backg.png'); */
        background-repeat:repeat;
	font-family:arial, verdana, tahoma, sans-serif;
	font-size:11px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font: normal 12pt georgia, sylfaen, times, verdana;	padding:6px 0px 2px 0px;}
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;
}

.dl-alignleft {
   float: left;
   margin: 3px 15px 5px 0px;
   padding: 2px;
/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
   border: 2px outset #d7d7d7;
background-color:#ffffff;

}
.dl-alignright {
   float: right;
}

.dl-blockquote{
        float: center;
        height: 120px;
        border: none;
	}

.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;
}

.dlcode{
        font-family: courier new, courier, monospace;
	margin:5px 10px;
	padding:5px 5px;
        background-color:#A9F5F2;
/*        border: 1px dotted #A5ABAB; */
	}

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:#ea181a;
	text-decoration:none;
	border: none;
	}

a:hover{color:#C91E1E;text-decoration: none;}



/* container */


#container {
	width:930px;
	margin:0 auto;
	padding:0;
	color:#333;
/*      background: #fff;*/
	}
	
#bg {
      background: #fff;
}

/* header */

#header {
  	width:100%; 
/*	color:#fff; */
	height:238px;
	background: url(/wp-content/uploads/headervers1.png) 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:#ea181a;*/
	width:100%; 
/*	border-top: 2px */
	overflow: hidden;
	text-align: right;
}

#nav, #nav ul {
	padding: 3px 0 0 0;
	margin: 8px 0 0 0;
	list-style: none;
	text-align: right;
}

#nav li {
	float: right;
	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:#ea181a; */
        font-size: 10pt;
        text-transform:uppercase;
/*	font-variant:small-caps; */
        font-weight: bold;
	padding: 5px 13px;
	margin: 0 0 0 0 ;
	color: #fff;
	display:block;
	border-right:1px dotted #fff;
}

#nav a:hover {
	background:#ea181a;
	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: #ea181a;
	cursor: pointer;

}

#nav ul ul a:hover, ul ul a:active{
/*	font-weight: bold; */
	background:#ea181a;
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;


}

#nav ul li{
/*        background-color: #C91E1E; */
/*        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:#100f0d;
	width:100%; 
/*	border-top: 2px solid #fff;*/
	overflow: hidden;
}

#navmenu, #navmenu ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
}

#navmenu li {
float: left;
width: auto;
}

#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;
/*	font-family: Helvetica, Verdana, Arial, sans-serif; */
	background:#100f0d;
        font-size: 10pt;
        text-transform:uppercase;
        font-weight: bold; 
	padding: 5px 13px;
	margin: 3px 0 0 0;
	color: #fff;
	display:block;
	border-right:1px dotted #fff;
}

#navmenu a:hover {
	background:#ea181a;
	color: #FFF;
	cursor: pointer;

}

#navmenu ul a{
	font-weight: bold;
	background:#100f0d;
	color: #FFFFFF;
	cursor: default;
/*      border-top: 1px solid #ffffff;*/
        border-left: 0px solid #FFF;
        border-right: 0px solid #ffffff;
}
#navmenu ul a:hover{
/*	text-decoration: underline;*/
        border-left: 0px solid #FFF;
        border-right: 0px solid #ffffff;
}

#navmenu ul ul a:link, ul ul a:visited{
	font-weight: bold;
/*	color: #ea181a;*/
	cursor: pointer;
        border-left: 0px solid #FFF;
        border-right: 0px solid #ffffff;

}

#navmenu ul ul a:link, ul ul a:visited{
	font-weight: bold;
/*	color: #ea181a;*/
	cursor: pointer;

}

#navmenu ul ul a:hover, ul ul a:active{
/*	font-weight: bold; */
/*	background:#ea181a;*/
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;


}

#navmenu ul li{
 /*     background-color: #C91E1E; */
	margin: 0 0 0 0;
        border-left: 0px solid #FFF;
        border-right: 0px solid #ffffff;
        width: 150px;
}

#navmenu ul ul li{
        width: 150px;
        background-color: #333333;
        border-top: 0px solid #ffffff;
        border-left: 0px solid #FFF;
        border-right: 0px solid #ffffff;
}

/* 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: 520px;
	overflow: hidden;
	padding:0 11px 10px 0;
        background: #fff;
	}
	
#content .title{
	font: normal 14px georgia, sylfaen, times, verdana;
/*	background:#605140;*/
	padding:6px 0 0px 15px;
	display:block;
	color:#100f0d;
/*	font-variant:small-caps;*/
	margin: 10px;
        border: 1px solid;
	padding:15px 15px 6px 15px;
	line-height: 14pt;
	}

.noborder {
	margin: 11px;
/*      border: 0px solid; */
	padding:15px 15px 6px 15px;
	line-height: 14pt;
	}

.post {
	margin: 10px;
        border: 1px solid;
	padding:15px 15px 6px 15px;
	line-height: 14pt;
	}

.post h2{
	font: normal 20px georgia, sylfaen, times, verdana;
	padding:3px 0px 0px 0px;
	margin: 0px 0 0px 0;
	color:#100f0d;
	}
	
.post h2 a{
	color: #100F0D;
	text-decoration: none;
        border-bottom: none;
	}

.post h2 a:hover{
	color: #666;
	text-decoration: none;
        border-bottom: none;
	}
	
.post h3{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	color:#100f0d;
	border-bottom: 1px solid #D7D7D7;
	padding: 0 0px 7px 0;
/*	margin: -20px 0 0 0 0px; */
	}

.post h4{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	color:#100f0d;
	padding:0px 0px 0px 0px;
	margin: 0 0 3px -7px;
/*      border-top: 1px dotted #100f0d;*/
/*	padding:12px 50px 0px 0;*/
	}

.post h5{
	font: normal 11px Helvetica, Verdana, Arial, sans-serif;
	color:#100f0d;
	padding:7px 0px 5px 0;
	margin: 0 0 0px 0px;
/*	border-top: 1px solid #D7D7D7;*/
	}

/*.post h5 a{
	font: normal 11px Helvetica, Verdana, Arial, sans-serif;
	color:#d9ad00;
}

.post h5 a: hover{
	font: normal 11px Helvetica, Verdana, Arial, sans-serif;
	color:#FFC611;
}
*/

.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:#D7D7D7;*/
}

.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:#100f0d;
	}
	
.repost{
	border-bottom:1px dotted #E5E4DA;
	padding: 0 0 16px 0;
	}
	
.repost h2{
	font: normal 14pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#100f0d;
	}
	
.repost h2 a{
	color:#ea181a;
	}
	
.repost h2 a:hover{
	color:#C91E1E;
	}
	
.repost h3{
	font: normal 8pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#100f0d;
	}
	
.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:#100f0d;
	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:#ea181a;
	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:#ea181a;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* kalender sidebar */

#kalender {
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
	width: 195px;
	float:right;
	margin: 5px 5px 14px 5px;
	padding: 0px;
	overflow:hidden;
        background: #fff;
	}



/* left sidebar */

#left {
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	width: 195px;
	float:right;
	overflow:hidden;
        background: #fff;
	margin: 11px 5px 14px 5px;
	padding: 0px;
	}

#left h2{
/*      display: block;*/
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
/*	background:#ea181a;*/
       text-transform:uppercase;
/*      font-weight: bold; */
	margin: 0px 0px 5px 0px;
	padding: 6px 2px;
	color: #100f0d;
        border-bottom:1px solid #100f0d;
/*	display:block;*/

}

#left ht p {margin:0; padding: 0 6px 0 0px;}
#left .textwidget{
        margin:4px 0px;
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
        padding: 0 6px 0 3px;
	line-height: 14pt;
        background:#D7D7D7;
/*	border:1px solid #100f0d;*/
}

#left .textwidget:hover{
        background:#d9ad00;
}


#left ht img {padding: 0; margin: 0;}

#left ht ul {
	margin:10px 0;
	padding:0;
/*	list-style-type: none;*/
	}

 #left ul li {
	margin: 2px 2px 4px 2px;
	padding: 3px 5px;
        border-bottom:1px solid #D7D7D7; 
/*        color:#ea181a;*/

	}

 #left ul li ul li{
	padding: 0;
        border-bottom:0px;
        list-style-type: none;
} 

#left ul li:hover {
/*       border-width:1px;*/

	} 


#left ul li a{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
        color:#ea181a;
        	}

#left ul li a:hover{
 /*       color: #C91E1E;*/
        }

/* right sidebar */

#right {
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
        font-color:  #100f0d;
	width: 190px;
        height: 100%;
 /*     background: #D7D7D7;*/
	float:left;
	margin: 0px -8px 0px -12px;
	padding: 0;
	overflow:hidden;
        background: #fff;
	}

#right h2{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	padding:3px 2px;
	margin: 5px 0px 3px 0px;
	display:block;
	color:#100f0d;
/*	border-top:1px solid #100f0d; */
	border-bottom:1px solid #100f0d;
/*	font-variant:small-caps; */
}

#right h2 a{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	color:#100f0d;
/*	font-variant:small-caps; */
}

#right h2 a:hover{
	text-decoration: underline;
	color:#100f0d;
	}

#right ht ul {
	margin:10px 0;
	padding:0;
	list-style-type: square;
	}

 #right ul li {
	margin: 2px;
	padding: 2px 5px; 
	border-bottom:1px solid #d7d7d7;
 /*       background-color:#D7D7D7;*/
        color:#D9AD00;

	}

#right ul li:hover {
 /*      background-color:#c6c6c6;*/
	} 


#right ul li a{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
        color:#D9AD00;
        	}

#right ul li a:hover{
       color:#FFC611;
	text-decoration: none;
        }


#right p {margin:0; padding: 12px 6px 12px 0; color:#333;}
#right .textwidget{
        margin:4px 0px;
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
        padding: 4px 6px 0 3px;
	line-height: 14pt;
        background:#9cff00;
}

#right .textwidget:hover{
 /*       background:#ccc;*/
}




#right img {padding: 0; margin: 0;}

#right ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;
	}



#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:#C91E1E;
	} 

/* right2 sidebar */

#right2 {
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
        font-color:  #ffffff;
	width: 190px;
        height: 100%;
/*      background: #ea181a;*/
	float:left;
	margin: 7px 0 10px 0;
	padding:0;
	overflow:hidden;

	}

#right2 h2{
	font: normal 0px Helvetica, Verdana, Arial, sans-serif;
	padding:0px 0px;
	margin: 0px 0px 0px 0px;
/*	display:block;*/
/*	color:#100f0d;*/
/*	border-top:1px solid #100f0d; */
	border-bottom:0px solid #100f0d;
/*	font-variant:small-caps; */
}

#right2 h2 a{
/*	font: normal 12px Helvetica, Verdana, Arial, sans-serif;*/
/*	color:#100f0d;*/
/*	font-variant:small-caps; */
}

#right2 h2 a:hover{
	text-decoration: underline;
	color:#100f0d;
	}

#right2 ht ul {
	margin:0px 0;
/*	padding:3px 2px;*/
/*	list-style-type: square;*/
	}

 #right2 ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px; 
	border-bottom:0px;
/*       background-color:#ea181a;*/
        color:#fff;
	}

#right2 ul li:hover {
  /*     border-width:1px;*/
         background-color:#fff;
	text-decoration: none;
	} 


#right2 ul li a{
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
        color:#fff;
	margin: 0px 0px;
	padding: 6px 2px 6px 7px;
        display:block;
        width:100%;
        background-color:#ea181a;
        	}

#right2 ul li a:hover{
        background-color:#C91E1E;
        color:#fff;
        }


#right2 p {margin:0; padding: 12px 6px 12px 0; color:#333;}
#right2 ft .textwidget{
          margin:0; padding: 12px 6px 12px 0; color:#333;}

#right2 img {padding: 0; margin: 0;}

#right2 ul {
	margin:3px 0;
	padding:0;
	list-style-type: none;
	}

#right2 ul select{
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
        color:#fff;
	margin: 0px 0px;
	padding: 6px 2px 6px 4px;
        display:block;
        border: none;
        width:100%;
        background-color:#ea181a;
        	}

#right2 ul select:hover{
        background-color:#C91E1E;
        color:#fff;
        }

#right2 ul select option{
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
        color:#fff;
	margin: 0px 0px;
	padding: 2px 2px 2px 4px;
        display:block;
        border: none;
        width:100%;
        background-color:#ea181a;
        	}

#right2 ul select option:hover{
        background-color:#C91E1E;
        color:#fff;
        }

#right2 a{
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	color:#ffffff;
	margin: 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
	}


#right2 a:hover{
/*	text-decoration: underline; */
	color:#C91E1E;
	} 

/* comments */



.commsection{
/*      width:425px;*/
        margin: 10px;
/*       border: 1px dotted #100f0d;*/
/*	padding:15px 15px 6px 15px;*/
	line-height: 14pt;
}

.commsection ol {
        border: 1px dotted #100f0d;
        margin: 10px 0px;
	padding:15px 15px;
}

.commsection ol li{
        border-bottom: 1px solid #d7d7d7;
	padding:15px 0px;
}


#commentssection{
/*      border: 1px solid; */
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font: normal 20px georgia, sylfaen, times, verdana;
	color: #100f0d;
	}

#commentssection .respond{
	font-family: georgia, times, verdana;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #100f0d;
	}

#commentform{
        border: 1px dotted #100f0d;
        margin: 10px 0px;
	padding:15px 15px;
	}

#commentform .respond{
	font-family: georgia, times, verdana;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #100f0d;
	margin: 0 0 8px 0;
	}

#commentform p{
	color: #100f0d;
	font-size: 8pt;
	}

#commentform label{
	color: #100f0d;
	font-size: 8pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#ea181a;
	color:#fff;
	}

/*#commentform a{color: #ea181a; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}*/

#commentform h3{
	font: normal 20px georgia, sylfaen, times, verdana;
	color: #100f0d;
	}

#commentbox{
	width:94%;
	margin:5px 15px;
	padding:5px 15px;
	}

#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: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8pt;
        font-weight: bold;
	margin:5px 6px 0 0;
	border: none; 
	padding: 4px;
	margin:5px 5px 0 0;
	background:#ea181a;
	color:#fff;
	}

#submit:hover{background:#C91E1E; 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:#100f0d; }

 ol.commentlist li img {float:left; margin: 0 4px 0 0; padding:0;}

.commentmetadata{
  overflow:hidden;
  font-family: arial, verdana;
  font-size: 0pt;
  line-height: 0pt;
  margin: 0 0 0px 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 #100f0d;}*/

.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;}




/* headerwidget */

#headerwidget {
	width: 900px;
	float:right;
	margin: 40px 2px 14px 5px;
	padding: 0px;
	overflow:hidden;
        color: #fff;
	}

#headerwidget .textwidget{
	font:40px Helvetica, Verdana, Arial, sans-serif;
	float:right;
        font-weight: bold; 
        text-align:right;
        color:#fff;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
        display:block;
        background-color:#100f0d;
}




/* footer */

#footer {
	background:#100f0d;
	clear: both;
	width:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
	}
	
#footer p.fleft{padding:30px 1px 10px 15px;margin: 0; color: #d7d7d7; line-height: 14pt; width: 62%; float: left;}
#footer p.fright{padding:10px 15px 10px 1px;margin: 0; color: #d7d7d7; line-height: 14pt; width: 34%; float: right; text-align: right;}

#footer p.fleft a{
         color: #fff;
         padding:20px 0px 10px 0px;
         text-decoration: none;
         font-size: 12pt;
}

#footer p.fleft a:hover{
       color: #AFA795;
       text-decoration: none;
       font-size: 20pt;
}
	width: 165px;

/* footer */

#footer2 {
	background:transparant;
	clear: both;
	width:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
	}
	
#footer2 p.fleft{padding:10px 1px 10px 15px;margin: 0; color: #d7d7d7; line-height: 14pt; width: 62%; float: left;}
#footer2 p.fright{padding:10px 15px 10px 1px;margin: 0; color: #d7d7d7; line-height: 14pt; width: 34%; float: right; text-align: right;}
#footer2 a{color: #fff;text-decoration: none;}
#footer2 a:hover{color: #AFA795;text-decoration: none;}
/*	width: 165px;*/

/* searchform */

#searchform{
	margin: -12px 0 0 0;
	padding: 13px 0 13px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	padding: 2px 4px 2px 4px;
	margin: 0 2px 0 8px;
	border-top:2px solid #a3a99f;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background:#ffffff;
	color:#a3a99f;
	width: 165px;
	text-transform:lowercase;
        font-style: italic;
	}
	
#searchform input#s:hover{
	color:#100f0d;
	}
	
#searchform input#s:focus{
	color:#100f0d;
	}
#oneStatTag{
	padding: ;
	margin: 40px 2px 0 8px;
}

