/*
Theme Name: Creation Theme
Theme URI: http://www.claireforgeot.com/
Description: The first theme created by Claire Forgeot.
Version: 0.1
Author: Claire Forgeot
 
Creation Theme by Claire Forgeot || http://www.claireforgeot.com
 
*/
body {
font-family: Monaco, Dejavu Sans Mono, Lucida Console, Andale Mono;
font-size: 0.8em;
text-align: left;
background: #ffffff;
color: #00000;
margin: 0px;
padding: 0px;
}
a {
color: #434243;
text-decoration: none;
}
a:hover {
color: #0000ff;
text-decoration: none;
}		
#page {
margin: 0 auto 0 auto;
width: 890px;
}
/* header style */
#header {
font-family: Monaco, Dejavu Sans Mono, Lucida Console, Andale Mono;
float: right;
width: 700px;
height: 120px;
margin: 0px;
padding: 0 0px 0px 25px;
border-bottom : 1px solid #000; 
}
#header h1 a{
padding: 0 0px 0 0px;
font-size: 1.2em;
text-align: left;
}
#header h1 a:hover {
color: #D4D243;
}
.description {
padding: 0 0px 0 0px;
font-size: 0.9em;
color: #fb051c;
font-style: italic;
line-height: normal;
text-align: left;
}
#content {
font-family: Arial, Trebuchet MS, Helvetica;
float:right;
background: #FFFFFF;
width: 720px;
margin-bottom: 35px;
}
#content h2 {
margin: 10px 0px 30px 25px;
}
#content h2 a{
font-size: 1em;
color: #C3C1CF
}
.postmetadata {
font-size: 0.8em;
color: #999;
}
.post_content {
font-size: 0.8em;
color: #555;
margin: 10px 0px 30px 25px;
}
.sidebar {
float: left;
position: fixed;
margin: 0px 0px 0px 0px;
background: #ffffff;
font-size: 1.1em;
color: #5367e3;
width: 180px;
}
.sidebar a{
font-family: Arial, Trebuchet MS, Helvetica;
font-size: 0.8em;
color: #677cfc;
padding: 0px 0px 0px 0px;
}
.sidebar a:hover {
color: #CC0000;
}
.sidebar a:visited {
color: #22f846;
}
.sidebar ul h2 {
color: #b4acb8;
font-size: 15px;
padding: 0px 0px 0px 0px;
fontweight: normal;
width: 150px;
}
#footer {
font-size: 0.8em;
color: #00000;
background: #91a0f7;
padding: 5px 10px 5px 200px;
clear: both;
width: 900px;
}
.img-float-left {
float: left;
margin: 0px 10px 20px 25px
}
/* <hr class="separator"/> */
.separator {
clear: both;
width: 100%;
border-style: none;
color: #ffffff;
border-color: #ffffff;
margin: 20px 0px 30px 0px; /* haut droite bas gauche */
}

/* Code by Luc Traonmilin */

.sidebar ul {
	list-style-type: none;
	padding-left: 4px;
}



