/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*
Theme Name: Ships Ahoy
Traduction : Emmanuel Mas
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.1
Tags: fixed-width, three-columns, threaded-comments
*/


/* basics */

*{margin:0; padding:0;}

body {
	background: #ffffffff; // #51452D url(images/body.jpg) top center repeat-y;
	font-family:garamond,verdana, tahoma, sans-serif;
	font-size:14pt;
	}
	
h1 {font-size: 18pt;COLOR : #00718F}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 12pt;}


/* 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-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.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: 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:#00718F;
	text-decoration:underline;
	border: none;
	}

a:hover{color:#AB660D;text-decoration: none;}



/* container */


#container {
	width:880px;
	margin:0 auto;
	padding:0;
	color:#333;
	}
	
/* header */

#header {
  	width:100%; 
	color:#fff; 
	height:238px;
	overflow:hidden;
	}

#header h1{
	font: normal 20px arial, times;
	letter-spacing: 1px;
	color: #fff ;
         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 garamond, 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;	
	}

/*debut du code de menu*/
.menu {width:880px; font-family:arial, sans-serif;background::#ab660d;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:880px; w\idth:880x;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:176px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:176px;position:relative;z-index=110}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; text-align : left; color:#fff; width:176px; height:24px; background:#ab660d; line-height:24px;text-indent:3px}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:176px; w\idth:176px;}

/* style the top level hover */
.menu a:hover {color:#fff; background:#bc813b;}
.menu :hover > a {color:#fff; background:#bc813b;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background:#bc813b; color:#fff; height:auto; font-size:12px;  width:176px; text-align: left;text-indent:3px}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited, .menu ul ul a:visited {background:#BC813B;}
/* style the second level hover */
.menu ul ul a.drop:hover, .menu ul ul a:hover {background:#AB660D;}
.menu ul ul :hover > a.drop, .menu ul ul :hover > a  {background:#AB660D;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#AB660D;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#BC813B;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0; width:176px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:176px; top:-1px; width:176px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-176px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:176px;w\idth:176px;}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


/* content */


#content {
	float: left;
	width: 480px;
	overflow: hidden;
	padding:0 11px 10px 0;
	}
	
#content .title{
	font: normal 14px garamond, georgia, palatino linotype, arial, times;
	background:#BC813B;
	padding:6px;
	display:block;
	color:#fff;
	font-variant:small-caps;
	}

.post {
        font: normal 15px garamond, georgia, palatino linotype, arial, times;
         margin: 0;
	padding:25px 5px 6px 15px;
	line-height: 14pt;
	}

.post h2{
	font: normal 20px georgia, sylfaen, times, verdana;
	color:#00718F;
	}
	
.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:#AB660D;
	border-bottom: 1px SOLID #AA743F;
	padding: 0 0 3px 0;
	}

.post ul {margin:0px 0px 0px 15px ; padding: 0px 0px 0px 5PX;}

.post li {list-style-image:url(http://esalen.monchaux.com/wp-content/uploads/esalen/2009/11/Bullet-315C.jpg); }

.entry p{margin:12px 0;}

.more-link{
	font: normal 12px georgia, tahoma, arial, verdana;
	padding:4px;
	margin:14px 0;
	background:#BC813B;
	color:#fff;
	text-decoration:none;
	display:block;
	width:112px;
	height:auto;
	text-align:center;
	}
	
.more-link:hover{
	background:#AB660D;
	color:#fff;
	text-decoration:none;
	}

.spacer{
	width:450px;
	height:1px;
	background:#E5E4DA;
	margin:15px 0 0 15px;
	}
	
.recentposts{
	padding:15px;
	}
	
.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:#723710;
	}
	
.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;}

.repost a{
        font: normal 15px garamond, georgia, palatino linotype, arial, times;	
        color: #00718F;
        
	}
	
.repost a:hover{
	color: #666;
	text-decoration: none;
	}

.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:#723710;
	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:#723710;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

.submit{
     border:none;
     color:#fff;
     background: #00718F no-repeat top left;
     width:75px;
     height:20px;
}


/* left sidebar */

#left {
	font: normal 12px bookman old style, georgia, verdana, arial, tahoma;
	width: 194px;
	float:left;
	margin: 0 0 3px 0;
	padding: 0;
	overflow:hidden;
	}

#left h2{
	font: normal 14px georgia, sylfaen, times, verdana;
         color:#AB660D;
         width: 184px;	
         /*border-top:1px dotted #BC813B;*/
	border-bottom:1px solid #bc813B;
         width : 80%;      
         /*background:#AB660D;*/
	padding:6px 6px 6px 6px;
	display:block;
	font-variant:small-caps;
}

#left p {margin:0; padding: 6px 6px 0px 0; color:#00718F;}
#left .textwidget{margin:0; padding: 6px 6px 6px 0; color:#00718F;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:10px 0;
         color:#00718F
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#00718F;
	}

#left ul ul {
	margin: 12px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	color:#00718F;
	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:#00718F;
}



/* right sidebar */

#right{
	font: normal 12px bookman old style, georgia, verdana, arial, tahoma;
	width: 188px;
	float:right;
	margin: 0 0 14px 0;
	padding: 0;
	overflow:hidden;
	}

#right h2{
	font: normal 14px georgia, sylfaen, times, verdana;
         border-top:1px solid #BC813B;
	border-bottom:1px dotted #BC813B;
         padding:6px 0;
	display:block;
	color:#00718F;
	font-variant:small-caps;
}

#right p {margin:0; padding: 6px 6px 0px 0;}
#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;
         text-decoration: none;
	}

#right ul li {
	margin: 0;
	padding: 7px 7px 0px 0px;
	line-height: 14pt;
	list-style-type: none;
         text-decoration: none;
	color:#D6D3C4;
	}

#right ul li a {     text-decoration: none;}

#right ul ul {
	margin: 12px 0;
	padding: 0;
         list-style-type: none;
}

#right ul ul li {
	list-style-type: none;
	color:#D6D3C4;
	margin:0;
         text-decoration: none;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 12px 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: none;
         text-decoration: none;
	color:#D6D3C4;
}



/* 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;
	}

#commentform label{
	color: #000;
	font-size: 8pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#723710;
	color:#fff;
	}

#commentform a{color: #723710; 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:#282520;
	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: 12px 0; padding: 0 12px 0 0; 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: 16px 0 6px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	padding: 4px;
	margin: o;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #8E8367;
	border-right:1px solid #9A927D;
	background:#EAE8DE;
	color:#605140;
	width: 178px;
	text-transform:lowercase;
	}
	
#searchform input#s:hover{
	background:#D8D6C4;
	}
	
#searchform input#s:focus{
	background:#EAE8DE;
	}



/* footer */

#footer {
	font: normal 14px garamond, georgia, palatino linotype, arial, times;
        background:#ab660d;
	clear: both;
	width:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
	}
	
#footer p.fleft{padding:10px 27px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 70%; 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;}



