@import "layout.css";

html, body{
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

body{
	background: #FFF url(img/bg.jpg) repeat-y center;
	font-family: Verdana, sans-serif;
	font-size: 70%;
}

h1{font-size: 1.6em; font-family: georgia, serif;}
h2{font-size: 1.35em;}
h3{font-size: 1.2em;}
h4{font-size: 1.15em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

fieldset{
	border: none;
}

.field label{
	display: block;
}

a, a:visited{
	color: #000;
}

a:hover{
	color: #333;
}

a img{
	border: none;
}

/*
*******************************************************************************/

#page{
	background: #FFF url(img/top.jpg) no-repeat top;
}

/*
*******************************************************************************/


#top h1{
	color: #fff;
	margin: 0;
}

#top h1 a{
	color: #fff;
	text-decoration: none;
}

/*
*******************************************************************************/

#main p{
	text-align: justify;
	line-height: 1.5em;
}

#content{
	background: #F3F3F3;
}

/*
*******************************************************************************/
p.day-date{
	display: none;
}

.post{
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 10px;
}

.post-title{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.6em;
	background: #fff url(img/doc.png) no-repeat 4px center;
	padding-left: 22px;
	margin: 0;
}

.post-title a{
	text-decoration: none;
	color: #e89900;
}

.post-info{
	color: #666;
	margin: 0;
	padding-left: 22px;
}

.post-content{
	text-align: justify;
}

#main p.post-info-co{
	text-align: right;
	border-top: 1px solid #e89900;
	margin: 0;
	padding: 1ex 0 0 0;
}

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

#comments { display: none; }
#comments blockquote, #trackbacks blockquote{
	margin: 0;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 10px;
}

/*
*******************************************************************************/

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#calendar table{
	font-size: 0.8em;
	display: none;
}

#calendar h2{
	font-size: 0.8em;
	display: none;
}

#calendar td{
	font-size: 1em;
	background: #FFF;
	text-align: center;
}

#presentation{
	background: #E89900 url(img/pres.jpg);
	padding: 3px 5px 3px 5px;
	border: 1px solid black;
	text-align: left;
}

#presentation h2{
	padding-left: 5px;
	background: #7d7259;
}

#search h2{
	display: none;
}

#categories h2{
	color: white;
	background: #7d7259;
	padding-left: 5px;
}

#galleries h2{
	background: #E89900;
	padding-left: 5px;
}

#galleries h2 a{
	background: #E89900;
	text-decoration: none;
}

#galleries h2 a:hover {
	background: #FFF;
	display: block;
}

#galleries h3{
	font-size: 0.9em;
	padding-left: 12px;
	background: url(img/fleche_02.png) no-repeat 3px center;
}

#search #q{
	border-top: 1px solid #900000;
	border-left: 1px solid #900000;
	border-bottom: 1px solid #F50000;
	border-right: 1px solid #F50000;
	background: #E89900 url(img/search.png) no-repeat 3px center;
	padding-left: 16px;
	width: 10em;
}

#archives {
	font-size: 0.8em;
	display: none;
}

#archives h2{
	font-size: 0.8em;
	display: none;
}

#links h2{
background: #7d7259;
color: White;
	padding-left: 5px;
}

#links h3{
	font-size: 1em;
	padding-left: 12px;
	background: url(img/fleche.png) no-repeat 3px center;
}

#syndicate h2{
	background: #E89900;
	padding-left: 5px;
}

/*
*******************************************************************************/

#footer{
	background: #4B4B4B;
	color: #FFF;
}

#footer a{
	text-decoration: none;
	color: #fff;
}
