/* ***** 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 center;
	 
}
#trackbacks {
	border-top: 1px solid #9EBD2E;
	margin-top: 40px;
	background-color: #E3FF99;
	border-bottom: 1px solid #9EBD2E;
	margin-bottom: 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;
}
#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: #FFF;
	text-decoration: none;
}
#calendar td,th {
	background-color: #FFF;
	border: 1px solid #F1FFCB;
	margin: 5px;
	text-align: center;
	width: 20px;	
}
#calendar td a {
	color: #5B6C1C;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
#calendar td a:hover {
	text-decoration: none;	
}
#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 input{
	border: 1px solid #9EBD2E;
	background-color: #FFF;
	font-size: 10px;
	color: #5B6C1C;
	height: 15px;
	text-transform: uppercase;
}
#q {
	width: 120px;
	text-transform: lowercase;
}
li {
	margin-top: 5px;
	color: #9EBD2E;
}
#categories a {
	color: #9EBD2E;
	text-decoration: none;
	border: 1px solid #9EBD2E;
	padding: 1px;
}
#categories a:hover {
	border: 1px solid #9EBD2E;
	border-top: 0;	
}
#links a,#archives a,#syndicate a {
	color: #9EBD2E;
	padding: 1px;
}
#links a:hover,#archives a:hover,#syndicate a:hover {
	text-decoration: none;
}
#footer {
	text-align: center;
}
#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;
	border: 1px solid #9EBD2E;
	padding: 1px;
}
.post-info a:hover {
	border: 1px solid #9EBD2E;
	border-top: 0;	
}
.day-date {
	display: none;
}
.post {
	margin-top: 50px;
}
.post-info-co {
	background-image: url(img/background-green.gif);
	height: 15px;
	color: #FFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;	
}
.post-info-co a {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/bulle.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	
}
.comment-info {
	border-top: 1px solid #E3FF99;
	padding-top: 10px;
}
li {
	list-style-type: square;
}
