/*
Theme Name: Adilade
Theme URI: http://www.adilade.fr/blog/
Description:  Adilade Blog.
Version: 3.0
Author: Adilade
Author URI: http://www.adilade.fr/
*/

/* Main -------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
	font: 78% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #474747;
	background: #6b6b6b url(design/bg.gif) repeat-x top;
	}
/* Links -------------------------------*/
a {  
	color: #145381;
	text-decoration: none;
	}	
a:visited {
	color: #474747;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #145381;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	}
html>body a.ext, a[rel="external"] {
	background: url(design/link.gif) no-repeat right center;
	padding-right: 15px;
	}
a img {
	border: none;
	}	
/* H -------------------------------*/
h1 {	
	clear: both;	
	padding: 0 0 10px 0;
    text-align: left;
    font-size: 2em;
    color: #4D8119;
    font-weight: normal;
    line-height: 1em;
    border-bottom: 1px solid #E0E0D5; 
	}
h2, h3 {	
	text-align: left;
	line-height: 1em;
	}
h4, h5, h6 {
	text-align: left;
	color: #515151;
	font-size: 1em;
	}
/* Various attributes-------------------------------*/			
acronym, abbr { 
    cursor: help;
    border-bottom: dotted 1px #333;
    }
kbd {
	border: 1px solid #6d5732;
	padding: 2px;
	background: #fff;
	}
blockquote {
	background-color: #fefefe;
	border: 1px solid #E0E0D5;
	border-left : 5px solid #E0E0D5;
	padding: 10px 20px;
	}
pre {	
	color: #333;
	border: 1px solid #ccc; 
	background: #eee; 
	padding: 5px;
	font-family: "Courier New", Courier, mono, Fixed, sans-serif;
	overflow: auto;
	text-align: left;
	width: 590px;
	white-space: pre;
	}
code {
	font-size: 110%;
	color: #8C2424;
	}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
strike, del {
	text-decoration: line-through;
	}
sup, sub {
    line-height: 50%;
    font-size: 80%;
	}
q {
	font-style: italic;
	quotes: "« " " »" "'" "'";
	}
q:before {
	content: open-quote;
	}
q:after {
	content: close-quote;
	}
#content .wp-smiley {/* WP Smiley */
	margin:0px;
	padding:0px;
	border:0px;
	}
/* Accessibility -------------------------------*/
#acc {
	width: 940px;
	margin: 0 auto;
	padding: 3px 3px 3px 17px;
	text-align: left;
	font-size: 0.9em;
	color: #e8e8e8;
	}
#acc p {
	margin: 0 auto;
	text-align: left;
	padding: 3px;
	padding-left: 5px;
	}
#acc a, #acc a:visited {
	color: #e8e8e8;
	text-decoration: none;
	}
#acc a:focus, #acc a:hover, #acc a:active {
	color: #e8e8e8;
	text-decoration: underline;
	}
/* Global -------------------------------*/
#global {
	margin: 0 auto 5px auto;
	width: 940px;
	background: #f9f9f9;  
	}
/* Header -------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	text-align: left;
	height: 160px;
	background: url(design/header.png) no-repeat top;
	}
/* Menu -------------------------------*/
.menu {
	position:  relative;
	float: right;
	padding: 0;
	top: 101px;
	height: 49px;
    border-bottom: 1px solid #dbdbdb; 
	}
.menu ul {
	margin: 0;
	padding: 0;
	height: 49px;
	}
.menu ul li {
	float: left;
	list-style-type: none;
	height: 49px;
	padding: 0;
	}
.menu ul li a {
	float: left;
	padding: 0 0.6em 0 0.6em;
	font-size: 1.4em;
	text-decoration: none;
	color:#145381;
	height: 49px;
	line-height: 49px;
	background: #fefefe;
	}
.menu ul li a:hover, .menu ul li a.current_menu {
	text-decoration:none;
    color: #4D7319;
	}
/* Breadcrumb --------------------------------------------------------*/
#crumb {
	clear: both;	
	margin: 0;
	padding: 0;
    text-align: left;
	}
#crumb p {
	margin: 0;
	padding: 5px;
	}
#crumb a {
    text-decoration: underline;
    }
#crumb a:focus, #crumb a:hover, #crumb a:active {
	text-decoration: none;
	}
/* Content -------------------------------*/
#content {
    float: left;
    width: 600px;
    padding: 10px 50px 10px 30px;
    margin: 0;
	text-align: center;
	line-height: 1.35em;
	font-size: 1.1em;
 	}
#content p {
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 1.5em 2.25em 0;
	}
#content ul, #content ol {
	margin-bottom: 2.25em;
	}
#content ul li {
	text-align: left;
    display: list-item;
    list-style: disc;
	margin: 0 1.5em 0 0;
    }
#content ol li {
	text-align: left;
    display: list-item;
    list-style: decimal;
    margin: 0 1.5em 0 0;
	}
dl {
	margin: 0 1.5em 2.25em 0;
 	text-align: left;
 	line-height: 155%;
 	}
dt {
	font-size: 1.1em;
	}
dd {
	margin-bottom: 2.25em;
	}
#content a {
    text-decoration: underline;
    }
#content a:focus, #content a:hover, #content a:active {
	text-decoration: none;
	}
#content h2  {
	margin-top: 2em;
    font-weight: normal;
	clear: both;
	font-size: 1.6em;
	color: #145381;
    border-bottom: 1px solid #e7e7e7; 
	}
#content h2 a {
    font-weight: normal;
	color: #145381;
	text-decoration: none;
	}
#content h2 a:focus, #content h2 a:hover, #content h2 a:active {
	color: #474747;
	}
#content h3 {
    font-weight: normal;
	font-size: 1.4em;
	}
/* Entry -------------------------------*/	
.entry {
	border-bottom: 1px solid #ddd;
	}
#content .entry p {	
	margin-bottom: 7px;
	}		
#content .entry h2 {	
	margin-bottom: 7px;
	border-bottom: none;
	font-size: 1.7em;
	color: #888;
	}		
#content .postdata {	
	font-style: italic;
	font-size: 0.9em;
	color: #646464;
	}	
#content .single {	
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding-bottom: 3em;
	}
p.clear {
	clear: both;
	}
/* Photos cat -------------------------------*/		
div#content img.photosthumb {
	float: right;
	margin-right: -10px;
	padding: 1px; background: #292929;
	}
div.photos img.aligncenter {
	background: #292929;
	padding: 3px!important;
	}	
/* Comments -------------------------------*/	
#content .comment {
	border-bottom: 1px solid #ddd;
	margin-bottom: 3em;
	padding: 5px;
	}
#content .comment p {
	margin-bottom: 7px;
	}	
#content p.commentmetadata {
	padding: 0 0 7px 0;
	margin: 0;
	font-size: 1.3em;
	line-height: 1em;
	}
#content .commentmetadata span {
	font-style: italic;
	font-size: 0.7em;
	color: #646464;
	}	
.avatar {
	float: left;
	padding-right: 5px;	
	}
*+html .avatar {float: right;} /* IE7*/
#content div.bypostauthor {
	background: #fefefe url(design/comment-bg.gif) repeat-x bottom;
	}
/* Forms -------------------------------*/
#commentform {
	font-size: 1.1em;
	}
#commentform input, select {
	padding: 3px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c8c8c8;
    }
#commentform label {
	color: #555555;
	}
#commentform textarea {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c8c8c8;
    }
#commentform input:focus, #commentform input:hover, #commentform input:active, #commentform textarea:focus, #commentform textarea:hover, #commentform textarea:active  {
    border: 1px solid #999; 
    }
/* Page Navigation -------------------------------*/	
.navigation {
	margin: 2em 0 1em 0;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.1em;
	}
.ar {				
	float: right;
	}
.al {
	float: left
	}
/* Sidebar --------------------------------------------------------*/
#sidebar {
	margin-top: 5px;
	margin-right: 30px;
    float: right;
    width: 225px;
	}
#sidebar p {
	padding: 7px 0 7px 0;
	margin: 0;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	}
#sidebar h2 {
	text-align: left;
	font-size: 1.3em;
	height: 30px;
	line-height: 30px;
	margin: 1em 0 0 0;
	padding: 0;
	color: #474747;
	border-bottom: 1px solid #E0E0D5;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	text-align: left;
	}
#sidebar li {
	list-style: none;
	border-top: 1px solid #eee;
	}
#sidebar ul li ul {
	margin: 0;
	background: none;
	border: none;
	padding-left: 12px;
	font-size: 0.9em;
	}
#sidebar a {
	display: block;
	}
#sidebar ul li a {
	padding: 7px 0 7px 0px;
	}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: #474747;
	text-decoration: underline;
	}
#sidebar input{
	padding: 4px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c8c8c8;
	}
#sidebar input.submitmenu {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c8c8c8;
	cursor: pointer;
	}
#sidebar input:focus, #sidebar input:hover, #sidebar input:active {
    border: 1px solid #999; 
    }
/* Footer -------------------------------*/
hr.clear {
	display:block;
	height:1px;
	clear:both;
	visibility:hidden;
	} 
#footer {
	margin: 0 auto;
	clear: both;	
	height: 9em;
	padding: 0 0 13px 0;
	font-size: 0.9em;
	color: #e5e5e5;
	text-align: left;
	background: #21221E url(design/footer.gif) repeat-x top;
	}
.footer-list {
	float: left;
	width: 400px;
	margin-left: 50px;
	line-height: 150%;
	}
.footer-list ul {
	margin-left: -29px;
	margin-top: -7px;
	}
*+html .footer-list ul  {margin-left: 17px;} /* IE7*/
*+html #footer h2 {font-size: 1.3em; margin-top: 10px;} /* IE7*/
#footer a {
	color: #e5e5e5;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #e5e5e5;
	text-decoration: underline;
	}

/* Messages manage-------------------------------*/
.error {
	color: #B50000;
	font-weight: bold;
	}
.confirm {
	color: #2C7C27;
	font-weight: bold;
	}
.message {
	background: #FFFFCC;
	border: 1px solid #e5df98;
	padding: 7px;
	margin-bottom: 1em;
	}
/*  Image align and caption for WP -------------------------------*/
div#content img.aligncenter, div#content img.alignright, div#content img.alignleft {margin: 10px; padding: 5px; border: 1px solid #E0E0D5;}
div#content img.aligncenter, div#content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div#content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
div#content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
div#content .alignright {
	float: right;
	}
div#content .alignleft {
	float: left;
	}
/* Captions */
div#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	}
div#content div.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
div#content .wp-caption p.wp-caption-text {
	font-size: 0.9em;
	text-align: center;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End captions -------------------------------

/* Image Gallery -------------------------------*/
div.gallery {
	clear: both;
	margin: auto;
	}
dl.gallery-item {
	float: left;
	margin: 10px 0 10px 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #E0E0D5;
	background-color: #efefef;
	}
dt.gallery-icon {
	padding: 8px 0 4px 0;
	text-align: center;	
	margin: 0 auto;
	}
dt.gallery-icon img {
	padding: 0;
	}
dd.gallery-caption {
	font-size: 0.9em;
	font-style:italic;
	text-align: center;
	margin: 0;
	line-height: 17px;
	padding: 0 4px 5px;
	}
div.gallery dl.gallery-columns-1 {
	width:100%;
	}
div.gallery dl.gallery-columns-2 {
	width:45%;
	}
div.gallery dl.gallery-columns-3 {
	width:33%;
	}
div.gallery dl.gallery-columns-4 {
	width:24%;
	}
div.gallery dl.gallery-columns-5 {
	width:19%;
	}
/* End Image Gallery -------------------------------*/

/* Images old version -------------------------------*/
img.c {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.r {
	float: right;
	margin-left: 0.5em;
	}
img.l {
	float: left;
	margin-right: 0.5em;
	}
#content img.c, img.r, img.l {
	border: 1px solid #ccc;
	padding: 5px;
	}