/*
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 {
	background-image:url(images/background.jpg);
	background-position : top center ;
	background-repeat:no-repeat;
	background-color:#dedde2;
	font:62.5% "Georgia", Times New Roman, Times, serif;
	line-height:1.7em;
	color:#444;
}
a {
	color:#124AA8;
	text-decoration:none;
	font-weight:bold;
}
/*a:hover {
	color: #AB1013;
	text-decoration:underline;
}*/
p {padding-top:8px;}

h1 {margin: 20px 0 0}

/*img {
	margin:8px 10px 0px 0px;
	}*/
	
input {vertical-align: middle}
h2 {
	font: normal 1.6em "arial", helvetica, sans-serif;
	margin: 10px 0 12px;
}
blockquote {
	margin: 10px 25px 10px 30px;
	border-left: 3px solid #124AA8;
	background: #FFFDD5;
	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: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#wrapper {
	background-color:#FFF;
	width: 820px;
	margin: 80px auto 0;
	/*padding: 10px 0 0 0;*/
}
#header {
	width:800px;
	height:205px;
	padding:2px 0 0 10px;
	margin-bottom: 10px;
	position:relative;
	/*overflow:hidden;*/
}

#header img{
	padding:8px 0 10px 0;
	}
	
#header-bg {
	background:#E7E6E6 ;
	height:200px;
	position:relative;
	/*border-top:5px solid #FFF;*/
}
#header-bg h1 {
	position:absolute;
	top:0px;
	left:15px;
	color:#000;
	line-height: 0.85em;
	font-size:2.3em;
	margin: 14px 0 15px;
	background:#FFF500;
	padding:10px 10px 4px 10px;
}
#header-bg h1 a {
	font-family:"Arial Black";
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	}
#header-bg h1 span {
	display: block;
	font-size: 0.50em;
	font-weight: normal;
	text-transform: uppercase;
	color:#124AA8;
}

#menu {
	padding:0 0 0 10px;
}

#navcontainer {
	background:transparent url(images/nav-bg.png) no-repeat scroll 0 0;
	height:34px;
	position:absolute;
	bottom:0;
	left:0;
	width:830px;
}
ul#navlist {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#navlist li {	
	border-right:1px solid #FFF;
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:left;
}
ul#navlist li a {
	color:#CCCCCC;
	display:block;
	font-size:11px;
	text-decoration:none;
	height:30px;
	font-weight:bold;
	padding:4px 15px 0 8px;
}
ul#navlist li a:hover {
	background-color:#124AA8;
	color:#fff;
}
#navlist li.current_page_item {
	background:#666;
	color:#FFF !important;
}
#skip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0.5em;
	border-bottom:2px solid #000;
}
#skip li {
	display:inline;
	font-size:120%;
	line-height:2.5;
	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%;
	border-color:#FFFFFF;
	color:#666666;
	font-weight:normal;
	padding-right:10px;
}
#skip a:focus, #skip a:active, #skip a:hover {
	background-color:#FFFDD5;
	color:#000000;
	text-decoration:underline;
}
#divSearchForm {
	margin:6px 0 2px 0;
	/*float:right;*/
	/*margin:-32px 0 0 0;*/
	width:140px;
	/*font-size:120%;*/
}
#divSearchForm label {
	display:inline;
	margin:0;
	color:#333;
	font-family:"Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}
#divSearchForm input.txt {
	font-family:"Georgia", Times New Roman, Times, serif;
	display:inline;
	width:104px;
	padding:2px;
	border:1px solid #CCC;
	vertical-align:middle;
}
#divSearchForm input.txt:focus {
	color:#000;
	background:#EEE;
}
#divSearchForm input.btn {
	height:22px;
	width:28px;
	background-image:url(images/search.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	vertical-align:middle;
	padding:1px;
	margin:0 0 0 2px;
}

#divSearchForm input.btn:hover {
	background-image:url(images/searchover.gif);
	background-color:#EEE;
	border:1px solid #CCC;
	/*margin:0;*/
	vertical-align:middle;
}

#content .result {
margin:10px 0 10px 10px;
font:bold 1.5em "Georgia", Times New Roman, Times, serif;
/*color:#FF0000;*/
}

#container {
	margin-top:-3px;
	width: 100%;
	margin-bottom:10px;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 660px;
	float: left;
	/*padding: 0 10px 0 0;*/
	overflow: hidden;
}

#content h2 {
	font:bold oblique 2em "georgia", helvetica, sans-serif;
	padding: 0 0 4px;
	color:#000;
}
#content h2 a {
	font-weight:bold;
	font-size:34px;
	text-decoration:none;
	margin-left:10px;
	color:#000;
	}
#content h2 a:hover {
	color:#124AA8;
	}
#content h2.pagetitle {
	margin-top:8px;
	margin-left:10px;
	background-position:bottom;
	background-image:url(images/fond_archive.jpg);
	background-color:#d7d7d7;
	background-repeat:no-repeat;
	text-align:right;
	text-transform:uppercase;
	font-size:48px;
	padding: 0 10px 4px 10px;
}

#content h3 {
	font:bold 1.7em "arial", helvetica, sans-serif !important;
	color:#000;
	margin-bottom:-5px !important;
}
#content p, ntent li {
	font-size: 1.3em;
	line-height: 1.4em;
}
#content h3 a {
	text-decoration:underline;
	}	
#content .post {
	margin: 0 0 2.2em;
}
#content .post h2 {
	font-size:2em;
	margin:0 0 -2px;
}
#content .post h3 {
	font:bold oblique 2em "georgia", helvetica, sans-serif;
	font-size:24px;
	margin-bottom:0px !important;
}
#content .post h3 a{
	font:bold oblique 2em "georgia", helvetica, sans-serif;
	font-weight:bold;
	font-size:34px;
	text-decoration:none;
	margin-left:10px;
	color:#000;
	/*margin-bottom:0px !important;*/
}

#content h3 a:hover {
	color:#124AA8;
	}

.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;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	margin-left:10px;
}
.postmetadata a {
	color:#999;
	text-decoration: underline;
}
.postmetadata a:hover {
	color:#000;
}

.date {
	color:#CCC;
	text-decoration: underline;
}

.entry {
font-family:Arial, Helvetica, sans-serif;
width:650px;
margin-left:10px;
  text-align: justify;
  padding-bottom: 35px;
/*padding-left:10px;*/
background-image:url(images/trait.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

.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 h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin:20px 0 5px 0;
	height: 1.3em;
}

.alignleft a{
float: left; 
width:132px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/precedent.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding:0 0 10px 0;
margin:0 0 10px 10px;
}

.alignleft a:hover  {
color:#000000;
}

.alignright a{
text-align:right;
float: right;
width:112px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/suivant.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding:0 0 10px 0;
margin:0 0 10px 0;
}

.alignright a:hover  {
color:#000000;
}

/* comments
----------------------------------------------------------------------*/
#commentaire{
padding:0 0 0 10px;
}

#commentaire a:hover{
	text-decoration:underline;
}

#commentaire textarea.txt {
	/*font-family:"Georgia", Times New Roman, Times, serif;*/
	display:inline;
	width:644px;
	padding:2px;
	border:1px solid #CCC;
	vertical-align:middle;
	overflow:hidden;
}
#commentaire textarea.txt:focus {
	color:#000;
	background:#EEE;
}
#commentaire input.btn {
	height:24px;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	vertical-align:middle;
	padding:1px;
	margin:2px 0 0 0;
}

#commentaire input.btn:hover {
	background-color:#EEE;
	border:1px solid #CCC;
	/*margin:0;*/
	vertical-align:middle;
}

h3#comments{
font-size: 1em !important;
color:#999999;
/*background-color:#333333;*/
font-family:"Georgia", Times New Roman, Times, serif;
padding: 1px 0 4px 10px;
/*text-decoration:underline;*/
}

h3#respond { /*commenter cet article*/
	font-family:"Georgia", Times New Roman, Times, serif;
	padding: 1px 0 4px 10px;
	text-decoration:underline;
	/*border-bottom: 1px solid #EEE;*/
}
.commentlist {
	margin: 20px 0 30px 10px;
	font-size:120%;
}
.commentlist img {
	float:none;
	padding:0;
	border:0;
	}
.commentlist li {
	list-style-type:none;
	padding:5px 0 20px;
	font-size:90%;
}
.cdata {
	font-family:Arial, Helvetica, sans-serif;
	background:#EEE;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
	font-family:"Georgia", Times New Roman, Times, serif;
  display: block;
  color:#000;
}
#content img.avatar {
  	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
  padding: 0;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #848144;
}
#comment { /*input*/
	padding:3px;
	width: 530px;
	height: 170px;
}

/* SUITE
-----------------------------------------------------------------------------*/
.suite{
	/*text-decoration:underline;
	font-family:"Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;*/
	/*font:bold oblique 1.8em "georgia", helvetica, sans-serif;
	color:#000000;*/
	background-color:#dedde2;
	padding:0 3px 0 3px;
	}

.suite:hover{
	text-decoration:none;
	color:#000;
	}
	
/* pub
-----------------------------------------------------------------------------*/
.pub {
padding:8px 0 0 0;
}




/* sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 140px;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	font-family:"Georgia", Times New Roman, Times, serif;
	/*line-height: 1.4em;*/
}
#sidebar ul	{
	background-image:url(images/cat.gif);
	/*background-color:#00FF00;*/
	list-style: none;
	margin:0 0 15px;
	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	{
	color:#FFF;
	margin: 0px 0px -1px 0px;
	border-top: 1px solid #FFF;
	padding:10px 0 10px 7px;
	line-height: 15px;
	}		
#sidebar ul li a {
	/*background:url(images/arrow.gif) no-repeat center left;*/
	padding: 0 0 0 8px;
	text-decoration:none;
	color:#124AA8;
	font-weight:bold;
	}
#sidebar ul li a:hover {
	text-decoration:underline;
	color:#124AA8;
	}
#sidebar h2 {
	background:url(images/arrow.gif) no-repeat center left;
	font:bold 1.2em "Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;
	padding: 0 0 0 8px;
	margin-top:10px;
	line-height:0.6em;
	color:#000;
	/*border-top: 1px solid #000;*/
}
#sidebar h3 {
	font: normal 1.4em/1.1em "arial", helvetica, sans-serif;
	padding: 0 0 3px;
}

/* blogroll
-----------------------------------------------------------------------------*/
#sidebar #blogroll{
float:right;
	width: 140px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	font-family:"Georgia", Times New Roman, Times, serif;
	background:none;
	}
	
#sidebar #blogroll h2 {
	background:url(images/arrow.gif) no-repeat center left;
	font:bold 1.1em "Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;
	padding: 0 0 0 8px;
	margin-top:10px;
	line-height:0.6em;
	color:#000;
	/*border-top: 1px solid #000;*/
}

#sidebar #blogroll ul	{
	/*background-image:url(images/cat.gif);*/
	/*background-color:#00FF00;*/
	background:none;
	list-style: none;
	margin:0 0 15px;
	font-size:11px;
	}
#sidebar #blogroll ul li ul {
	margin:0;
	padding:0 0 0 4px;
	}	
#sidebar #blogroll ul li ul li ul	{
	margin:5px 0 -12px 0;
	padding:0 0 0 4px;
	}	
#sidebar #blogroll ul li	{
	color:#FFF;
	margin: 0px 0px -1px 0px;
	border-top: 1px solid #FFF;
	padding:3px 0 3px 0;
	line-height: 15px;
	}		
#sidebar #blogroll ul li a {
	/*background:url(images/arrow.gif) no-repeat center left;*/
	/*padding: 0 0 0 8px;*/
	text-decoration:none;
	color:#CCC;
	font-weight:normal;
	}
#sidebar #blogroll ul li a:hover {
	/*text-decoration:underline;*/
	color:#666;
	}

.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 {
	width:250px;
	/*padding:10px;
	background:#F6F7F5;
	font-size:120%;*/
	font-size:11px;
	margin:0;
	padding:0;
}

code {
	color:#990000;
	font-family:"Courier New",Courier,mono;
}
.txtRed {
	color:#FF0000;
	font-size:130%;
}
.txtGrey {
	color:#999;
}
#footer {
	clear: both;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	height:260px;
	background:url(images/bas.jpg) no-repeat;
	background-position:bottom;
}
#footer p{
	text-align:center;
	color:#999;
	}
	
#footer p a{
	color:#999;
	}

#footer p a:hover{
	color:#000;
	}	

#base .baseHdr{
	background:url(images/point.jpg) no-repeat;
	font-size:1.5em;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	border:none;
	padding:0 0 3px 15px;
}
#base {
display: inline; 
float: left; 
margin: 0; 
width:100%; 
clear:left;
background:#FFF; 
border-bottom:3px solid #dedde2; 
border-top:3px solid #dedde2; 
position: relative;
padding:10px 0 10px 0;
}
/*#base {
background:#FFF; 
border-bottom:3px solid #dedde2; 
border-top:3px solid #dedde2; 
position: relative; 
}*/
#base ul {
margin:10px 0 0 10px; 
width:192px;
display:inline; 
float:left; 
list-style-type:none; 
}
#base li {
padding:5px 5px; 
border-top:1px dotted #C0BDBD;
/*line-height:15px;*/
}
.grid12 h6 { 
margin: 10px 0 50px 0; 
}


/* PAGES ****************************************************************/

/* BONS PLANS */

.address {
color:#00FF00;
}

.entrybonsplans {
font-family:Arial, Helvetica, sans-serif;
width:650px;
margin-left:10px;
  text-align: justify;
  padding-bottom: 35px;
/*padding-left:10px;*/
/*background-image:url(images/trait.jpg);
background-position:bottom;
background-repeat:no-repeat;*/
}

.entrybonsplans p {
	font-size: 8em;
}

.entrybonsplans h1 {
	/*font-size: 1.8em;
	margin: 15px 0 10px;*/
	font-size:9px;
}
.entrybonsplans h2 {
	font-size: 3.35em !important;
	font-weight: bold !important;
	/*margin: 5px 0 10px !important;*/
	margin: 0;
	padding: 0 !important;
	border: none !important;
}
.entrybonsplans h3 {
	/*font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;*/
	background-color:#dedde2;
	padding:0 3px 0 3px;
}
.entrybonsplans h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	/*font-weight: bold !important;*/
	font-weight:normal;
	background-color:#CCCCCC;
	border-color:#333333;
	border-style:dashed;
	border-width:thin;
	color:#FFF;
	padding: 10px;
}

.post .entrybonsplans .postmetadata {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	/*margin-left:10px;*/
	padding:3px 0 0 0;
	margin:0;
}

.entrybonsplans h5 {
	color:#000;
	font-family:"Georgia", Times New Roman, Times, serif;
	/*margin-left:10px;*/
	margin:8px 0 12px 0;
	font-style:italic;
	background-position:bottom;
	background-image:url(images/fond_archive.jpg);
	background-color:#d7d7d7;
	background-repeat:no-repeat;
	text-align:right;
	text-transform:uppercase;
	font-size:48px;
	padding: 20px 10px 23px 10px;
}