/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 *
 * 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:
 *  Adrien Piffaretti  http://www.piffaretti.net/
 */
 
@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #F9F9EA url(img/background-page.gif) repeat-y center;
	color: #5B6C1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
	color: #5B6C1C;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #5B6C1C;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #5B6C1C;
	text-decoration: underline;
}
a:hover{
	color: #5B6C1C;
	text-decoration: none;
}
fieldset {
	border: 0;
}
#top a {
	color: #E3FF99;
	text-decoration: none;
}
#top {
	background: #F9F9EA url(img/header.jpg) no-repeat top;	 
}
#trackbacks {
	border-top: 1px solid #9EBD2E;
	margin-top: 40px;
	background-color: #E3FF99;
	border-bottom: 1px solid #9EBD2E;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#comments fieldset,#content fieldset {
	background-image: url(img/background-green.gif);
	padding: 10px;
	color: #FFF;
}
#comments input, #comments textarea,#content textarea,#content input{
	border: 1px solid #9EBD2E;
	background-color: #FFF;
	font-size: 10px;
	color: #5B6C1C;
	font-family: Arial, Helvetica, sans-serif;
}
#comments .field input, #comments .field textarea{
	width: 350px;
	display: block;
}
#c_remember {
	background-image: url(img/background-green.gif);
}
#prelude {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;

}
#prelude a {
	color: #FFFFFF;
	text-decoration: none;
}
#prelude a:hover {
	color: #FFF000;
	text-decoration: none;
}
#calendar td,th {
	background-color: #FFF;
	border: 1px solid #F1FFCB;
	margin: 5px;
	text-align: center;
	width: 20px;	
}
#calendar td a {
	display: block;
	color: #5B6C1C;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	background-color: #E3FF99;
}
#calendar td a:hover {

	display: block;
	text-decoration: none;	
	background-color: #99B72C;
}
#calendar abbr {
	border: none;
}
#calendar caption {
	background-image: url(img/background-green.gif);
	color: #FFF;
	height: 15px;
	padding-top: 2px;
	margin-bottom: 5px;
}
#calendar caption a {
	color: #FFF;
	text-decoration: none;
}
#search .submit {
	border: 1px solid #9EBD2E;
	background-color: #E3FF99;
	font-size: 10px;
	color: #5B6C1C;
	width: 30px;
	height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}
#q {
	border: 1px solid #9EBD2E;
	background-color: #F9FFE8;
	padding: 0px;
	font-size: 10px;
	color: #5B6C1C;
	width: 120px;
	height: 17px;
	margin: 0px;
	vertical-align: middle;
}
li {
	margin-top: 10px;
	color: #9EBD2E;
}
#categories a {
	color: #708721;
	text-decoration: underline;
}
#categories a:hover {
	text-decoration: none;
}
#links a,#archives a,#syndicate a {
	color: #708721;
	padding: 1px;
}
#links a:hover,#archives a:hover,#syndicate a:hover {
	text-decoration: none;
}
#footer {
	text-align: right;
}
#footer a {
	color: #999;
}
.post-title {
	background-image: url(img/souris.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	font-weight: bold;
	margin: 0;
}
.post-title a {
	color: #5B6C1C;
	text-decoration: none;
}
.post-info {
	margin-top: 0;
	color: #9EBD2E;
	font-weight: bold;
	padding-left: 20px;
}
.post-info a {
	color: #9EBD2E;
	text-decoration: none;
	padding: 1px;
}
.post-info a:hover {
	padding: 1px;
	text-decoration: underline;
}
.day-date {
	display: none;
}
.post {
	margin-top: 10px;
}
.post-info-co {
/*	background-image: url(img/background-green.gif);
	background-repeat:repeat;
	display:block; */
	background-color:#99B72C;
	height: 15px;
	color: #FFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	margin-bottom: 40px;	
	width:520px;
}
.post-info-co a {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/bulle.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	
}
.post-info-tag {
	background-image: url(img/background-green.gif);
	background-repeat:repeat;
	display:block; 
	width:520px;
	text-align:left;
}
.comment-info {
	border-top: 1px solid #E3FF99;
	padding-top: 10px;
}
li {
	list-style-type: square;
}

img {
	border:none;
}

#bouquets {
	margin:27px;
	background:#FFFFFF;
}

#bouquets img {
	padding:7px;
}
