/*
Theme Name: Creation Theme
Theme URI: http://www.millemainsdansunmonde.com/
Description: The first theme created by Mille mains dans un monde.
Version: 0.1
Author: harmoni+ka
 
Creation Theme by Mille mains dans un monde || http://www.millemainsdansunmonde.com
 
*/

body {
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #ffffff;
color: #000000;
margin: 0;
}

#page {
margin: 0 auto 0 auto;
margin-top: 20px;
width: 772px;
background: url('image/fond.gif') repeat-y;
}

#header {
font-family: Arial, Helvetica, Sans-serif;
float: left;
width: 772px;
height: 250px;
background: url('image/heut.gif');
}

#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 {
float: left;
width: 502px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
}
#content h2 {
font-size: 1.3em;
color: #CC3300;
}
#content h2 a{
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
}
#content h2 a:hover{
color: #006600;
}
#content h3 {
font-size: 1em;
color: #006600;
}
.postmetadata {
font-size: 0.8em;
}
.post_content {
font-size: 1em;
}
.post_content a {
color: #CC3300;
}
 
.post_content a:hover {
color: #006600;
}

#bas {
width: 502px;
height: 60px;
}
	
.sidebar {
float: right;
width: 220px;
margin: 10px 10px 30px 0px;

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

.sidebar h2 {
font-size: 1em;
color: #006600;
font-family: Verdana, sans-serif;

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

#footer {
padding: 10px 10px 0 0;
width: 772px;
clear:both;
}
#footer p{
text-align: right;
font-size: 0.9em;
padding: 0 10px 20px 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
a {
color: #CC3300;
text-decoration: none;
}

a:hover {
color: #006600;
text-decoration: underline;
}
a img {
	border: none;
}
