﻿/*
Theme Name: Creation Theme
Theme URI: http://www.guillaumegautier.net/
Description: The first theme created by Guillaume Gautier.
Version: 0.1
Author: Guillaume Gautier
 
Creation Theme by Guillaume Gautier | www.guillaumegautier.net
 
*/

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: url("images/fond.jpg") top center no-repeat #000000;
color: #ffffff;
margin: 0;
}

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

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

#header {
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
float: right;
width: 850px;
height: 109px;
text-align: right;
margin-right: 20px;
}
#header h1 {
font-size: 1em;
}
#header h2 {
font-size: 0.8em;
}

#page {
margin: 0 auto 0 auto;
width: 850px;
font-size: 1em;
}

#flash {
float: right;
margin-right: 18px;
width: 820px;
}

#content {
float: right;
width: 630px;
margin: 15px 30px 20px 0;

}
#content h2 {
font-size: 1.3em;
}
#content h2 a{
font-size: 1.2em;
font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
color: #ffffff;
}
#content h2 a:hover{
color: #eeeeee;
}

.post_title a{
font-size: 1.3em;
color: #ffffff;
}
.postmetadata {
font-size: 0.8em;
color: #999999;
}
.post_content {
font-size: 1em;
color: #bbbbbb;
}

.sidebar {
float: left;
width: 166px;
margin: 18px 0 0 12px;
}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}
.sidebar h2 {
font-size: 1.2em;
}

#footer {
font-size: 1em;
float: right;
clear: both;
width: 654px;
margin-right: 20px;
}
#footer p{
text-align: right;
font-size: 1em;
padding: 0 10px 20px 0;
}

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