/*  
Theme Name: Reboursier.net
Theme URI: http://www.reboursier.net
Description: Personal usage only
Version: 1.0
Author: Francois Reboursier
Author URI: http://reboursier.net
*/

/*****************  The Main Contents  *****************/

body {
	margin: 0px; 
	font-family: Verdana, Arial, Sans-Serif;
	 color : #333;
	 	font-size: 12px;
	height: 100%; 
	background-image: url(/gallery/themes/tentacle/images/background2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
font-size: 16px;
margin-bottom: 0px;
color: #816c1a;
	}
	
a{
	text-decoration:none;
		color:#816c1a;
}

a:hover {
	text-decoration:underline;
		color:#000000;
}

/*.entrytext img
{
	border: 1px #333 solid;
	margin: 4px;
}*/

img{
	border:none;
}

/* Align background image to bottom */
html {
	min-height: 100%;
	height: auto;
}

/*****************  Fancy Tooltips  *****************/


div.fancytooltip {
	background-color: #9c4e00;
	border: 2px solid #000;
	color: #000;
	height: auto;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	width: auto;
	z-index: 20;
}	
div.fancytooltip p {
	border-bottom: 0px;
	font-weight: bold; 
	font-size: 12px;
	margin: 0;
	padding: 0 3px;
}
div.fancytooltip p.destination {
	border-bottom: 0px;
	font-size: 0px;
	padding-top: 0px;
	text-align: left;
}
div.fancytooltip p span.accesskey {
	color: #D11717;
}

#header
{
	/*border-bottom: 1px solid #816c1a; */
	height: 45px;
}

#content{
/*	margin:0px 50px 25px 0px;;*/
	padding:10px;
	
	font-size:1.2em;
/*	float:left; */
	padding:0;
	/* width:auto; */
	padding:0 12px 0 12px;
}

#sidebar{
position:absolute;
	top:46px;
	left:0px;
	font-size:1.1em;
	/*float:left;
	display:block;*/
	padding:0 12px 0 12px;
	width:170px;
	margin-bottom:10px;
	
	background-color: #f8f8f8;
	border-bottom:1px solid #816c1a;
	border-right:1px solid #816c1a;
}

#description {
	font: 13px Verdana;
	color:#d27922;
	text-align:center;
}
#blogname {
	font: 30px Verdana;
	text-align:center;
	margin:1.5em 0em 0em 0em;
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:100%;
}
#sidebar ul{
	list-style: none; 
	margin:0;
	padding:0;
}
#sidebar ul li{
	padding-bottom:2px;
	margin-bottom:3px;
}
#s{
	/*background:url(./images/bg.gif);*/
	background:#B5CDFF;
	border:2px solid #000;
	color:#000000;
	width:150px;
}
#comment{
	background:#B5CDFF;
	border:2px solid #000;
	color:#000;
}
#button{
	/*background:url(./images/bg.gif);
	border:2px solid #000;
	color:#000000;*/
}
#comment_submit{
	background:#B5CDFF;
	border:2px solid #000;
	color:#000;
}
#footer{
	text-align:center;
}
.commentlist{
	font: 13px Verdana; 
	padding-top:10px;0
	padding-left:20px;
	padding-bottom:20px;
	padding-right:10px;
}
.comment_content{
	background:#B5CDFF;
	border:2px solid #000;
}
.comment_meta{
	background:#4A6DB3;
		color: #ffffff;
}
.comment_align{
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;

}

.comment_align A
{
	color: #ffffff;
}

.comment_date{
	font: 15px Verdana;
	color:#7b3e01;
	padding-top:3px;
}
.comment_text{
	padding-left:90px;
	padding-right:20px;
}
.gravatar{
	background:url(./images/avatar_not_found.jpg);
	padding-top:3px;
	float:left;
	padding:1px;
	border:1px solid #000;
	margin-right:10px;
	font:10px Verdana;
}
#error_search{
	width:205px;
	padding:10px;
	background-color: #f8f8f8;
	border:1px solid #816c1a;
}
#author{
	background:#B5CDFF;
	border:2px solid #000;
	color:#000;
}
#email{
	background:#B5CDFF;
	border:2px solid #000;
	color:#000;
}
#url{
	background:#B5CDFF;
	border:2px solid #000;
	color:#000;
}

div.navigationBar {
margin-top: 15px;
height: 30px;

}

div.floatLeft
{
 float: left;
}
div.floatRight
{
 float: right;
}


div.navigation {
 height: 20px;
}

ul
{
margin-left: 25px;
}

ul.subPages li
{

color:#816c1a;
 }

.edit_link{
	text-align:right;
	font: 10px Verdana;
}
.postmetadata{
	background-color: #f8f8f8;
	color : #333;
	border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		 font-size : .85em;
		   margin: 5px 0px;
}

/* Menu horizontal */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#menu li { /* all list items */
	float: left;
	position: relative;
	 width: 100px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
    width: 100px;

}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
 left: 100px;

}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	/*color: #777;*/ 
	background: #fff; /* IE6 Bug */
	padding-left: 5px;
padding-right: 5px;
padding-top: 25px;
padding-bottom: 5px;
	border-right: 1px solid #816c1a;

}
/* Hover Styles */
#menu ul a:hover { 
/*	color: #E2144A; */

	/* background: #f9f9f9; */
} 

/* Sub Menu Styles */
#menu li ul a {
	
	/*color: #77F;*/
	background: #fff; /* IE6 Bug */
	border: 1px solid #ccc;

    padding: 5px; 
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	/*color: #E2144A; 
	background: #f9f9f9; */
text-decoration: underline;
} 

#menuList {

}

/* Icon Styles */
#menu li a.submenu {background:#fff url("v_arrow.gif") no-repeat right; }
#menu li a.submenu:hover {background:#f9f9f9 url("v_arrow.gif") no-repeat right;}
#menu li ul a.submenu {background:#fff url("r_arrow.gif") no-repeat right;}
#menu li ul a.submenu:hover {background:#f9f9f9 url("r_arrow.gif") no-repeat right;}

li.page_item
{
	list-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;

}

ul.page_item
{
	width: 100%; 
	margin: 0px;
}

div.menuBlock
{
}

#rightMenu li
{
	list-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* New gallery */
div.gallery
{
padding: 10px;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin-top: 25px;
}
