/* ***** BEGIN LICENSE BLOCK *****
 * This is SteakHache 1.0, a theme for DotClear.
 * Copyright (c) 2004 Laurence Jacquet and contributors.
 * Modified by Guillaume Pigeard (2005).
 * Modified by Laurent Desgrange (2005).
 * Modified by Christophe Calvez (2006).
 * 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: 0;
    padding: 0;
}

body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #F3F3F3;
    text-align: center;
}

p {
    margin: 1em 0;
}

h3 { 
    font-size: 1em;
}

a {
    color: #731109;
}

form {	
    border: 0px; 
}

fieldset {
    border: 0px;
}

/**********************************************************************
 * Layout                                                             *
 **********************************************************************/

#page {
    /*display: inline-block;*/
    float: left;
    width: 790px;
    margin-left: 10px;
    margin-top:10px;
    background-color: #f8fbee;
    border: 1px solid #ad3026;
}

#main {
    float: right;
    width: 570px;
    background-color: #f8fbee;
    margin-top: 10px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#content{
    width: 570px;
}

#top {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-color: #f8fbee;
    height: 110px;
    background-position: center;
    margin-top: 10px;
    margin-bottom:10px;
}

#top h1 {
    display: none;
}

#prelude {
    display: none;
}

#sidebar {
    /*float: left;*/
    width: 183px;
    background-color: #f2f4e6;
    text-align: left;
    border-top: 1px solid #ad3026;
    border-right: 1px solid #ad3026;
    border-bottom: 1px solid #ad3026;
}

#sidebar div {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

#sidebar ul {
	margin: 0px;
	padding-left: 20px;
}

#sidebar h2 {
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #ad3026;
}

#sidebar h2:before {
	/*content: "~ ";*/
	color: #731109;
}

#sidebar h2:after {
	/*content: " ~";*/
	color: #731109;
}

#sidebar h3 {
    text-align: center;
}

#sidebar li {
	margin-left : 0.5em;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

#sidebar input, #comment-form input, #comment-form textarea {
	border: 1px solid #731109;
	background-color: #FFFFFF;
	color: #ad3026;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px;
	-moz-border-radius: 3px;
}

#search p {
    text-align: center;
	margin: 0;
}

/**********************************************************************
 * Calendar                                                           *
 **********************************************************************/
#calendar {
}

#calendar table {
    /*display: inline-block; Solution pour centrer le calendrier si les navigateurs voulaient bien traiter cette directive*/
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; /* 3 lignes pour faire un faux centrage du calendrier :-( */

	border-collapse: collapse;
	text-align: center;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#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.active {
    border : 1px solid #ad3026;
}

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

#calendar a {
    font-weight: bold;
	text-decoration: underline;
}

#accueil {
	text-align: center;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-bottom: 10px;
}

#accueil a {
	font-size: 12px;
	font-weight: bold;
	color: #ad3026;
}

#lastcomments {
font-size: 0.9em;
}
#lastcomments .comment-date 
#lastcomments li {
display:none;
}
#lastcomments a  {}

/**********************************************************************
 * Footer                                                             *
 **********************************************************************/

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

/**********************************************************************
 * Post                                                               *
 **********************************************************************/

.day-date {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ad3026;
	color: #ad3026;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}

.post {
	text-align : justify;
	padding-bottom: 12px;
}

.sidebar ul, li {
	margin-left: 15px;
	padding: 0px;
	list-style-type: disc;
}

.post-title {
	text-align: left;
	font-weight: bold;
	color: #731109;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/*line-height: 0px;*/
	font-size : 1.2em;
	/*padding-top: 10px;*/
}

html> #post-title {
	text-align: left;
	font-weight: bold;
	color: #731109;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/*line-height: 0px;*/
	padding-top: 0px;
	font-size: 1.2em;
}

.post-title a {
	text-decoration: none;
	color: #731109;
	font-size: 1.1em;
}

.post-info {
	text-align : left;
	font-size: 1em;
	margin-top: 0px;
	color: #ad3026;
}

.post-content, .post-chapo {
	clear : left;
	font-size: 1em;
}

.centre {
    text-align: center;
}

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


#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
/*	margin-left: 5px;
	color : #000000;*/
	margin: 5px 0px 5px;
	padding: 0px 0px 5px 10px;
	color: #333333;
	text-align:left;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ad3026;
	border-left: 1px solid #ad3026;
}

#trackbacks blockquote p, #comments blockquote p {
	/*margin: 5px 0px 5px;
	padding: 0px 0px 5px 10px;*/
	color: #333333;
	text-align:left;
	border: 0px;
}

#trackbacks p, #comments p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

/**********************************************************************
 * Error messages                                                     *
 **********************************************************************/

.error {
	border : 1px solid #e20404;
	color : #e20404;
	padding : 0.5em;
	-moz-border-radius : 4px;
}

.error ul {
	padding-left : 20px;
}

/**********************************************************************
 * Formulaire                                                         *
 **********************************************************************/

.field label {
	width : 10.5em;
	display: block;
}

#block1 {
	height : 0px;
	margin : -20px 0 0 718px;
}

.post-info a {
	text-align : left;
	margin-top: 0px;
	color: #ad3026;
}

.post-info-co {
	text-align : left;
	font-size: 0.9em;
	margin-top: 15px;
	color: #ad3026;
}

.post a {
	clear: left;
	color: #731109;
}
