/*
Theme Name: Creation Theme
Description: Davis Blog Theme
Version: 0.1
Author: Olivier Chassard
 
Creation Theme by Olivier Chassard || http://www.actual.tm.fr
 
*/

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
background-image:url(images/background.jpg);
font-size: 0.8em;
text-align: left;
background-color: #000;
color: #006699;
margin: 0;
background-repeat:no-repeat;
background-position:50% 0;
}

#page {
background:#FFFFFF none repeat scroll 0 0;
margin:50px auto 0;
width:688px;
}

#header {
background-image:url(images/header.jpg);
background-repeat: no-repeat;
float:left;
font-family:Trebuchet MS,Lucida Grande,Arial,Helvetica,Georgia,Sans-serif;
height:240px;
width:686px;
border:1px solid #fff;
}

#content {
float:left;
margin-bottom:20px;
margin-left:10px;
width:420px;
}
 
.sidebar {
float: right;
width: 250px;
}

#footer {
background-image:url(images/footer.jpg);
clear:both;
font-size:1em;
height:56px;
margin:10px 10px 0 0;
width:686px;
}

#header h1 {
padding: 0 20px 0 0;
font-size: 2em;
text-align: right;
}
 
#header p {
padding: 0 20px 0 0;
font-size: 1em;
text-align: right;
}
#content h2 {
font-size: 1.3em;
}
.postmetadata {
font-size: 0.8em;
color: #999;
}
.post_content {
font-size: 1em;
color: #555;
}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}
.sidebar {
float: right;
width: 225px;
margin: 20px 0 20px 25px;
}
.sidebar h2 {
font-size: 1.2em;
}
.sidebar ul li{}

.sidebar ul ul li{}

#footer p{
font-size:0.8em;

text-align:center;
}
.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 
.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}
 
.commentmetadata{
	font-size: 0.9em;
}
 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
	width:440px;
}
 
.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

a {
color: #555;
text-decoration: none;
}
a:hover {
color: #777;
text-decoration: underline;
}
#content h2 a{
font-size: 1.2em;
font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
color: #006699;
}
#content h2 a:hover{
color: #555;
}
.post_content a {
color: #006699;
}
 
.post_content a:hover {
color: #fff;
background: #006699;
}
 
.sidebar a:hover {
text-decoration: none;
border-bottom: 1px dotted;
}

#menu{
border:1px solid #A8A8A8;
float:left;
height:20px;
width:686px;
}

#menu ul{
list-style:none;
float:left;
height:36px;
text-align:center;
margin:0;
padding:0;
margin:-1px 60px;
}
#menu li:hover{
background-color:#FFD101
}
#menu li{
background-color:#fff;
border:1px solid #A8A8A8;
height:20px;
width:137px;
float:left;
}
#menu a{
text-decoration:none;
margin-top:5px;
color:#000;
}




