@CHARSET "ISO-8859-1";
/*
Theme Name: MI-Readordream
Theme URI: http://blog.shiki-fantasy.fr
Description: Th&egrave;me Read or Dream pour Mang'Impressions.
Version: 1.0
Author: Mang'Impressions
Author URI: http://blog.shiki-fantasy.fr/
Tags: white, light, two-columns, fixed-width, right-sidebar
*/

/* Reset */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;},textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial, helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* General */

html {
    background-color: #570D23;    
}
body {
    width: 992px;
    margin: 5px auto;
    background-color: white;
    border: 1px solid #EA5780;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: tahoma, arial, sans-serif;
}

/* Liens */

a {
	color: #69c;
	text-decoration: none;
	color: #369;
}
a:hover {
	color: #369;
	color: #69c;
}
div#entete a {
    display: block;
    height: 166px;
}
div#menu a {
    text-decoration: none;
    color: white;  
}
div#menu a:hover {
    color: #E02259; 
}
div#menu ul#menu-categories a {
    text-transform: uppercase;
    font-weight: bold;	
}
div#menu ul#menu-a-propos a {
    font-size: 8pt;
    font-style: italic;
    display: block;
    line-height: 29px;
    padding-left: 18px;
    background-repeat: no-repeat;    
    background-position: center left;
}
div#menu ul#menu-a-propos li#menu-item-1212 a {
    background-image: url(images/apropos.gif);  
}
div#menu ul#menu-a-propos li#menu-item-1211 a {
    background-image: url(images/contact.gif);
}
div#menu ul#menu-a-propos li#menu-item-1213 a {
    background-image: url(images/rss.gif);
}
div#content div.billet h2 a {
    color: #E02259;
}
div#content div.billet h2 a:hover {
    color: #E75682; 
}
div.info div.commentaires a, div.commentaires_trackback a.commentaires {
    background-image: url(images/commentaires.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 18px;     
}

/* Images */

div#content img, li.widget img {
    border: 1px solid #F2A4BB;
    padding: 2px;
    background-color: white;
}
div#content div.commentaire div.texte img {
    border: 0;
    padding: 0;
}
img.wpcf7-captcha-captcha-97 {
    display: block;
    margin-bottom: 5px;
}

/* Titres */

h1 {
    font-variant: small-caps;    
    font-size: 17pt;
    margin-bottom: 15px;
    font-weight: bold;
    color: #E02259;
    border-bottom: 1px solid #F2A4BB;
}
div#entete h1 {
    height: 10px;
    text-indent: -9999px;
    border: 0;
    margin: 0;
}
div.billet.complet h1 {
    margin-bottom: 0;   
}
h1.mois {
    text-transform: capitalize; 
}   
h2 {
    text-align: left;
}
div#content h2 {
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;        
    color: #E02259;
    border-bottom: 2px solid #E02259; 
    margin-bottom: 15px;
}
div#content div.billet h2 {
    border-bottom: none; 
    margin-bottom: 0;
}
#sidebar .widget h2 {
    background-color: black;
    color: white;
    padding: 3px 5px;
    font-weight: bold;
    margin-bottom: 7px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: normal;
}
#sidebar li.widget_links h2 {
    color: black;
    background: none;
    margin: 0;
    padding: 0;
}
div#content h3 {
    font-size: 11pt;
    font-weight: bold;
}
div#content div.billet h3 {
	color: #E02259;
	margin-bottom: 15px;
	border-bottom: 1px solid #E02259;
	clear: both;
}
div#content div.commentaire h3 {
    font-size: 10pt;	
}
div#content div.billet h4 {
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	margin-bottom: 7px;
}
div#content div.billet h5 {
    font-weight: bold;	
}

/* Listes */

div#menu li {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 8px;
    font-size: 9pt;
}
div#menu ul#menu-a-propos li {
    padding: 0 12px 0 0;    
}
.widget li {
	list-style: disc outside;
	margin-left: 16px;
	text-align: left;
}
.billet ul, .billet ol {
    margin: 0 0 1.0em 2.0em;
}
.billet ol li {
    list-style: decimal outside;
}
.billet ul li {
    list-style: disc outside;
}
li.widget_nktagcloud {
    text-align: center;
}

/* Formulaires */

input[type="image"] {
    vertical-align: bottom;	
}
label {
    font-weight: bold;
    font-size: 9pt;
}
.form-field label {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 5px;    
}
input[type="text"], textarea {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: arial, sans-serif;
    font-size: 9pt;
    color: #555;
}
input[type="submit"] {
    padding: 3px 10px;
    font-weight: bold;
    color: #333;	
}
#sidebar select {
	font-size: 8pt;
}
#searchform input[type="text"] {
	width: 150px;
}

/* Structure du site */

div#entete {
    height: 182px;
    background-image: url(images/entete.png);
    background-repeat: no-repeat;
    background-position: bottom center;	
}
div#menu {
    overflow: auto;
    background-color: black;
    background-image: url(images/menu.png);
    background-repeat: repeat-x;
    height: 30px;
}
div#corps {
    clear: both;
    padding: 5px 0;
}
div#content {
    float: left;
    width: 772px;
    padding: 5px 10px;
}
div#sidebar {
    float: left;    
    border-left: 1px dotted #ddd;
    line-height: 1.5em;
    font-size: 9pt;
    width: 179px;
    padding: 5px 5px 5px 10px;   
    text-align: center;
}
div#footer {
    clear: both;
}

/* Entete */

div#entete div#titre {
    text-indent: -9999px;
}

/* Menus */

div#menu div.menu-a-propos-container {
    float: right;	
}

/* Navigation */

div.navigation {
    margin-bottom: 15px;
    overflow: auto; 
    padding-right: 1px;
    padding-bottom: 1px;
}
div.previous {
    float: left;
    width: 50%; 
}
div.next {
    float: right;
    text-align: right;
    width: 50%; 
}

/* Billets */

div.billet {
    margin-bottom: 15px;    
    clear: both;
}

div.billet div.texte p {
    text-align: justify;
    margin-bottom: 1em; 
    line-height: 1.5em;
}
div.billet div.texte {
    overflow: auto;
    clear: both;    
}
div.info {
    padding-top: 3px;
    margin-bottom: 1em;
    color: #555;
    font-size: 8pt;    
    border-top: 2px solid #E02259;
    line-height: 1.5em;
}
div.info div.date {
    font-style: italic;   
}
div.info div.categorie {
    font-weight: bold;
}
div.info div.commentaires {
    float: right;
    text-align: right;
    font-style: italic;    
}

/* Billet */

div.billet.complet div.info {
    border-top: none;   
}
p.wp-caption-text {
    display: none;  
}
.alignleft {
    float: left;
    margin-right: 5px;
}
.alignright {
    float: right;
    margin-left: 5px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.commentaires_trackback {
    clear: both;
}
div.billet.complet .commentaires {
    padding-right: 50px;
}

/* Commentaires */

div.commentaire {
    margin-bottom: 15px;
    font-size: 9pt;
    overflow: auto;    
    border-bottom: 1px dashed #F2A4BB;
    padding: 5px 0;
    background-color: #FFF0F0;
    border-bottom: 1px solid #F2A4BB;
    padding: 5px 15px;
}
div.commentaire div.avatar {
    float: left;    
}
div.commentaire div.date {
    font-style: italic;    
    margin-bottom: 10px;
    color: #555;
    font-size: 8pt;    
}
div.commentaire div.approbation {
	font-style: italic;
	margin-bottom: 10px;
	font-weight: bold;
}
div.commentaire div.texte {
    text-align: justify;
    line-height: 1.5em;    
}
div.commentaire h3, div.commentaire div.date, div.commentaire div.approbation, div.commentaire div.texte {
    margin-left: 79px;  
}
div.commentaire div.admin {
    clear: both;  
    font-size: 8pt;  
}
.form-field {
    clear: both;
    margin: 0 0 15px 0;
}
.form-field span.required {
    color: #999;
}
.logged-in-as {
    margin: 10px 0 10px 0;
}
.form-field span.info {
    font-size: 8pt;
    font-weight: normal; 
}

/* Sidebar */

.widget {
    margin-bottom: 20px;	
}
#sidebar .rss {
    padding: 4px 0 3px 25px;
    background: url('images/rss.png') no-repeat;
    background-position: center left;
}
#sidebar li.widget_links {
    margin-top: -10px;  
}

/* Balises standards */

p {
    margin-bottom: 1em;
}
blockquote {
    padding: 0 0 0 3.0em;
    font-style: italic;
}
hr {
    height: 1px;
    background-color: #eee;
    color: #eee;
    border: none;
    padding: 0;
    margin: 1em 0;
}
strong, b {
    font-weight: bold;
}
em, i, cite {
    font-style: italic;
}
fieldset {
    border:1px solid #ccc;
    padding:10px;
}
legend {
    padding: 5px;
    text-transform:uppercase;
}
table caption {
    padding: 3px 5px 3px 5px;
    border-left: solid #fff 1px;
    border-right: solid #fff 1px;
    border-bottom: 0px;
    border-top: 0px;
    background: #eee;
    font-weight: bold;
}
table th {
    padding: 3px 5px 3px 5px;
    border: solid #fff 2px;
    background: #ddd;
    font-weight: bold;
}
table td {
    padding: 3px 5px 3px 5px;
    border: solid #fff 2px;
    background: #eee;
}
pre, code {
    background:#eee none repeat scroll 0 0;
    border:1px solid #ccc;
    font-family:Courier,serif;
    line-height:22px;
    overflow-x:scroll;
    overflow-y:visible;
    padding:10px;
    width: 600px;
}
acronym, abbr {
    border-bottom: dotted #999 1px;
}

