/*
Theme Name: Calysto
Theme URI: http://www.claire-desbois.fr/
Description: Theme created by Claire Desbois
Version: 0.1
Author: Claire Desbois
 
Calysto by Claire Desbois || http://www.claire-desbois.fr/
 
*/

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
/*text-align: left;*/
width: 800px;
background: #ffffff;
color: #3F3F50;
margin: auto;
}

#page {
margin: 0 auto 0 auto;

}

#header {
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
background:#ffffff;
padding: 0 0px 20px 0px;
text-align: center;
}

#header h1 a {
width:0px;
height:0px;
/*visibility: hidden;*/
}

#header h1 {
width:0px;
height:0px;
text-indent:-5000px;
}
 
#header p {
width:0px;
height:0px;
/*visibility: hidden;*/
}

#header ul{
display: inline; /* Added to fix the double margin in IE6 */

	list-style: none;
}

#header ul li{
display: inline;
margin-left: 10px;
float: right;
}

#menu ul {
display: inline; /* Added to fix the double margin in IE6 */

	list-style: none;

}

#menu ul li {
display: inline;
margin-left: 10px;
float: left;

padding: 15px 10px;

}


#header img{
padding: 0 0 0 0;
text-align: center;
}

#content {
float: left;
width: 500px;
margin-bottom: 20px;
}

#content h2 {
font-size: 1.3em;
}

#content h2 a{
font-size: 1.2em;
font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
color: #3F3F50;
}

#content h2 a:hover{
color: #555;
}

#content p{
text-align: justify;
}

.postmetadata {
font-size: 0.8em;
color: #999;
}

.post_content {
font-size: 1em;
color: #555;
border-bottom: 1px solid #ccc;
}

.post_content a {
color: #006699;
}
 
.post_content a:hover {
color: #fff;
background: #006699;
}
 
.sidebar {
float: right;
width: 225px;
margin: 20px 0 20px 25px;
border-left: solid #000000;
border-left-width:0.1em;

}

.sidebar a:hover {
text-decoration: none;
border-bottom: 1px dotted;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}

.sidebar ul li{}

.sidebar ul ul li{}

.sidebar img{
padding: 0px 0px 5px 0;
}

#footer {
font-size: 1em;
padding: 5px 10px 0 0;
clear: both;
border-top:solid #000000;
border-top-width:0.1em;
}

#footer p{
text-align: center;
font-size: 1em;
margin-top: 10px;
}

.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: Trebuchet MS, Arial, Hevletica, 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: Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

img{
border-style: none;
}

a {
color: #555;
text-decoration: none;
}

a:hover {
color: #777;
text-decoration: underline;
}

.encadre_code{
font-family: Sans-serif;
background-color: #EFF9FC;
padding: 10px;
border-width: 1px;
border-style: solid;
}

