/* ************************************************
Pouette
- design & code : Mxlweb <Mxlweb.net>
************************************************ */
* { margin: 0; padding: 0; border: 0; }

body {
	background: #212121;
	color: #9E9E9E;
	font:0.8em Verdana, sans-serif;
}

/* Common styles
-------------------------------------------------------- */
ul { list-style: none; }
ul li { list-style: none; }

a:link, a:visited { color:#D7D7D7; text-decoration: none; }
a:hover {color:#CBD7A8;}
pre { overflow: auto; width: 100%; height:auto; }
.left { float: left; }
.right { float: right; }

h3, h4, h5, h6 {
font-family: Trebuchet MS, sans-serif;
font-weight: normal;
color: #A9D06F;
padding:4px 0;
}

/* Page
-------------------------------------------------------- */
#page {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* Header
-------------------------------------------------------- */
#top {
	background:url(img/bg.png);
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	height:150px;
	margin:30px 0 14px;
}

#top h1 {
  width:720px;
  height:80px;
  margin:35px auto;
  border-right:1px solid #637942;
  text-align:right;
  padding-right:10px;
  line-height:75px;
}
#top h1 a {
  color:#43522C;
  text-decoration:none;
}

/* Prelude
-------------------------------------------------------- */
#prelude {
  position: relative;
	top: -189px;
	text-align:center;
	padding: 0 10px;
	color:#212121;
}
#prelude a { color: #212121;}
/* Wrapper
-------------------------------------------------------- */
#wrapper {
	width: 720px;
	margin: 0 auto 10px auto;
}
#main {
	width: 474px;
	float: left;
}
#breadcrumb {margin: 0 0 20px -15px;}
#sidebar {
	width: 200px;
	float: right;
}

/* Sidebar
-------------------------------------------------------- */

#sidebar h2 {
	font:1.3em Trebuchet MS, sans-serif;
	color: #aaa;
	background: #212121;
	border: 1px solid  #212121;
	border-bottom: 1px solid  #2c2c2c;
	padding: 5px 0;
	margin:-1px -6px 10px -6px ;
	-width:200px; /* IE 6 */
	font-weight:normal;
}
#sidebar h3 { color: #A9D06F; padding: 4px 8px; font-size: 1em; }
#sidebar img {max-width:100%;}
#sidebar a:link, #sidebar a:visited {
color:#D7D7D7; 
 text-decoration: none; }
#sidebar a:hover { color:#CBD7A8;  }
#blogextra a:link, #blogextra a:visited { color:#D7D7D7; }
#blogextra a:hover { color:#CBD7A8; }

#sidebar ul, #blogextra li { padding: 0 0 4px 0; }
#sidebar li, #blogextra li {
	padding: 3px 4px 3px 20px;
	margin-left:-5px;
}
#sidebar li:hover, #blogextra li:hover {
border-left:1px solid #DBDBDB;
margin-left:-6px;
}
 #sidebar .syndicate li:hover,#sidebar .tags li:hover {
border:none;
}
#sidebar .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}
#sidebar p, #blogextra p { padding: 0 0 4px 10px; }

#sidebar .widget {
 padding: 0 5px 10px 5px;
 background-color: #161616;
	border: 1px solid #2c2c2c;
	-border-top:none; /* IE 6 */
	margin-bottom:10px;
 }
	
	#sidebar #search {margin-bottom:10px;background:none; border:none;padding:0;}
	#search h2 {display:none;}
	#search fieldset p { padding-left: 0; }
	#search #q {
		border: 1px solid;
		border-color:#2c2c2c;
		background:#161616;
		width:160px;
		padding:2px 5px;
		color:#aaa;
	}
	#search .submit {
		background:none;
	border:none;
	color:#A9D06F;
	}
	#search .submit:hover { 
	background:#A9D06F;
	 color:#212121; }

#sidebar #topnav {
	background-color: #161616;
	border: 1px solid #2c2c2c;
	margin:10px 0 !important;
	padding:5px !important;
 }
#sidebar #topnav ul{
 padding:3px 0;
}
#sidebar #topnav ul li{
 border:none;
 display:inline;
 margin:0;
 }

	#sidebar .syndicate li {
		margin: 0 4px 0 11px;
		padding: 5px 4px 5px 0;
	}

	#sidebar .tags ul {
		margin: 5px 5px 10px 10px;
		padding: 0;
		font-size: 110%;
	}
		#sidebar .tags ul li {
			display: inline;
			background: none;
			margin: 0;
			padding: 0;
			font-size: 0.9em;
		}
			#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited {  color:#A9D06F; }
			#sidebar .tags ul li a:hover { color:#D7D7D7;}
		#sidebar .tags p strong a:hover {color:#D7D7D7; 
		border-bottom:1px solid #A9D06F;}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }


/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
	padding: 4px 0 0 0;
	line-height: 1.5em;
	text-align:justify;
	clear:both;
}

.post-content h3 {font-size:1.3em;}
.post-content h4 {font-size:1.2em;}
.post-content h5 {font-size:1.1em;}

.post-content p, .post-excerpt p { padding: 4px 0; }
.post embed, .post iframe {max-width:100%;}
.post-content img, .post-excerpt img,
.content-inner img {
  max-width:100%;
}
.post-content strong, .post-excerpt strong { font-size: 0.9em; }
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #666; }

.post-content pre, .post-excerpt pre {
	font: 1.1em 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 20px 5px 10px 5px;
	margin: 6px 0;
}


.post-content ul, .post-excerpt ul,
#comments dd ul, #pings dd ul { padding: 4px 0; margin: 0; }
	.post-content ul li, .post-excerpt ul li,
  #comments dd ul li, #pings dd ul li {
		padding: 1px 0 1px 10px;
		background: transparent url(img/li.png) no-repeat 0 5px;
	}
.post-content ol, .post-excerpt ol,
#comments dd ol, #pings dd ol { padding: 4px 0; margin: 0 0 0 28px; }
	.post-content ol li, .post-excerpt ol li,
  #comments dd ol li, #pings dd ol li { padding: 1px 0; }

.post-content blockquote, .post-excerpt blockquote { background-color:#141414; margin:5px 0;  padding: 5px 10px; }
.post-content blockquote em, .post-excerpt blockquote em {}

/* Classes
-------------------------------------------------------- */
.day-date {
margin-left:-25px;

padding-left:10px;
background:url(img/li.png) no-repeat left 3px;
-background:none; /* IE 6 */
-margin-left:-10px; /* IE 6 */
}

a.feed {}

.post { color: #9E9E9E; }

.post-title { 
	border-bottom: 1px solid #373737;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #A9D06F;
	padding:5px 0;
	}
	.post-title a:link, .post-title a:visited { color: #A9D06F; text-decoration: none; }

.post-info {
margin-top:3px;
}
.post-info-co {
text-align:right;
margin:10px 0 26px 0;
padding:0;
background-color:#242424;
line-height:30px;
 }
 .post-info-co a{
 padding:0 6px 6px;
 
 }
 .post-info-co a:hover {
 border-bottom:1px solid #444;
 color:#C4C4C4;
 }
 
 
.post-tags {
	position: relative;
	border: 0;
	padding: 5px;
	overflow: hidden;
	height: 1%;
}
	.post-tags:after{
		content:'[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.post-tags li { display: inline; }
		.post-tags li a:link, .post-tags li a:visited {
			color:#CBD7A8;
			display: block;
			float: left;
			text-decoration: none;
			padding: 2px 8px;
			white-space: nowrap;
			font-weight:bold;
		}
		.post-tags li a:hover { color: #D7D7D7; }


.read-it {
	font-weight: bold;
	padding: 0 0 10px 0;
	clear: left;
	margin-top:10px;
}

#attachments {
	clear: left;
	padding: 5px;
	margin: 10px 0 6px 0;
}
	#attachments * { }
	#attachments h3 { font-size: 1.4em; }
	#attachments ul { padding: 4px 0; }
	#attachments li {
		margin: 0 0 0.6em 5px;
		padding: 2px 10px 2px 13px;
		background: transparent url(img/li.png) no-repeat 0 5px;
	}
	#attachments li em {}
	#attachments li div {}
	#attachments li object {
	   display: inline;
	   margin: 0;
	   padding: 0;
	   vertical-align: bottom;
	}

.footnotes {
	padding: 5px 0;
	margin: 6px 0 25px 0;
}
	.footnotes h4 {
	font-size:1.3em;
	}
	.footnotes p { padding: 4px 10px; }


/* Archives
-------------------------------------------------------- */
#content-info {
	font-size: 0.8em;
	padding: 5px 0;
	margin: 0 0 20px 0;
	font-size: 1em;
	line-height: 1.4;
}
#content-info p img {
  max-width:100%;}
.content-inner { padding-bottom: 20px; }

.content-inner h3 {
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #A9D06F;
	font-size:1.3em;
}

#content-info h2 {
 font-size: 1.5em; 
 	border-bottom: 1px solid #373737;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #A9D06F;
	text-align:right;
 }
#content-info p { padding: 4px 0; font-size: 1em; }

#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 4px 0;
}
#content-info p a.feed:hover {}

.content-inner .day-date { margin-bottom:5px; }
.content-inner .post-title { padding: 4px 0; margin: 0 0 0 10px; }
.content-inner .post-info { margin: 4px 0 20px 10px; }

.content-inner ul { padding: 4px 0; margin: 0 0 0 10px; }
	.content-inner ul li {
		padding: 1px 0 1px 10px;
		background: transparent url(img/li.png) no-repeat 0 5px;
		font-size: 1em;
		line-height: 1.3;
	}

/* Tags - Page des tags
-------------------------------------------------------- */

.content-inner ul.tags {
	position: relative;
	padding: 5px;
	margin: 8px 0 20px 0;
	overflow: hidden;
	height: 1%;
	font-size: 120%;
}
	.content-inner ul.tags:after{
		content:'[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.content-inner ul.tags li {
		/* display: inline; */
		display: block;
		float: left;
		margin: 4px;
		height: 18px;
		line-height: 18px;
		background: none;
	}
		.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
			color: #aaa;
			text-decoration: none;
			white-space: nowrap;
		}
		.content-inner ul.tags li a:hover { text-decoration: underline; }

/* Commentaires
-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; clear:both;}
	#comments h3, #pings h3, #comments-feed, #pr h3, #comment-form h3 {
		clear: left;
		padding: 5px 0;
		margin: 20px 0 10px 0;
		font-size:1.3em;
		text-align:right;
		border-bottom: 1px solid #373737;
	}
	
	#comments-feed { text-align: right; font-weight: bold; margin: 14px 0 8px 0; }
		#comments-feed a:link, #comments-feed a:visited {
			font-size: 0.8em;
			text-decoration: none;
			padding: 3px 0 3px 22px;
		}


#comments dl{}

#comments dt, #pings dt {
	padding: 10px 0 ;
}
	#comments dt a:link, #comments dt a:visited { color:#A9D06F; text-decoration: none; }
	#comments dt a:hover { }
	#pings dt a:link, #pings dt a:visited {color:#A9D06F; text-decoration: none; }
	#pings dt a:hover { }

	#comments dd, #pings dd, dd.comment-preview {
		margin: 0 0 8px 0;
		background-color:#141414;
		padding:5px 10px;
	}
	dd.comment-preview {
	}
	#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }
#comments dd h3, #pings dd h3 {border:none;text-align:left;margin:0;}
	#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover {font-weight:bold; color:#D7D7D7;  }
	#comments dd.me { }

	 .comment-number, .ping-number{
		font-weight: bold;
		font-size: 1.4em;
	}

#ping-url {
	padding: 5px;
	margin: 30px 0;
	text-align: right;
}


.error {
	border: 2px solid red;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	background: #FFCCCC;
	font-weight: bold;
}

.message {}

.pagination {
border-top:1px solid #373737;
margin:20px 0;
padding:8px;
text-align:center;
 }

#navlinks {
	background-color:#242424;
	margin-bottom:20px;
	padding:8px;
	text-align: center;
}

/* Forms
-------------------------------------------------------- */
#comment-form { padding-top: 10px; }

#comment-form fieldset p { margin:10px 0; }
#comment-form fieldset p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }
#comment-form p.form-help { width: 60%; margin: 0 0 0 30%; font-style: italic; }

#comment-form p label { width: auto; }
#comment-form p.field label {
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em Arial,sans-serif;
	color: #141414;
	border: 1px solid #141414;
	padding: 1px 2px;
	font-size: 1em;	
	width: 68%;
}

#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}

#comment-form input.preview { 
margin-left: 134px; 
}
#comment-form input.preview, #comment-form input.submit {
	width: auto;
	background:none;
	border:none;
	color:#D7D7D7;
	text-transform: uppercase;
	font-weight:bold;
	font-size:0.9em;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	 color:#CBD7A8; }

/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	background:#161616;
		border-top:1px solid #2C2C2C;
		border-bottom:1px solid #2C2C2C;
				margin:20px auto;
		padding:20px 0;
		text-align:center;
}

#subcategories {
	margin: 0 0 1em 0;
	padding: 0.5em;
}
