/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Olivier Meunier 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 ***** */
 
 /*
 -----------------
 Nom du theme : Kit (variante layout fluide, sidebar a droite)
 Auteur : Kozlika http://www.kozlika.org/ pour Dotclear
 Licence : GNU-GPL
 ----------------- 

Organisation de la presente feuille de style :

 1. Structure de la page (body, page, top, main, sidebar, footer)
 2. Mise en forme des balises XHTML standard
 3. Les liens
 
 4. Haut de page (top et prelude)
 5. Les billets (content et post)
 6. Les commentaires et trackbacks
 7. Le menu lateral (sidebar)
 
 8. Goodies
        classes supplementaires utilisables dans les billets
        et autres trucs bien utiles...


/* =================================================================
        1. STRUCTURE DE LA PAGE - REGLES DES GRANDS BLOCS
/* ============================================================= */

body {
	font-size : 70%;
	margin : 0;
	padding : 0;
	text-align : center; /* indispensable pour qu'Internet Explorer centre la page dans la fenetre */
	background : #fbf2e1 url(images/bg.jpg) left top no-repeat;
	font-family:"Verdana", optima, "Trebuchet MS", sans-serif;
    }
#page {
	margin : 0 ;
	padding : 0;
	text-align : left;
	background :  url(images/bg-side.gif) repeat-y;
        border-right : #5c4c59 5px solid;
    }
#top {
        margin : 0;
	padding : 0;
        height : 122px;
	width : 209px;
	}
#main {
	width : 100%;
        height : 100%;
	margin : 0 0 0 -314px;
	padding : 0;
	float : right;
/*        background : url(images/corbeaux.gif) no-repeat right 45px;*/
	}
#content {
        padding : 0 10px 0 0;
	margin : 0px 0 0 240px; /* 240px a gauche : cette valeur + margin et padding lateraux 
    ne doivent pas exceder la marge negative appliquee a #main */
	}
#footer {
	margin : 0;
	clear : both;
	text-align:left;
	line-height:80%;
	padding : 0 ;
        background : url(images/pied.gif) no-repeat left bottom;
        height : 75px;
	}
#footer p {
padding : 45px 0 0 295px ;
}
#sidebar {
	width : 190px;
	float : left;
/*        position : absolute;*/
	margin : 122px 0 0 0;
	padding : 10px 0 40px 21px;
	background : url(images/sidebar.jpg) no-repeat;
	font-size:0.85em;
	}
#accueil {
        padding : 0 0 0 0;
	margin : 0px 0 0 240px;
        background : url(images/corbeaux.gif) no-repeat right top;
}

#propriete p {
        text-align : center;
        color :#40405a;
        margin-right : 10px;}

/* ==============================================================
        2. BALISES HTML
/*  ============================================================= */

h1 {font-family:Georgia, serif;font-size : 2em;color : #40405a;clear : both; }
h2 { font-family:Georgia, serif;font-size : 1.33em;color : #40405a;margin : 0;  }
h3 { font-family:Georgia, serif;font-size : 1.25em;color : #40405a;margin : 1.5em 0 0 0;  }
h4 { font-family:Georgia, serif;font-size : 1em;color : #40405a;margin : 1.5em 0 0 0;  }
h5 { font-family:Georgia, serif;font-size : 0.83em;color : #40405a;margin : 1.5em 0 0 0;  }
h6 { font-family:Georgia, serif;font-size : 0.67em;color : #40405a;margin : 1.5em 0 0 0;  }

p { margin : 1em 0 0 0;}

img { border : none;}

q, cite { 
	font-style : italic; 
	background : #f7f7f7; 
	}

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

code, pre { 
    font-family : "Courier New",monospace; 
    font-size : 1.1em;
    color : #66c;
    }

pre {
	background : #f5f5f5;
	border : 1px solid #A71602;
	margin : 1em 2em;
	padding : 0.5em 1em;
	text-align:left;
	white-space:normal;
		/* cache 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 */
}


/* ==============================================================
        3. LES LIENS
/*  ============================================================= */


/* ********** Regles generales ************* */

a {
	text-decoration : none;
	}
a:link {
	color:#A71602; 
	}
a:visited {
	color:#A71602; 
	}
a:hover, a:focus {
	color:#666; 
        text-decoration : underline;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #666;
	background : transparent;
	}

/* ********** Regles specifiques ************* */

/* pour #top h1 a et top h1 a:hover tout est regroupe dans la partie 4 suivante */
#prelude a {
	color:#fff;
	}
.post-title a {
	text-transform : none;
	}

/* =================================================================
        4. HAUT DE PAGE
            (voir a la fin de cette feuille les styles pour un menu 
            horizontal et/ou un sous-titre)
/* ============================================================= */

#top a {
	display : block;
	height : 122px;
width : 209px;	
}


#accueil p {
padding : 0 200px 0 0 ;
text-align : left;
}

#accueil img {float : left ;}

/* =================================================================
        5. LES BILLETS
/* ============================================================= */

.post {
	margin-bottom : 3em;
        clear : both;
	}
.day-date {
	display:none;
	}
.post-title {
	font-size : 2em;
        font-weight : bold;
	padding-left : 42px;
        }
.post h3, .post h4, .post h5, .post h6 {
        font-size : 1.33em;
	font-weight : bold;
	color : #666;
	margin-top : 2em;
	/*text-align : left;*/
        padding-left : 42px;
        clear : both; 
	}
.post-info {
	margin : 0.25em 0;
	color : #40405a;
	padding-left : 42px;
	}
.post-chapo {
	margin : 1em 0;
	text-align : justify;
        clear : both;
	}
.post-content {
	text-align : justify;
	margin-top : 0.5em;
        clear : both;
	}
.post-content p, .post-chapo p {
	margin-top : 1em;
	line-height : 140%;
 clear : both; 
	}
.post-info-co {
	margin-bottom:2em;
	margin-top:0.5em;
	}
.post blockquote {
	margin:2em;
	padding:0 2em 0 1em;
	border-left : 4px solid #ddd;
	}
.post img {
margin : 5px;
	padding : 0;
        border : 2px solid #FAD48D;
	}
.footnotes {
	font-size:0.9em;
	}
.footnotes, .footnotes p {
	margin-top : 1em; text-indent : 0;
	}

.separateur {
        margin : 0 0 0 -40px;
        width :510px;
        height : 51px;
        clear :both;
        background : url(images/sep1.gif) no-repeat left bottom;
}
.post ul {margin : 10px;
	padding: 5px 0 0 5px;}
.post li {
margin : 3px 0 0 10px;
	padding : 0 0 0 10px;
}
/* =================================================================
        7. SIDEBAR
/* ============================================================= */
    
#sidebar h2 {
	font-family:Georgia, serif;
	font-size : 1.33em;
	margin-top:1.5em;
	margin-bottom:0.5em;
	color : #40405a;
	}
#sidebar h3 {
	font-family:Georgia, serif;
	font-weight : normal;
	margin-top: 0.5em;
	margin-bottom:0.33em;
	color : #A71602;
	font-size : 1.1em;
	}
#sidebar ul {
	list-style:none;
	margin : 0 0 1em 0.66em;
	padding:0;
        color : #40405a;
	}
#sidebar li {
	margin :0;
	padding : 0;
	}

#search {
	margin-top:2em;
	}

#categories {
	margin : 0 0 0 240px;
        padding : 7px 0 0 0;
	text-transform : uppercase;
	letter-spacing : 1px;
        font-weight : bold;
font-size : 90%;
}


#categories  li {
	display: inline;
	padding : 3px 30px 3px 30px;
	/*height : 15px;*/
	background : url(images/puce-d.gif) no-repeat 0px 2px ;
}
/* =================================================================
        8. FORMULAIRES (recherche et depot commentaire)
            interactions (messages d'erreur)
/* ============================================================= */

fieldset {
	display : block;
	border : none;
	margin : 0 0 0.5em 0;
	padding : 0;
	}
fieldset p {
	margin-bottom : 1em;
	}
.form-help {
	margin : 1em 0;
	}
input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #999;
	}
input[type], textarea[name] {
	background : #eee;
	}
input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
	}
input[type=submit]:hover {
	background : #ccc;
	color : #fff;
	}
textarea {
	width : 95%;
	}
p.field {
	margin : 1em 0 0 0;
	}
p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
	width : 12em;
	float : left;
	color : #666;
	}
.form-help {
	}
#comment-form {
	}
input.preview {
	}
input.submit {
	}
#c_nom {
	}
#c_mail {
	}
#c_site {
	margin-bottom : 1em;
	}
#c_content {
	}
#c_remember {
	}


/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
	}
.error ul {
	padding-left : 20px;
	}
.error li {
	list-style : square;
	}


/* =================================================================
        9. TRUCS EN PLUS
/* ============================================================= */

/* des classes supplementaires reutilisables dans les billets :
---------------------------------------------------- */
.petit {
	font-size:0.9em;
	}
.center {
	text-align : center;
	}
.right {
	text-align : right;
	}
.left {
	text-align : left;
	}

#block1 {
height:122px;
	width:209px;
}

#block2 {
	height:150px;
	width:190px;
	background:transparent url(images/chat.gif) no-repeat;
}
#block3 {
	margin : 0 0 0 0;
	height:45px;
}
#block4 {
	margin : -122px 0 122px 0;
	padding : 0;
	overflow:auto;
}

/* deco des liens */
/*.post-content a, .post-chapo a, #comments a, #comments-preview a, #trackbacks a {
    padding-right : 16px;
    background : transparent url(images/fleche.png) no-repeat center right;
}
*/
/**
/* voir aussi dans le repertoire themes/kit/zegoodies/css
des styles tout prets pour etre utilises avec :
- le plugin Pagination, 
- le plugin Table des matieres,
- le plugin Related
- une barre de navigation horizontale,
- des liens page precedente / suivante
- une ligne de description du blog. 
*/