/* ***** BEGIN LICENSE BLOCK *****
 * 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 *****
 */


body {
	height:100%;
	padding:0px;
	margin: 0px;
}

p { margin : 1em 0; font-size:105%;padding:0 15px;}

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

/* Layout
-------------------------------------------------------- */
#page {
	width: 878px;
	height:100%;
}

#main {
	float : left;
}

#content{
	float:right;
}
#content h3 {
	clear:both;
}

.contentHeader{
	margin:1px 0px 0px 5px;
	padding:0px;
	padding-top:3px;
}

html>body .contentHeader{
	margin:11px 5px 0px 5px;
}

#sidebarmain {
	width:200px;
	float:left;
	padding-top:10px;
}

#sidebarmain_footer{
	height:11px;
	padding:0px;
	margin:0px;
}

#sidebar {
	padding-top:10px;
	float:right;
	padding-bottom:10px;
	width:195px;
}


#sidebar h3, #sidebarmain h3  {
	padding-bottom:3px;
	line-height: 16px;
	margin : 7px 0px 0px 0px;
}

#sidebar h3{
	margin : 7px 10px 0px 0px;
}

#sidebarmain ul {
	margin: 0px;
}

#sidebarmain li {
	margin: 0;
	padding: 0px;
}

#sidebar ul {
	margin: 0px;
}
#sidebar li{
	margin: 0;
	padding: 0px;
}

#search p {
	margin: 0;
}


#calendar caption {
        padding : 0 0 3px 0;
}

#calendar abbr {
        border : none;
}

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

#calendar td {
	text-align : center;
}


#footer {
	clear : both;
}


/* Post
-------------------------------------------------------- */
.day-date {
	display : none;
}
.post {
	margin : 0;
	padding : 15px 0 0 0;
}

.post-title {
	margin-bottom: 0;
}


.post-info {
	padding:0px 0px 0px 20px;
	margin:0px;
	text-align : left;
}

.post-content, .post-chapo {
	clear : left;
}

.post-info-co{
	clear:both;
	height:15px;
	text-align:right;
	padding-right:3px;
}

.comment-info {
	margin : 1em 0 0 0;
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	margin-left: 5px;
}
#trackbacks blockquote p, #comments blockquote p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}


/* Error messages
-------------------------------------------------------- */
.error {
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}

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

