/*
THEME NAME: Boudart2
DESCRIPTION: Black & grey combined to create a clean, great-looking theme. Includes an SEO control panel. Valid XHTML and CSS. Based on Sandbox.
VERSION: 1.0
AUTHOR: @dolls web agency
AUTHOR URI: http://www.atdolls-webagency.com/
TAGS: fixed-width, two-columns, right-sidebar, orange, black, custom-header, theme-options, microformats
*/

body {
        background-color:#313131; /*292929*/
	background-image: url(images/bg.png);
        background-repeat:no-repeat;
        background-position:bottom center;
        font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
        margin:0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background:none;
}

#container {
       width:960px;
       margin-left:0;
       min-height:500px;
}

/****************************************************
******************** HEADER *************************
****************************************************/

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
        width:960px;
        height:149px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header-search {
	float: right;
	margin: 3px 0;
	padding: 0 15px;
}

#header-search label {
	color: white;
	font-variant: small-caps;
	font-size: 0.9em;	
}

#header-search label, #header-search button {
	float: left;
}

#header-search input, #header-search button {
	margin: 0;
	padding: 0;
	border-width: 0;
	border: 0 none;
}

#header-search input.text {
	width: 111px;
	height: 12px;
	background-image: url(images/search-field.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
	padding: 2px;
	margin-left: 1em;
}

#header-rss {
	float: right;
	margin-right: 10px;
}

/*******************************************
*************** MENU ***********************
*******************************************/

#access {
	background-color: #FFFCF8;
	height: 22px;
}

#access div.menu {
	float: left;
        margin-left:20px;
}

div.menu, div.menu a {
	color: #323232;
}

div.menu ul li a {
	line-height: 23px;
	padding: 0 1em;
	font-size: 1.1em;
}

div.menu ul li a:hover {
	background-color: #9A9A9A;
        color:#FFF6D5;
}

div.menu ul li.current_page_item a {
	background-color: #313131;
        color:#FFF6D5;
}

div.menu ul ul {
        z-index:999;
}

div.menu ul li ul li {
	border: 0 none;
	float: none;
        border-bottom:1px solid #9A9A9A;
}

div.menu ul li ul li a {
	padding-right: 5em;
	font-size: 1em;
}

div.menu ul li ul li a, div.menu ul li ul li a:hover, div.menu ul li.current_page_item ul li a {
	background-image: none;
}

div.menu ul li ul li a {
	background-color: #FFFCF8;
}

div.menu ul li ul li a:hover {
	text-decoration: none;
        background-color:#9A9A9A;
        color:#FFFCF8;
}

div.menu ul li ul li.current_page_item a {
	text-decoration: none;
        background-color:#313131;
        color:#FFFCF8;
}

/*************************************************
******************* CONTENT **********************
*************************************************/

#content {
       padding: 10px;
       padding-right:15px;
       color:#EEEBE8;
       text-align:justify;
       min-height:600px;
       padding-bottom:100px;
       margin:0 0 0 20px;
       width:700px;
       float:left;
}

div#content h2{
       color:#FFFCF8;
       font-size:16px;
}

#content h3 {
      color:#D6D4D1;
      font-size:1.1em;
}

#content h3 a {
      color:#D6D4D1;
}

#content h3 a:hover {
      color:#ffffff;
      background:none;
}

div#content p{
       color:#FFFCF8;
       padding-top:7px;
}

p {
        text-align:justify;
        color:#EEEBE8;
       padding-top:7px;
}

a {
	color: #FFFCF8;
}

a:hover {
        color:#313131;
	background-color: #FFFCF8;
}

a img {
	border: 0 none;
}


.entry-title {
	margin: 0;
	padding: 0 0 3px 0;
        border-bottom:1px solid #D0CECB;
}

.entry-title a {
	color: #D0CECB;
        text-decoration:none;
}

.entry-title a:hover {
        color:#E8E6E3;
	background:none;
}

.entry-date, .entry-meta, .entry-meta a {
	color: #999999;
}

.entry-meta a:hover {
	color: #999999;
        background:none;
        text-decoration:none;
}

.entry-content p {
	color:#EEEBE8;
}

.entry-title {
	font-size: 1.5em;
}

.entry-date {
	color: #666;
	margin-bottom: 1em;
        margin-top:3px;
}

.entry-date abbr, .entry-meta abbr {
	border: 0;
}

.entry-meta {
	margin-bottom: 3em;
	font-style: italic;
}

body.single .entry-meta {
	margin-bottom: 0;
}

#comments-list .comment-author .n {
	font-weight: bold;
}

#comments-list .comment-meta {
	font-style: italic;
}

#comments-list .comment-author img.avatar {
	float: left;
	margin-right: 0.5em;
}

.entry-title,.entry-meta {
     clear:both;
}

form#commentform .form-label {
     margin:1em 0 0;
}

form#commentform span.required {
     background:#fff;
     color:#c30;
}

form#commentform,form#commentform p {
     padding:0;
}

input#author,input#email,input#url,textarea#comment {
     padding:0.2em;
}

div.comments ol li {
     margin:0 0 3.5em;
}

textarea#comment {
     height:13em;
     margin:0 0 0.5em;
     overflow:auto;
     width:66%;
}

.alignright,img.alignright{
     float:right;
     margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
     float:left;
     margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
     display:block;
     margin:1em auto;
     text-align:center;
}

.photo_bio img {
     margin-right:80px;
}

.bio {
     clear:both;
     padding-top:10px;
}

div.gallery {
     clear:both;
     height:180px;
     margin:1em 0;
     width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;

}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
color:#999999;
}

div.navigation a {
color:#9A9A9A;
}

div.navigation a:hover {
text-decoration:none;
background:none;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery * {
margin:0;
padding:0;
}

/***************** page des liens **********************/

.pageliens {
     height: 120px;
}

.pageliens p {
     padding-top:15px;
}

/*************************************
************** sidebar ***************
*************************************/

#sidebar {
        float:right;
        margin-right:10px;
        margin-top:20px;
        border-left:1px dotted #9A9A9A;
        width:190px;
        text-align:right;
        min-height:350px;
}

#sidebar li {
	color: #FFFCF8;
        text-align:right;
        list-style:none;
        margin:15px 0 10px 0;
}

#sidebar .title{
       color: #FF9D5C;
       font-weight:bold;
}

#sidebar a {
	color: #FFFCF8;
        text-decoration:none;
}

#sidebar a:hover {
	color: #9A9A9A;
        text-decoration:underline;
        background:none;
}

/********************************************
************* RSS ***************************
********************************************/

#rss_icon {
	padding: 1em;
}

#rss_icon span {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 62px;
}

#rss_icon img {
	float: right;
}

/***********************************************
***************** FOOTER ***********************
***********************************************/

#footer {
        clear:both;
	padding: 10px 0 70px 0;
	border-top: 1px solid #323232;
        width:500px;
        margin: 0 auto 0 auto;
        background:#FFFCF7;
        opacity:0.5;
        text-align:center;
}

#footer p {
	color: #323232;
        font-size:0.7em;
        text-align:center;
}

#footer, #footer a, #footer a:hover {
	color: #323232;
}

#footer a, #footer a:hover {
	text-decoration: underline;
        background:none;
}

#footer a:hover {
	text-decoration: none;
}

#logoatdolls {
        float:left;
}

#logoatdolls img {
        padding-left:60px;
}

#copyrights {
        float:left;
        padding-left:10px;
}

#copyrights p {
        text-align:left;
}



/* Misc styles */

.clear {
	clear: both;
}

div.skip-link {
	display: none;
}


/* Sandbox styles */

div.menu ul,div.menu ul ul {
       line-height:1;
       list-style:none;
       margin:0;
       padding:0;
}

div.menu ul a {
      display:block;
      text-decoration:none;
}

div.menu ul ul ul a {
      font-style:italic;
}

div.menu ul li ul {
      left:-999em;
      position:absolute;
}

div.menu ul li:hover ul, div.menu ul li.sfhover ul {
     left:auto;
}



/***************** ddformailer *******************/

.ddfm p {
      color: #FFFCF8;
}

.ddfm input {
      background-color: #FFFCF8;
      border:none;
}

.ddfm .fmtextarea {
      background-color: #FFFCF8;
      border:none;
}

.ddfm .credits a {
      color: #999999;
      text-decoration:none;
}

.ddfm .credits a:hover {
      color: #999999;
      text-decoration:underline;
}



