/*
Theme Name: explainMe V2
Theme URI: http://www.explain-me.com/
Description: Th&eacute;me style "magazine" pour mon blog "explainMe".
Version: 0.1
Author: Boris Schadeck | infoTASH
*/

/*=========== GENERAL ============*/
/*====================================================================================*/

body {
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}
a {
	color: #B82349;
	text-decoration:none;
}
#page {
	width: 950px;
	margin: 10px auto;
}
/*=========== MENU ============*/
/*====================================================================================*/
ul.pagenav {
	background: #212020 url(images/blg-menu.png) repeat-x;
	height: 53px;
	margin: 0;
	line-height: 53px;
	text-align: center;
	font-size: 1.1em;
}
ul.pagenav li a {
	color: #FFFFFF;
}
ul.pagenav li a:hover {
}
ul.pagenav li {
	display: inline;
	list-style: none;
	height: 35px;
	line-height: 35px;
	font-size: 1.2em;
	padding: 5px;
	margin: 0 5px;
}
ul.pagenav li:hover {
	background-color: #73b2bb;
}
/*=========== HEADER ==========*/
/*====================================================================================*/

#header {
	width: 950px;
	margin: 0 auto;
}
#header #titre {
	margin: 30px 0;
}
#header #logo a {
	display:block;
	width: 247px;
	height: 83px;
	background:url(images/logo-explainme.png) #FFFFFF;
	margin: 0 5px 0 200px;
	padding: 0;
	border: none;
	overflow: hidden;
	text-indent: -3000px;
	float: left;
}
#header a {
	text-decoration: none;
}
#header h1 a {
	color: #019EC5;
}
#header #description {
	font-size: 0.8em;
	font-style: italic;
	height: 83px;
	line-height: 83px;
	color: #919182;
}
/*---------- Abonnement aux flux RSS  --------*/
/*--------------------------------------------------------------*/


/*========== INDEX ==========*/
/*====================================================================================*/
#accueil {
	overflow: auto;
	margin: 0 0 30px 0;
	background: url(images/bkg-accueil.png) no-repeat center;
	height: 306px;
}
#accueil img.img-index {
	float:left;
	margin: 25px 10px 0 10px;
	border: #F0F0EB solid 4px;
}
#accueil p.text-index {
	text-align: justify;
	margin: 30px 50px 20px 0;
}
#accueil, #content {
	width: 644px;
}
/*----------- recent forum -------------*/
/*------------------------------------------------------------------------------------*/

/*----------- bientot -------------*/
/*------------------------------------------------------------------------------------*/
#bientot {
	float: right;
	width: 265px;
	margin: 25px 0 0 0;
}
.last-soon {
	width: 130px;
	height: 50px;
	background: url(images/last-soon.png) no-repeat top left;
	margin: 0;
}
#bientot h3 {
	display: none;
}
#bientot ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bientot ol li {
	margin: 0 0 10px 0;
}
#bientot strong {
	display: block;
	font-size: 0.9em;
	color: #c12467;
}
#bientot a.more-link {
	margin: 15px 5px 5px 100px;
}
/*========== CONTENT ==========*/
/*====================================================================================*/

/*=== UNIQUEMENT SUR L'INDEX ==========================*/
.home {
	background: url('images/last-post.png') no-repeat top left;
}
.home .post {
	border-left: #deded9 solid 4px;
	padding: 0 0 0 10px;
	margin: 0 0 0 50px;
}
.last-post {
	width: 230px;
	height: 50px;
	background: url(images/last-post.png) no-repeat;
}

.infosAccueil {
	display:block;
	border:#73B2BB 2px solid;
	background:#E2ECEE;
	padding:10px;
	margin:15px;
	text-align:justify;
}
/*=== UNIQUEMENT SUR L'INDEX ==========================*/

a.more-link {
	font-style: italic;
	text-decoration: none;
	margin: 10px 0 10px 485px;
}
#head-content, #foot-content {
	width: 644px;
	height: 23px;
}
#head-content {
	background: url(images/border-head-content.png) no-repeat right;
}
#foot-content {
	background: url(images/border-foot-content.png) no-repeat right;
}
#content {
	float: left;
	margin: 0 0 10px 0;
	color: #212020;
	background: url(images/border-post.png) transparent repeat-y right;
}
#content .post {
	margin: 0 50px 50px 10px;
}
#content .post .post_content {
/*padding: 0 15px 0 15px;*/
}
/*---------- titre de l'article -----------*/
/*--------------------------------------------------------------*/
#content .post h2 {
	height: 60px;
	/*line-height: 60px;*/
  padding: 5px 0 0 5px;
	margin: 0;
	font-size: 1.3em;
}
#content .post h2 a {
	color: #b73801;
	text-decoration: none;
}
#content .post img.thumb {
	float:left;
}
/*--------- dates -------*/
/*--------------------------------------------------------------*/
#content .post p.date {
	color: #8cac3d;
}
/*---------- Spécifications à l'interieur des articles ----------*/
/*--------------------------------------------------------------*/

#content .post p {
	margin: 10px 0 10px 0;
	text-align:justify;
}
#content .post blockquote {
	margin: 22px 0 22px 22px;
	padding: 4px 10px 4px 10px;
	border-left: 4px solid #b82349;
	background:#E1ECEC url(images/quote.jpg) no-repeat;
}
/*---------- Listes non numérotées ----------*/
/*--------------------------------------------------------------*/
#content .post ul li {
	list-style: inside;
}
#content .post ul li ul li {
	list-style: circle;
}
/*---------- Listes numérotées ----------*/
/*--------------------------------------------------------------*/
#content .post ol li {
	list-style:decimal;
}
#content .post ol li ol li {
	list-style:lower-latin;
}
/*---------- Les liens ----------*/
/*--------------------------------------------------------------*/
#content .post a {
	color: #b73801;
	text-decoration: none;
}
#content .post a:hover {
	color: #019EC5;
}
/*---------- Menu pour naviguer dans les dossiers ----------*/
/*--------------------------------------------------------------*/
#content .post fieldset.dossier-nav {
	border:none;
	background:url(images/fond_nav_dossier.png) no-repeat;
	padding:0;
	width:550px;
	height:33px;
	line-height: 33px;
	margin:5px auto 5px auto;
}
.series-nav-left {
}
/*---------- Listes de télchargements des PDF ----------*/
/*--------------------------------------------------------------*/
#content ul.dowload-PDF {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#content ul.dowload-PDF li {
	display: block;
	width: 570px;
	height: 30px;
	line-height: 30px;
	margin: auto 0 0 0;
	padding: 0 0 0 15px;
	color: #000000;
	background: #FFFFFF;
	border-bottom: #E1E1DC dashed 1px;
}
#content ul.dowload-PDF li a {
	text-decoration: none;
	color: #019EC5;
}
#content ul.dowload-PDF li a:hover {
	color: #b82349;
}
#content ul.dowload-PDF li:hover {
	background: #F0F0EB;
}
#content ul.dowload-PDF li span.stat-download {
	float: right;
	margin: -30px 10px 0 0;
}
/*---------- Les images ----------*/
/*--------------------------------------------------------------*/

#content .post img {
	margin: 10px;
}
#content .post .post-ratings img {
	margin: 0;
}
#content .post a img {
	border: #F9F9F9 solid 5px;
}
#content .post a:hover img {
	border: #F0F0EB solid 5px;
}
/*---------- Post meta ----------*/
/*--------------------------------------------------------------*/
#content .post .postmetadata {
	margin:10px 0 0 0;
}
#content .post .postmetadata p {
	margin:0;
	padding: 0 0 0 15px;
	height: 25px;
	line-height: 25px;
	color: #000000;
	border-top: #deded9 dotted 2px;
}
#content .post .postmetadata p a {
	text-decoration: none;
	color: #019EC5;
}
#content .post .postmetadata a:hover {
	color: #b73801;
}
#content .post .postmetadata p.cat {
	background: url(images/tag.png) no-repeat left center;
	padding: 0 0 0 25px;
}
#content .post .postmetadata p.com {
	background: url(images/comments.png) no-repeat left center;
	padding: 0 0 0 25px;
}
.rouge {
	color: #b73801;
}
.post-ratings {
	margin: 5px 0 0 0;
}
#content .post .postmetadata .post-ratings p {
	border: none;
}
.post-ratings p, .post-ratings p.infos, .post-ratings-loading p, .post-ratings-loading p.infos {
	border: none;
}
p.infos {
	border:none;
}
.back-top {
	margin: 30px 75px 30px 595px;
	width: 27px;
	height: 29px;
	line-height: 29px;
	text-indent: -85px;
	background: url(images/back-top.png) no-repeat;
}
.back-top a {
	color: #8cac3d;
	font-style: italic;
}
.back-top a:hover {
	color: #000000;
}
/*---------- Articles en rapport ----------*/
/*--------------------------------------------------------------*/

.other-articles {
	width: 250px;
	height: 50px;
	background: url(images/other-articles.png) no-repeat;
}
#related-posts {
	margin: 0 0 15px 0;
}
#related-posts ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#related-posts ul li {
	display: block;
	width: 580px;
	height: 30px;
	line-height: 30px;
	margin: auto 0 0 0;
	padding: 0 0 0 15px;
	color: #000000;
	background: #FFFFFF;
	border-bottom: #E1E1DC dashed 1px;
}
#related-posts ul li a {
	text-decoration: none;
	color: #c12467;
}
#related-posts ul li a:hover {
	color: #019EC5;
}
#related-posts ul li:hover {
	background: #F0F0EB;
}
/*---------- Commentaires ----------*/
/*--------------------------------------------------------------*/
.last-comments {
	width: 230px;
	height: 50px;
	background: url(images/last-comments.png) no-repeat;
}
.comment-templates {
	width: 560px;
}
h3#comments {
	font-size: 1.3em;
	color: #8cac3d;
	margin: 20px 0 0 0;
	padding: 0;
}
/*--- ADD COMMENT ---*/
.add-comment {
	margin: 4px 0 0 0;
	padding: 0;
}
.add-comment a {
	padding: 2px 0 2px 20px;
	background: url(images/add.png) no-repeat 0% 50%;
	font-size : 1em;
	color: #38302b;
	text-decoration: none;
	border: none;
}
.add-comment a:hover {
	color: #919182;
	text-decoration: none;
}
/*--- COMMENTS LIST ---*/
ol.commentlist {
	font-size: 2em;
	color: #c8c8bf;
	margin: 0 40px 0 -40px;
	list-style-position: inside;
}
ol.commentlist li.comment {
	margin: 20px 0;
	overflow: auto;
	background: #eeeeec;
	position:relative;
	min-height: 150px;
}

.comment-author, .comment-meta {
	border-bottom: #c8c8bf solid 3px;
	height: 70px;
}

.comment-author-admin .comment-author, .comment-author-admin .comment-meta {
	border-bottom: #8cac3d solid 3px;
	height: 70px;
}

.comment-author, .comment-meta {
	font-size: 0.6em;
	background: #f9f9f8;
}

/* reponse sur comment admin */
/*-- NON admin --*/
.comment-author-admin ul.children li .comment-author, .comment-author-admin ul.children li .comment-meta {
	border-bottom: #c8c8bf solid 3px;
	height: 70px;
}

/*--- ADMIN ---*/
.comment-author-admin ul.children li.comment-author-admin .comment-author, .comment-author-admin ul.children li.comment-author-admin .comment-meta {
	border-bottom: #8cac3d solid 3px;
	height: 70px;
}

.comment-author {
	float: left;
	color:#f9f9f8;
}
.vcard {
	float: left;
	background: #f9f9f8;
}
.vcard a:hover {
	color: #000000;
}
.comment-meta {
	line-height: 120px;
	font-size: 0.4em;
	color: #000000;
}
.comment-meta a {
	color: #000000;
}
.vcard .avatar {
	margin: 10px;
}
.fn {
	padding: 0 10px 0 10px;
	background: #f9f9f8;
	color:#000000;
}
.says {
	display: none;
}
.reply {
	font-size: 0.6em;
	margin: 10px;
}
.comment p, .pingback p {
	color: #000000;
	font-size:0.5em;
	margin: 10px;
	text-align: justify;
}
ul.children {
	list-style: none;
}

/*--- nabigation pages commentaires --*/
.navigation {
display: block;
text-align: center;
margin: 10px 60px 60px 0;
}

.alignright {
float: right;
}
.alignleft {
float: left;
}

/*---------- Formulaire pour poster un commentaire ----------*/
/*--------------------------------------------------------------*/

#respond {
	margin: 0;
	padding: 40px 0 0 0;
	clear: both;
	color: #888888;
}
#respond h3 {
	font-size: 1.3em;
	color: #8cac3d;
	margin: 20px 0 0 0;
	padding: 0;
}
#respond textarea {
	width: 600px;
}
#respond input, #respond textarea {
	background: #FFFFFF;
	border: #8cac3d solid 1px;
}
#respond input:hover, #respond textarea:hover {
	background: #f7f7ee;
}
/*========== SIDEBAR ===========*/
/*====================================================================================*/
.sidebar {
	float: right;
	width: 260px;
	background:#FFFFFF;
	margin: 0 0 15px 0;
}
.sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.sidebar ul h2 {
	height: 30px;
	line-height: 30px;
	font-size: 1.5em;
	font-weight: normal;
	color: #919182;
	border-left: #919182 solid 3px;
	padding: 0 5px 0 10px;
	margin: 0;
}
.sidebar ul li ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: auto 0 0 0;
	padding: 0 0 0 15px;
	color: #019EC5;
	border-bottom: #E1E1DC dashed 1px;
}
.sidebar ul li ul li a {
	text-decoration: none;
	color: #019EC5;
}
.sidebar ul li ul li a:hover {
	color: #b82349;
}
.sidebar ul li ul li:hover {
	background:#F0F0EB;
	color: #b82349;
}
/*---------- Abonnements aux flux RSS  --------*/
/*--------------------------------------------------------------*/
#last-rss {
	width: 100px;
	height: 30px;
	background: url(images/last-rss.png) no-repeat;
}
a.rss-articles, a.rss-comments {
	height: 60px;
	line-height: 60px;
	padding-left:50px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.rss-articles {
	background: url(images/rss-articles.png) no-repeat;
}
a.rss-comments {
	background: url(images/rss-commentaires.png) no-repeat;
}
/*---------- Formulaire de recherche  --------*/
/*--------------------------------------------------------------*/
#search-2 {
	margin: 30px 0;
	padding: 0;
	background: url(images/search_bkg.png) no-repeat 0% 0%;
	width: 250px;
	height: 28px;
}
#search-2 #s-text {
	margin: 0;
	padding: 0;
	float: left;
}
#s {
	margin: 5px 0 0 5px;
	padding: 0 0 0 8px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1em;
	width: 175px;
	border: 0;
	color: #acacac;
	background: #f0f0eb;
}
#search-2 #s-submit {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}
#searchsubmit {
	list-style:none;
	margin: 0;
	padding: 0;
	background: url(images/search_submit.png) no-repeat 0% 0%;
	width: 27px;
	height: 22px;
	border: 0;
}
#search-2 label {
	display: none;
}
/*---------- Nuage de tags ----------*/
/*--------------------------------------------------------------*/
.st-tag-cloud {
	margin: 15px;
}
/*.st-tag-cloud a {
	display: block;
}*/

/*---------- Calendrier ----------*/
/*--------------------------------------------------------------*/
.sidebar ul li#calendar caption {
	margin: 5px 0 0 0;
	color: #b82349;
}
.sidebar ul li#calendar table#wp-calendar {
	width: 200px;
	margin: 5px auto 10px auto;
}
.sidebar ul li#calendar table#wp-calendar tr th {
	color: #019EC5;
}
.sidebar ul li#calendar table#wp-calendar tr td {
	background: #F0F0EB;
	text-align:center;
	border: #FFFFFF solid 1px;
}
.sidebar ul li#calendar table#wp-calendar tr td:hover {
	background: #F9F9F9;
}
.sidebar ul li#calendar table#wp-calendar tfoot tr td {
	background: #FFFFFF;
	text-align:center;
}
/*======= FOOTER ======*/
/*====================================================================================*/

/*---------- general ----------*/
/*--------------------------------------------------------------*/
#footer {
	font-size: 1.1em;
	background: #212020 url(images/bkg-footer.png) repeat-x;
	margin: 0;
	padding: 15px 0 0 0;
	clear: both;
	height:500px;
	text-align:center;
}
#footer img {
	border: none;
	color: #FFFFFF;
}
#footer #footer-content {
	width: 950px;
	margin: 0 auto 0 auto;
}
#footer #recent-post, #footer #recent-comments {
	float: left;
	width: 300px;
	text-align:left;
	color: #c8c8bf;
	margin: 0 20px 0 0;
	font-style: italic;
}
#footer h2 {
	display: block;
	height: 35px;
	line-height: 35px;
	background: #919182;
	font-size: 1.4em;
	padding: 0 0 0 5px;
	font-weight: normal;
	border-left: solid 4px;
	color: #000000;
	font-style: normal;
}
#footer ul li {
	list-style-type: none;
}
#footer #recent-post span, #footer #recent-comments span {
	font-size: 0.7em;
	font-style: italic;
}
#footer #recent-post ul, #footer #recent-comments ul, #footer #copyright ul {
	margin: 0;
	padding:0;
}
#footer #recent-post ul li, #footer #recent-comments ul li {
	margin: 0 0 20px 10px;
}
#footer a {
	text-decoration: none;
}
#footer #recent-post a:hover, #footer #recent-comments a:hover, #footer #copyright a:hover {
	color: #FFFFFF;
}
/*---------- recent-post ----------*/
/*--------------------------------------------------------------*/
#footer #recent-post h2 {
	border-left-color: #8cac3d;
}
#footer #recent-post a {
	color: #8cac3d;
}
/*---------- recent-post ----------*/
/*--------------------------------------------------------------*/

#footer #recent-comments h2 {
	border-left-color: #b73801;
}
#footer #recent-comments a {
	color: #b73801;
}
#footer #recent-comments .cat {
	color: #919182;
}
/*---------- copyright ----------*/
/*--------------------------------------------------------------*/
#footer #copyright {
	margin: 0;
	text-align:left;
	width: 280px;
	float: left;
	color: #FFFFFF;
	padding: 0 0 0 20px;
}
#footer #copyright h2 {
	border-left-color: #73b2bb;
	margin-left: -20px;
}
#footer #copyright a {
	color: #73b2bb;
}
#footer #copyright ul li {
	margin: 0 10px 0 0;
}
.wp-smiley, .post_content .wp-smiley {
	padding:0;
	margin:0 5px;
	width: 15px;
	height: 15px;
}
/*======= PAGES ======*/
/*====================================================================================*/

/*---------- Page de liens ----------*/
/*--------------------------------------------------------------*/
.colones {
	overflow: auto;
}

.colone, .colone-gauche {
	width: 250px;
	margin: 20px;
}

.colone-gauche {
	float:left;
}

.colone h3, .colone-gauche h3 {
	height: 30px;
	line-height: 30px;
	width: 255px;
	font-size: 1.2em;
	color: #919182;
	background: #F0F0EB;
	text-align: center;
	margin: 0;
	padding: 0;
}

.colone ul, .colone-gauche ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.colone li, .colone-gauche li {
	display: block;
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin: auto 0 0 0;
	padding: 0 0 0 15px;
	color: #019EC5;
	border-bottom: #E1E1DC dashed 1px;
}

.colone li:hover, .colone-gauche li:hover {
	background:#F0F0EB;
}

.colone li a, .colone-gauche li a {
	text-decoration: none;
	color: #73B2BB;
}

.colone li a:hover, .colone-gauche li a:hover {
	color: #B73801;
}

/*--- TWITTER ---*/
/*-------------------------------------*/
.twit img {
	border:none;
	margin:10px 50px; 
}

.twit-p {
	width:200px;
	text-align:justify;
	color:#39F;
}