/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 Travelogue 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 *****
 */
 

/* Global style
********************************************/
html, body{
	margin-top: -30px;
	padding: 0;
}

body{
	background-color:#FFFFFF; 
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#header-img{display:none;}
#header-print{
visibility:visible;
}

/* Text Styles */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #663300;
}

.sidebox .boxbody h4, .sidebox .boxbody h4 a {
	color: #CC9966;
	margin-left: 20px;
}

.sidebox h3, .sidebox h3 a {
	color: #FFFFFF;
}

p, ul, ol {
	font-size: 13px;
}

li ul, li ol {
	font-size: 100%;
}

a:link {
	color: #663300;
	text-decoration: none;
}



a img{border: none;}

code, pre, kbd {
	font-family: "Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: scroll;
width: 100%;
}

html>body pre {
overflow: auto;
width: auto;
}

textarea{
	width: 99%;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}

.entry li {
	font-size: smaller;
}

/* End Typography & Colors */

/* header and sub-header */

/* Post styles */

.day-date {
	display: none;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments, .trackbacks {
	clear: left;
	padding-left: 8px;
}

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #663300;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}

.post-chapo p {
	margin-top:20px;
}

.post-title {
	margin-top:-14px;
}

.post-title h2 {
	font-size: 19px;	
}


.post-info {
	font-weight: bold;
}

.post-info a:link, .post-info a:hover, .post-info a:visited{
	color:#FF9900;
}

.post-info a:hover{
	text-decoration:underline;

}

.post-info-co {
	display: block;
	clear: both;
	text-align: right;
}

.post-info-co a {
	font-size: smaller;
	text-decoration: none;
}

.post h3 {
	display : block;
	clear: left;
}

.comments h3 {
	display : block;
	clear: left;
	color: #FF9900;
}

.trackbacks h3 {
	display : block;
	clear: left;
	color: #FF9900;
}


.post blockquote{
	border-left : 1px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post pre {
	border: 1px solid #999;
	background: #FFFFDD;
	display : block;
	padding: 1em;
}

/* End Post styles */

/* Sidebar Styles */

	/* Seriously hacked out code for cool boxes */

.sidebox {
display:none;
}



.boxhead {
display:none;
	
}

.boxbody {
display:none;
}


#prelude {
	display: none;
}


/* End Sidebar Styles */

/*Toc style*/

#toc ul li{
	font-size:15px;
}


/* Divers */

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

#dcwikibar img:hover { 
	cursor: pointer;
}

.comment-info {
	display : block;
	clear : left;
}

hr {
display:none;
}

.footnotes {
	font-size:0.8em; color:#333;
}

.footnotes h4 {
	color: #fff;
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
	margin-right: 75%;
}

.pagenav {
display: none;
}

/*Ajout de commentaires*/
#addComment{
	display:none;
}

#comment-form{
display:none;
}
/*Styles du template recette */
.temp-chapo, .temp-recette{
	text-align:justify;
}

.temp-prep{
	color:#CC6600;
	font-style:normal;
	font-weight:bolder;
	padding: 5px;
	border: 1px #663300 ridge;
	font-size:16px;

}


.temp-ingredients ul, .temp-recette ul{
	list-style-image: url('img/toque.gif');
}