/* ***** BEGIN LICENSE BLOCK *****
 * This is DoTParking, a theme for DotClear.
 * Copyright (c) 2004 Laurence Jacquet 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 *****
 */
html, body{
	margin-top: 0;
	scrollbar-3dlight-color: #C6B983;
    scrollbar-arrow-color: #43431B;
    scrollbar-base-color: #ECE7D1;
    scrollbar-darkshadow-color: #666633;
    scrollbar-face-color: #ECE7D1;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #AB9A5A;
    scrollbar-track-color: #DEECFA;
}
body{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43431B;
	background : #DEECFA  800px 0px;
    scrollbar-track-color: #FBFAF6;
}

p { margin : 0.3em 0; }
h3 { font-size : 1em; }
h4 { font-size : 10px;color: #5DA23B; font-family: Geneva,Arial, Helvetica, sans-serif;}
h5 { font-size : 10px;color: #666633; font-family: Geneva,Arial, Helvetica, sans-serif;}
h6 {font-size : 17px;color: #666633;font-family: Geneva,Arial, Helvetica, sans-serif;}

a {
	color: #21680D;
}
a:hover{
	color: #E14C00;
}

form {
	margin: 0;
	border: 0px;
}

fieldset {
	border: 0px;
}

/* Layout
-------------------------------------------------------- */
#page {
	margin-top: 10px;
	text-align: left;
	width: 750px;
	border: 1px solid #CFC596;
	background : #BAD99F url(pics/cellpic.gif) no-repeat right bottom;
	-moz-border-radius: 4px;
	
}

#top {
	background : #99CC7A url(pics/cellpic.gif) no-repeat right bottom;
	margin-bottom : 10px;
	border-bottom: 1px solid #A9D28C;
}
#top h1 {
	margin : 0;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
   
}
#top a {
	color: #ffffff;
	text-decoration: none;
}

#prelude {
	display : none;
}


#main {
	float : right;
	width : 555px;
	padding-left: 20px;
  
}

#sidebar {
    border: 1px solid #CFC596;
	background : #ffffff;
	margin : 0px 585px 0px 10px;
	padding : 0px 1px 1px 1px;
}

#sidebar div {
	
	padding : 5px  10px 5px 10px;
	margin : 1px 0px 0px 0px;
	-moz-border-radius: 4px;
	 background : #F2EFDF;
	
}
#sidebar h2 {
	color: #72B250;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	margin : 2px;
	font-size : 1em;
    
}
#sidebar ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-image: none; 
    list-style-type: none;
    font-size : 0.9em;
	line-height: 14px;
	
	
}
#sidebar li {
	display: block;

}
#sidebar li:before {
	content : ".: ";
   
}

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

#sidebar a:hover{
    color: #E14C00;

}

#search p {
    margin: 0;
	padding: 0 0 0 2;
  
	
}

#sidebar input, #comment-form input, #comment-form textarea {
	border: 1px dotted #C6B983;
	background-color: #FBFAF6;
	color: #43431B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	-moz-border-radius: 4px;
}

#bloc01 {
   widh:108px;
	height: 26px;
    overflow: auto;
    text-indent: -8px;
}

/* Calendar */
#calendar {

}

#calendar table {
	border-collapse : collapse;
	font-size: 9px;

}

#calendar caption {
    padding : 0 0 3px 0;
	font-size : 11px;

}

#calendar abbr {
        border : none;
		
}

#calendar th {
	border: none;
	padding: 1px;
	
}

#calendar td {
        border : none;
	padding : 1px;
	
}

#calendar td {
        text-align : center;
		
}

#calendar td.active {
        border : 0px solid #999999;
        background : #DEECFA;
}

#calendar td.active a {
        font-weight : bold;
}

#calendar a {
        font-weight: bold;
	text-decoration: none;
	color: #72B250;
}

#footer {
	clear : both;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
}

/* Post
-------------------------------------------------------- */
.day-date {
	display : none;
}
.post {
    width: 550px;
	margin :  0px 0px 10px -20px;
	padding : 0 5px 3px 5px;
	background : #F2EFDF ;
	border : 1px solid #C6B983;
	text-align : justify;
	-moz-border-radius: 4px;
}

.post-title {
	float : left;
	margin : 0 0 1em -5px;
	padding : 2px 10px;
	border-bottom : 1px solid #AB9A5A;
	border-right : 1px solid #AB9A5A;
	text-align: center;
	width: auto;
	font-weight: bold;
	color: #E14C00;
	-moz-border-radius: 4px;
	font-size : 1em;
    text-align : left;
	background : #E6E0C3;
}

.post-title a {
	text-decoration: none;
	font-weight: bold;
	color: #E14C00;
	
}

.post-info {
	margin : 2px 0 0 0;
	text-align : right;
	font-size : 0.8em;
	color: #877331;
	
}


.post-content, .post-chapo {
	clear : left;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.comment-info {
	margin : 1em 0 0 0;
 
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	color : #877331;
    background : #DFEDD1;
	margin-left: 0px;
	margin-right: 79px;
	margin-top: 5px;
	margin-bottom: 20px;
	border : 1px solid #CCE3B8;
	padding:5px;
	
}
#trackbacks blockquote p, #comments blockquote p {
	padding-bottom: 5px;
	
}

.comment-number {
	font-size : 1em;
	font-weight : bold;
}
.comment-number a {
	text-decoration : none;
	color : #E14C00;
	
}
/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #CE924F;
	color : #E14C00;
	padding : 0.5em;
	-moz-border-radius : 4px;
	background : #D0E5BC;
    margin-right: 79px;
}
.error ul {
	padding-left : 20px;
}

/* Formulaire
-------------------------------------------------------- */
 
.field label {
	display : block;
	float : left;
	width : 10.5em;

}
.center {
text-align : center;
}
