/* ***** 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: 0px 35px;
	padding: 0px 0px;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size : 12px;
	background : #ff6600;
	color : #333;
}

p { margin : 5px 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.4em; 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: #FF6600;
}
a:hover, a:focus, a:active {
	color: #FF3300;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #FF6600;
	background : transparent;
}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}


/* Layout
-------------------------------------------------------- */
#page {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/header-bas.gif) no-repeat left 95px;
}

#top {
	margin : 0;
	color : #fff;
	height: 95px;
	padding: 0px;
	margin : 0px;
}
#top h1 {
	margin : 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	left: 370px;
	top: 70px;
}
#top a {
	color : #fff;
	text-decoration : none;
}

#prelude {
	position : relative;
	top : -65px;
	margin : 0;
	padding : 0 15px 0 0;
	font-size : 0.85em;
	text-align : right;
	color : #abd6de;
}
#prelude a {
	color : #abd6de;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}

#main {
	margin: 45px 260px 0px 10px;
	background: #fff;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#content {
	padding: 0px;
	background: #fff;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	float: right;
	width: 220px;
	background: #fff;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}
#sidebar h2 {
	font-weight : normal;
	color : #ff6600;
	padding : 14px 0px 0px 50px;
	margin : 0px;
	font-size: 14px;
	background: #fff url(images/bloc-footer.gif) no-repeat top left;
	height: 30px;
}
#sidebar ul {
	padding-left : 1.5em;
	margin : 0 0 0 0;
}
#sidebar div {
	background: #FFEFE5 url(images/bloc-header.gif) no-repeat top left;
	padding: 8px 10px 0px 10px;
}
#sidebar li {
	list-style : disc;
	margin-top : 0.15em;
	color : #ffb27f;
	background : transparent;
}

#sidebar li:hover {
	color : #ff6600;
	background : transparent;
}

#sidebar a {
	text-decoration : none;
}


/* Calendar */
#calendar {
	color: #FF6600;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 5px 0;
	font-size : 14px;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
}

#calendar th, #calendar td {
	border : none;
	padding : 4px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {
	border : 1px solid #ffb27f;
}
#calendar td.active a {
	font-weight : bold;
	border: none;
}

#calendar a {
	font-weight : bold;
	border-bottom: 1px solid #FF6600;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/footer.gif) no-repeat center center;
	height: 20px;
}
#footer a {
	color : #fff;
}


/* Post
-------------------------------------------------------- */
.post {
	margin: 0px 0px 20px 0px;
}
.post-title {
	margin: 0px;
	color : #ff6600;
	background : transparent url(images/billet-debut.gif) no-repeat left center;
	padding: 5px 0px 5px 50px;
	font-size: 18px;
}
.post-title a {
	color : #ff6600;
	text-decoration : none;
}
.post-chapo {
	font-style: italic;
	color: #666666;
}
.post-content, .post-chapo {
	margin: 0px 50px;
	padding: 5px 0px 5px 20px;
}
.post-content {
	background: #fff url(images/billet-bordure.gif) repeat-y left top;
	color: #333333;
}
.post-info-co {
	font-size : 10px;
	color : #ffb27f;
	background : transparent url(images/billet-fin.gif) no-repeat right center;
	padding: 5px 50px 5px 0px;
	text-align: right;
}
.post-info-co a {
	color: #ffb27f;
}
.post-info-co a:hover {
	color: #ff6600;
}

#trackbacks {
}
#comments {
}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 10px 50px;
	color: #666;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0px;
	padding : 10px;
	font-style : normal;
	border : 1px solid #ffb27f;
	color : #666;
	background : transparent;
}
#trackbacks h3, #comments h3, #comment-preview h3 {
	font-size: 14px;
	color: #FF6600;
}
.comment-info {
	margin: 0px;
	background : transparent;
	padding: 0px;
	color: #ffb27f;
}


/* 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 : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #fff;
}

input[type=submit], input[type=reset] {
	background : #fff;
	color : #000;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

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 {
}


/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
#top {
	background: #ff6600 url(/images/schlapsheim.cigogne.org/header-haut.gif) no-repeat left top;
}
