/*
Theme Name: Inextenso
Theme URI: http://atelier-inextenso.com/
Description: Un theme cree pour et par L'Atelier Inextenso
Version: 1.2
Author: Louis Redares
 
Inextenso Theme by Louis Redares || http://www.atelier-inextenso.com
 
*/

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

/*corps de la page web */

body {
font-family: Candara, "Lucida Grande", Arial, Helvetica, Sans-serif;
text-align: left;
background: #fff;
color: #069;
margin: 0;
}

#page {
margin: 0 auto 0 auto;
}

/* gestion de l'entte */

#header {
font-family: Candara, "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
float: left;
background-color: white;
padding: 0 10px 20px 10px;
color:#069;
}

#logo {
margin-top: 50px;
}

#header h1 {
padding: 0 20px 0 0;
font-size: 2em;
text-align: center;
}

#header h1 a{
color: #666;
background-color: #ccc;
}

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

#rechercher {
float: right;
margin-bottom: 10px;
}

#admin {
float: left;
}


/* gestion du contenu */

#content {
margin-bottom: 20px;
}

#content h2 {
font-size: 1.3em;
}

.post_content {
font-size: 1em;
color: #555;
background-color: white;
text-decoration: none;
}

.postmetadata {
font-size: 0.8em;
color: #999;
background-color: white;
}


/* gestion de la sidebar */

.sidebar {
margin: 20px 0 20px 25px;
}

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

.sidebar h2 {
font-size: 1.2em;
}


/* gestion du footer */

#footer {
font-size: 1em;
color: #666;
background-color: white;
padding: 10px 10px 0 0;
clear: both;
}

#footer a {
color: #006699;
background-color: white;
}

#footer p{
text-align: right;
font-size: 1em;
padding: 0 0px 20px 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: 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: 1px solid #ccc;

}


/* gestion des liens */

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

a:hover {
color: #777;
text-decoration: underline;
background-color: white;
}

a img
{
 border:  none ;
}

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

#content h2 a:hover{
color: #555;
background-color: white;
}

.post_content a {
color: #069;
background-color: white;
}

.post_content a:hover {
color: #fff;
background: #069;
}

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

