/*
Theme Name: Deux vies toutes simples
Theme URI: http://www.deuxviestoutessimples.com/
Description: Un thème sur mesure pour DeuxViesToutesSimples.com
Version: 1.0
Author: Gabriel Rodrigue
*/

body {
	background: url(images/bg.png) center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 0.8em;
}

hr.clearfix {clear: both; visibility: hidden; height: 0; margin: 0;}

a {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a:hover {color: #666666; border-bottom: 1px dotted #666;}
a img {border: none;}

div#container {
	width: 760px;
	margin: 0 auto;
}

div#header {
	clear: both;
	border: 5px solid #FFF;
}

div#header h1 {
	margin: 0;
}

div#header h1 a {border: 0;}

div#posts {
	float: left;
	width: 550px;
}

div#sidebar {
	width: 180px;
	float: right;
	border: 5px solid #FFF;
	background-color: #e7f1f4;
	padding: 5px;
	font-size: 0.9em;
	margin-top: 1em;
}

div#sidebar div.bloc h2, div#sidebar div.bloc p.first {
	display: inline;
}

div#sidebar div.bloc h2:after {content: " ";}

div#sidebar div.bloc {display: block;}

div#sidebar div.bloc.cc a {border: none;}

div.post {
	background-color: #e7f1f4;
	border: 5px solid #FFF;
	padding: 5px;
	line-height: 1.5em;
	margin-top: 1em;
}

div.commentform {
	margin-top: 0;
}

div.post h2 {
	margin: 0;
	line-height: 1.3em;
}

div.post p.meta {
	font-size: 0.9em;
}

div.post p.meta.details {
	margin: 0;
}

div.post p.meta.comments {
	float: right;
	width: 60%;
	text-align: right;
}

div.post p.meta.tags {
	float: left;
	width: 39%;
}

div.post p.meta.tags, div.post p.meta.comments {margin-bottom: 0;}

ol#commentlist {list-style-type: none; margin-left: 0; padding: 0 0 10px 0;}
ol#commentlist li {margin-bottom: 1em;}
textarea#comment {width: 510px; height: 150px;}

div#sidebar div.bloc.header a {
	font-style: italic;
}

ol#commentlist li.comment blockquote {
	padding: 15px 15px 0 15px;
}

ol#commentlist li.comment blockquote p {
	margin: 0;
	padding-bottom: 1em;
}

ol#commentlist li.comment {
	width: 511px;
	margin: 0 auto;
	padding-bottom: 10px;
}

ol#commentlist li.comment blockquote {
	background: url(images/bulle_top.png) top left no-repeat;
	margin: 0;
}

ol#commentlist li.comment p.author {
	background: url(images/bulle_bottom.png) top left no-repeat;
	margin: 0;
	padding-top: 14px;
	font-size: 0.8em;
	text-align: right;
	padding-right: 70px;
}