/*
Theme Name: Carbonize
Theme URI: http://nischalmaniar.info/2009/05/carbonize-theme/
Description: Simple but highly functional two-Column WordPress theme. Tabbed-Content in Sidebar, Threaded comments. No plugins required, Sidebar widget ready. Compatible with WordPress 2.5 and higher. Tested upto WordPress 2.9. French, Danish language support. Valid CSS & XHTML, Compatible with IE 7+, Mozilla 2+, Safari 3+
Version: 1.0.7
Author: Nischal Maniar
Author URI: http://www.nischalmaniar.info
Tags: Black, Two-columns, Fixed-width, Threaded-comments
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/

/* reset.css */
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.6;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.clear {clear: both;}

h1, h2, h3 ,h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p, .p {
color: #979797;
margin: 5px 15px 15px 15px;
}



.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #46494b;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    color: #ffffff;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* body & typography & layout */
/*background image couvre toute la fenetre arriere plan*/

body {
  text-align: center;
  vertical-align: top;
  font-family: Verdana, Arial;
  font-size: 0.75em;
  background: #262626;
  color: #858585;
}

#wrapper {
  text-align: left;
  width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

blockquote {
  margin: 10px;
  padding: 10px;
  border-left: 5px #131415 solid;
}


/* banner & logo */

#banner {
  margin: 15px 0 0 0;
}

#logo {
  background: url(images/logo_back.png) no-repeat;
  height: 80px;
  padding: 5px 0 0 100px;
  float: left;
  width: 60%;
}

#logo h1 a {
  font-family: Georgia;
  font-size: 30px;
  font-weight: lighter;
  text-transform: Capitalize;
  color: #DFDFDF;
  text-decoration: none;
}

/*petit texte dans le header */
#description {
  color: #777;
  margin: 3px 0 0 0;
  font-size: 0.9em;
}

#subscribe {
  float: right;
  margin: 0;
  width: 35.5%;
  padding-bottom: 5px;
}

#subscribe a {
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}

.commentsrss {
  margin: 0 0 0 22px;
}


/* menu  du haut*/

#menu {
  background: url(images/menu.png) no-repeat;
  width: 1000px;
  height: 30px;
  margin: 15px 0 10px 0;
  padding: 6px 0 0 0;
}

#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav li {
  margin: 0;
  padding: 0;
  display: inline;
  font-family: Arial;
  font-size: 12px;
  font-weight: lighter;
  text-transform: capitalize;
  padding: 0 10px 0 10px;
  border-left: 1px #404040 solid;
}

#nav li a {
  color: #fff;
  text-decoration: none;
}

#nav li a:hover {
  border-bottom: 1px #ffdd33 solid;
}

#nav #home_li {
  border-left: none;
}


#nav li.current_page_item a {
  border-bottom: 1px #ffdd33 solid;
}

/* sidebar sous les articles recents et marge a cote des posts*/

#sidebar {
  width: 240px;
  float: left;
  margin: 0 0 0 10px;
}

#sidebar div.widget_top {
  background: #333;
  width: 250px;
  height: 14px;
  margin: 12px 0 0 0;
}

#sidebar div.widget_bottom {
  background: #333;
  width: 250px;
  height: 14px;
}

#sidebar div.widget_center {
  background:  #333;
  width: 250px;
  overflow: hidden;
}

.textwidget {
font-size: 0.9em;
}

#sidebar ul {
  list-style-type: none;
  margin: 0 10px 0 10px;
  padding: 0;
  padding-left: 10px;
}

#sidebar ul li {
  margin: 0 0 15px 0;
  padding: 0;
}

/*titres de la barre laterale et eloigne la barre jaune du bord droit*/
#sidebar ul li h2 {
  font-family: Verdana, Arial;
  font-size: 1.2em;
  color: #DFDFDF;
  font-weight: lighter;
  border-bottom: 1px #ffdd33 solid;
  margin-bottom: 5px;
  Margin-right : 15px;
}


#sidebar ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*noms dans la liste des articles dans la barre laterale sauf articles recents et marge des traits entre la liste et le bord droit*/
#sidebar ul li ul li {
  margin: 0;
  color: #808080;
  padding: 10px 15px 3px 0;
  border-bottom: 1px #23282c dotted;
  font-size: 0.9em;
  Margin-right : 15px;
}

#sidebar ul li ul li a {
  color: #808080;
  text-decoration: none;
}

#sidebar ul li ul li a:hover {
   color: #ffdd33;
}

#sidebar ul li ul li .children {
  list-style-type: none;
  margin: 0 0 0 10px;
}

#sidebar ul li ul li .children li {
  border-bottom: none;
  padding: 3px 0 3px 10px;
  background: url(images/children_bullet.png) no-repeat;
}

#sidebar ul ul ul {
  list-style-type: none;
  margin: 0 0 0 10px;
}

#sidebar ul li ul li ul li {
  border-bottom: none;
  padding: 3px 0 3px 10px;
  background: url(images/children_bullet.png) no-repeat;
}

#sidebar ul li div a {
  color: #808080;
  text-decoration: none;
}

#sidebar ul li div a:hover {
  color: #ffdd33;
}


#wp-calendar {
  width: 100%;
  color: #808080;
}

#wp-calendar a {
  color: #ffdd33;
  text-decoration: none;
}

#wp-calendar caption {
  text-align: center;
  padding: 0 0 3px 0;
}

#wp-calendar thead tr th {
  text-align: center;
  background-color: #1c1d1e;
  color: #808080;
}

#wp-calendar tbody tr td {
  text-align: center;
  padding: 3px 0 3px 0;
}

#wp-calendar tbody tr td a {
  color: #808080;
  text-decoration: underline;
}

#today {
  color: #ffdd33;
}

#prev {
  text-align: left;
}

#next {
  text-align: right;
}



/* tabbed content */

/*boite des articles recents*/
#sidebar div.sdtab_top {
  background:  #333;
  width: 250px;
  height: 14px;
}

#sidebar div.sdtab_bottom {
  background:  #333;
  width: 250px;
  height: 14px;
}

#sidebar div.sdtab{
  background:#333;
  padding:0;
  margin: 0;
  width: 250px;
  overflow: hidden;
}
#sidebar ul.sdtabs{
	float:left;
	width: 100%;
	margin:10px 5px 0 5px;
    list-style-type: none;
}
#sidebar ul.sdtabs li{
	float:left;
	padding:0 5px 0 5px;
    border-left: 1px #23282c dotted;
}

#sidebar ul.sdtabs li.active {
    /* not required for this theme */
}

#sidebar ul.sdtabs li a {
    color: #808080;
    text-decoration: none;
}

#sidebar ul.sdtabs li a:hover {
    color: #ffdd33;
}


#sidebar ul.sdtabs li.active a {
    color: #DFDFDF;
}

/*pading pour ecarter de la gauche la boite articles recents*/
#sidebar div.sdtab div {
	clear:both;
	width:auto;
    margin: 0 15px 0 10px;
	Padding-left : 10px;
}

/*taille de la police pour la liste des articles recents*/
#sidebar div.sdtab div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.88em;
}

/*écarte la ligne sous les noms des listes du bord droit avec le margin*/
#sidebar div.sdtab div ul li {
  margin: 0;
  color: #808080;
  padding: 3px 0 3px 0;
  border-bottom: 1px #23282c dotted;
  margin-right : 15px;
}

/* titre pour les artilces recents et ecarte la ligne jaune sous le titre avec le margin*/
#sidebar div.sdtab div h2 {
  font-family: Verdana, Arial;
  font-size: 1.2em;
  color: #DFDFDF;
  font-weight: lighter;
  border-bottom: 1px #ffdd33 solid;
  margin-bottom: 5px;
  margin-right : 15px;
}

#sidebar div.sdtab div #recentposts, #sidebar div.sdtab div #recentcomments, #sidebar div.sdtab div #tags {
  color: #DFDFDF;
}


#sidebar div.sdtab div ul li a {
  color: #808080;
  text-decoration: none;
}

#sidebar div.sdtab div ul li a:hover {
  color: #ffdd33;
}

#sidebar div.sdtab div a {
  color: #808080;
  text-decoration: none;
}

#sidebar div.sdtab div a:hover {
  color: #ffdd33;
}

#sidebar #firsttab {
  border-left: none;
}

/* search form */
/*le fond de la boite de recherche*/
#search {
  background: #333;
  width: 250px;
  height: 55px;
  padding: 7px 0 0 0;
  text-align: center;
}

#s {
  background: url(images/s_back.png) repeat;
  color: #DFDFDF;
  width: 140px;
  padding: 4px 7px 4px 7px;
  border-left: 1px black solid;
  border-top: 1px black solid;
  border-bottom: none;
  border-right: none;
  font-size: 12px;
}

#searchsubmit {
  width: 23px;
  height: 23px;
  background: url(images/searchbtn_back.png) no-repeat;
  border: none;
}


/* container */

#container {
  float: left;
  width: 730px;
  border-right:1px #282828 solid;
}

/*fond des articles*/
.content_top {
  background: #333;
  width: 730px;
  height: 11px;

}

.content_bottom {
  background: #333;
  width: 730px;
  height: 11px;
}

.content_center {
  background: #333;
  width: 730px;
  padding: 5px 0 0 0;
  overflow: hidden;
}

/* posts */
/*taille des caracteres dans les articles*/
.posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height:170%;
}


#container .content_center .posts li {
  margin: 0 40px 5px 40px;
  padding: 0;
}

/*marges sous les images */
#container .content_center .posts img {
border:none; 
margin-top:10px;
margin-bottom: 10px;
}

/*titres des articles*/
.post_title {
  font-family: Verdana, Arial;
  font-size: 1.3em;
  color: #DFDFDF;
  margin-bottom: 5px;
  font-weight: lighter;
  background: url(images/post_title_back.png) no-repeat;
  height: 31px;
  width: 700px;
  padding: 6px 0 0 20px;
}

.post_title a {
  color: #DFDFDF;
  text-decoration: none;
}

.post_title a:hover {
  color: #ffdd33;
}

.post .img {
border:none; margin:20px 0 20px 0;
background:#333;
}


/*info date et auteur de l'article sous le titre*/
.post_meta {
  margin: 4px 0 20px 20px;
  color: #888;
  font-size: 0.85em;
}


.post_meta a {
  color: #ffdd33;
  text-decoration: none;
}


.post_content a {
  color: #bbb;
  text-decoration: none;
}

.post_content a:hover {
	color: #ffdd33;
	text-decoration: underline;
}

.post_content h2 {
	margin-top: 2.2em;
	margin-bottom: 1.5em;
	margin-left:15px;
}

.post_content h3 {
	font-family: Verdana, Arial;
	margin-top: 2.2em;
	margin-bottom: 1em;
	margin-left:15px;
	font-weight: normal;
	font-size: 1.3em;
	color: #ddd;
}

.post_content h4 {
	font-family: Verdana, Arial;
	margin-top: 2.2em;
	margin-bottom: 1em;
	margin-left:15px;
	font-weight: normal;

}

.post_content h6 {
	font-family: Verdana, Arial;
	margin-top: 2.2em;
	margin-bottom: 0;
	margin-left:15px;
	font-weight: normal;
	Font-size: 1.05em;
	color: #ddd;
	}


.post h3 {
margin-left: 15px;
}

/* pour le nbre de commentaires et la categorie sous les articles*/
.info {
  margin: 15px 0 15px 10px;
  font-size: 0.86em;
}

.info a {
 color: #ffdd33;
 text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}


.info .comment {
  background: url(images/comment_icon.png) no-repeat;
  height: 16px;
  padding: 0 0 0 20px;
}

.info .cats {
  background: url(images/category_icon.png) no-repeat;
  height: 16px;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}

.navigation a {
  color: #ffdd33;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: underline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* comments */

#comments {
  font-family: Verdana;
  font-size: 0.9em;
  color: #DFDFDF;
  font-weight: lighter;
  border-bottom: 1px #ffdd33 solid;
  margin-bottom: 20px;
}

.commentslist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.commentslist li {
  margin: 0;
  padding: 0;
 border-bottom: 1px #2d3032 inset;
}

.commentslist .children {
  margin: 30px 0 0 30px;
  list-style-type: none;
  padding: 0;
}

.commentslist .children li {
  border: none;
  padding: 0;
  margin: 0;
}

.com-wrapper {
  margin: 25px 0 25px 0;
}


.com-header {
  float: left;
  width: 20%;
  color: #DFDFDF;
  text-decoration: none;
}

.com-header a {
  color: #ffdd33;
  text-decoration: none;
}


.com-text {
  float: left;
  margin: 0 0 0 30px;
  width: 70%;
  line-height: 20px;
}

.com-text a {
  color: #DFDFDF;
  text-decoration: none;
}

.com-text a:hover {
  color: #ffdd33;
}

.comment_content {
  line-height: 22px;
}

.reply a {
  color: #3e5358;
}

#respond {
  font-family: Verdana, Arial;
  font-size: 16px;
  color: #DFDFDF;
  font-weight: lighter;
  border-bottom: 1px #ffdd33 solid;
  margin-bottom: 20px;
}

.leavereply h3 {
  font-family: Verdana, Arial;
  font-size: 14px;
  color: #DFDFDF;
  font-weight: lighter;
  margin-bottom: 15px;
}

.leavereply h3 a {
  color: #ffdd33;
  text-decoration: none;
}

.leavereply h3 a:hover {
  text-decoration: underline;
}

/*champs a remplir quand on veut poster*/
#author, #email, #url {
  margin: 5px 0 10px 0;
  width: 301px;
  background: #333;
  padding: 5px 10px 6px 10px;
  color: #dfdfdf;
  border: 1px #666 solid;
}

/*fond du cadre ou on ecrit le commentaire*/
#commenttxt {
  margin: 5px 0 10px 90px;
  width: 440px;
  height: 170px;
  background: #282828;
  font-size: 13px;
  font-family: Arial;
  color: #dfdfdf;
  border: 1px #666 solid;
  padding: 5px 10px 6px 10px;
  overflow: auto;
}

#submit {
  background: url(images/button_back.png) no-repeat;
  width: 170px;
  height: 32px;
  border: none;
  color: #dfdfdf;
  margin-left: 370px;
  margin-bottom: 10px;
}


/* footer */

#footer {
    text-align: center;
    color: #808080;
    margin: 20px 0 20px 0;
	font-size: 0.85em;
}

#footer a {
	color: #ffdd33;
	}


