/* ***** 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 : 12px;
	margin : 0;
	padding : 0;
	text-align : center; /* indispensable pour qu'Internet Explorer centre la page dans la fenetre */
	background : #6D695E;
	color:#6D695E;
	font-family:Verdana, Arial, Helvetica, sans-serif
    }
	
#page {
	width : 1144px;
	text-align : left;
	background-image: url(images/arplanaureka.jpg);
	background-repeat: repeat-y;
	margin : 0 auto 20px auto;
	height: 100%;
	padding: 0px;
	clear : both;
	}
	
#top {
	height: 196px;
	background-image: url(images/topimg.jpg);
/*	margin : 0;
	padding : 0;
	text-align : center;*/
	}

#main {
	width : 847px;
	padding : 0;
	float : left;
	background-image: url(images/fondsite.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	}
	
#content {
    text-align : left;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 80px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 40px;
	}
#footer {
	width : 1144px;
	height: 68px;
	background-image: url(images/fondsitebas.jpg);
	margin : 0;
	clear : both;
	text-align:center;
	background-position: bottom;
	line-height:200%;
	}
#sidebar {
	width : 253px;
	float : right;
	/*	border-left:2px dashed #E189B6;*/
	font-size:0.85em;
	color:#fff;
	font-weight:bold;
	padding-top: 40px;
	/*	padding-right: 20px;*/
	padding-bottom: 370px;
	padding-right: 44px;
	background-image: url(images/fondside.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	clip: rect(auto,4px,auto,auto);
	margin: 0px;
	}
#backtop {
	clear : both;
	text-align:right;
	background-image: url(images/arplanaureka.jpg);
	background-repeat: repeat-y;
	margin: 0;
	width: 1144px;
	height: 100%;
	background-repeat: repeat-y;
	padding-right: 60px;
	padding-bottom: 10px;
	} 
	
/* ==============================================================
        2. BALISES HTML
/*  ============================================================= */

h1 {font-size : 2em; }
h2 { font-size : 1.33em; margin : 0; }
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 #000000;
	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:#333333;
	}
a:visited {
	color:#333333;
	}
a:hover, a:focus {
	color:#000000;
	background:#fff;
	}
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 {
	}
#calendar td.active a {
	font-weight : bold;
	}

#footer a {
	text-decoration:none;
	background:transparent;
}
#sidebar a {
	text-decoration:none;
	color:#FFFFFF;
}
#sidebar a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#sidebar a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#backtop a{
	text-decoration:none;
	color:#000000;
}
#backtop a:hover {
	text-decoration:none;
	color:#000000;
}
#backtop a:visited{
	text-decoration:none;
	color:#000000;
}
/* =================================================================
        4. HAUT DE PAGE
            (voir a la fin de cette feuille les styles pour un menu 
            horizontal et/ou un sous-titre)
/* ============================================================= */
#top h1 {
	margin : 0;
	padding : 0;
	height: 196px;
	}
#top h1 a {
	display : none;
	color: #A7C507;/*	background-color:#FFFFFF;
	background-image: url(images/top_blog.png);
	background-repeat: no-repeat;*/
	}

#top h1 a:hover {
	color: #586703;
/*	background-image: url(images/top_blog.png);
	background-repeat: no-repeat;*/
	}
#prelude {
	color:#000000;
	text-align:center;
	margin : 0;
	background-image: url(images/prelude.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}


/* =================================================================
        5. LES BILLETS
/* ============================================================= */
.post-title a {
	text-transform : none;
	color: #000000;
	}
.date-post {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0pt;
	padding-top: 10px;
	/*	text-transform: capitalize;*/
	text-align: justify;
}
.post {
	background : transparent;
	margin-bottom : 3em;
	}
.day-date {
	display:none;
	}
.post-title {
	/*	text-transform : uppercase;*/
	font-weight : bold;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 23px;
	color: #000000;
	}
.post h3, .post h4, .post h5, .post h6 {
	font-weight : normal;
	color : #333333;
	margin-top : 2em;
	/*	text-transform : uppercase;*/
	text-align : left;
	}
.post-info {
	color : #333333;
	font-size:10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	}
.post-chapo {
	margin : 1em 0;
	text-align : justify;
	}
.post-content {
	text-align : justify;
	margin-top : 0.5em;
	}
.post-content p, .post-chapo p {
	margin-top : 1em;
	line-height : 140%;
	}
.post-info-co {
	margin-bottom:2em;
	font-size:10px;
	font-weight:bold;
	}
.post blockquote {
	margin:2em;
	padding:0 2em 0 1em;
	border-left : 2px solid #C61570;
	}
.post img {
	padding : 2em 0;
	}
.footnotes {
	font-size:0.9em;
	}
.footnotes, .footnotes p {
	margin-top : 1em; text-indent : 0;
	}
.facebook_link {
	background: transparent url(http://www.icimars.com/blog/themes/kit/images/facebook.gif) no-repeat 0 50%;
}
/* =================================================================
        6. COMMENTAIRES, TRACKBACKS
            (voir aussi formulaires en 8)
/* ============================================================= */

#trackbacks, #comments, #comment-preview {
	}
#trackbacks {
	border-top : 2px dotted #770741;
	background : transparent;
	}
#comments h3, #trackbacks h3 {
	margin-top : 2em;
	margin-bottom : 1em;
	color: #333333;
	}
.comment-info {
	margin : 1.5em 0 0.5em 0;
	color: #333333;
	font-size: 10px;
    }
#comments blockquote, #trackbacks blockquote {
    margin : 0.5em 2em;
    }


/* =================================================================
        7. SIDEBAR
/* ============================================================= */
#sidebar img {    
		margin-left:12px;
}

#sidebar #via {
	margin-left:10px;
	margin-top: 20px;
}
#sidebar h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	margin-left:40px;
	margin-top:1.5em;
	margin-bottom:0.5em;
	color : #fff;
	line-height: 20px;
	letter-spacing: 0px;
	}
#sidebar h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	margin-left:40px;
	margin-top: 0.5em;
	margin-bottom:0.33em;
	color : #fff;
	font-size : 1.1em;
	}
#sidebar ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 40px;
	}
#sidebar li {
	margin :0;
	padding : 0;
	}

#search {
	margin-top:2em;
	padding-left: 10px;
	}

/* Le calendrier
------------------------------------------- */
#calendar {
	}
#calendar h2 {
	display : none;
	}
#calendar table {
	border-collapse : collapse;
	font-size : x-small;
	margin : 0 auto;
	}
#calendar caption { /* nom des mois */
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
	font-weight: bold;
	}
#calendar abbr { /* nom des jours */
	border : none;
	}
#calendar th, #calendar td { /* th : cellules d'entete vertical (jours) - td : cellules */
	border : none;
	padding : 1px;
	text-align : center;
	}
#calendar td.active { /* cellules du jour actif */
	border: 1px solid #C61570;
	}

/* =================================================================
        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 : #ccc;
	}
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 #770741;
	background : #eee;
	padding : 0.5em;
	}
.error ul {
	padding-left : 20px;
	}
.error li {
	list-style:disc;
	}


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