/*
Theme Name: Blog Benoit Dausse
Theme URI: http://benoit.dausse.com/
Author URI: Benoit Dausse
Mostly inspired from Ibizpress Theme - copyright 2008 technologytricks.com

*/

body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:12px;
	color: #000000;
	/*background-color:#42a7b9;
	background-image:url(images/back.jpg);*/
	background-color:#EEEEEE;
	background-repeat:repeat-x;
	height: 100%;
}
#wrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#back_top {
	float: left;
	width: 985px;
	height: 15px;
	background-image:url(images/back_top.png);
	background-repeat:no-repeat;
}
#back_bottom {
	float: left;
	width: 985px;
	height: 10px;
	background-image:url(images/back_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
#back_bottom a {
	font-weight: bold;
	color: #006699;
	text-decoration:none;
}
#back_bottom a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration:underline;
}
#wrapper_inside {
	float: left;
	width: 985px;
	min-height: 200px;
	background-image:url(images/back_center.png);
}
#header {
	float: left;
	width: 985px;
	height: 100px;
	background-image:url(images/back_center_top.png);
}
#logo {
	float: left;
	width: 955px;
	min-height: 108px;
	/*background-image:url(images/logo.png);*/
	background-image:url(images/header_blogbdausse.png);
	background-repeat:no-repeat;
	margin-left: 13px;
	margin-top: -10px;
}
/*#logo h1 a{
	padding-top: 0px;
	margin:0px;
	font-weight: normal;
	color:#333333;
	font-size: 30px;
	text-decoration: none;
}
*/
#logo h2 {
	padding-top: 30px;
	margin:0px;
	font-weight: normal;
	color:#333333;
	font-size: 14px;
}

#logo h3 {
	padding-top: 50px;
	margin:0px;
	font-weight: normal;
	color:#FFFFFF;
	font-size: 12px;
}

#ads {
	float: right;
	width: 468px;
	height: 60px;
	margin: 15px 30px 25px 0;
}
#ads h2 {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 12px;
}

#menu_bar {
	float: left;
	width: 974px;
	height: 30px;
	/*background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;*/
	background-color:#F5F5F5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #777;
	font-size:12px;
	letter-spacing: 3px;
	margin-left: 5px;
	margin-right: 6px;
}


#main_menu {
	float: left;
	width: 900px;
	height: 30px;
}
#main_menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_menu ul li {
	float: left;
	font-size: 12px;
	color: #dee8f6;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main_menu li a {
	text-align: center;
	font: bold 12px verdana, tahoma, helvetica, sans-serif;
	letter-spacing: 0;
	padding-right: 10px;
	padding-left: 10px;
	color: #2182B5;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	float: left;
}


#main_menu li a:hover {
	background: #2182B5;
	text-align: center;
	font: bold 12px verdana, tahoma, helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	height: 30px;
	line-height: 30px;
	float: left;

}
#menu_right_box {
	float: right;
	width: 237px;
	height: 26px;
	background-image:url(images/search_bg.png);
	padding-left: 3px;
	padding-top: 4px;
}
#search_form {
	display: inline;
}
#s {
	margin-top: 2px;
	float: left;
	background: none;
	border: 0;
	width: 161px;
}

/*#search_submit {
	width:67px;
	height:21px;
	border:none;
	background:url(images/search_btn.png) no-repeat;
	cursor:pointer;
	display: inline;
}
*/
#search_submit {
	background: #2182B5;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px;
	border: 1px solid #2182B5;
	display: inline;
}


#content {
	float: left;
	width: 985px;
	min-height: 300px;
}
#post_area {
	float:left;
	width: 565px;
}

.post_message {
	margin: 15px;
	font-size: 16px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
.post_box {
	float:left;
	width: 535px;
	margin: 10px 15px 10px 15px;
}
.post_title {
	float:left;
	width: 535px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}
.post_box h1 {
	margin:0;
	/*text-transform:uppercase;*/
	font-size:20px;
	color: #2182B5;
	font-weight: normal;
}
.post_box h1 a {
	color: #2182B5;
	text-decoration:none;
}
.post_box h1 a:hover {
	color: #305F9E;
	text-decoration:none;
}
.post_details a, .post_content a, .post_info a, .comment_area a {
	color: #305F9E;
	text-decoration: none;
}
.post_details a:hover, .post_content a:hover, .post_info a:hover, .comment_area a:hover {
	color: #666666;
	text-decoration: underline;
}
.post_details {
	float:left;
	width: 535px;
	padding-top: 3px;
	color:#666666;
}
.post_rating {
	float:left;
	width: 535px;
	padding-top: 3px;
	color:#666666;
	height: 25px;
}
.post_content {
	float:left;
	width: 535px;
	padding-top: 3px;
	text-align:justify;
	line-height: 18px;
}

blockquote {
	border: 1px solid #86b7cc;
	background-color:#dbe6eb;
	padding: 3px;
}

/* Image Alignment */
#post_area .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
#post_area .alignleft {
	float:left;
	margin:0 10px 5px 0
}
#post_area .alignright {
	float:right;
	margin:0 0 5px 10px
}
#post_area .wp-caption {
	background:#f9f9f9;
	border:1px solid #DDD;
	border-radius:3px;
	margin:10px;
	padding-top:5px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#post_area .wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
#post_area .wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/* post footer */
.post_footer {
	float:left;
	width: 535px;
	height: 30px;
	padding: 0px;
	background-image:url(images/post_footer2.png);
	background-repeat:no-repeat;
	color: #2182B5;
}
.post_footer a {
	color: #2182B5;
	text-decoration: none;
}
.post_footer a:hover {
	color: #2182B5;
	text-decoration: underline;
}
.post_footer_left {
	float:left;
	width: 415px;
	padding: 8px;
}
.post_footer_right {
	float:right;
	width:300px;
	font-size:9px;
	text-align:right;
}


/* FOOTER BDAUSSE */
.post_footer_bdausse {
  	float:left;
	background: #F5F5F5 url('images/comment-24x24.png') no-repeat 8px 5px;
	background-color:#F5F5F5;
	border: 1px solid #DDDDDD;
	color: #038ad0;
	width: 535px;
	height: 30px;
	padding: 0px;
	margin-top:30px;
	line-height: 34px; margin-bottom: 30px;
}

.post_footer_bdausse span {
  float: left;
  text-indent: 54px;
}

.post_footer_bdausse a {
  color: #038ad0;
font-weight: bold;
}

.post_footer_bdausse a.right {
  color: #038ad0;
  float: right;
  text-decoration: none;
  margin-right: 11px;
  font-weight: bold;
}

.post_footer_bdausse a.right:hover {
text-decoration: underline;
}




/*post info */
.post_info, .post_ads {
	float:left;
	width: 535px;
	margin: 10px 15px 10px 15px;
	font-size:11px;
	text-align:justify;
}


/* BARRE TWITTER */
#content .tweet-bar {
  background: #e8f4f9 url('images/twitter_logo_post.png') no-repeat 8px 5px;
  border: 1px solid #d5e7ef;
  color: #3a4b53;
  height: 34px;
  margin-top:30px;
  line-height: 34px; margin-bottom: 30px;
}

#content .tweet-bar span {
  float: left;
  text-indent: 54px;
}

#content .tweet-bar a {
  color: #038ad0;
font-weight: bold;
}

#content .tweet-bar a.right {
  color: #038ad0;
  float: right;
  text-decoration: none;
  margin-right: 11px;
  font-weight: bold;
}


#content .tweet-bar a.right:hover {
text-decoration: underline;
}



.post_ads {
	text-align:center;
}
/* comment */
.comment_area {
	float:left;
	width: 520px;
	margin: 10px 15px 10px 15px;
	border: 1px solid #DEDFDE;
	font-size : 0.9em;
	padding:5px;
}
.comment_area h2 {
	color : #FFF;
	float:left;
	width: 526px;
	font-weight: bold;
	font-size : 1.1em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: -5px;
	padding : 2px;
	background : #529EC6;

	/*text-transform:uppercase;*/
}

.comment_area h3{
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -5px;
	line-height : 1.5em;
	color : #FFF;
	width: 526px;
	padding : 2px;
	font-size : 1.1em;
	background : #529EC6;
}

.comment_box {
	float:left;
	width: 520px;
	margin-bottom: 20px;
}


.comment_box_author {
	float:left;
	width: 520px;
	margin-bottom: 20px;
	background-color:#dddddd;
}

.comment_alt {
	float:left;
	width: 535px;
	margin-bottom: 20px;
	background-color:#f9f9f9;
}
.comment_header {
	float: left;
	width: 535px;
	font-size: 11px;
	margin-bottom: 10px;
}
.comment_details {
	float: left;
	width: 535px;
}
.comment_avatar {
	float: left;
	width: 60px;
}
.comment_comment {
	width: 475px;
	font-size: 11px;
	text-align:justify;
	margin-top: -10px;
	margin-right: 00px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.comment_moderation {
color:#FF0000;
}

/*comment form */
.comment_form {
	float:left;
	width: 535px;
}
.comment_form_left {
	float: left;
	width: 185px;
}
.comment_form_right {
	float: right;
	width: 340px;
}
.comment_form_instruction {
	float:left;
	width: 535px;
	margin-top: 10px;
	font-size: 11px;
}
.comment_form_submit {
	float: left;
	width: 535px;
	margin-top: 10px;
}
.comment_form_right textarea {
	width: 320px;
	height: 125px;
}
.comment_form_name .comment_form_name_desc .comment_form_email .comment_form_email_desc .comment_form_website .comment_form_email_desc {
	float: left;
	width: 230px;
	margin: 0px;
}
#name_text_box, #email_text_box, #url_text_box {
	/*background-image:url(images/text_box_bg.png);
	background-repeat:no-repeat;*/
	width: 170px;
	height: 33px;
	font-size: 10px;
	padding: 5px 2px 2px 5px;
}
#text_area_box {
	/*background-image:url(images/textarea_bg.png);
	background-repeat:no-repeat;*/
	width: 335px;
	height: 155px;
	padding-top: 12px;
	padding-left: 10px;
	border: 1;
}
#author, #email, #url {
	background: none;
	border: 1;
	width: 152px;
}
#comment {
	background: none;
	border: 1;
	width: 300px;
	height: 120px;
}
.comment_form_small_font {
	font-size: 10px;
}
.comment_form_field_margin {
	margin-top: 8px;
}
#submit {
	width:139px;
	height:27px;
	float:left;
	border:none;
	background:url(images/btn_submit_comment.png) no-repeat;
	cursor:pointer;
	position:relative;
}
/*sidebar */
#sidebar {
	float: right;
	width: 420px;
	font-size: 11px;
	color:#333333;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #666666;
	text-decoration: underline;
}
#sidebar h3 {
	font-weight: bold;
	font-size: 14px;
	color: #2182B5;
	text-decoration: none;
	text-transform: uppercase;
	margin:10px 10px 5px 15px;
	padding:0;
	vertical-align:baseline;
	text-align: left;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0 0 0 17px;
}
#sidebar ul li {
	background:url(images/bullet.gif) no-repeat left center;
	height:1%;
	padding:3px 0 3px 18px;
}

.sidebar_rating {
	float: left;
	width: 405px;
	margin-right: 15px;
}
.sidebar_rating .box {
	float: left;
	width: 405px;
}

.sidebar_wide {
	float: left;
	width: 420px;
}
.sidebar_wide .box {
	float: left;
	width: 420px;
}
.sidebar_wide .ads_big {
	float: left;
	width: 400px;
	text-align: center;
	margin: 20px 10px 20px 10px;
}

.sidebar_about {
	float: left;
	width: 420px;
	background-image:url(images/sidebar_top.png);
	background-repeat: no-repeat;
	background-position: 2px -72px;
}
.sidebar_about .box {
	float: left;
	width: 420px;
}
.sidebar_about .content {
	float: left;
	width: 395px;
	text-align: left;
	margin: 20px 20px 20px 10px;
	border: 1px solid #ddd;
	background-color:#F5F5F5;
	padding: 0px;
}

.sidebar_top {
	float: right;
	width: 420px;
	height: 72px;
	background-image:url(images/sidebar_top.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
.sidebar_top h2 {
	margin: 5px 0 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #2182B5;
	text-decoration: none;
	text-transform:uppercase;
}
.sidebar_top_left {
	float: left;
}
.sidebar_top_right {
	float: right;
	margin: 0px 7px 0px 0px;
	padding: 0px;
}
.sidebar_top_right img {
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

.sidebar_tags{
	padding-left: 15px; 
	padding-right: 15px;
}
#subscribe_form {
	float: left;
	width: 280px;
	height: 30px;
	background-image:url(images/email_subscribe.png);
	background-repeat:no-repeat;
	margin: 10px 0 0 10px;
}
#subscribe_form #email_rss {
	background: none;
	border: none;
	float: left;
	margin: 2px 0px 0px 4px;
	padding: 0px;
	width: 150px;
	outline: 0;
}
#subscribe_form #subscribe_email_btn {
	width:89px;
	height:22px;
	border:none;
	background:url(images/subscribe_email.png) no-repeat;
	cursor:pointer;
	margin-left: 12px;
}
.sidebar_ads {
	float: left;
	width: 420px;
}
.img_ads {
	float: left;
	width: 420px;
	text-align:center;
}
.img_ads img {
	border-width: 0px;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
#sidebar_left {
	float: left;
	width: 230px;
}
#sidebar_left .box {
	float: left;
	width: 230px;
}
#sidebar_right {
	float: right;
	width: 175px;
	margin-right: 15px;
}
#sidebar_right .box {
	float: left;
	width: 175px;
}
/* footer */
#footer {
	padding: 7px 4px 7px 3px;
	margin: 0px;
	position: relative;
	float: left;
	width: 978px;
	/*min-height: 200px;*/
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-y;
	color:#FFFFFF;
}

#footer_credit {
	text-align: center;
	font-size: 11px;
}

#footer_credit a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer_credit a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .box {
	float: left;
	width: 326px;
}
#footer h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin:10px 10px 5px 15px;
	padding:0;
	vertical-align:baseline;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0 0 0 17px;
	list-style-type: none;
}
#getflickr {
	float: left;
	width: 326px;
	list-style-type: none;
}
#getflickr li {
	font-size: 13px;
	line-height: 24px;
	color: #999999;
	margin: 0px 0px 0px;
	padding: 0px;
	float: left;
}
#getflickr li img {
	margin: 4px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 75px;
	border: none
}
#getflickr li img:hover {
	border: none;
	background: #305F9E;
}

/* post navigator */
#post-navigator-single {
	margin: 15px;
	padding: 0px;
	float: left;
	width: 535px;
	font-size: 13px;
	line-height: 20px;
}

#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	height: 20px;
}

#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	height: 20px;
}

#post-navigator-single a {
	color: #305F9E;
	padding: 5px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
}

#post-navigator-single a:hover {
	color: #666666;
	padding: 5px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: underline;
}

#post-navigator {
	color: #000000;
	margin: 15px;
	padding: 0px;
	float:left;
	width: 535px;
}

#post-navigator a {
	color: #ffffff;
	background: #012353;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #012353;
}

#post-navigator a:hover {
	color: #000000;
	background: #EEEEEE;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #012353;
}

.post-navigator .alignleft {
	float: left;
	width: 98%;
	margin-bottom: 5px;
	display: block;
	position: relative;
}

.post-navigator .alignright {
	float: right;
	width: 98%;
	display: block;
	position: relative;
}

/* typhography */
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	width: 70%;
}
.download {
	background: #eaeed2 url(images/post-style/download.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DAE1B0;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.warning {
	background: #d5c3c3 url(images/post-style/warning.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #C5ABAB;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.note {
	background: #f4f3f3 url(images/post-style/note.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.alert {
	background: #FFE5BF url(images/post-style/alert.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFCB7D;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.info {
	background: #BFE5FF url(images/post-style/info.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #66C1FF;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.click {
	background: #d9e7f0 url(images/post-style/click.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B1CDE0;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*STYLES BOUTONS BDAUSSE*/
#submit {
	background: #2182B5;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border: 1px solid #2182B5;
}

#newsletter_submit {
	background: #2182B5;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #2182B5;
	display: inline;
}

/* FEEDBURNER COUNTER */

.text					{ font-family : Tahoma, Arial, Sans-Serif; font-size : 13px; color : #000000; }
a.text			{ color: #0000aa; text-decoration: none; }
a.text:hover		{ color: #0000aa; text-decoration: underline; }

.circulation_today					{ font-family : Tahoma, Arial, Sans-Serif; font-size : 14px; color : #000000; font-weight: bold; }
a.circulation_today					{ color: #000000; text-decoration: none; }
a.circulation_today:hover			{ color: #000000; text-decoration: underline; }

.circulation_subscribers			{ font-family : Tahoma, Arial, Sans-Serif; font-size : 14px; color : #5c5c5c; }
a.circulation_subscribers			{ color: #000000; text-decoration: none; }
a.circulation_subscribers:hover		{ color: #000000; text-decoration: underline; }

.circulation_change					{ font-family : Tahoma, Arial, Sans-Serif; font-size : 24px; color : #5c5c5c; }
a.circulation_change				{ color: #5c5c5c; text-decoration: none; }
a.circulation_change:hover			{ color: #5c5c5c; text-decoration: underline; }

.circulation_new					{ font-family : Tahoma, Arial, Sans-Serif; font-size : 12px; color : #5c5c5c; font-weight: bold; }
a.circulation_new					{ color: #5c5c5c; text-decoration: none; }
a.circulation_new:hover				{ color: #5c5c5c; text-decoration: underline; }

table.circulation_change_rounded td { -moz-border-radius: 20px 20px 20px 20px; }

