/*
Theme Name: Super Blogger
Theme URI:
Description: Thème personalisé.
Version: 1.2
Author: JB. MONIN
Author URI: http://ooyes.net
Tags: none



	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */








body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
    width: 857px;
    padding-bottom: 50px;
	}
a{
  font: 12px Arial;
    color: #000;
}
img{
  border: none;
}


#header {
width: 857px;
height: 223px;
background:url(images/header.jpg) no-repeat top left;
}
#headerimg 	{
	margin: 0;
    width: 857px;
	height: 223px;
}
#headerimg h1{
  float: left;
  text-indent: -9999px;
}

.description{
  position: relative;
  color: #fff;
  display: block;
  font: 15px Arial;
}
.description samp{
    position: absolute;
    color: #1878CC;
    top: 1px;
    left: 1px;
    font: 15px Arial;
}
#toprss{
  float: right;
  display: block;
  width: 68px;
  height: 98px;
  background: url(images/toprss.jpg) no-repeat;
  margin: 20px 50px 0 0 ;
  text-indent: -10000px;
}


.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
    margin: 10px 0 0 0;
	}
.commentlist li cite{
  float: left;
  margin: 15px 0 0 0;
      font: bold 14px Arial;
  color: #fff;
  text-decoration: none;
  background: none !important;
}
.commentlist .commentmetadata{
  clear: both;
  font: bold 12px Arial;
}
.commentlist .commentmetadata a{
  font: bold 12px Arial;
  color: #fff;
}
.commentlist li cite a{
    font: bold 14px Arial;
  color: #fff;
  text-decoration: none;
  background: none !important;
  }

.clear{
  clear:both;
}

/* Begin Structure */
*{
  margin: 0;
  padding: 0;
}

body {
	margin: 0;
	padding: 0;
    background: #6589a9 url(images/background.png) repeat-x;
	}

#page {
	margin: 0 auto;
	}

#header{
	margin: 0;
	padding: 0;
}

h1#accueil a{
  display: block;
  position: absolute;
  width: 215px;
  height: 260px;
}

#content-wrapper{
  clear: both;
  width: 857px;
  margin: 0 auto;
  background:  url(images/content.png) repeat;
}


#content{
  float: left;
  -display: inline;
  clear: both;
  width: 560px;
  margin-left: 10px;
}

#left{ 
  width: 208px;
  padding: 60px 0 0 20px;
  background:  url(images/left.png) no-repeat top left;
  float: left;
}

#main{ 
  width: 380px;
  padding: 0 0 0 10px;
  float: left;
  position: relative;
  top: -20px;
}

#right{ 
  width: 180px;
  float: left;
  padding-left: 20px;
}

#bienvenue{ 
  width: 183px;
  min-height: 250px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 20px;
  background:  url(images/bienvenue_bg.png) no-repeat bottom left;
}

ul#menu {
 position: absolute;
 margin: 142px 0 0 225px;
}

ul#menu li{
	list-style-type: none;
	float:left;
}
.post_top{
  padding:0 14px 0 10px;
}

.post_top small{
	color: #4384c4;
	font: 10px arial;
    clear: both;
}

.post_top small a{
	color: #4384c4;
	font: 10px arial;
    clear: both;
}
.post_bottom{
  clear: both;
  height: 23px;
  margin: 4px 0 0 14px ;
  background: url(images/separator.png) repeat-x 0 0;
}
.post_bottom a{
  font: 12px Arial;
  color: #c0c0c0;

}
.post_bottom .comments_number a{
  font-weight: bold;
  display: inline-block;
  padding-left: 27px;
  background: url(images/comments_bullet.jpg) no-repeat 0 50%;
  text-decoration: none;
}

.topdate{
  font:  10px arial, sans-serif;
  margin-top: 2px;
  color: #6f8aa4;
}

.post {
	margin: 0;
    margin-top: 20px;
	}
    
.post .more-link {
	display:block;
	margin-top : 10px;
	text-align: right;
      font: 11px Arial;
      color: #4f6881;
	font-variant: small-caps;
	text-decoration: none;
}

.post small{
      font: 10px Arial;
      color: #4f6881;
      margin-top: 2px;
    }
    .post small a{
        color: #4f6881;
    }
.post h2{
    margin-top: 10px;
    clear: both;
}
.post hr {
	display: block;
	}
.entry{
  margin-top: 10px;
  padding-left: 14px;
  color: #000;
  font: 11px Arial;
}
.post h2, .post h2 a, .post h3, .post h3 a{
  font: 16px "Georgia", serif;
  color: #1c3b59;
  font-variant: small-caps;
  text-decoration: none;
}




.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear, .c{
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
    width: 857px;
    /*background: url(images/footer.png) repeat-y;*/
    position: relative;
    min-height: 10px;
    height: 10px;

	}






/* End Structure */



/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
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
	}
/* End Images */

.entry ol {
	padding: 0;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    clear: both;
    float: right;
    -display: inline;
    margin-right:25px;
margin-top:-5px;
    background: url(images/search.jpg) no-repeat;
    width: 327px;
    height: 50px;
    overflow: hidden;
	}

#searchform #s {
margin-left:55px;
margin-top:16px;
padding:2px;
width:208px;
background: #fff;
border: none;
position: relative;
*top: -7px;
	}

 #searchsubmit {
	padding: 1px;
    cursor: pointer;
    height: 45px;
    opacity:0;
    filter:alpha(opacity=0);
    width: 45px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
     border: solid 1px #ccc;
	}
#commentform{
  width: 559px;
  padding: 14px;
  background: #0050A5;
  color: #fff;
  overflow: hidden;
  zoom:1;
}
#commentform textarea {
	padding: 2px;
    width: 500px;
    height: 150px;
    border: solid 1px #ccc;
    margin-top: 5px;
	}

#commentform #submit {
	margin: 0;
	float: left;
    width: 150px;
    background: #15A2DA;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
	}
    #respond{
      font: bold 15px Arial;
      padding-bottom: 5px;
    }

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist li {
	list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Sidebar */
#sidebar
{
	padding: 0;
    margin-right: 10px;
    -margin-right: 2px;
    -display: inline;
}

#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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* 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 */

/* Customs: */

#nav{
   list-style: none;
   float: left;
   -display: inline;
   width: 40%;
   margin-left: 200px;
   margin-top: 19px;
}
#nav li{
   float: left;
   margin: 0 5px;
}
#nav a{
    display: inline-block;
    padding: 12px 10px;
    background: #0D94CE url(images/navbg.jpg) repeat-x;
    font: 12px Arial;
    color: #fff;
    text-decoration: none;
}
#nav a:hover{
    background: #0D94CE url(images/navbg_hover.jpg) repeat-x;
}

/* border angles */
.btl, .btr, .bbl, .bbr{
    display: block;
    position:absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    zoom:1;
    overflow: hidden;
}
.btl{top: -1px;left: -1px;
    background-image: url(images/btl.gif);}
.btr{
	top: -1px;right: -1px;
	-right: expression(this.parentNode.clientWidth % 2 == 0 ? -1 : -2);
    background-image: url(images/btr.gif);
}
.bbr{
	bottom: -1px;right: -1px;
	-bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -1 : -2);
	-right: expression(this.parentNode.clientWidth % 2 == 0 ? -1 : -2);
    background-image: url(images/bbr.gif);
}
.bbl{
	bottom: -1px;left: -1px;
	-bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -1 : -2);
    background-image: url(images/bbl.gif);
}
/* ----- /angles ----- */

#toprss{
  float: right;
  display: block;
  width: ;
}
.rss-post{
  display: inline-block;
  float: right;
  margin-right: 40px;
  padding: 2px 0 2px 27px;
  background: url(images/rsspost.jpg) no-repeat 0 50%;
}
.sbbox{
  background: url(images/sbbox.jpg) repeat-y;
  width: 342px;
  overflow: hidden;
  position: relative;
  zoom:1;
  padding: 15px;
  font: 12px Arial;
  color: #CAFFFF;
  margin-top: 20px;
}
.sbbox li{
    padding-bottom: 5px;
}
.sbbox li li li{
    margin: 5px 0 0 5px;
}
.sbbox a{
  font: 12px Arial;
  color: #CAFFFF;
}
.sbbox_top, .sbbox_bottom{
  display: block;
  position: absolute;
  left:0;
  height: 27px;
  width: 372px;
  background-repeat: no-repeat;
  z-index: 0;
}
.sbbox_top{
  background-image: url(images/sbbox_top.jpg);
  top: 0;
}
.sbbox_bottom{
  background-image: url(images/sbbox_bottom.jpg);
  bottom: 0;
  -bottom: -3px;
}
.sbbox_content{
  position: relative;
  z-index: 1;
}
#content-wrapper{
  padding-bottom: 20px;
}
.commentlist li{
  background: #15A2DA;
  width: 558px;
  padding: 0 14px;
  margin-bottom: 20px;
  position: relative;
}
.comm_top, .comm_bottom{
  display: block;
  position: absolute;
  left:0;
  background-repeat: no-repeat;
  width: 586px;
  z-index: 0;
  -z-index: -1;
}
.comm_content{
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.comm_content p{
    font: 12px Arial;
    color: #BFE3EE;
    padding-top: 5px;
}
.comm_top{
  height: 40px;
  background: url(images/comment_top.jpg);
  top: 0;
}
.comm_bottom{
    height: 11px;
    background-image: url(images/comment_bottom.jpg);
    bottom: 0;
    -bottom: -4px;
}

#comments{
  font: bold 20px Arial;
  padding: 5px 0 0 10px;
  margin-bottom: 15px;
}
#recent_comments li a{
  text-decoration: none;
}
#recent_comments li a:hover{
  text-decoration: underline;
}

#contact{
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #808080;
  
}

#contact h2{
  color: #385978;
}

h2.smalltitle{
font-size: 14px;

}
#contact a{

}


#blogroll{
  float: left;
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
  color: #808080;
}
#blogroll li{
    list-style: none;
}
.linkcat{
  float: left;
  width: 200px;
}
#wd{
  clear: both;
  display: block;

}
#wd, #wd *{
    font: 11px Arial;
    color: #5DB2D9;
    text-align: center;
}
#blogroll h2{
    font: bold 14px Arial;
    color: #385978;
    padding-bottom: 5px;
}
#blogroll a{
    font: 11px Arial;
    color: #4384c4;
    text-decoration: none;
}
#top_commentators{
  float: right;
  width: 200px;
  -display: inline;
    margin-right: 20px;
  margin-top: 10px;
}
#top_commentators li{
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}
#top_commentators h2{
    font: bold 14px Arial;
    color: #fff;
    padding-bottom: 5px;
}

#wp-admin-bar {align:center; margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

.widgettitle{
    font: 14px Arial;
    color: #808080;
	margin-top: 20px;
	margin-bottom: 8px;
}


#recent-posts a{
margin-left: 10px;
color: #39638c;
text-decoration: none;
font-size: 11px;
}

.widget_categories a{
margin-left: 10px;
color: #39638c;
text-decoration: none;
font-size: 11px;
}

li#tag_cloud a {
color: #434c73; 
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 0.8em;
}

.page_item a{
color: #bd2649;
text-decoration: none;
font-size: 12px;
}

.current_page_item a{
font-weight: bold;
}











