﻿/* ***** 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 th�me : Kit (variante layout fixe, sidebar a gauche)
 Auteur : Kozlika http://www.kozlika.org/ pour Dotclear
 Licence : GPL
 ----------------- 

Organisation de la pr�sente 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 : r�gles g�n�rales et r�gles sp�cifiques
 
 4. Haut de page (top et pr�lude)
 5. Les billets (content et post)
 6. Les commentaires et trackbacks
 7. Le menu lat�ral (sidebar)
 8. Goodies
        classes suppl�mentaires utilisables dans les billets
        styles pour un �ventuel sous-titre au blog
        styles pour une �ventuelle navigation billet pr�c�dent / suivant
        styles pour une �ventuelle navigation page pr�c�dente / suivante
        styles pour un menu horizontal sous le titre du blog
        


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

body {
	font-size : 14px;
	margin : 0;
	padding : 0;
	text-align : justify;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	background-attachment: fixed;
    }
#page {
	width : 1024px;
	text-align : left;
	background-color: transparent;
	background-image: url(images/bas-sidebar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0;
	padding-bottom: 0px;
    }
#top {
	padding : 0;
	margin: 0px;
    height: 0px;
    }
	
#main {
	width : 1026px;
	padding : 0;
	float : right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -270px;
	padding-bottom: 0em;
    height: auto;
		    }
#content {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 20px;
	width: 752px;
       	    }
#footer {
	background : transparent;
	margin : 0;
	clear : both;
	line-height:0%;
	padding : 0;
	border-top : 0px solid #999;
}
#sidebar {
	width : 218px;
	height: 100%;
	float : left;
	font-size:0.85em;
    color:#668;
    margin-right: 0;
	margin-left: 0px;
    margin-top: 0px;
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
#categories {
        margin-top: 350px;
	
    }
#logos {
	background-image: url(images/logos.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 313px;
	width: 130px;
	margin-left: 58px;
	margin-bottom: 0px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	position: static;
	bottom: 0px;
	background-attachment: fixed;
}

#traduction {
	height: 100px;
	width: 160px;
	margin-left: 42px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

h1 {
	font-size : 2em;
	}
h2 {
	font-size : 18px;
	margin : 0;
	letter-spacing: 3px;
	color: #b60106;
}
h3 { font-size : 1.25em; margin : 1.5em 0 0 0; }
h4 { font-size : 1em; margin : 1.5em 0 0 0; }
h5 { font-size : 0.83em; margin : 1.5em 0 0 0; }
h6 { font-size : 0.67em; 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 : underline;
    }
        
a:link {
	color:#a20003;
    }
a:visited {
	color:#a20003;
}
a:hover {
	color:#000000;
	text-decoration: underline;
        }
a:focus {
	color:#e2b7ff;
	font-weight: bold;
        }
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #000000;
	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;
    }
#calendar td.active a {
	font-weight : bold;
	color:#efcbff;
    }


/* =================================================================
        4. HAUT DE PAGE
            (voir a la fin de cette feuille les styles pour un menu 
            horizontal et/ou un sous-titre)
/* ============================================================= */
#top h1 {
	width : 250px;
	margin : 0;
	height : 345px;
	padding: 0px;	/*background-image: url(images/ban.gif);
	background-repeat: no-repeat;
	background-position: 440px bottom;*/
	}
#top h1 a {
	width : 250px;
	display : block;
	height : 345px;
	background-image: url(images/deco-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	}

/*#top h1 a:hover {
	background-color: transparent;
	background-image:  url(images/deco-top-a.png); 
	background-repeat: no-repeat;
	background-position: left top;
	}*/
#prelude {
	text-align:left;
	background : transparent;
	margin : 0;
	padding : 0 0 0 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: a30201;
    }


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

.post {
	margin-bottom : 3em;
	background-color: transparent;
	background-image: url(images/icopost.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
    }
.day-date {
    display:none;
    }
.post-title {
	text-transform : none;
	font-weight : normal;
	padding-right : 50px;
    }
.post h3, .post h4, .post h5, .post h6 {
	font-weight : normal;
	color : #666;
	margin-top : 2em;
	text-transform : none;
	text-align : left;
    }
.post-info {
    margin : 0.25em 0;
    color : #999;
    padding-left : 42px;
    }
.post-chapo {
    margin : 1em 0;
    text-align : justify;
    }
.post-content {
	text-align : justify;
	margin-top : 50px;
    }
.post-content p, .post-chapo p {
    margin-top : 1em;
    line-height : 140%;
    }
.post-info-co {
    margin-bottom:2em;
    margin-top:0.5em;
    }
.post blockquote {
    margin:2em;
    padding:0 2em 0 1em;
    /* border-left : 4px solid #ddd; */
    background : transparent url(images/quote.png) no-repeat top left;
    margin-left : 0;
    padding-left : 40px;
    }
.post img {
    padding : 0px 0;
    }
.footnotes {
    font-size:0.9em;
    }
.footnotes, .footnotes p {
    margin-top : 1em; text-indent : 0;
    }
.note {
	font-size: 12px;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: a20003;
	letter-spacing: 1px;
}

/* =================================================================
        6. COMMENTAIRES, TRACKBACKS
            (voir aussi formulaires en 8)
/* ============================================================= */

#trackbacks, #comments, #comment-preview {
    }
#trackbacks {
    border-top : 4px dotted #ddd;
    background : transparent url(images/comments.png) no-repeat top right;
    }
#comments blockquote, #trackbacks blockquote {
    margin : 0.5em 2em;
    }
#comments h3, #trackbacks h3 {
    margin-top : 2em;
    margin-bottom : 1em;
    }
.comment-info {
    margin : 1.5em 0 0.5em 0;
    }


/* =================================================================
        7. SIDEBAR
/* ============================================================= */
#sidebar h2 {
	font-family:Georgia;
	font-size : 20px;
	margin-bottom:0.5em;
	color : #632ea3;
    }
#sidebar h3 {
	font-family:Georgia;
	font-weight : normal;
	margin-top: 0em;
	margin-bottom:0em;
	color : #AA82DB;
	font-size : 20px;
	padding-left: 43px;
    }
#sidebar ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 43px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	
	    }
		
#sidebar ul a:link {
	color:#FFE13C;
	text-decoration: none;
    }
#sidebar ul a:visited {
	color:#FFE13C;
	text-decoration: none;
}
#sidebar ul a:hover {
	color:#FFFFFF;
	text-decoration: none;
        }
#sidebar ul a:focus {
	color:#e2b7ff;
	font-weight: bold;
	}
#sidebar li {
	margin :0;
	line-height: 20px;
	/*list-style-image: url(images/li.png);*/
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
	color: #AA82DB;
    }

#search {
    margin-top:2em;
    }

/* =================================================================
        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;
}

/**
/* 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. 
*/