/*
Theme Name: minimalblog
Theme URI: http://www.nicolasbousquet.com/blog
Description: The first theme.
Version: 0.1
Author: Nicolas Bousquet
Ê
Creation Theme by Nicolas Bousquet || http://www.nicolasbousquet.com/blog
Ê
*/

body {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.8em;
text-align: left;
background: #ffffff;
color: #444;
margin: 0;
}

a:link { 
	color: #000;
	background-color: #14ffc5;
	text-decoration: none; 
}

a:active {
	color: #14ffc5; 
	text-decoration: none; 
}
	
a:visited {
	color: #000;
	background-color: #14ffc5;
	text-decoration: line-through;
}
	
a:hover { 
	color: #14ffc5;
	background-color: #000;	 
}

a img { 
	border: none; 
	background-color: transparent;
}

#page {
margin: 0 auto 0 auto;
}

#header {
float: left;
background:#ffffff;
padding: 0 10px 20px 10px;
width: 185px;
overflow: auto;
top: 40px;
left: 28px;
position: Absolute;
}

.titre {
left: 0;
top: 0;
width: 180px;
height: 70px;
display: block;
text-indent: -9999px;
background : transparent url(images/titre-blog.png) no-repeat;
}

.description {
text-indent: -999px;
left: 0;
top: 0;
width: 180px;
height: 72px;
display: block;
background : transparent url(images/titre-description.png) no-repeat;
}

#content {
margin: 30px 20px 20px 260px;
top: 0;
float: left;
padding: 0 0 50px 20px;
cursor:move;
}

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

.post_content {
font-size: 0.9em;
color: #444;
}

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

.sidebar {
font-size: 0.7em;
margin: 0;
padding-left: 20px;
list-style-type: none;
}

#search {
padding-top: 10px;
}

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

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

#footer {
font-size: 0.7em;
margin: 0;
padding: 5px 0 5px 0;
}

.comments-template{
	margin: 10px 0 0 0;
}

.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}

.comments-template p.nocomments{
	padding: 0;
}

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