/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
    background: #fff url(img/top.png) center top no-repeat;
    color: #566672;
    font-size: 80%;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Trebuchet MS", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-style: normal;
}


h1{font-size: 3em;}
h2{font-size: 1.4em; margin: 0;}
h3{font-size: 1.3em; margin: 0.3em 0;}
h4{font-size: 1.2em; margin: 0.3em 0;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

p{
    margin: 0.3em 0 1em 0;
    line-height: 1.2em;
}

pre, code{
    font-size: 1.2em;
}

pre{
    width: 100%;
    overflow: auto;
    border: 1px solid #CCC;
}

fieldset{
    border: none;
}

label{
    cursor: pointer;
    cursor: hand;
}

.field label{
    display: block;
}

input,textarea,select{
    border: 1px solid #999;
}

input,textarea{
/*    width: 100%;*/
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    color: #566672;
    font-style: italic;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.left{
    float: left;
    margin-right: 1em;
 }

.right{
    float: right;
    margin-left: 1em;
 }

/* La page
   -------------------------------------------------------- */
#page{
    color: inherit;
    background: transparent;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
    height: 240px;
    border: solid 1px #566672;
    border-top-style: none;
    margin-bottom: 4px;
}

#top h1{
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 40px;
    padding-top: 160px;
    color: #566672;
}

#top h1 a{
    text-decoration: none;
    color: #566672;
}

#top h2 {
    margin: 2px 0 0 40px;
    font: italic 1.8em Times, serif;
    /* color: #a40; */
    color: #df9419;
}

/* Le prélude
   -------------------------------------------------------- */ 
#prelude{
    background: transparent;
    color: #dfdfdf;
    text-align: center;
}

#prelude a{
    color: #dfdfdf;
    background: transparent;
}

#prelude a:hover{
    color: #dfdfdf;
    background: transparent;
}

/* Le contenu
   -------------------------------------------------------- */
.day-date{
    padding-left: 20px;
    margin-left: -25px;
    color: #888;
    background: transparent url(img/day-date.png) no-repeat left center;
    font-style: italic;
 }


.post h2{
    margin: 0;
 }

.post-title{
    color: #df9419;
    background: #fff;
    padding: 5px 0px 3px 5px;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #df9419;
    border-left-style: solid;
    border-left-width: 15px;
    border-left-color: #df9419;
   
 }

.post-title a{
    color: #df9419;
    text-decoration: none;
 }


.post-info{
    margin-top: 0;
    color: #c44b3f;
    background: transparent;
    padding-bottom: 1ex;
    padding: 3px 15px;
    font-style: italic;
 }

.post-info a{
    color: #c44b3f;
    background: transparent;
    text-decoration: none;
 }

.post-content, .post-chapo {
    text-align: justify;
    padding-left: 15px;
 }

.post-content img, .post-chapo img {
    margin-left: 90px;
    border: solid 6px #e7e2cd;
 }

.post-content blockquote, .post-chapo blockquote {
    font-family: Georgia, serif;
    font-style: italic;
 }

.post-info-co{
    text-align: right;
 }

#trackbacks, #comments{
    padding-left: 15px;
}

#trackbacks blockquote, #comments blockquote{
    border: 1px solid #EEE;
    margin: 1em 0;
    padding: 1ex 1em;
}

#separator{ 
    display: block;
    background: #e7e2cd;
    padding: 3px 15px;
    margin-bottom: 40px;
    font-size: 1.5em;
    color: #c44b3f;

    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #566672;
 }

/* La barre de navigation
   -------------------------------------------------------- */
#sidebar {
    padding-top: 6px;
}

#sidebar div{
    border-bottom: 1px solid #F0F0F0;
    color: inherit;
}

#sidebar div ul{
    margin: 0;
    padding: 0;
    padding-left: 6px;
    list-style: none;
    line-height: 1.1em;
}

#sidebar h2, #sidebar h3{
    color: #c44b3f;
    margin: 0 0 .5ex 0;
    font: 1.5em Times, serif;
}

#sidebar h3{
    font-size: 1em;
    margin: 0;
}

#sidebar div#search{
    background: transparent;
    color: inherit;
    line-height: 2.3em;
}

#search fieldset, #search p{
    margin: 0;
    padding: 0;
    padding-left: 6px;
}

#q{
    padding-left: 18px;
    background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
    /*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
    font-size: 0.8em;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
}

#sidebar div#calendar table caption{
    margin: 0 auto;
}

#sidebar div#calendar table th{
    color: #493;
    background: transparent;
}

#sidebar div#calendar table td{
    width: 14%;
    line-height: 2em;
    border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
    display: block;
    background: #EFA;
    color: #493;
    font-weight: bold;
    text-decoration: none;
}

#sidebar div#calendar table td a:hover{
    background: #DBB8DC;
    color: #636;
}

#sidebar input {
    color: grey;
}

/* Le pied de page
   -------------------------------------------------------- */
#footer{
    margin: 0;
    padding: 1em;
    border-top: 1px solid #CCC;
    background: #fff;
    color: #999;
    text-align: center;
}

#footer a{
    color: #999;
    font-style: normal;
}

/* Les morceaux à Ghislain 
   --------------------------------------------------------- */
#lcr_to_top { 
    margin-left: 15px;
}

#zip {
    visibility: hidden;
}
