﻿/* ***** 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: url(img/background.jpg) repeat;
	color: #56563f;
	font-size: 75%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*border-top: 10px solid #DDD;*/
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
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 #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

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

a{
	color: #00a6dc;
	text-decoration: none;
}

a:visited{
	color: #00a6dc;
	text-decoration: none;
}

a:hover{
	color: #00a6dc;
	text-decoration: underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background-color: #FFFFFF;
}

/* La navigation
-------------------------------------------------------- */
#navigation {
	float: left;
	height: 22px;
	width: 734px;
	background: url(img/navigation.jpg) no-repeat;
	vertical-align: middle;
}

#pagination {
	font-family: Georgia;
	font-size: 10px;
	float: left;
	margin-left: 30px;
	margin-top: 2px;
}

#pagination a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#pagination a:hover {
	text-decoration: underline;
}

#thanks {
	float: right;
	margin-right: 30px;
	font-family: Georgia;
	font-size: 10px;
	margin-top: 3px;
	color: #000;
}

#thanks a {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

#thanks a:hover {
	text-decoration: underline;	
}

/* L'ent�te
-------------------------------------------------------- */
#top{
	background: url(img/raise_and_fall.jpg) no-repeat;
	padding: 0px;
}

#top h1{
	position: relative;
	cursor: hand;
	height: 31x;
	width: 110px;
	line-height: 31px;
	left: 613px;
	margin-top: 0px;
	padding-top: 0px;
	/*top: 170px;*/
	top: -15px;
	color: #FFFFFF;
}

#top h2{
	position: relative;
	cursor: hand;
	top: 0px;
	height: 170x;
	width: 734px;
	line-height: 170px;
	margin: 0px;
}

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

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

/* Le lien rss */
#rssLink {
	margin: 0;
	padding-top: 180px;
	padding-left: 623px;
	width: 110px;
	height: 31px;	
}

#rssLink:hover {
	text-decoration: none;	
}

/* Le spacer
-------------------------------------------------------- */
#spacer {
	height: 28px;
	margin-bottom: 25px;	
}

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

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

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

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

.post-title{
	color: #F57C9D;
	background: #000;
	padding: 4px 7px 4px 7px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

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

.post-info{
	color: #FFF;
	background: #000;
	padding: 2px 4px 3px 7px;
	margin: 0px;
	font-size: 10px;
}

.post-cat {
	font-size: 10px;
	color: #FFF;
	background-color: #0db8f0;
	padding: 2px 6px 3px 4px;
	margin: 0px;
}

.post-cat a{
	color: #FFF;
	text-decoration: none;
}

.post-content{
	margin-top: 9px;
	text-align: justify;
	font-family: Georgia;
}

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

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

.post-info-co a{
	color: #56563f;
}

#comments p {
	font-family: Georgia, serif;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
	font-family: Georgia, serif;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.sidebar-title{
	color: #F57C9D;
	font-weight: bold;
	width: 100%;
	background-color: #000;
	padding: 4px 4px 4px 7px;
	margin-top: 4px;
	font-size: 14px;
}

#search p{
	margin: 0;
	padding: 7px 0 7px 0;
}

#btnOk{
	background-color: #000;
	font-size: 8px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
}

#q{
	width: 82%;
}

#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: #E67300;
	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: #E67300;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding-top: 30px;
	padding-bottom: 20px;
	/*border-top: 1px solid #CCC;
	background: #EEE;*/
	color: #666;
	text-align: center;
}

#footer a{
	color: #999;
}

/* Categories */
.cats {
	padding: 7px 3px 7px 3px;
}

.cats a {
	color: #56563f;	
}

.liens a {
	text-decoration: none;	
	/*color: #56563f;*/	
}

/* Couleurs des liens */
.lien1 {
	color: #d90000;
}
.lien2 {
	color: #be0170;
}
.lien3 {
	color: #ed4a74;
}
.lien4 {
	color: #92bb01;
}
.lien0 {
	color: #009ae1;
}
/* Fin couleurs des liens */

.liens a#hover {
	text-decoration: underline;	
}

/* Liens */
.liens {
	padding: 7px 3px 7px 3px;	
}

/* Tagcloud */
#tags ul {
margin:0;
padding:7px 3px 7px 3px;
display:block;
}

#tags li {
display:inline;
margin: 0 .1em;
}

/*
#tags li.level-1 { font-size: 0.5em; }
#tags li.level-2 { font-size: 0.6em; }
#tags li.level-3 { font-size: 0.7em; }
#tags li.level-4 { font-size: 0.8em; }
#tags li.level-5 { font-size: 0.9em; }
#tags li.level-6 { font-size: 1.0em; }
#tags li.level-7 { font-size: 1.1em; }
#tags li.level-8 { font-size: 1.2em; }
#tags li.level-9 { font-size: 1.3em; }
#tags li.level-10 { font-size: 1.4em; }
*/
#tags li.level-5 { 
	font-size: 160%;
	color: #009ae1;
}
#tags li.level-4 { 
	font-size: 140%;
	color: #92bb01;
}
#tags li.level-3 { 
	font-size: 120%;
	color: #ed4a74;
}
#tags li.level-2 { 
	font-size: 100%;
	color: #be0170;
}
#tags li.level-1 { 
	font-size: 80%;
	color: #d90000; 
}

li.level-5 a { 
	font-size: 140%;
	color: #d90000; 
}
li.level-4 a { 
	font-size: 120%;
	color: #be0170;
}
li.level-3 a { 
	font-size: 100%;
	color: #ed4a74;
}
li.level-2 a { 
	font-size: 80%;
	color: #92bb01;
}
li.level-1 a { 
	font-size: 80%;
	color: #009ae1;
}
