/*
Theme Name: Creation Theme
Theme URI: http://www.fran6art.com/
Description: The first theme created by Francis Chouquet.
Version: 0.1
Author: Francis Chouquet
 
Creation Theme by Francis Chouquet || http://www.fran6art.com
 
*/

/* choisissez le type de blog ici */
@import url('layouts-blog/1col-droite.css');

/*corps de la page web */

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

#page {
margin: 20px auto 0 auto;
padding-left: 10px;
width: 800px;
background: #990000;
}

/* gestion de l'entte */

#header {
font-family: "Verdana", Arial, Helvetica, Georgia, Sans-serif;
float: center;
position: relative;
background-color:#990000;
width: 800px;
padding: 0px 0px 10px 0px;
color:#069;
}

#header h1 {
padding: 0 20px 0 0;
font-size: 2.2em;
text-align: left;

}

#header h1 a{
color: #ffffff;
background-color: #cc0000;
}

#header p {
padding: 0 20px 0 0;
font-size: 1em;
text-align: left;
color: #ffffff;

}


/* gestion du contenu */

#content {
float: center;
background-color: #ff9900;
width: 550px;
padding: 10px 10px 10px 10px;
border: solid 1px #ff0000;
}

#content h2 {
font-size: 1.2em;
background-color: #ff9900;
}

.post_content {
font-size: 1em;
color: #ffffff;
padding: 0px 10px 0px 10px;
border: solid 1px #ff0000;

}

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

}


/* gestion de la sidebar */

.sidebar {
float: right;
background-color:#990000;
width: 188px;
margin: 0px 0px 0px 20px;
}

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



.sidebar li{
padding: 0px 0px 10px 0px;
}

.sidebar h2 {
font-size: 1em;
color: #ff9900;
}


/* gestion du footer */

#footer {
width: 800px;
font-size: 1em;
color: #ff9900;
background-color:#990000;
padding: 10px 0px 10px 0px;
clear: both;
}

#footer a {
color: #ff9900;
}

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


/* gestion des commentaires */

.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: "Verdana", 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: Verdana, Helvetica, Sans-serif;
font-size: 0.9em;
border: 1px solid #ff0000;
}

.cadre_commentaires {
border-bottom: 1px solid #ff0000;
border-top: 1px solid #ff0000;

}


/* gestion des liens */

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

a:hover {
color: #800000;
text-decoration: underline;
}

#content h2 a{
font-size: 1.2em;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #ffffff;
}

#content h2 a:hover{
color: #800000;
}

.post_content a {
color: #ffffff;
}

.post_content a:hover {
color: #800000;

}

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

