/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 * Theme Kimono par Kozlika http://www.kozlika.org 
 */




body {
	background:#CFC8B8 url(imgkimono/fond.jpg); /* Merci ˆ http://citrusmoon.typepad.com  magnifiques patterns */
	font-size:76%;  /* 76% correspond au corps 10 si le rŽeglage par dŽefaut du navigateur (le plus frŽequemment ˆ 14px) n'a pas eŽtŽe modifiŽe */
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif;
	color:#E0DADA;
	text-align:center; /* pour IE5 et centrage horizontal de la page */
}

p { margin : 0; padding: 0 0 1em 0; }

form { display : block; margin : 0; padding : 0; }

h1 {font-size:2em; margin: 0; font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }
h2 { font-size : 1.33em; margin : 0em 0; }
h3 { font-size : 1.17em; margin:0em; }
h4 { font-size : 1em; margin : 0; }
h5 { font-size : 0.83em; margin : 0; }
h6 { font-size : 0.67em; margin : 0; }
h2, h3, h4 { font-weight:normal; }

code,pre { 
	font-family : "Courier New",monospace; 
	font-size : 1.1em; 
	background:#f7f7f7;
}

pre {
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 90%;
		overflow : auto;
	/* Fin hack Ne pas supprimer cette ligne */
}

q { font-style : italic; }

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
}
a:hover  {
	background-color:#e5cdae;
	color:#864525;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	font-size:0.86em;
	color : #666;
	background : transparent;
}

/* Page
-------------------------------------------------------- */
#page {
	width:63.8em;
	background:#864525;  /* Je donne au fond de page la couleur que je veux pour le sidebar sinon, comme cette colonne est plus courte, a s'arrtera avant le bas de page */
	margin:2.5em auto 2.5em auto;
	padding:0;
	text-align:left;  /*Pour reŽtablir l'alignement demandeŽ dans le body pour que IE puisse centrer */
}

/* Prelude
-------------------------------------------------------- */
#prelude, #prelude a {    /*mmes couleurs que le fond de main pour qu'on ne le voit pas mais que a reste lisible pour les navigateurs vocaux */
	color:#F4ECD9;
	background:#864525;
	height:2em;
	width:69%;
}
/* Titre
-------------------------------------------------------- */
#top {
	padding:0;
	width:69%;
	height:16em;
	background:#864525  url(imgkimono/logoLFblog.jpg) top left no-repeat;
}

#top h1 {
	text-align:right;
	padding-right:6em;
	padding-top:6em;
	padding-left:6em;
	background:none  url(imgkimono/bouquins.gif) bottom center no-repeat;
	color:#000000;
}

#top a {
	background:none;
	color:#fff; 
}

/* Main
-------------------------------------------------------- */
#main {
	background:#864525;  /*fond de gauche */
	float:left;
	margin: 0 0 0 0;
	padding:0;
	width:44em;
}

.post {
	clear:both;
	height:100%;
	margin-bottom:3em;
	background:transparent;
} 

.post img { 
	border : 5px solid #E79F57; 
	float: right; margin: 0px 0px 5px 5px;
	}

.post img.smiley { border : none; float : none;}

.day-date {
	display:none;
}

.post-title {
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;		
	font-weight: bold;
	margin-bottom:1em;
	border-bottom:1px dashed #FFFFFF;	
}  

.post-title a {
	background:none;
	font-weight: normal;
	color:#FFFFFF;
	margin-bottom:1em;
	border-bottom:1px dashed #FFFFFF;
	text-align:left;	
}


.post-info {
	margin-bottom:1em;
	padding-top:0.5em;
	font-family:Arial, sans-serif;
	font-size:0.86em;
	text-align:left;
}

.post-info-co {
	font-family:Arial, sans-serif;
	font-size:0.86em;
	text-align:left;
}

.post-content {
	padding:0;
	text-align:justify;
 }
.post-chapo {
	padding:1em 0;
	text-align:justify;
}

p.post-content {
}

/* Content
-------------------------------------------------------- */
#content {
	padding:2em 2em;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments {
	border:0.1em solid #FFFFFF;
	padding:0.5em;
	margin-bottom:0.5em;
}
#trackbacks {
	border:0.1em dashed #FFFFFF;
	padding:0.5em;
	margin-bottom:0.5em;
}

#comments h3 {
	color:#FFFFFF;
	font-weight: bold;
}

#trackbacks h3 {
	color:#FFFFFF;
	font-weight: bold;
}

#comments blockquote, #trackbacks blockquote {
	border-left:0.1em solid #FFFFFF;
	padding-left:0.5em;
}

.comment-info {
	color:#FFFFFF;
}

.erreur {
	color:#ffffcc;
}

/* Menu
-------------------------------------------------------- */
#sidebar ul, #sidebar li, #sidebar li a {zoom: 1;} /* foutu bug dans IE !! http://www.positioniseverything.net/explorer/creep.html */


#sidebar {
	width:18em;
	margin-left:69%;
	margin-top:-22em;
	padding:0 1.5em 2em 1.5em;
	font-size:0.86em;
	font-family:Verdana, arial, helvetica, sans-serif;
	line-height:140%;
	color:#E0DADA;
}

#sidebar h2, #sidebar h3 {
	font-weight: normal;
	font-size:1em;
}

#sidebar h2 {
	margin-top:1em;
	margin-bottom:0.25em;
	padding:0.15em 0;
	background:#88563E;
	padding-left:0.4em;
	border-left:0.8em solid #cfc8b8;
	color:#FAFC6C;
}


/* Merci AListApart pour la solution pour les menus survoles */

#sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar li {
	background:transparent url(imgkimono/puce.png) no-repeat 0px 4px;
	padding-left:10px;
	margin:0;
}

#sidebar li:hover {
	background-color:#88563E;
}

#sidebar li a {
	display: block;
	width: 100%;
}

html>body #sidebar li a {
	width: auto;
}

#sidebar li a:hover {
	background-color:#88563E;
}

#sidebar a:link {
	color:#FFFFFF;
}

#sidebar a:visited { 
	color:#FFFFFF;
	text-decoration:none;
}	

#sidebar a:active, #sidebar strong {
	font-color:#FFFF00;
}

#selection {
}

#archives {
}

#categories {
}

#search h3 {
	text-transform:capitalize;
	padding-right : 1em;
	padding-top:0.5em;
	float:left;  /* pour que le champ ˆ remplir vienne ˆ c™tŽ du mot Rechercher et non en dessous */
}
#links {
	clear:right;
}

#syndicate {
	padding-bottom:2em;
}



#statList li {
	background:transparent;
	padding-left:1px;
	margin:0;
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear:both;  /* Pour que le footer vienne tout en bas de la page */
	background: #864525;
	font-size:0.86em;
	height:1.5em;
	color:#fff;
	padding-top:1em;
	text-align:center;
}

#footer a {
	font-weight:bold;
	background:transparent;
	color:#fff;
}

/* Calendrier
-------------------------------------------------------- */
#calendar {
	margin:0 0 2em 0;
	padding-top:1em;
	width :100%;
	text-align:center;
	font-size: 10px;
	margin-bottom : 0; /* bug machin */
}

#calendar a {
	font-weight:bold;
	background:transparent;
	color:#FFFF00;
}

#calendar h2 {
	text-align : left;
}

#calendar table {
	width:99%;
	text-align:center;
	border-collapse : collapse;
	font-size: 10px;
	margin : 0 auto;
}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 0.1em;
}
#calendar td {
	text-align : center;
}

#calendar td.active a {
	font-weight : bold;
}

#calendar a {
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 0.1em solid #c00;
	background : #A2674A;
	padding : 0.5em;
	color : #000000;
}
.error ul {
	padding-left : 2em;
}
.error li {
	list-style : square;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 0.1em;
	border-color : #5E3E2E;
}

input[type], textarea[name] {
	background : #D4C1AC;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #036;
	color : #fff;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

p.field_captcha label{
	display : block;
	font-weight : bold;
	font-size : 0.85em;
	color: #000000;
}