/*
#    Austerity thème par jibHaine (http://www.jibHaine.fr)
#    Thème ultra minimaliste, ni SideBar, ni tags, ni rien, juste les billets, les commentaires, et c'est tout...
# 
*/

*{
	font-family:Arial,Helvetica,sans-serif;
	padding:0;margin:0;border:none;
	color:#666;
	text-decoration:none;
	}
/** CLASSES GENERALES **/
h1,h2,h3,h4,h5,h6{font-weight:100;margin:5px 0px;}
a{text-decoration:underline;color:#666;}
a:hover{text-decoration:none;color:#999;}

ul,ol,dl{list-style-type:none;}
li{padding-left:18px;background:transparent url(images/next.gif) no-repeat left center;}
pre, blockquote{background-color:#EEE; margin:5px 0px; padding:5px;}
pre{font:monospace;}
#main{width:500px;margin:50px auto;}

/** MARGES DEGRADE BLANC **/
#overheader,#overfooter{position:fixed;height:50px;width:100%;}
#overheader{top:0;background:transparent url(images/header.png) repeat-x;}
#overfooter{bottom:0;background:transparent url(images/footer.png) repeat-x;}


/** NAVLINKS **/
#navlinks{display:block;height:20px;}
.prev{
display:block;float:left;
padding-left:16px;
background:url(images/prev.gif) no-repeat left center;
}
.next{
display:block;float:right;
padding-right:16px;
background:url(images/next.gif) no-repeat right center;
}


/** POST **/
.post-title a, .post-title a:hover{text-decoration:none;color:#666;}
.post-excerpt, .post-content{text-align:justify;margin:5px 0px;}
.read-it{text-align:right;}

/** COMMENTAIRES **/
#comments dl{
	background:#FFF url(images/bulle_fond.gif) repeat-y center center;
	width:464px;margin:10px auto;
}
	
#comments dd{
	background:transparent url(images/bulle_haut.gif) no-repeat top center;
	padding:20px 20px 0px 20px;
	min-height:26px;text-align:justify;
}
#comments dt{
	background:#FFF url(images/bulle_bas.gif) no-repeat top center;
	padding:20px 10px 0px 70px;
	min-height:35px;color:#CCC;
}

#comments dt b{
color:#999;
}
 /** FORMULAIRE COMMENTAIRES**************/
 #comment-form fieldset { }
fieldset p {display:block;margin:4px auto;clear:both;overflow:auto;width:464px;text-align:right;}
.field label {margin:2px 0px;width:160px;float:left;}
.field input , .field textarea {width:280px;float:right;padding:3px 10px;font-size:12px;}
.field input{height:15px;background:url(images/form_field.gif) no-repeat;}
.field textarea {height:130px;background:url(images/form_txt.gif) no-repeat;padding:10px;}



/** BOUTONS **/
input.preview,input.submit{
width:124px;height:25px;background:url(images/bouton.gif) no-repeat center center;
}
input.preview:hover,input.submit:hover{
	background:url(images/bouton_hover.gif) no-repeat center center;
}
/** FEED */
#comments-feed{text-align:center}
.feed{padding:5px 27px;background:url(images/rss.gif) no-repeat left center;}
