/*
Theme Name: Dodo
Theme URI:
Description: A 2-columns simple, clean and easily accessible beautiful theme which can load your blog more faster. For free additional support  - <a href="http://www.inspiredbuddy.com/wordpress-themes/a-simple-and-clean-wordpress-theme-for-everyone/">Inspired Buddy</a>.
Version: 1.2.1
Author: Rajveer Singh Rathore
Author URI: http://www.inspiredbuddy.com/
Tags: fixed width, two columns, archives, accessible, simple, clean, valid CSS, valid XHTML, black, white, right sidebar, widgets, widget ready
*/

/* Changelog
Version 1.2 - Links color changed to blue (more user friendly), small padding/margin fixes in sidebar navigation and <ol> list in main content.
Version 1.2.1 - Added more info for free support on this theme, and few extra tags.
*/


* {margin:0; padding:0; }
body {
	font:62.5% "arial", helvetica, sans-serif;
	line-height:1.7em;
	color:#444;
        background-image : url("images/bg-head.png");
        background-color:grey;
        background-repeat:repeat-x;
}


a {
	color:#29ABE2;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:black;
	text-decoration:none;
}
p {padding-top:10px;}
h1 {
	margin: 0
}

#logo{
	
        position:absolute;
	top:105px;
        left:37px;
	z-index:1;
	color:#6F6F6F;
	font-family:"arial", helvetica, sans-serif;
	font-size:14px;
	padding:2px 2px 2px 2px;
	background-color:white;
	font-weight:lighter;

}


a img {
	margin:5px 0px 5px 0px;
	border : none;
	}
 


input {vertical-align: middle}
h2 {
	font: normal 1 em "arial", helvetica, sans-serif;
	margin: 0 0 12px 0;

}

blockquote {
	margin: 10px 25px 10px 30px;
	/*border-left: 3px solid #124AA8;*/
	background: white;
	padding: 5px 15px;
	font-size: 1.3em;
	color:#000;

}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 10px 0 0 0;
        
}
#header {
	
	position:relative;
	overflow:hidden;
}
#header-bg {
	height:145px;
	position:relative;    
	background: url(images/plaisir-du-plaisir-blog-logo.png) no-repeat scroll 0 0;
        

       }

#header-bg h1 {
	position:absolute;
	top:0px;
	left:0px;
	color:red;
	line-height: 0.85em;
	font-size:2.3em;
	margin: 14px 0 15px;
	background:#FFF500;
	padding:0 0 0 0; 

}
#header-bg h1 a {
	font-family:"Arial Black";
	font-weight:normal;
	color:blue;
	letter-spacing:-1px;
	}
#header-bg h1 span {
	display: block;
	font-size: 0.50em;
	font-weight: normal;
	text-transform: uppercase;
	color:green;
}
#navcontainer {
	background:#E6E6E6 no-repeat scroll 0 0;
	height:30px;
	position:relative;
	bottom:0;
	left:0;
	width:930px;
}
ul#navlist {
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;

}
ul#navlist li {	
	float:left;
	width:110px;
	margin:0;
	padding:0;
	text-align:center;
}
.page_item a {
	border-right:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	display:block;
	font-size:12px;
        font-weight:lighter;
	text-decoration:none;    
	height:15px;
        margin-top:7px;
}
.page_item a:hover {
	color:#FFFFFF;
   	text-decoration:none;
	background-color:#29ABE2;
}
.current_page_item a {
	color:#FFFFFF;
   	text-decoration:none;
	background-color:#29ABE2;
}
ul#skip{
padding:0px;
margin:0px;}

#skip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	color:red;
        float: right;
}
#skip li {
	display:inline;
	font-size:120%;
	margin:0 1em 0 0;
	padding:0;
}
#skip a:link, #skip a:visited {
	/*background:transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;*/
	color:white;
	font-weight:12px;
	padding-right:10px;
}
#skip a:focus, #skip a:active, #skip a:hover {
	color:#666666;
	text-decoration:none;
}
#divSearchForm {
	float:right;
	/*margin:-32px 0 0 0;*/
	font-size:120%;
        padding-right:0px;
        padding-top:4px;
}
#divSearchForm label {
	display:inline;
	margin:0;
	color:#333;
	font-family:"arial", helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}
#divSearchForm input.txt {
	display:inline;
	width:216px;
	padding:2px;
	border:1px solid #999;
	vertical-align:middle;
}
#divSearchForm input.txt:focus {
	color:#000;
	background:#EDEDED;
}
#divSearchForm input.btn {
	margin:0;
	vertical-align:middle;
}



#searchsubmit {
	background: url('images/boutonsearch.gif')no-repeat top;
	height:22px;
	width:25px;
        border: 0px solid #FFFFFF; 
	cursor:pointer;
	background-color:#29ABE2;
}


#container {
	width: 100%;
        background-color:white;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 630px;
	float: left;
	padding: 0 20px 0 20px;
	overflow: hidden;
        background-color:white;
}

#content h2 {
	font:normal 2.3em "arial", helvetica, sans-serif;
	padding: 10px 0 4px;
	color:#29ABE2;

}
#content h2 a {
	font-weight:normal;
	color:#29ABE2;
	text-transform: uppercase;
	}
#content h2 a:hover {
text-decoration:none;
	color:#666666;
	}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font:bold 1.7em "arial", helvetica, sans-serif !important;
	color:#29ABE2;
	margin-bottom:-5px !important;
}
#content p, ntent li {
	font-size: 1.3em;
	line-height: 1.4em;
}
#content h3 a {
	text-decoration:none;
        color:#29ABE2;

	}

#content h3 a:hover{
	text-decoration:none;
        color:#666666;

	}
	
#content .post {
	margin: 1.6em 0 2.2em;

}
#content .post h1 {
	font-size:2em;
	margin:20px 0 10px 0;
}
#content .post h1 a{
	font-weight:normal;
}
#content .post h2 {
	font-size:2em;
	margin:0 0 -2px;
}
#content .post h3 {
	margin-bottom:0px !important;
        color:#666666;
}
.post ul, .post ol {
	margin:0 0 6px 35px;
	font-size:12px;
}
.post li {
	padding:8px 25px 0 0;
	color:#000;
}
.post .postmetadata {
	font-size:1.1em;
	color:#999;
}
.postmetadata a {
	color:#29ABE2;
	text-decoration: none;
}
.postmetadata a:hover {
	color:#666666;
}
.entry {
  text-align: justify;
  border-bottom:1px solid #BFBFBF;
}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}

.entry h2.titre {
	font-size: 2.5em !important;
	color:#29ABE2!important;
	margin: 5px 0 5px !important;
	padding: 0 !important;
	
}

h2#titleapp {
	color:#29ABE2;
	font-size: 2.5em !important;
	font-weight:normal!important;
}


.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;

	font-weight: bold !important;
}
.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin:0px 0 12px 0;
color: #000000;	
	height: 1.3em;
text-align:right;
}

.wp-pagenavi a:hover {			/*survol de la souris*/
	border: 1px solid #CCCCCC;	/*cadre en ligne continue*/
	color: #FFFFFF;			/*couleur blanche des numéros de page*/
	background-color: #009AEF;	/*fond vert au survol de la souris*/
}

.vignettes {float: left; margin: 13px 7px 2px 0px;
}

.alignleft {float: left;}
.alignright {float: right;}
h3#comments,h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}

.commentlist {
	margin: 20px 0 30px 18px;
	font-size:120%;
}
.commentlist img {
	float:none;
	padding:0;
	border:0;
	}
.commentlist li {
	padding:5px 0 20px;
	font-size:120%;
}
.cdata {
	background:white;
	padding: 3px 3px 3px 7px;
	height: 1%;
      
}
.cdata strong {
  display: block;
  color:#333333;
}

.cdata strong a{
  display: block;
  color:#29ABE2;
}

.cdata strong a:hover{
  display: block;
  color:#333333;
}

#content img.avatar {
  	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
  font-size:13px;

}


.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
        
}
.commentmetadata a {
  color:#999999;
}
#comment {
	width: 620px;
	height: 170px;
        border:1px solid black;        
}

#author{
        border:1px solid black;   
            
}

#email {
        border:1px solid black;        
}

#url {
        border:1px solid black;        
}

/* sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;

}
#sidebar ul	{
	list-style: none;
	margin:0 0 0;
	font-size:11px;
       
     
	}
#sidebar ul li ul {
	margin:0;
	padding:0 0 0 4px;
        
	}	
#sidebar ul li ul li ul	{
	margin:5px 0 -12px 0;
	padding:0 0 0 4px;

	}	
#sidebar ul	li	{
	margin: 0px 0px -1px 0px;
	padding:6px 0 6px 5px;
	line-height: 15px;
        
	}		
#sidebar ul li a {
        display:block;
	background:url(images/arrow.gif) no-repeat center left;
        padding:3px 0px 3px 8px;
       text-decoration:none;

       
	color:#666666;
	font-weight:bold;
	}
#sidebar ul li a:hover {
        display:block;
        background-color:#29ABE2;
       
	text-decoration:none;
        padding:3px 0px 3px 8px;
	color:white;
	}
#sidebar h2 {
        margin-top:30px;
	font:bold 1.2em "arial", helvetica, sans-serif;
	padding: 6px 0 10px 3px;
	line-height:0.6em;
	color:#000;
	border-bottom: 1px solid #999999;
}
#sidebar h3 {
	/*font: normal 1.4em/1.1em "arial", helvetica, sans-serif;
	padding: 0 0 3px;*/
        margin-top:30px!important;
	font:bold 1.2em "arial", helvetica, sans-serif!important;
	padding: 6px 0 10px 3px!important;
	line-height:0.6em!important;
	color:#000!important;
	border-bottom: 1px solid #999999!important;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align:center;
  line-height:21px !important;
}
abbr, acronym {
border:medium none;
}
abbr[title], acronym[title] {
border-bottom:1px dotted #999;
cursor:help;
font-style:italic;
}
code, kbd, pre {
font-family: Monaco,"Courier New",Tahoma;
}
pre {
	padding:10px;
	background:#F6F7F5;
	font-size:120%;
}

code {
	color:#990000;
	font-family:"Courier New",Courier,mono;
}
.txtRed {
	color:#FF0000;
	font-size:130%;
}
.txtGrey {
	color:#999;
}
#footer {
	clear: both;
	margin: 0 0 0px;
	font-size: 1.1em;
	color: #808080;
}
#footer p{
	text-align:center;
	color:#999;
	}
#footer p a{
	color:#999;
	}
#footer p a:hover{
	color:#000;
	}	
#base .baseHdr{
	font-size:1.5em;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	border:none;
	padding:0;
}
#base {display: inline; float: left; margin: 0; width:100%; clear:left;}
#base {background:#F0F0F0; border-bottom:3px solid #000; border-top:3px solid #000; position: relative; }
#base ul {margin:10px 10px; padding:10px 0 0 4px; width:252px; display:inline; float:left; list-style-type:none; }
#base li {padding:5px 4px; border-top:0px solid #C0BDBD; line-height:15px;}
.grid12 h6 { margin: 10px 0 50px 0; }


#textcopyright{
background-color:#666666;
padding:5px 5px 5px 5px;
color:white;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#textcopyright a {
font-weight:lighter;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:white;
}

#textcopyright a:hover{
font-weight:lighter;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:black;
}

#textfooter{
background-color:grey;
padding:5px 5px 5px 5px;
color:white;
text-align:center;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#textfooterjap{
background-color:grey;
padding:0px 5px 5px 5px;
color:white;
text-align:center;
font-size:10px;
font-family:"MS Mincho";
}

#apropos{
border-top:1px solid #999999;
border-bottom:1px solid #999999;
color:#29ABE2;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:15px;
margin-top:20px;
padding-top:10px;
padding-bottom:10px;}

#apropos a{
color:#29ABE2;
margin-bottom:20px;
font-family:Arial, Helvetica, sans-serif;}


#apropos a:hover{
margin-bottom:20px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;}

#commentaires{
display:block;
color:black;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin-top:30px;
padding-top:0px;
padding-bottom:30px;
}

#commentaires a{
border-top:1px solid black;
margin-left:550px;
color:black;
font-family:Arial, Helvetica, sans-serif;

}


#commentaires a:hover{
border-top:1px solid black;
margin-left:550px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}


#btnsvt a{
padding:2px 3px 2px 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
background-color:#0099f2;
float:right;
margin-bottom:10px;}

#btnsvt a:hover{
padding:2px 3px 2px 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
margin-bottom:10px;
float:right;
background-color:black}


#btnprec a{
padding:2px 3px 2px 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
background-color:#0099f2;
float:left;
margin-bottom:10px;}

#btnprec a:hover{
padding:2px 3px 2px 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
float:left;
margin-bottom:10px;
background-color:black}




#submitcommentaires {
padding:3px 8px 3px 8px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:white;
background-color:#0099F2;
cursor:pointer;
border:none;
margin-bottom:15px;	
float:right;
margin-right:7px;
margin-top:0px!important;
}


#event {
margin-top:15px;
}

#track_me a img{
margin : 0px;
}


