/*
Theme Name: Corporelle
Description: Le thème du blog de Corporelle.fr
Author: Com Océan
Author URL: http://www.com-ocean.com/
*/

* {outline: none;}

html {font-size: 100.01%;}

body {
  background: #fff url('http://www.corporelle.fr/uploads/media/backgrounds/girly2.jpg') no-repeat 0 0; 

  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 ;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Narrow", Arial, Helvetica, sans serif;
  font-weight: normal;
  line-height: 13px;
  margin: 0 0 6px;
  padding: 0;
}

p, address, blockquote, ol, p, ul, li, label {
  line-height: 15px;
  margin: 0 0 10px;
  padding: 0;
}

button, input, select, textarea {font-family: Arial, Helvetica, sans-serif;}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------- */
/*                             	GENERAL STYLES                             */
/* ----------------------------------------------------------------------- */


.left {float: left;}

.right {float: right;}

.clear {clear: both;}
 
img {border: 0; display: block;}

.center {text-align: center;}

.hidden {display: none;}
 
.ir {
	background-position: 0 0;
	background-repeat: no-repeat !important;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


/* ----------------------------------------------------------------------- */
/*                             	LAYOUT                                     */
/* ----------------------------------------------------------------------- */

#page {
  margin: 0 auto;
  padding: 0;
  width: 970px;
}

#header {
  height: 342px;
  margin: 0 0 5px;
  width: 970px;
}

#content  {
  background-color: #FFFFFF;
  border: #000 1px solid;
  float: left;
  min-height:350px;
  height:auto !important;
  height:350px;
  margin: 10px 0 0;
  padding: 20px;
  width: 668px;
}

#sidebar {
  float: left;
  padding: 0;
  margin: 10px 10px 0 0;
  width: 250px;
}

#footer {
  clear: both;
  margin: 0 0 0 260px;
  padding: 0;
  width: 710px;
}

/* ----------------------------------------------------------------------- */
/*                             	STYLES                                     */
/* ----------------------------------------------------------------------- */

p {
  color: #555555;
  font-size: 12px;
  line-height: 15px;
}

a {color: #f9035c; text-decoration: none;}

a:hover {color: #000; text-decoration: underline;}

h1 {
  color: #f9035c;
  font-size: 24px;
}

h2 {
  color: #f9035c;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0 6px;
  padding: 0;
}
	
  h2 a, h2 a:hover { text-decoration: none;}
  
h3 {
  color: #000;
	font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0;
}

h4 {
  color: #555;
	font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0 6px;
}

h5 {
  color: #f9035c;
	font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 20px 0 6px;
}

h6 {
  color: #000;
	font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 20px 0 6px;
}

#content ul, #content ol {margin: 0 0 0 30px; padding: 0;}

#content li {
	color: #555555;
  font-size: 12px;
	line-height: 15px;
  margin: 0 0 4px;
}

/* ----------------------------------------------------------------------- */
/*                         SPECIFIC LAYOUT & STYLES                        */
/* ----------------------------------------------------------------------- */


/*----------- Header ---------- */
#header-nav {	
	height: 95px; 
  margin: 0 0 10px;
}

  .logo {
  	float: left;
    margin: 0;
  }
  
    .logo a {
      background: url(images/logo.png) no-repeat 0 0;
      display: block;
      height: 73px;
      margin: 10px 50px 0 0;
      width: 210px;
    }
  
  #nav {
    background: url(images/bkgd_nav.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 30px;
    list-style-type: none;
    margin: 65px 0 0 0;
    padding-left: 5px;
    width: 705px;
  }
    
    #nav li {
      float: left;
      font-family: "Arial Narrow", Arial, Helvetica, sans serif;
      font-size: 16px;
      margin: 6px 10px 0;
    }
      
      #nav li a {color: #FFFFFF; text-decoration: none;}
      #nav li a:hover {color: #CCC;}
    
    .rssbar {
      height: 26px;
      margin-top: 0;
      padding: 0 0 0 16px;
    }
    
    .rssimg {
      float: left;
      margin: 2px 5px 0 0;
    }
    
    .searchbar {
      background: url(images/search_bar_left.jpg) no-repeat 10px 0;
      height: 26px;
      margin-right: 0 !important;
      padding: 0 0 0 23px;
    }
    
    #searchform {
          margin: 0 !important;
          padding: 0 !important;
       }
        
        #s {
          border: 0;
          display: block;
          float: left;
          height: 16px;
          width: 176px;
        }
        
        #searchsubmit {
          background: url(images/search_butt.jpg) no-repeat 0 0;
          border: 0;
          cursor: pointer;
          display: block;
          float: left;
          height: 20px;
          overflow: hidden;
          text-indent: -9999px;
          width: 18px;
        }
      
#header-banner { 
	clear: both;
  height: 250px; 
  margin: 0 0 10px;
}
	#subnavblock {
  	background: url(images/bkgd_subnav_top.png) no-repeat 0 0;
    float: left;
    height: 250px;
    margin: 0 10px 0 0;
    padding: 16px 0 0;
	}
  
  #subnav {
    background-color: #000;
    height: 240px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 3px;
    width: 250px;
  }
  
  	#subnav li {
    	border-bottom: #3d3d3d 1px solid;
    	height: 24px;
      margin: 0;
      padding: 5px 0 0 20px;
    }
    
    	#subnav li a {
      	color: #FFF;
        font-family: "Arial Narrow", Arial, Helvetica, sans serif;
      	font-size: 18px;
        text-decoration: none;
      }
      
      #subnav li a:hover {color: #CCC;}
      
     
    .subnav-boutique {
    	background-color: #FFF;
      border: none;
      font-size: 11px;
      height: 18px !important;
      margin: 0 0 6px !important;
      padding: 2px 0 0 20px !important;
      text-transform: uppercase;
      width: 180px;
    }
    
    	.subnav-boutique a {color: #000 !important; font-weight: bold;}
    
    .subnav-maquillage {background:url(images/icon_maquillage.jpg) no-repeat 210px 1px;}
    .subnav-bijoux {background:url(images/icon_bijoux.jpg) no-repeat 210px 2px;}
    .subnav-parfum {background:url(images/icon_parfum.jpg) no-repeat 210px 1px;}
    .subnav-hommes {background:url(images/icon_hommes.jpg) no-repeat 210px 2px;}
    .subnav-bonsplans {background:url(images/icon_bons_plans.jpg) no-repeat 210px 2px;}
    .subnav-coiffure {background:url(images/icon_coiffure.jpg) no-repeat 210px 2px;}
    .subnav-lunettes {background:url(images/icon_lunettes.jpg) no-repeat 210px 2px;}

	.subnav-bottom { 
  	background: url(images/bkgd_subnav_bottom.png) no-repeat bottom left;
    height: 16px;
    width: 250px;
  }

  .banner { 
    background: url(images/banner.jpg) no-repeat 0 0;
    float: left;
    height: 280px;
    width: 710px;
  }

/*----------- Footer ---------- */

#footer p {
	color: #808080;
  font-size: 11px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/*----------- Side bar ---------- */

h2.widgettitle {	
	background-color: #FFF;
	border: none;
  color: #9b9b9b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 18px;
  line-height: 15px;
  margin: 0;
  padding: 2px 0 0 20px !important;
  text-transform: uppercase;
  width: 180px;
}

#sidebar ul, #sidebar ul ol, #sidebar ul li { margin: 0;  padding: 0;}

#sidebar ul li {list-style-type: none;}

#sidebar ul ul, #sidebar ul ol {margin: 5px 0 10px 0;}

#sidebar ul ul ul, #sidebar ul ol {margin: 5px 0 10px 0;}

.widget {
	background: url(images/bkgd_widget.png) no-repeat 0 0;
  padding: 16px 0 0 !important;
  margin: 0 0 10px !important;
}

	.cat-item {
  	border-bottom: #a8a8a8 1px solid;
    height: 22px;
    padding: 0 0 0 20px !important;
  }
  
  .widget_links {padding-bottom: 5px !important;}

	.xoxo li {
    padding: 0 0 5px 20px !important;
  }
  
  .widget_tag_cloud div {padding: 5px 20px 20px !important;}

  .cat-item a, .xoxo li a { 
    color: #fff;
    font-size: 13px;
    text-decoration: none;
  }
  
  .widget_tag_cloud {
    line-height: 18px;
    text-align: justify;
  }
  
  .widget_tag_cloud div a { 
    color: #fff;
    text-decoration: none;
  }

  .cat-item a:hover, .xoxo li a:hover, .widget_tag_cloud div a:hover {color: #ccc; }

/*----------- Article ---------- */

.postmetadata {
  color: #acacac;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 20px;
}

.title-post {
	border-bottom: #e7e7e7 1px solid;
	border-top: #e7e7e7 1px solid;
  font-size: 24px;
  font-weight: normal;
  padding: 10px 0;
  margin-bottom: 10px;
}

.list-post {border-bottom: #e7e7e7 1px solid;}

.title-list-post {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.title-list-post a { color: #000;}

.post {
  clear: both;
  padding: 1px 0 0;
}



/*----------- Comments ---------- */

#submit {
    background: url(images/but_comments.jpg) no-repeat 0 0;
    border: none;
    cursor: pointer;
    display: block; 
    height: 30px;
    margin: 10px 0 0 350px;
    overflow: hidden;
    text-indent: -9999px;
    width: 110px;
}

#respond {clear: both; padding-top: 1px;}

#respond h3, .title_comment {
  border-top: #e7e7e7 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  padding: 10px 0 0;
  margin: 20px 0 5px;
}

.title_comment_2 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 5px;
}

#commentform input, #commentform textarea {
  background-color: #E7E7E7;
  border: 0;
  color: #000;
  font-size: 12px;
  padding: 3px 10px;
}

#commentform label {
  color: #555555;
  font-size: 14px !important;
  margin-left: 10px;
}

.commentlist {list-style-type: none; margin: 0 !important;}

.comment-author {
  border-top: #f9035c 5px solid;
  color: #acacac;
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  width: 180px;
}

.comment-text {
  float: left;
  width: 460px;
}

.comment {clear: both;}

.comment-body { padding: 10px 0 50px;}

.navigation {
  clear: both;
  margin-top: 20px;
}

/*----------- SEARCH ---------- */

.blocksearch {
  background-color: #000;
  height: 20px;
  margin: 20px auto;
  padding: 10px 20px;
  width: 200px;
}

/*


.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.thread-alt {
background-color: #f8f8f8;
}
.thread-even {
background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

border-left: 1px solid #ddd;
}






#headerimg {
margin: 0;
height: 200px;
width: 100%;
}


.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: both;
}



.entry p a:visited {
color: #b85b5a;
}

.sticky {
background: #f7f7f7;
padding: 0 10px 10px;
}
.sticky h2 {
padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}



small, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}



#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;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */







/*Begin Headers */



/*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
}

.attachment-thumbnail{
  float: right;
  margin: 0 0 2px 7px;
}


/* 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;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.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;
}


/* End Entry Lists */



/* Begin Form Elements */
/*#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
/*text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
/*.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;

}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */


/*#sidebar form {
margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
/*#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#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 {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#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 #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}




/* End Various Tags & Classes*/



/* Captions */
/*.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */
