/*
Theme Name: JulyDesigns
Theme URI: http://www.julydesigns.com/
Description: Deux colonnes style clean pour mon premier thème.
Version: 1.0
Author: July
Author URI: http://www.julydesigns.com/
*/

body {
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: #ecebe5;
	background-image: url(images/border.gif);
	background-position: center;
	background-repeat:repeat-y;
	color: #006699;
	margin: 0;
}

#page {
	margin: 0 auto 0 auto;
	width: 900px;
}


/* gestion de l'entete */

#header {
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	color: #ffffff;
	float: left;
	background: url(images/header.jpg) no-repeat;
	width: 900px;
	height: 500px;
}

#header h1 {
	font-size: 2em;
	text-align: right;
}

#header h1 a{
	color: #ffffff;
	background-color: #ffffff;
}
 
#header p {
	font-size: 1em;
	text-align: right;
	color: #ffffff;
}


/* gestion du contenu */

#content {
	background:#ffffff;
	float: right;
	width: 685px;
	padding-left:5px;
	padding-right:10px;
}

#content h2 {
	background: url(images/) no-repeat center;	
	font-size: 1.3em;
	text-align:center;
	width: 685px;
	height:100px;	
	background: url(images/) no-repeat center;	
	margin-top:80px;
}

.post_content {
	font-size: 1em;
	color: #555;
	text-align:center;
}

.postmetadata {
	font-size: 0.8em;
	color: #999;
	text-align:center;
}


/* gestion de la sidebar */

.sidebar {
	background:#ffffff;
	float: left;
	width: 200px;
}

.sidebar ul{
	list-style-type:none;
}

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


/* gestion du footer */

#footer {
	font-size: 1em;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
	width: 900px;
	height: 200px;
}

#footer a {
	color: #ffffff;
	background-color:#ffffff;
}

#footer p{
	text-align: right;
	color: #ffffff;
	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: #000000;
	text-decoration: none;
	background-color: white;
}

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

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

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

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

.post_content a:hover {
	color: #000000;
	background: #ffffff;
}

.sidebar ul a{
	color: #000000;
	text-decoration: none;
	background-color: white;
}

.sidebar ul a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: white;
}

.sidebar h2 a{
	color: #ffffff;
	background: #ffffff;
}

.sidebar h2 a:hover {
	color: #ffffff;
	background: #ffffff;
}