/* ************************************************
Baroque
- design & code : Walinette <www.thebeautyandthegeek.fr>
- tuning : Webmagicien 

Couleurs : 
- bordeaux : #520505
- lie de vin : #9C6565
- Gris anthracite : #242424
- Beige : #F4EAC8
- vert : #9EAE43
************************************************ */

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

body {
	background: #520505;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


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

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


/* Page
-------------------------------------------------------- */
#page {
	width: 910px;
	margin: 0 auto;
	position: relative;
	background: #9C6565 url(img/fond_billet.jpg) repeat-y;
}


/* Header
-------------------------------------------------------- */
#top {
	background: #9C6565 url(img/banniere.jpg) no-repeat left bottom;
	height: 191px;
	text-align: center;
	padding-top: 11px;
}
#top h1 { font-size: 3em; }
#top a:link, #top a:visited, #top a:hover { text-decoration: none; }


/* Prelude
-------------------------------------------------------- */
#prelude{
  position: absolute;
  top: 0;
  right: 10px;
  padding: 5px 0 0 0;
}
#prelude a:link, #prelude a:visited {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#prelude a:hover { text-decoration: underline; }

/* Wrapper
-------------------------------------------------------- */
#wrapper {
	margin: 0 0;
	}
#main {
	width: 570px;
	float: left;
}

#content{
  margin: 0;
  padding: 0 0 0 13px;
  background: transparent;
}
#sidebar {
	width: 330px;
	font-size: 1,2em;
	float: right;
	padding: 0 4px 0 0;
	background-color: #9C6565;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar h2 {
	color: #F4EAC8;
	background: transparent url(img/fleur_pourpre.jpg) no-repeat 0 0;
	font-size: 1.3em;
	font-weight: bold;
	border-width: 1px 0;
	padding: 2px 25px;
	margin: 0 0 5px 5px;
}
#sidebar h3 { color: #242424; padding: 4px 8px 0 25px; font-size: 1em; }

#sidebar a:link, #sidebar a:visited { color: #242424; text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }
#blogextra a:link, #blogextra a:visited { text-decoration: none; }
#blogextra a:hover { text-decoration: underline; }
#blogextra {
  padding: 0 0 79px 0;
  background: transparent url(img/bas_menu.jpg) no-repeat 0 80px;
}

#sidebar ul, #blogextra li { padding: 0 0 4px 0; }
#sidebar li, #blogextra li {
	padding: 3px 4px 3px 35px;
}
#sidebar p, #blogextra p { padding: 0 0 4px 10px; font-size:1,5em }

#sidebar .langs, #sidebar .tags, #sidebar .links, #blognav .text, #sidebar .categories, #sidebar .jarchives, #search, #sidebar .lastcomments, #related { 
  padding: 0 0 0 0; 
  margin: 0 0 10px 0;
}

/* Formulaire de recherche */
#search fieldset p { text-align: center; }
#search #q {
	color: #242424;
	width: 200px;
	border: 1px solid #242424;
	padding: 1px 2px;
	font-size: 1em;
}
#search .submit {
	color: #520505;
	background: #9C6565;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #520505;
}
#search .submit:hover { 
  background: #520505; 
  color: #9C6565; 
  border: 1px solid #520505; 
}

/*
#topnav {
	color: #005D99;
	font-size: 0.9em;
	background: #F00;
	border: 1px solid #696969;
	border-width: 1px 0;
	padding: 5px 5px 5px 8px;
	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;
}
*/

/* Liens vers les flux RSS */
#sidebar .syndicate li {
	margin: 0 4px 0 11px;
	background: transparent url(img/rss.gif) no-repeat 0px 50%;
	padding: 5px 4px 5px 22px;
}

/* MOTS CLES */
#sidebar .tags ul {
	margin: 5px 25px 10px 25px;
	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: #242424;  }
#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { 
  padding: 2px 0 2px 25px; 
  margin: 0 0 0 25px;
  background: transparent url(img/tags.jpg) 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%; }


/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
	padding: 4px 14px 0 4px;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.4em;
}
.post-content p, .post-excerpt p { padding: 4px 0; }
.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 h2, .post-excerpt h3 { padding: 4px 0; font-size: 1.3em; color: #666; }
.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 20px;
	background: transparent url(img/puce.jpg) no-repeat 0 2px;
}
.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 { 
  border-left: 4px solid #CDCDCD; 
  margin: 4px 0 4px 5px; 
  padding: 0 5px; 
}
.post-content blockquote em, .post-excerpt blockquote em {}

/* Classes
-------------------------------------------------------- */
.day-date {
	color : #9EAE43;
			font-weight: bold;
			font-size: 10px;
			background-image : url("img/fleur_beige.jpg");
			background-repeat : no-repeat;
			text-align : right;
			padding: 3px 30px 0 0;
			margin: 15px 0 0 0;
			background-position:98%;
            
}

a.feed {}
.post { color: #000; }

/* TITRE */
.post-title { 
  color: #520505; 
  padding: 12px 0 12px 40px; 
  font-size: 1.7em; 
  background: transparent url(img/culotte.jpg) no-repeat 0 5px;
}
.post-title a:link, .post-title a:visited { color: #520505; text-decoration: none; }
.post-title a:hover { text-decoration: underline; }
.post-info { font-style: italic; padding: 0 0 10px 40px;}

/* MOTS CLES DANS LES BILLETS */
.post-tags {
	position: relative;
	border: 0;
	padding: 5px;
	margin: 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: #520505;
	display: block;
	float: right;
	text-decoration: none;
	background: transparent url(img/tag.png) no-repeat 0 0;
	padding: 2px 8px 2px 18px;
	white-space: nowrap;
	margin-right:10px;
}
.post-tags li a:hover { text-decoration: underline; 
}

/* COMMENTAIRE */
.post-info-co {
	clear: left;
	border: 0;
	padding: 5px;
}
.post-info-co a:link, .post-info-co a:visited {
	color: #9EAE43;
	text-decoration: underline;
	padding: 2px 10px 2px 18px;
}
.post-info-co a:hover { text-decoration: none; }

.comment_count {
	background: transparent url(img/commentaire.jpg) no-repeat 0 50%;
}
.ping_count {
	background: transparent url(img/retrolien.jpg) no-repeat 0 50%;
}
.attach_count {
	background: transparent url(img/attach.jpg) no-repeat 0 50%;
}

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

/* FICHIERS ATTACHES AU BILLET */
#attachments {
	clear: left;
	border: 1px solid #9EAEC8;
	border-width: 1px 0;
	padding: 5px;
	margin: 4px 0 6px 0;
}
#attachments * { color: #242424; }
#attachments h3 { font-size: 1.2em; }
#attachments ul { padding: 4px 0; }
#attachments li {
	margin: 0 0 0.6em 0;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.jpg) 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 #E8E8E8;
	padding: 5px 0;
	margin: 6px 0 25px 0;
}
	.footnotes h4 {
		color: #005D99;
		background: #FBFBFB;
		border-bottom: 1px solid #E8E8E8;
		background: transparent url(img/report.png) no-repeat 4px 3px;
		padding: 2px 10px 2px 25px;
		margin: 0 0 6px 0;
		font-style: italic;
	}
	.footnotes p { padding: 4px 10px; }


/* Archives
-------------------------------------------------------- */
#content-info {
	font-size: 0.8em;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 1.4;
	color: #520505;
}
#content-info h2 { font-size: 1.4em; }
#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/rss2.gif) no-repeat 1px 3px;
}
#content-info p a.feed:hover {}

.content-inner { padding-bottom: 20px; }
.content-inner h3 {	
  text-align:center;
  font-size: 1.2em; 
  color: #242424;
  border-bottom: 1px dashed #242424;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.content-inner .day-date { text-align: left; }
.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: 3px 0 3px 10px;
	background: transparent url(img/puce.jpg) no-repeat -5px 2px;
	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: block;
	float: left;
	margin: 4px;
	height: 25px;
	line-height: 25px;
	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 { color: #FFF; }

/* Commentaires
-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; 	padding-right:11px;}
#comments h3, #pings h3, #comments-feed, #pr h3 {
	clear: left;
	border-width: 1px 0;
	padding: 15px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
	color: #242424;
}
/*#pr h3 { color: #5E9E14; margin: 30px 0 8px 0; }*/

/* FIL RSS DES COMMENTAIRES D'UN BILLET */
#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;
	background: transparent url(img/rss2.gif) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
}
#comments-feed a:hover { text-decoration: underline; }

#comments dl{}
#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 6px 10px;
	border: 1px dashed #520505;
  border-width: 0px 1px;
  border-top: 1px dashed #520505;
  background: #9C6565;
}
#comments dt a:link, #comments dt a:visited { color: #9EAE43; text-decoration: none; }
#comments dt a:hover { color: #520505; text-decoration: underline; }
#pings dt a:link, #pings dt a:visited { color: #9EAE43; text-decoration: none; }
#pings dt a:hover { color: #520505; text-decoration: underline; }

#comments dd, #pings dd, dd.comment-preview {
	border: 1px dashed #520505;
	padding: 5px;
	margin: 0 0 8px 0;
	font-size: 1.2em;
	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: #520505; }
#comments dd.me { border-left: 2px solid #520505; }

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

/*
#ping-url {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 30px 0;
	font-weight: bold;
	text-align: right;
}
*/
.error {
	border: 2px solid red;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	font-weight: bold;
}
.message {}

/* LIENS PERMETTANT DE NAVIGUER D'UNE PAGE A L'AUTRE */
.pagination {
	clear: left;
	padding: 5px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
}
.pagination a:link, .pagination a:visited { text-decoration: none; }
.pagination a:hover { text-decoration: underline; }

/* LIENS PERMETTANT DE NAVIGUER D'UN BILLET A L'AUTRE */
#navlinks {
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
}
#navlinks a:link, #navlinks a:visited { text-decoration: none; }
#navlinks a:hover { text-decoration: underline; }

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

#comment-form h3 {
	border: 1px solid #242424;
	border-width: 1px 0;
	padding: 5px;
	margin: 10px 0 8px 0;
	font-size: 1.2em;
}
#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: 1.2em Arial,sans-serif;
	color: #000;
	border: 1px solid #9EAEC8;
	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; }
#comment-form input.preview, #comment-form input.submit {
	width: auto;
/*	color: #520505;*/
	color: #F4EAC8;
	background: #9C6565;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px solid #520505;
}
#comment-form input.preview:hover, #comment-form input.submit:hover { 
/*    background: #520505; */
    background:#F4EAC8;
    color: #9C6565; 
    border: 1px solid #520505; 
}

#comments .comback_title{
    margin-left:25px;
    margin-right:0px;
}
#comments .comback_div {
    margin-left:25px;
    margin-right: 0px;
}
dt.comback_title{
	position: relative;
	top: 1px;
	display: block;
	padding: 6px 10px;
	border: 1px dashed #520505;
  border-width: 0px 1px;
  border-top: 1px dashed #520505;
  background: #9C6565;
}
dd.comback_div{
	border: 1px dashed #520505;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.4;
}
/* les memes mais en dehors du bloc comments */
.comback_div{
    background:#FFE4B5;
    margin-left:25px;
    margin-right:11px;
}
.comback_title{
    background: #9C6565;
    margin-left:25px;
    margin-right:11px;
}

/* Footer
-------------------------------------------------------- */
#footer {
	background: #9C6565 url(img/bas.jpg) no-repeat left bottom;
	height: 95px;
	padding: 0 0 0 0;
	clear: both;
}
#footer p {
	padding: 40px 0 0 0;
}
#footer p a:link, #footer p a:visited { text-decoration: underline; }
#footer p a:hover { text-decoration: none; }

.twtr-widget .twtr-ft{
    display:none;
}
.twtr-widget .twtr-doc{
    margin-left: 30px;
}

