/* -------------------------------------------------------- 
	RedWave
	design code icones :
	http://www.jibhaine.fr
	smileys:
	Licence Creative Commons (by-nc)
-------------------------------------------------------- */


/* GENERAL -------------------------------------------------------- */

* {font-family:Arial, Helvetica;font-size:13px;margin: 0; padding: 0; border: 0; }

body {
	background: #666;
	font: 0.7em Arial,sans-serif;
}
html,body {
	height: 100%;
	width: 100%;
}
img{	border:none;}

ul { list-style: none; }
ul li { list-style: none; }

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

/* police des titres */
#top h1 a, .post-title, .post-title a , #comments h3,
#comment-form h3, #pings h3, #attachments h3 ,#sidebar h3 ,#sidebar h2,#sidebar label{ font-family:"BitStream Vera Sans",Arial, sans-serif;font-weight:100;}

/* Page -------------------------------------------------------- */
#page {
	width: 779px;
	margin: 15px auto;
	margin-bottom:15px;
	position: relative;
	background: #DDD url(images/fond.png) repeat-y left top;
}


/* Header-------------------------------------------------------- */
#top {
	height:180px;
	width: 779px;
	background: transparent url(images/header.png) no-repeat left top;
	margin-bottom:15px;
	position:relative;
}
#top h1 { top:50px;left:360px;position:absolute }
#top a:link, #top a:visited, #top a:hover { font-size:24px;color: #CC0000; text-decoration: none; }


/* Prelude-------------------------------------------------------- */
#prelude {
	position: absolute;
	top: 8px;
	right: 18px;
	color: #CCCCCC;
	text-align: center;
}
	#prelude a:link, #prelude a:visited {
		color: #CCCCCC;
		text-decoration: none;
	}
	#prelude a:hover,#prelude a:focus, #prelude a:active  { text-decoration: underline; }


/* Wrapper-------------------------------------------------------- */
#wrapper {
	background-color:#DDDDDD;
	width: 779px;
	margin: 0 auto 10px auto;
}


#main {
	width: 520px;
	float: left;
	margin-left:15px;
}

#sidebar {
	width: 230px;
	float: right;
	margin-right:5px;
}


/* Sidebar-------------------------------------------------------- */
#sidebar h2{
	color: #CC0000;
	font-size: 15px;
	background: url(images/titre_sidebar.png) no-repeat;
	padding-left:30px;
	padding-top:5px;
	width:193px;height:25px;
}
h2 label{font-size: 15px;}
#sidebar h3 { color: #660000; padding: 4px 0px 0 20px; font-size: 1em; }

#sidebar ul, #blogextra li { padding: 0 0 4px 0; }
#sidebar li, #blogextra li {
	padding: 3px 4px 3px 20px;
}
#sidebar fieldset{ padding: 0 0 4px 20px; }

	input[type=text],textarea{
		color: #000;
		width: 150px;
		border: 1px solid #000;
		padding: 1px 2px;
		font-size: 1em;
	}
	select {
		width: 150px;
		border: 1px solid #000;}
	input[type=submit],input[type=reset] {
		color: #000;
		background:#999 url(images/titre_post.png) no-repeat center center;
		font-size: 1em;
		text-transform: uppercase;
		border:1px solid #000;
	}
	input[type=submit]:hover {
		background:#CCC url(images/titre_post.png) no-repeat center -3px;
		color: #000; border: 1px solid #000; }


#topnav {
	color: #999;
	margin: 0px 0px 15px 20px;
}
	#sidebar #topnav ul { margin: 0; padding: 0; }
	#sidebar #topnav li {
		margin:0;padding:0;
		display: inline;
		background: none;
	}


	#sidebar .tags ul {
		margin: 5px 10px 0px 20px;
		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: 3px 0 3px 24px; font-weight:100;background: transparent url(images/tag.png) no-repeat 0 50%; }
		#sidebar .tags p {text-align:right;padding:0px 15px 10px 0px;}


.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 {line-height: 1.5em;padding:0 0 0 19px;width:470px;text-align:justify;}

.post-content p, .post-excerpt p {}

.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: #DDDDDD;
	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 1px;
	}
.post-content ol, .post-excerpt ol { padding: 14px 0; margin: 0 0 0 28px; }
	.post-content ol li, .post-excerpt ol li { padding: 1px 0; }

.post-content blockquote, .post-excerpt blockquote { 
	border: 1px dashed #999999; 
	margin: 4px 0 4px 5px; 
	padding: 0 5px; }
.post-content blockquote em, .post-excerpt blockquote em {}

/* Classes -------------------------------------------------------- */
.day-date {
display:none;
}

a.feed {}

.post { color: #000; }
/*style titres*/
.post-title , #comment-form h3,	#comments h3, #pings h3, #attachments h3, #notes h3{
	color: #CC0000;
	background: url(images/titre_post.png) no-repeat;
	padding-left:40px;
	padding-top:6px;
	width:462px;
	height:29px; 
	font-size: 18px;
}
.post-title a {	font-size: 18px; }

.post-info { color:#999999;padding-left:19px; }

.post-tags {
	padding-left: 19px ;
	position: relative;
	
}
	.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: #666;
			display: block;
			float: left;
			text-decoration: none;
			background: transparent url(images/tag.png) no-repeat 0 50%;
			padding: 2px 8px 2px 24px;
			white-space: nowrap;
		}
		.post-tags li a:hover { text-decoration: underline; }

.post-info-co {
	text-align:center;
	border: 0;
	padding: 5px;
	margin: 0 0 26px 0;
}
	.post-info-co a:link, .post-info-co a:visited {
		text-decoration: none;
		padding: 0px 10px 4px 27px;
	}
	.post-info-co a:hover { text-decoration: underline; }
	
	.comment_count {
		background: transparent url(images/comments.png) no-repeat 0 50%;
	}
	.ping_count {
		background: transparent url(images/ping.png) no-repeat 0 50%;
	}
	.attach_count {
		background: transparent url(images/attach.png) no-repeat 0 50%;
	}

.read-it {
	font-weight: bold;

	padding:10px 0;
	text-align: right;
}

#attachments {
}
	#attachments * {  }
	#attachments ul { padding: 4px 0; }
	#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 {
	border: 1px solid #900;
	padding: 5px 0;
	margin: 6px 0 25px 0;
}

	.footnotes p { padding: 4px 10px; }


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


#content-info h2 { font-size: 1.4em;}
#content-info p { padding: 4px 0; font-size: 1em;text-align:center;}

a.feed:link, a.feed:visited {
	padding: 4px 0 4px 24px;
	background: transparent url(images/feed.png) no-repeat 0 50%;
}
#content-info p a.feed:hover {}
.content-inner{position:relative;width:470px;}
.content-inner .day-date { float: right; display:block;}
.content-inner .post-title { padding:0;margin:0; background:none;height:auto; }
.content-inner .post-info { padding:0;margin:0 0 15px 0;}
.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 {
			text-decoration: none;
			white-space: nowrap;
		}
		.content-inner ul.tags li a:hover { text-decoration: underline; }
		.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active {  }



/* Commentaires-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; }
	#comments-feed, #pr h3 {
		clear: left;
		background: #DDD;
		padding: 5px;
		margin: 20px 0 8px 0;
		font-size: 1.2em;
	}
	#pr h3 { color: #666666; margin: 30px 0 8px 0; }
	
	#comments-feed { text-align:center; margin: 14px 0 8px 0; }
		#comments-feed a:link, #comments-feed a:visited {
			font-size: 0.8em;
			text-decoration: none;
			background: transparent url(images/feed.png) no-repeat 0px 50%;
			padding: 3px 0 3px 24px;
		}
		#comments-feed a:hover { text-decoration: underline; }

#comments dl{
	padding-left:19px;width:470px;}

#comments dt, #pings dt {
	position: relative;
	display: block;
	padding-top:10px;
}
	#comments dd, #pings dd, dd.comment-preview {
		border-left: 1px solid #900;
		background: #EEE;
		padding: 5px;
		margin: 0 0 8px 0;
		line-height: 1.2;
	}
	#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: #900; }
	#comments dd.me { border-left: 2px solid #900;color: #900;background-color: #FFF; }

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

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


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

.message {color:#900;font-weight:bold;text-align: center;}

.pagination {
	padding: 5px;
	margin: 0 0 30px 0;
	text-align: center;
}
#navlinks {
	padding: 5px;
	text-align: center;
}

/* 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 {
	color: #000;
	border: 1px solid #666;
	padding: 1px 2px;
	width: 60%;
}

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

/*  Footer-------------------------------------------------------- */
#footer {
	width: 779px;
	height:24px;
	background: #666 url(images/footer.png) no-repeat ;
	padding-top:24px;
	clear: both;
}
#footer p {
	width: 779px;
	margin: 0 auto;
	color: #999999;
	text-align: center;
	font-weight: bold;
}
