/* ***** 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 ***** */


/* Prelude
-------------------------------------------------------- */
#prelude {
	position : absolute;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 0.85em;
}


/* Main
-------------------------------------------------------- */

.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : left;
	border-bottom : 1px solid #ccc;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 1.6em;
}

.post-title {
	margin : 1.5em 0 0 0;
	color : #036;
}
.post-title a {
	text-decoration : none;
}

.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info, .post-info-co {
	font-size : 0.85em;
	/*text-align : right;*/
}
.post-info {
	margin : 0;
}
.post-info-co {
	margin-top : 0;
}


/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments, #trackbacks, #tags {
	border-width: 0px 0px 0px 8px;
	border-style: solid;
	border-color: #99CC33;
	margin: 1em 1em 1em 1em;
	padding-left:5pt;
}

#comments blockquote, #trackbacks blockquote, #tags blockquote {
	border-width: 1px 8px 1px 1px;
	border-style: solid;
	border-color: #FF3366;
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}

/* Tagcloud */
#tagcloud ul {
	margin:0;
	padding:0 1em;
	display:block;
}

#tagcloud li {
	display:inline;
	margin: 0 .1em;
	list-style: none;
}

#tagcloud li.level-1, #tagcloud li.level-1 a { font-size: 0.8em; }
#tagcloud li.level-2, #tagcloud li.level-2 a { font-size: 1em; color:#990066}
#tagcloud li.level-3, #tagcloud li.level-3 a { font-size: 1.2em; color:#339933}
#tagcloud li.level-4, #tagcloud li.level-4 a { font-size: 1.4em; color:#339999}
#tagcloud li.level-5, #tagcloud li.level-5 a { font-size: 1.6em; color:#FF3300}

#tagcloud a:hover {
	color:#fff;
	text-decoration: none;
	background: #99CC33;
}

blockquote {
      font-style: italic;
      margin-left: 10px;
      margin-right: 10px;
      padding: 0px 100px 0px 10px;
      background-color: #f7fcdc;
      background-image: url('http://www.web-ig.com/img/quote.jpg');
      background-position: top right;
      background-repeat: no-repeat;
      border-left: 3px solid #99CC33;
      border-top: 1px solid #99CC33;
      border-right: 1px solid #99CC33;
      border-bottom: 1px solid #99CC33;
      }