/*
Theme Name: Le Marche Paysan
Theme URI: http://www.ouak.net/
Description: Le Marche Paysan by Cyril TODESCHINI
Version: 0.1
Author: Cyril TODESCHINI
 
Creation Theme by Cyril TODESCHINI || http://www.ouak.net
 
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #538b00;
	margin: 0;
	background-attachment: fixed;
	background-color: #fffdf5;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#page {
margin: 0 auto 0 auto;
width: 800px;
background-color: #fffdf5;
}

#header {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	height:450px;
	width:800px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -24px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav {
	margin-top:410px;
	height:50px;
}

#nav ul {
	list-style-type: none;
}
	
#nav li {
	display: inline;
}
	
#nav li a {
height: 25px; min-height: 25px;
padding: 0px 10px 10px 10px;
color: #538b00;
text-decoration: none;
font-size: 22px;
}
	
#nav li a:first-letter {
text-decoration:underline;
} 
	
#nav li a:hover {
background-color: #538b00;
color: #FFFFFF;
}

#content {
	float: right;
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
}
#content img {
	border: 2px solid #538b00;	
}
#content h2 {
	font-size: 1.3em;
	background-image: url(images/h1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-indent: 5px;
}

#content h2 a{
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#content h2 a:hover{
	color: #fffdf5;
	background-color:transparent;
}
.post_content {
	font-size: 1em;
	color: #538b00;
}

.postmetadata {
font-size: 0.8em;
color: #999;
}


 
.sidebar {
	float: left;
	width: 250px;
}
.sidebar img{
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}

.sidebar h2 {
font-size: 1.2em;
}

#footer {
font-size: 1em;
padding: 10px 0px 0px 10px;
clear: both;
width: 740px;
}

#footer p{
text-align: right;
font-size: 1em;
padding: 0 10px 20px 0;
}

a {
	color: #538b00;
	text-decoration: none;
}
a:hover {
	color: #538b00;
	text-decoration: underline;
}
#header a, #header a:hover {
	color: #538b00;
	text-decoration: none;
}

.sidebar a:hover {
text-decoration: none;
border-bottom: 1px dotted;
}

.post_content a {
	color: #006699;
	text-decoration: underline;
	
} 
.post_content a:hover {
	color: #C30;
} 
