/*
# ***** BEGIN LICENSE BLOCK *****
#
# LoadFoo 2
# Theme by Mxlweb / PingFoo
# License: public domain
#
# ***** END LICENSE BLOCK *****
*/

* { margin: 0; padding: 0; border: 0; }

body {
	background: #FFF url(img/top_bg.png) repeat-x;
	font:0.7em Verdana, Arial, sans-serif;
}

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

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

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

/* Header
-------------------------------------------------------- */
#top {
	width: 732px;
	/*background: transparent url(img/top.jpg) no-repeat left bottom;*/
	padding: 30px 34px 46px 0;
	margin: 0 auto;
	
}
	#top h1 {font-size: 2em;
	font-weight:normal;
	letter-spacing: 2px;
	 }
	#top a:link, #top a:visited, #top a:hover { color: #FFF; text-decoration: none; }

/* Prelude
-------------------------------------------------------- */
#prelude {
	width: 320px;
	position: absolute;
	top: 0;
	right: 5px;
	padding: 6px 0 0 0;
	color: #CAE4FC;
	text-align: center;
}
	#prelude a:link, #prelude a:visited {
		font-size: 0.9em;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#prelude a:hover { text-decoration: underline; }

/* Wrapper
-------------------------------------------------------- */
#wrapper {
	width: 770px;
	margin: 0 auto 10px auto;
}

#main {
	width: 474px;
	float: left;
}

#sidebar {
	width: 272px;
	float: right;
}

/* Sidebar
-------------------------------------------------------- */
#blognav div{
	background: #F6F9FB;
	padding:10px 10px 15px 10px;
	margin:0 0 10px 0;
	}
#sidebar img {max-width:272px;}
#sidebar h2 {
	color: #005D99;
	font-size: 1em;
	font-weight: bold;
	margin:0 0 5px;
}
#sidebar h3 { color: #005D99; padding: 4px 8px 0 8px; font-size: 1em; }

#sidebar a:link, #sidebar a:visited { text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }
#blogextra a:link, #blogextra a:visited { text-decoration: none; }
#blogextra a:hover { text-decoration: underline; }

#sidebar ul, #blogextra li { padding: 0 0 4px 0; }
#sidebar li, #blogextra li {
	background: transparent url(img/sidebar_li.png) no-repeat 10px 6px;
	padding: 3px 4px 3px 20px;
}

#sidebar p, #blogextra p { padding: 0 0 4px 10px; }
	#search fieldset p { padding-left: 8px; }
	#search #q {
		color: #005D99;
		width: 180px;
		border: 1px solid #CDCDCD;
		padding: 1px 2px;
		font-size: 1em;
	}
	#search .submit {
		color: #005D99;
		background: #F6F9FB;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		border: 1px solid #FFF;
	}
	#search .submit:hover { background: #005D99; color: #FFF; border: 1px solid #005D99; }

#topnav {
	color: #005D99;
	font-size: 0.9em;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-transform: uppercase;
}
	#sidebar #topnav ul { margin: 0; padding: 0; }
	#sidebar #topnav li {
		display: inline;
		background: none;
		margin: 0;
		padding: 0;
	}
	#sidebar #topnav a{
	color: #005D99;
	}

	#sidebar .syndicate li {
		margin: 0 4px 0 11px;
		background: transparent url(img/rss.png) no-repeat 0px 50%;
		padding: 5px 4px 5px 22px;
	}

	#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: #333; /*#005D99;*/ }
			
		#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { padding: 0 0 0 18px; background: transparent url(img/tags.png) no-repeat 0 -2px; }
		#sidebar .tags p strong a:hover {}


.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%; }

#sidebar .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}
/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
	padding: 15px 0 0 0;
	line-height: 1.5em;
	text-align:justify;
}

.post-content p, .post-excerpt p { padding: 4px 0; }
.post-excerpt p img, .post-content p img {
  max-width:474px;
}
.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: 10px 5px;
	margin: 6px 0;
}

.post-content h3, .post-excerpt h3 { padding: 4px 0; font-size: 1.2em; color: #666; }
.post-content h4, .post-excerpt h4 { padding: 4px 0; font-size: 1.1em; color: #666; }
.post-content h5, .post-excerpt h5 { padding: 4px 0; font-size: 1.0em; color: #666; }

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

.post-content blockquote, .post-excerpt blockquote { 
  padding: 10px; 
  margin:10px 0;
  		background-color: #FBFFE6;
	color: #93B300; 
}
/* Classes
-------------------------------------------------------- */
.day-date {
	color: #93B300;
	border-bottom: 1px solid #CFCFCF;
	padding: 5px 0;
	margin: 0 0 10px -100px;
	clear: left;
	letter-spacing: 1px;
}

.post { color: #000; 
margin:0 0 20px;
}

.post-title { color: #9f9f9f; padding: 10px 0 4px 0; font-size:15px; }
	.post-title a:link, .post-title a:visited { color: #9f9f9f; text-decoration: none; }
	.post-title a:hover {color:#445300; }

.post-info { font-style: italic; 
color: #9f9f9f;
font-size:0.9em;
}

.post-tags {
	position: relative;
	border: 0;
	background: #F6F9FB;
	padding: 5px;
	margin: 8px 0 0 0;
	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: #005D99;
			display: block;
			float: left;
			text-decoration: none;
			background: transparent url(img/tag.png) no-repeat 0 0;
			padding: 2px 8px 2px 18px;
			white-space: nowrap;
		}
		.post-tags li a:hover { text-decoration: underline; }

.post-info-co {
	border-top: 1px solid #CFCFCF;
	margin:20px 0;
	text-align:right;
	padding:4px 0;
}
	.post-info-co a:link, .post-info-co a:visited {
		text-decoration: none;
		padding: 0 5px;
		color: #93B300;
	}
	.post-info-co a:hover { text-decoration: underline; }
	
.read-it {
	font-weight: bold;
	padding: 0 0 10px 0;
	clear: left;
	color: #93B300;
}

#attachments {
	clear: left;
}
	#attachments * { color: #005D99; }
	#attachments ul { padding: 8px; 
	background: #F6F9FB;
	}
	#attachments li {
		margin: 0 0 0.6em 0;
		padding: 2px 10px 2px 18px;
		background: transparent url(img/attach.png) no-repeat 0 50%;
	}
	#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 {
		color: #93B300;
		
	}
	.footnotes p { padding: 4px 10px; }

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

.content-inner h3 {
	font-size: 1em;
	color: #93B300;
	border-bottom: 1px solid #CFCFCF;
	padding: 5px 0;
	margin: 0 0 10px -100px;
}

#content-info h2 { color: #9f9f9f; font-size:15px }
#content-info p { padding: 4px 0; font-size: 1em; }

#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 4px 0 4px 22px;
	background: transparent url(img/rss.png) no-repeat 1px 3px;
}
#content-info p a.feed:hover {}

.content-inner .day-date { text-align: left; }
.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;
		color:#808080;
	}

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

.content-inner ul.tags {
	position: relative;
	padding: 5px;
	margin: 8px 0 20px 0;
	overflow: hidden;
	height: 1%;
	font-size: 120%;
	background: #F4FFBF;
	color: #93B300;
}
	.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: 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: #93B300;
			text-decoration: none;
			white-space: nowrap;
		}
		.content-inner ul.tags li a:hover { text-decoration: underline; }

/* Commentaires
-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; }
	#comments h3, #pings h3, #comment-form h3, #pr h3, #attachments h3 {
		clear: left;
		padding: 5px;
		margin: 20px 0 10px -100px;
		font-weight:normal;
		letter-spacing: 1px;
		color: #93B300;
		border-bottom: 1px solid #CFCFCF;
	}
	

	#comments-feed { text-align: right; margin: 30px 0 8px 0;  letter-spacing: 1px;
		color: #C0C0C0;}
		#comments-feed a:link, #comments-feed a:visited {
			text-decoration: none;
			background: transparent url(img/rss.png) no-repeat 0px 50%;
			padding: 3px 0 3px 22px;
			color: #C0C0C0;
		}
		#comments-feed a:hover { text-decoration: underline; }

#comments dl{}

#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 0;
}
	#comments dt a:link, #comments dt a:visited { color: #005D99; text-decoration: none; }
	#comments dt a:hover { text-decoration: underline; }
	#pings dt a:link, #pings dt a:visited { color: #3C8FD1; text-decoration: none; }
	#pings dt a:hover { text-decoration: underline; }

	#comments dd, #pings dd, dd.comment-preview {
		border: 1px solid #E1E1E1;
		background: #F6F9FB;
		padding: 10px;
		margin: 0 0 8px 0;
		font-size: 1.1em;
		line-height: 1.4;
	}
	#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }

	#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #93B300; }
	#comments dd.me { color: #93B300;  background: #F4FFBF; font-weight:bold; border: 1px solid #AFBF60;}

	.comment-number , .ping-number{
		color: #CCC;
		font-weight: bold;
		font-size: 1.4em;
	}
	.comment-number a, .ping-number a{
	color:#CCCCCC;
	}

#ping-url {
	padding: 10px;
	margin: 15px 0;
	font-weight: bold;
	text-align: center;
	color: #93B300;  background: #F4FFBF;
}

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

.pagination {
	background: #F4FFBF;
	padding:10px;
	clear: left;
	margin: 0 0 30px 0;
	text-align: center;
	color: #B6C27C;
	font-weight: bold;
}
	.pagination a:link, .pagination a:visited { color: #93B300; text-decoration: none; }
	.pagination a:hover { text-decoration: underline; }

#navlinks {
		background: #F4FFBF;
	padding:10px;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #B6C27C;
	font-weight: bold;
}
	#navlinks a:link, #navlinks a:visited { color: #93B300; text-decoration: none; }
	#navlinks a:hover { text-decoration: underline; }

/* Forms
-------------------------------------------------------- */
#comment-form { padding-top: 10px; }
#comment-form fieldset p { padding: 5px 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 {
	font-weight: bold;
	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: #005D99;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;	
	width: 60%;
}

#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;
	color:#93B300;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}
#comment-form input.preview:hover, #comment-form input.submit:hover { background: #F4FFBF; color: #93B300; border: 1px solid #93B300; }

/* Footer
-------------------------------------------------------- */
#footer {
	width: 95%;
	padding: 10px 0 20px 0;
	margin:50px auto 10px auto;
	clear: both;
	color: #9f9f9f;
	border-top:1px solid #CFCFCF;
	text-align:center;
	
}
		#footer p a:link, #footer p a:visited { color: #9f9f9f; text-decoration: underline; }
		#footer p a:hover { color: #93B300; text-decoration: none; }

.dc-category #content-info p img {
  max-width:454px;
}
#subcategories {
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}
