/* ***** 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 *****
 /* Author : Kozlika - http://www.kozlika.org
 
 
REGLES PAR DEFAUT
------------------------------------------------------------------- */
body      { color: #333; font-size: 10px; font-family: Arial, Geneva, Helvetica, sans-serif; background-color: white; text-align: center; margin: 0 auto; padding: 0 }

* {
    margin : 0;
    padding : 0;
}

p, td, ul, ol, li, dl, dt, dd    { font-size: 12px; font-family: Arial, Geneva, Helvetica, sans-serif }

/* Hierarchie des titres */

h1, h2, h3      { color: #000; font-size: 12px; font-family: Arial, Geneva, Helvetica, sans-serif; font-weight: normal }
h4, h5, h6   { color: #000; font-size: 1em; font-weight: bold }
h1   { color: #000; font-size: 1em; margin: 0 }
h2   { color: #000; font-size: 1em; font-weight: bold; margin: 0.8em 0 }
h3  { color: #000; font-size: 1.2em; margin: 0.8em 0 }
h4  { color: #000; font-size: 1em; margin: 1em 0 }
h5  { color: #000; font-size: 0.9em; margin: 1.25em 0 }
h6  { color: #000; font-size: 0.8em; margin: 1.75em 0 }

/* Comportement des liens */

a     { color: #666; text-decoration: underline }
a:link      { color: #666; text-decoration: underline }
a:visited  { color: #666; text-decoration: none }
a:hover  { text-decoration: underline; background-color: silver }
a:active, a:focus { text-decoration : underline; }

/* Mention de la langue d'un lien */

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

/* Regles des balises courantes */

p { margin : 0 0 1em 0; } /* paragraphes */
img { border : none; } /* images */
form { display : block; margin : 0; padding : 0; } /* formulaires */
q, cite {  /* citations */
    font-style : italic; 
    margin : 1em; 
}
cite {
    padding : 1em;
    border-top : 1px solid #ccc;
    border-bottom : 1px solid #ccc;
}
ul, ol { margin-left : 1em; padding-left : 1em; margin-bottom : 1em; }
sup { padding-left : 0.15em; font-size : 80%; }

abbr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
blockquote {
    margin-left : 2em;
    padding-left : 1em;
    border-left : 3px solid #999;
}

/* Presentation des lignes de code */

code,pre { font-family : "Courier New",monospace; font-size : 1em; }
pre {
    background : #f5f5f5;
	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 */
}

/* --------------------------------------------------------
STRUCTURE
-------------------------------------------------------- */
#page   { text-align: left; margin: 0 auto 2em; padding-bottom: 0; padding-left: 2em; width: 72em }
#top       { background: url("http://www.pascalrobin.com/blog/themes/keldroledenom/images/papillon.png") no-repeat center bottom; margin-bottom: 0; width: 19em; height: 22em; float: right }
#top h1    { color: gray; font-size: 15px; padding: 1em 2em 0.5em 0; border-bottom: 2px solid #ddd }
#prelude, #prelude a {
    font-size : 0.5em;
    margin:0;
    color : #fff;
}
#main {
    width : 100%;
    float : left;
    margin-right : -31em;
}
#content {
    padding : 1em;
    margin-right : 31em;
    min-height : 400px;
}
#sidebar {
    width : 18em;
    float : right;
}
#footer   { text-align: right; padding: 2em 48px 2.5em 1em; clear: both }
    
/* ---------------------------------------------------------
BILLETS
---------------------------------------------------------- */
.post   { font-size: 1em; line-height: 130%; margin-bottom: 2px; padding-top: 12px; width: 490px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd }
.day-date   { font-size: 11px; text-transform: uppercase; letter-spacing: 1px }
.post-title     { color: #960; font-size: 14px; margin-bottom: 0.33em }
.post-title a     { color: #960; font-size: 14px; font-family: Arial, Geneva, Helvetica, sans-serif; margin-bottom: 0.33em }
.post-chapo, .post-content    { text-align: justify; width: 490px }
.post img  { padding: 0.5em }
.post-info, .post-info-co, .footnotes   { font-size: 11px }
.post-info {
    margin-bottom : 1.5em;
}
.post .post-footnotes h4 {
    text-transform : capitalize;
    font-weight : bold;
    margin-top : 2em;
}
/* ---------------------------------------------------------
MENU
---------------------------------------------------------- */
#sidebar    { padding-bottom: 30px }
#sidebar h2    { font-size: 11px; font-family: Arial, Geneva, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 1px; margin-top: 3em }
#sidebar ul { 
    margin-left : 0; 
    padding-left : 0; 
    list-style : none; 
}

/* -------------------------------------------------------------
TRACBACKS ET COMMENTAIRES
---------------------------------------------------------- */
#trackbacks, #comments, #comment-preview {
    font-size : 1.1em;
}
#trackbacks     { background: url("keldroledenom/images/fourmi.png") no-repeat; padding-top: 20px }
#trackbacks h3, #comments h3, #comment-preview h3 {
    text-transform : uppercase;
    letter-spacing : 1px;
    font-size : 0.9em;
    margin-top : 3em;
    margin-bottom : 2em;
    text-align : center;
}
.comment-info {
    margin-top : 2em;
}
.comment-number  { font-size: 12px; font-family: Arial, Geneva, Helvetica, sans-serif }
#comments form, #comment-preview     { background: url("keldroledenom/images/fourmi.png") no-repeat right top; padding: 1em; border: solid 1px #ddd }
/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0.5em 0 0 0;
	padding : 0;
}

input, textarea {
	font-size : 1.2em;
	border : 1px solid #999;
}

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

input[type=submit], input[type=reset] {
	background : #ddd;
	color : #333;
}

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

textarea {
	width : 100%;
}

p.field, .form-help {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	margin : 1.5em 0 0 0;
	padding-bottom : 0.5em;
}
/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #333;
	background : #ccc;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* ----------------------------------------------------------
 Trucs en plus
---------------------------------------------------------- */
.center {
	text-align : center;
}
.right {
	text-align : right;
}
.petites-cap {
	font-size : 0.82em;
	text-transform : uppercase;
}
.petit {
    font-size : x-small;
}

/* deco des liens */
.post-content a, .post-chapo a, #comments a, #comments-preview a, #trackbacks a    { }
#comments span.comment-number a, .post-content a[id|="rev"], .footnotes a[id|="rev"] {
    padding : 0;
    background-image : none;
}