/*
Theme Name: Theme ECRITURE-VIDEOLUDIQUE
Theme URI: http://www.espacedubug.com/ecriture_videoludique
Description: The first theme created by Nicolas TILLY.
Version: 0.1
Author: Nicolas TILLY
 
Creation Theme by Nicolas TILLY || http://www.espacedubug.com
 
*/


body {
font-family: Arial, Helvetica, sans-serif;
background-color:#b8c1d5;
background-image:url('images/back.jpg');
background-repeat: repeat;
font-size: 0.8em;
text-align: left;
margin: 0;
}



#page {
margin: 0;
width: 1000px;
}









#header {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
float: left;
width: 410px;
padding: 0 10px 20px 10px;
background:url("./images/logoEV.png") no-repeat 0 0px;
}
#header h1 {
padding: 0 20px 0 0;
font-size: 3em;
text-align: right;
}
/*sous tire*/ 
#header p {
padding: 0 20px 0 0;
font-size: 1.2em;
text-align: right;
}













#content {
float: right;
width: 600px;
padding: 50px;
padding-top: 100px;
color:#FFFFFF;
background-color: #FFFFFF;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
/*style du texte article*/ 
.post_content {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #000000;
}
/*style des titres articles*/ 
#content h2 {
font-size: 2.5em;
}
/*style couleur survol des titres*/ 
#content h2 a:hover{
color: #EC254C;
}
/*style des postmetadata*/ 
.postmetadata {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #999;
}
/*.filedto{
	background:url("./images/file.gif") no-repeat;
	padding-left:15px;
}*/
.commentslink{
	background:url("./images/comments.gif") no-repeat;
	padding-left:12px;
}





.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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 2px solid #ccc;
}












 
.sidebar {
float: left;
width: 170px;
padding: 125px 0;

}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}
/*style titres sidebar*/ 
.sidebar h2 {
font-size: 1em;
}
.sidebar ul li{
font-size: 1em;
}
/*emplacement de search*/ 
.search {
padding: 15px 0;
}








#footer {
font-size: 0.7em;
padding: 0 10px 20px 10px;
clear: both;
width: 1000px;
}
/*style du footer*/
#footer p{
text-align: right;
font-size: 1.1em;
color: #666666;
padding: 0 10px 20px 0;
}


/**********LIENS************/

a {
color: #555;
text-decoration: none;
}

a:hover {
text-decoration: overline;
}



