@charset "utf-8";
/*
Theme Name: e14 Theme
Theme URI: http://www.torzka.com/
Description: Theme created by Felix Reginent.
Version: 1.0
Author: Felix Reginent
*/

Body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:white url(images/bg_sketch.jpg) no-repeat top left;
	color: #434343;
}

img {border:0;}

h3 {
	font-size: 12px;
	color:#707070;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {color:#a4c82a;}
a:hover {color:#cd079c;text-decoration:none;}

/* top header */

#top {
	height: 301px;
	width:100%;
	display: block;
}

#top img {
	display: inline;
	float: left;
}

#nav_cat {
	float: left;
	width: 220px;
	heigth: 301px;
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav_cat li {
	list-style-type: none;
	line-height: 26px;
}

#nav_cat li a{
	color: #383837;
	text-decoration: none;
}

#nav_cat li a:hover{
	color:#bce32d;
	text-decoration: none;
}

#wrapper {
	width: 1000px;
}

/* Post content */

#content {
	width:677px;
	display:block;
	float: left;
	margin-top:30px;
}

#content #e-post {
	display: block;
	width: 600px;
	margin: 10px 0 20px 90px;
}

#content #e-post-content {
	background-color: white;
	padding: 20px;
	line-height: 20px;
	border: 1px dashed #a0a0a0;
}

#content #e-post-content a {
	color: #117eac;
	text-decoration:none;
	font-weight:bold;
}

#content #e-post-content a:hover {
	color: #117eac;
	text-decoration:underline;
	font-weight:bold;
}

#content #shadow-bottom {
/*	background-color: #C4C4C4;
	width: 600px;
	height: 5px;
	display: block;
	margin-left: 5px;*/
	display:none;
}


#content #e-post .cat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #e4e6e1;
	display: block;
	text-align: left;
	margin-top: -0.6em;
}

#content #e-post .cat a{color:#e4e6e1; text-decoration:none;}

#content #e-post #e-post-title {
	background: url(images/title_left.png) no-repeat;
	height: 48px;
	margin-left: -3em;
}

#content #e-post #e-post-title h1 {
	background: url(images/title_bg.gif) repeat-x;
	height: 38px;
	margin-top: 0px;
	margin-left: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: white;
	padding: 8px 0 0 10px;
}

#content #e-post #e-post-title h1 a{color:white; text-decoration:none;}

#content #e-post #e-post-title .after-title {
	height: 38px;
	width: 6px;
	display: block;
	float: right;
	background:url(images/title_right.gif) no-repeat;
	margin-top: -8px;
}

#content #e-post #e-post-info {
	margin-top: 5px;
	width: 100%;
	text-align: right;
	font-size: 9px;
	margin-bottom: 20px;
}

#content #e-post #e-post-info a { color: #a4c82a; font-weight:bold;}
#content #e-post #e-post-info a:hover { color: #117eac; font-weight:bold;}

img.alignleft, img[align="left"] {
float:left;
margin:5px 10px 0 0;
}
.aligncenter, div.aligncenter, img.centered, img.aligncenter {
         display: block; 
         margin-left: auto; 
         margin-right: auto; 
         text-align: center;
}


/* Sidebar & Widget */

#sidebar {
	width: 280px;
	margin: 10px 0 0 30px;
	float: left;
	line-height: 20px;
	display: block;
	margin-bottom: 50px;
}

#sidebar li { list-style-type: none;}

#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom:1px dashed #a0a0a0;
}

#sidebar #about {
	line-height: 20px;
}

#sidebar li li h2 {
	color: #707070;
	font-size: 13px;
	text-align:left;
	border: none;
	padding: 0;
}

#sidebar #blogroll {

}

#sidebar #blogroll ul {
	padding: 0;
	margin: 0;
}

#blogroll li {float:left;display:block;}

.linkcat { padding: 0; margin: 0 10px 10px 5px; display: block; width:100px;}
.linkcat li a { color:#a0a0a0;text-decoration:none;width: 100px; display:block; padding-left: 5px;}
.linkcat li a:hover {color:white;text-decoration:none;background-color: #bce32d; width: 100px; display:block; padding-left: 5px;}

#sidebar p {
	padding: 10px 20px 10px 20px;
}

#sidebar #archive {
}

#sidebar #archive li a { color:#a0a0a0;text-decoration:none;width: 200px; display:block; padding-left: 5px;}
#sidebar #archive a:hover {color:white;text-decoration:none;background-color: #bce32d; width: 200px; display:block; padding-left: 5px;}

.spacer {clear: both;}

/* footer */

#footer {
	width: 677px;
	height: 60px;
	display: table-cell;
	font-size: 11px;
	color: #a0a0a0;
	text-align:center;
	border-top: 1px dashed #a0a0a0;
}

#footer div {
	margin: 10px 0 0 10px;
}

#footer ul {
	margin: 5px 0 0 0;
	padding: 0;
}

#footer li {
	list-style-type:none;
	display: inline;
	margin-left: 15px;
}

#footer a { color: #a0a0a0;}
#footer a:hover {text-decoration:none;}

/* Comment */

.cadre_commentaires ol {
	margin: 40px 0 30px 0;
	padding: 0;
	}
	
.commentlist li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #E4E6E1;
	margin-bottom: 15px;
}

.nb {
	float: right;
	display:block;
	font-size: 35px;
	font-weight: bold;
	color: #E4E6E1;
}

.gravatar {
	float: left;
	display:block;
	border: 2px solid #E4E6E1;
	margin: 0 5px 0 5px;
	font-weight: bold;
}

.commentlist cite .auteur-com{
	font-size: 18px;
	font-style: normal;
}

.commentlist cite .info-comments {
	display: block;
	color: #a0a0a0;
	font-size: 10px;
	margin-top: 2px;
}
.commentlist .auteur-com {
	font-size: 14px;
}

.commentlist .auteur-com a {color: #117eac; }
.commentlist .auteur-com a:hover {color: #a4c82a; text-decoration:none; }

.commentmetadata em { color: #a11922; display: block; margin-top:10px; margin-left:45px;}

.comment-edit-link {float:right; color:#a4c82a;}
.comment-edit-link a:hover{color:#117eac;text-decoration:none;}

.commentlist p {
	display:block;
	margin-top: 20px;
	margin-left: 45px;
}

input, textarea {
	border: 1px solid #E4E6E1;
	padding: 3px;
}

#commentform input:focus, textarea:focus {background:#f0fbc7;}

#commentform label { color: #a0a0a0;}

#commentform a {color:#a4c82a;}
#commentform a:hover {color:#117eac;text-decoration:none;}