@charset "UTF-8";
/* CSS Document */

/*
Theme Name: DEZIE
Theme URI: http://www.dezie.fr/
Description: Thème du blog dezie.fr
Version: 1
Author: Lor Faucon (http://www.lordesign.fr/)
*/

/* @group Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;font-style: normal;}
q:before,q:after {content:"";}

/* @end */

html,
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
	margin: 0 0 10px 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #009DDF;
}

#page {
	width: 862px;
	margin: auto;
	background: url(images/shadows.gif) repeat-y;
}

#wrapper {
	width: 525px;
	float: left;
	padding-left: 12px;
}

#header h1 a {
	display: block;
	height: 200px;
	background: url(images/dezie_02_09.jpg) no-repeat;
}

#header h1 span,
#header p {
	position: absolute;
	left: -3000px;
}

#content .post {
	padding: 0 30px;
	margin: 0 0 40px 0;
}

#content .post h2 {
	font-size: 17px;
}

#content .post h2 a {
	color: inherit;
	text-decoration: none;
}

#content .post h2 strong {
	color: #009DDF;
	font-size: 29px;
}

#content .post .postcontent {
	background-color: #ECE9E8;
	padding: 10px;
}

#content .post .more-link {
	color: #009DDF;
	background: url(images/more-link.gif) no-repeat right center;
	height: 18px;
	padding: 0 18px 0 0;
	display: block;
	float: left;
}

#content .post a:hover.more-link {
	color: #666;
	background-image: url(images/more-link-hover.gif);
}

#content .post .tags {
	float: right;
	width: 360px;	
}

#content .post .tags ul {
	float: right;
}

#content .post .tags li {
	float: left;
	margin-left: 4px;
}

#content .post .tags li a {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #FAFF00;
	display: block;
	padding: 3px 4px;
}

#content .post .tags li a:hover {
	color: #FFF;
	background-color: #009DDF;	
}

#content .post .postmetadata {
	line-height: 16px;
	clear: both;
	border-top: 1px dashed #B3B3B3;
	padding-top: 10px;
}

#content .post .postmetadata .commentsnumber {
	color: #FFF;
	font-size: 11px;
	background: url(images/comments-number.gif) no-repeat left top;
	padding: 1px 8px 4px 8px;
}

#content .post .postmetadata a:hover.commentslink .commentsnumber {
	background-image: url(images/comments-number-hover.gif);
}

#sidebar {
	width: 298px;
	padding-top: 100px;
	margin-left: 26px;
	float: left;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li li {
	margin: 0;
}

#sidebar li h2 {
	color: #808080;
	font-size: 25px;
	text-transform: lowercase;
}

#sidebar li .widgettitle {
	margin-left: -8px;
}

#sidebar li .widgettitle .bgl {
	background: url(images/sidebar-widget-title.gif) no-repeat;
	padding-left: 8px;
}

#sidebar li .widgettitle .bgr {
	background: url(images/sidebar-widget-title-bgr.gif) no-repeat right 0;
	padding-right: 8px;
}

#sidebar li.categories h2 {
	color: #757575;
	font-size: 38px;
	font-weight: normal;
	line-height: 27px;
	background: url(images/categories-title.gif) no-repeat;
	width: 157px;
	height: 121px;
	padding: 36px 0 0 23px;
	margin-left: -12px;
}

#sidebar li.categories ul {
	margin-top: 30px;
}

#sidebar li.categories li a {
	font-size: 20px;
	text-transform: lowercase;
}

#sidebar li.categories li.current-cat a {
	color: #009DDF;
}

#sidebar li.subscribrss a {
	display: block;
	width: 49px;
	height: 112px;
	background: url(images/subscribrss.gif) no-repeat;
}

#sidebar li.subscribrss a span {
	position: absolute;
	left: -3000px;
}

#content #navigation {
	padding: 0 30px;
	margin: 0 0 40px 0;
}

#content .relatedposts {
	padding: 0 30px;
	margin: 0 0 40px 0;
}

#content .relatedposts h4 {
	font-size: 17px;
	color: #009DDF;
	padding-bottom: 6px;
	border-bottom: 1px dashed #B3B3B3;
}

#content .relatedposts .tags li {
	float: left;
	margin-right: 4px;
}

#content .relatedposts .tags li a {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #FAFF00;
	display: block;
	padding: 3px 4px;
}

#content .relatedposts li a:hover {
	color: #FFF;
	background-color: #009DDF;	
}

#content #comments {
	padding: 0 30px;
	margin: 0 0 40px 0;
}

#content #comments h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 17px;
	color: #009DDF;
	padding-bottom: 6px;
	border-bottom: 1px dashed #B3B3B3;
}

#content #comments textarea#comment {
	width: 455px;
}