/* ***** 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{
	margin : auto;
	padding : 0;
	background: #533067 url(img/bdg.jpg) repeat-x top left;
	color: #32223F;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img { border : none; }
p { margin : 0.5em 0; }

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.5em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

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

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #BB0B35;
	background: #BB0B35;
	color: #FFFFFF;
	font-style: bold;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #3E214F;
}

a:visited{
	color: #972553;
}

a:hover{
	color: #FFC0D2;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url(img/background.png) repeat-y center top;
	margin: 0 auto;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	margin : 0;
	height: 200px;
	/*padding-top: 0px;*/
	background: url(img/top.png) no-repeat center top;
}

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

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

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

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

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


#spam  {display: none;}
/* Le contenu
-------------------------------------------------------- */
#main {
    
    width : 420px;
    margin-left : 40px;
}

#main h3 {
    color : #FFF;
    margin-top : 0em;
}

.day-date { display: none; }

.post-title{
	color: #FFFFFF;
	font-size: 1.8em;
	line-height: 1.2em;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 8px;
	color: #000;
	background: transparent;
	padding-bottom: 2ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #4B1A68;
	background: #DB335B;
	text-decoration: none;
}

.post-content{
	text-align: left;
}

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

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

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin-top: 6px;
	padding: 2ex 2em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
    margin-left : 4px;
    margin-right : 0px;
}

#sidebar h2 {
    font-weight: bold;
	font-size: 1.2em;
    color : #FFFFFF;
    text-transform : uppercase;
    padding : 0 0 0 0;
    margin : 1.3em 0 0.3em 0;
}

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

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2{
	color: #FFFFFF;
	line-height: 1.6em;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	color: #88003A;
	text-transform : uppercase;
	line-height: 1.8em;
	font-size: 0.9em;
	margin: 0;
}

#sidebar a {
    color: #FFFFFF;
	text-decoration : none;
}

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

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

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


#syndicate li {

	background: url(img/rss.png) no-repeat;
    padding-left: 22px;
}

#cinecturlink h3{
    font-size: 1.1em;
}

#cinecturlink h3{
    font-size: 1.1em;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0 0 0 auto;
	padding: 0;
	height : 145px;
	background: transparent url(img/footer.jpg) no-repeat center;
	color: #666;
}

#footer a{
	color: #533167;
	margin: 0 75px 0 0;
	float : right;
}