/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman 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 *****
 *
 * Contributor(s):
 *  Olivier Meunier
 */
 
body {
	margin : 0;
	padding : 0 60px 0 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;
	background: #A60E0E url(images/bg-page.png) repeat-y;
	
	color : #000;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color:#000;
}
a:hover, a:focus, a:active {
	color: #E06C00;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2 {
	font-family : Georgia,"Times New Roman","New York",serif;
}
h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}

table {
	font-size : 1em;
}

/* Layout
-------------------------------------------------------- */
#page {
	width:760px;
	margin : 0;
	padding : 0;
	
}

#main {
	
}

#main h3 {
	color :#BEBA5E;
	
	margin-top : 2em;
}

#content {
	width:560px;
	float:right;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	width : 190px;
	border-right:1px solid #E06C00;
	float : left;	
	margin : 0;
	background:#000 url(images/bg-sidebar.png) no-repeat;
	padding-top:405px;
	padding-bottom:20px;

	color:#BEBA5E;
}
#sidebar h2 {
	padding-left:10px;
	font-weight : bold;
	font-size:16px;
	color : #E06C00;
	
}
#sidebar ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebar li {
	display : block;
	margin-top : 0.15em;
	padding-left : 15px;
	color : #e2d6ad;
	background : transparent url(images/fleche.png) no-repeat 0 0.25em;
}

#sidebar a {
	text-decoration : none;
	color:#BEBA5E;
/*	color:#E06C00;*/
}


/* Calendar */
#calendar {
	background:#332222;
	margin:5px;
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
	color:#BEBA5E;

}
#calendar abbr {
	border : none;
	font-style : normal;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
	color:#BEBA5E;
	text-align:center;
}

#calendar td.active {
	border : 1px solid #E06C00;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
	color:#E06C00;
}

/* Search form */
#search {
/*	text-align:center;*/
}

#search p.field{
	text-align:center;
}

#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}



/* Post
-------------------------------------------------------- */
.day-date {
	margin-top : 2em;
	padding-bottom : 4px;
	font-family : "Trebuchet",sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	color : #BEBA5E;
}

.post {
	margin-bottom : 2.5em;
}
.post-title {
	color : #000;
	display:block;
	background:#E06C00;
	font-size:14px;
	font-weight:bold;
	padding:5px;
/*	border:1px solid black;*/
	-moz-border-radius:7px;
}
.post-title a {
	color : #000;
	text-decoration : none;
}
.post-info {
	font-size : 10px;
	clear : both;
	color : #000;
	margin : 0;
}
.post-chapo {
	margin-bottom : 2em;
	font-weight:bold;
}
.post-content {
	font-size:13px;
}
.post-info-co {
	font-size : 11px;
	clear : both;
	color : #E06C00;
	text-align:right;
}

.post-info-co a{
	color : #E06C00;
}


.post-info-co span {
	
}

#trackbacks {
}
#comments {
	color:#000;
}
#comments p{
	color:#000;
}

#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(images/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(images/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 95%;
}

p.field {
	padding-left:5px;
	
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

