/*
Theme Name: Maquillage & Co
Theme URI: http://www.maquillage-and-co.fr
Description: Th&egrave;me simple avec menu horizontal d&eacute;roulant, header, image de fond et menu &agrave; droite.
Compatible avec WordPress 2.7.x. Valid CSS & HTML. D&eacute;velopp&eacute; &agrave; partir du th&egrave;me minimalism 
Version: 1.0
Author: Adeline Chatron
Author URI: http://www.maquillage-and-co.fr
Tags: fun, background, two-columns, right-sidebar, fixed-width

	Maquillage & Co v1.0
	http://www.maquillage-and-co.fr

	Thème réalisé uniquement pour le blog Maquillage & Co

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff url('images/fond.gif');
	color: #333;
	text-align: center;
	}

#page {
	background-color: #fff;
	text-align: left;
	}

#header {
	background: #333 url('images/banniere10.jpg') no-repeat bottom center;
	margin: 0;
	padding: 0;
	height: 260px;
	}

#headerimg {
	margin: 0;
	padding: 0;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding-top: 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	font-size: 0.9em;
	}

.alt {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#footer {
	background: #fff;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

#headerimg h1 {
	font-size: 4em;
}

#headerimg h1 a{
	display: block;
	width: 990px;
	height: 260px;
	margin: 0px;
	padding: 0px;
}

#headerimg .description {
	font-size: 1.2em;
	margin-top: -20px;
	padding-left: 70px;
	color: #ccc;
	font-style: italic;
	}

h1, h2 {
	font-size: 1.6em;
	color: #666;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}

h3{
	font-size: 1.3em;
  /*border-top: 1px solid #ccc;*/
  height: 25px;
  line-height: 35px;
	}
	
h3, h3 a, h3 a:visited{
  color: #1d585e;
  text-decoration: none;
  padding-left: 25px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
	}

h2{
  border-top: 0px solid #ccc;
  height: 25px;
  line-height: 45px;
  color: #1d585e;
  margin-bottom: 5px;
	}
	
h2 a, h2 a:visited{
  color: #1d585e;
  text-decoration: none;
  padding-left: 10px;
}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #996;
	}

#sidebar h2 {
  border: 0px solid #ccc;
  border-top: 1px solid #ff1cd7;
	color: #666;
	}

/* correctif module MonGuideSanté */
#monguidesante h2{
  border: none;
  height: 46px;
  line-height: auto;
  margin: 0px;
  padding: 0px;
}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #666;
	}

.entry p a:visited {
	color: #1d585e;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.4em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 5px;
	background: #fff;
	}
	
.commentlist li .id { 
	float: right;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-right: 5px;
	color: #ff1cd7;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

pre {
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

a {
	color: #1d585e;
	text-decoration: none;
	}

a:hover {
	color: #36a1ad;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #fff;
  margin: 20px auto;
	padding: 0;
	width: 991px; /* +1 pour que le menu s'affiche avec une bordure à gauche sous IE...) */
	}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0px 0 0;
	width: 630px;
	border-right: 1px solid #ccc;
	}

.widecolumn {
	/*padding: 10px 20px 20px 0;
	margin: 5px 0 0 150px;*/
	width: 990px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post div.hr {
	display: block;
	background-image: url('images/arabesque.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 45px;
	width: 600px;
	border: 1px solid #fff;
}
.post div.hr hr {
  display: none;
}
.post hr {
	display: block;
	background-image: url('images/arabesque.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 45px;
	width: 600px;
	border: 1px solid #fff;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0 0 0 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#legal {
  border-top: 2px solid #ff1cd7;
}
/* End Structure */

/* Begin Menu Horizontal */

#menu, #menu ul /* Liste */     
{ 
        height: 30px;
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
        background-color: #333;
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #333; /* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        line-height: 30px;
        height: 30px;
         width : 145px; /*largeur */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #fff; /* On passe le texte en noir... */
        background: #1d585e; /* ... et au contraire, le fond en bleu */
        padding:0px;
        margin: 0px;
        
}
#menu li ul a{
  text-align: left;
  padding-left: 20px;
}

#menu li ul a:hover{
  width: 150px;
  padding-left: 20px;
  margin-left: -10px;
}

#menu li.cat-item /* Elements des listes */      
{ 
        float : left; 
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}


#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 155px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
        height:auto;
}


#menu li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
}


#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
    margin:0px;
    padding: 0px;
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
  margin-left: 15px;
}



li.search /* Formulaire de recherche */      
{ 
        width: 260px;
        float : right; 
        border-right: 0px solid #333;
        margin:0px;
        margin-top: 4px;
}

/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0px;
	}

#monguidesante h2{
  margin:0px;
  padding: 0px;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	line-height: 1em;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li a:before/**/{
	content: "\00BB \0020";
	}
	
ul.wpsc_categories li:before{
	content: "";
	}
	
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	}
	
#sidebar ul li:first-letter {
	text-transform: uppercase;	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul.xoxo, #sidebar ul ol.xoxo {
	margin: 5px 0 0 10px;
	}

 #sidebar ul ul.xoxo li, #sidebar ul ol.xoxo li {
	margin: 3px 0 0;
	padding: 0;
	}


/* correctif module MonGuideSanté */
ul.nosidebar{
	margin: 0px;
	}
	
ul.nosidebar li {
border: 1px solid red;
	margin: 0px;
	padding: 0px;
	}
	

/* fin correctif */


ul ul li {
	margin-left: 0px;
	padding-left: 10px;
	text-indent: -10px;
	}


li.page_item{
  font-size: 12px;
  line-height: 0px;
  margin:0px;
  padding: 0px;
}

li.page_item a:hover{
  color: #ff1cd7;
  text-decoration: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	/*margin: 10px auto;
	padding: 5px 3px;*/
	}
.narrowcolumn #searchform{
  margin-top: 20px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
 	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
 	cursor: pointer;
	}

input, textarea, select
 {
 	border: #ddd 1px solid;
 	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
 	font-size:1em;
 	font-weight: normal;
 }

#text_field, #text_area, .password, select
 {
	width: 100%;
 }

#searchsubmit 
 {
 	cursor: pointer;
 	text-decoration:none;
 }

/* End Form Elements */


/* Begin Tables
table {
	margin: 10px 0 0 0;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc
	}
th {
	padding: 5px;
	}
td {
	padding: 5px;
	border-top: 1px solid #ccc
	}
*/

/* End Tables */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
  /*margin-left: 690px;*/
  float: left;
	width: 310px;
	height: auto;
	border-left: 0px solid gray;
	padding-left: 5px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar_wrap {

	text-align: left;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 0;
	width: 155px;
	text-align: left;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 100%;
	text-align: left;
	}

#wp-calendar td {
	padding: 3px 0;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #eee;
	}

blockquote {
	font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px 5px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Gestion de la date */


div.datetime {
float: left;
border:1px solid #333;
width:40px;
height: 40px;
margin-bottom: -10px;
padding-right: 15px;
padding-top: 5px;
}

div.datetime p {
margin:0 auto;
padding:0;
text-align:center;
font-size:x-small;
line-height: 10px;
padding-left: 5px;
}


div.datetime p.day {
font:bold 1.1em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
letter-spacing:0.13em;
color: #36a1ad; /*#ff1cd7;*/
}

/* month */
div.datetime p.month {
font:bold x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #185e5e;
letter-spacing:normal;
text-transform:uppercase;
}

.rss{
  width: 300px;
  height: 50px;
  padding: 0px;
  margin: 0px;
}

.newsletter{
  background-image: url('images/newsletter.jpg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 300px;
  height: 85px;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.newsletter div{
  color: #1d585e;
  font-size: 13px;
}

#sidebar li.newsletter h2{
  margin: 0px;
  padding: 0px;
  height: 10px;
  border-top: 1px solid #ffcccc;
}

#sidebar li.follow h2{
  border-top: 1px solid #ffcccc;
}

li.newsletter{
    margin-top: 30px;
    padding: 0px;
}

.mp-form{
  padding-top: 5px;
  padding-right: 13px;
  float: right;
  width: 170px;
  text-align: center;
}

.MailPressFormSubmit{
font-weight: bold;
  color: #ff1cd7;
  border: 1px solid #ff1cd7;
}

.twitt{
  float: left;
  padding-left: 20px;
}
.youtube{
  float: left;
  padding-left: 20px;
}
.rss_icone{
  float: left;
  padding-left: 15px;
}


.bulle_comm{
  float: right;
  width: 200px;
  height: 15px;
  /*background-image: url('images/bulle_comm2.jpg');
  background-repeat: no-repeat;
  background-position: top right;*/
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  line-height: 12px;
  text-align: right;
}

.bulle_comm a{
  display: block;
  width: 200px;
  height: 15px;
  color: #1d585e;
  font-weight: bold;
  font-size: 13px;
}
.bulle_comm a:hover{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

table#MBL_COMM td.mbl_fo_hidden, table#MBL_COMM td.mbl_join, table#MBL_COMM td.mbl_join_img {display:none;}

table#MBL_COMM{
  text-align: center;
  border: none;
}

.thumbnail{
  border: solid 1px black;
  float: left;
  margin:10px 10px 0px 0px;
  padding: 0px;
}


#liens_pages{
  margin: 0px;
  padding: 0px;
  color: #fff;
  height: 50px;
}


#liens_pages a{
  width: 150px;
  border: 0px solid #ccc;
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

#liens_pages li{
  float: left;
  padding: 0px; 
  margin: 0px;
}

#sidebar ul ul li:before{
/*content: "\00BB \0020";*/
}


/* Menu du header */
#up_menu{
  height: 25px;
  text-align: right;
  border: 0px solid red;
  background-color: transparent;
  background-image: url('images/fond.gif');
  background-repeat: repeat-x;
  background-position: 0px -20px;
  font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
  font-size : 11px; /* hauteur du texte : 12 pixels */
}

/* Begin Menu Horizontal Up-Header*/
#up_menu, #up_menu ul{ 
        padding : 0 0 2px 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        /*line-height : 21px;  on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}


#up_menu a{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background-image: url('images/onglet_gr100.png');
        background-position: top center;
        background-repeat: no-repeat;
        color: #ffffff;
        text-decoration : none; 
        line-height: 25px;
        height: 25px;
        width : 100px; /*largeur */
}

#up_menu a:hover{
        background-image: url('images/onglet_gr100.png');
        background-position: bottom center;
        background-repeat: no-repeat;
        color: #333333;
        padding:0px;
        margin: 0px; 
}

#up_menu li ul a{
  text-align: left;
  padding-left: 20px;
}

#up_menu li{ 
        float : right; 
        padding: 0 0 0 10px;
        margin: 0px;
        border-left : 0px solid #1d585e; /* on met une bordure blanche à droite de chaque élément */
       border-bottom : 2px solid #ff1cd7;
}

/* installation du compteur d'abonnés au flux rss */
.abo{
  color:#1d585e;
  font-size: 8pt;
  padding: 0px;
  padding-top: 5px;
  margin: 0px;
  /*font-weight: bold;*/
  font-style: italic;
  text-align: center;
  border: none;
  display: block;
}

.nb{
  font-size: 10pt;
  font-weight: bold;
  color: #ff1cd7;
}
/* mise en place des visuels twitter et youtube 

li.follow{
  margin-top: 20px;
  padding: 0px;
}

li.follow h2{
  margin: 0px;
  padding: 0px;
  height: 5px;
}*/

#useronline-count{
  padding-top: 20px;
}
