/*
#    SimpleLife thème par jibHaine (http://www.jibHaine.fr)
#    Thème minimaliste
# 
*/
*{
	font-size:14px;
	font-weight:300;
	font-family:Tahoma,Helvetica,sans-serif;
	padding:0;margin:0;border:0;
	color:#333;
	text-decoration:none;
}
/** CLASSES GENERALES **/
h1,h2,h3,h4,h5,h6, .post-title a,#top h1 a,#search label{
font-family:BitStream Vera Sans, monospace;font-weight:bold;color:#333;}	
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}
a{color:#69C;}
a:hover{text-decoration:underline;color:#b00;}

ul,ol,dl{list-style-type:none;}
li{}
form{margin:15px 0px;}
pre, blockquote{background-color:#EEE; margin:5px 0px; padding:5px;}
pre{font:courrier;background:#000;color:#FFF;overflow:auto;}
#page{
	min-width:100%;
	position:relative;
	margin:0 auto;
}

#main{}

/** HEADER **/
#top {
	background:#900 url(images/head.gif) repeat-y;
	height:150px;
	color:#FFF;
}
#top h1 {padding:20px 5px 0px 0px; }
#top h1 a {font-size:24px;color:#FFF;}
#top h1 a:hover{text-decoration:none;}
#prelude {position:absolute;top:0px;left:15px; }
#prelude a {font-size:16px;color:#999; }

#top {background:#900 url(images/head.gif) repeat-y;}
#menu, #footer{background:#1a1a1a url(images/menu.gif) repeat-y;color:#999;height:32px;padding:5px 5px 5px 305px;}
#blognav, #blogextra, #content-info {background:#efeff9 url(images/sidebar.gif) repeat-y;color:#999;}

/** 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{position:relative;overflow:auto;min-height:230px;}
.post-right{padding:15px;margin-left:300px;}

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


/** POST INFOS **/
.post-left{
	width:270px;float:left;
	padding:13px;
	background:url(images/postleft.gif) repeat-y top right;
}
.post-left li{
	padding:2px 20px 2px 5px;
	border-bottom:1px #999 dotted;
	text-align:right;
}
.post-left ul{
	overflow:hidden;
	border-top:1px #999 dotted;
}


.info-date{background:url(ico/date.png) no-repeat right center;}
.info-time, .com-time{background:url(ico/time.png) no-repeat right center;}
.info-user, .com-user{background:url(ico/user.png) no-repeat right center;}
.info-categ{background:url(ico/page.png) no-repeat right center;}
.info-comment{background:url(ico/comment.png) no-repeat right center;}
.info-pings{background:url(ico/transmit.png) no-repeat right center;}
.info-attach{background:url(ico/attach.png) no-repeat right center;}
.info-tags{background:url(ico/tag_blue.png) no-repeat right center;}
#c_name,
#c_mail,
#c_site{padding:2px 20px 2px 10px;}
#c_name{background:#DDD url(ico/user.png) no-repeat right center;}
#c_mail{background:#DDD url(ico/email.png) no-repeat right center;}
#c_site{background:#DDD url(ico/world.png) no-repeat right center;}

#c_name,#c_mail,#c_site,textarea,input{background-color:#DDD;}
#c_name:hover,#c_mail:hover,#c_site:hover,#c_content:hover,input:hover{background-color:#CCC;}
#c_name:focus,#c_mail:focus,#c_site:focus,#c_content:focus,input:focus{background-color:#FFF;}
/** COMMENTAIRES **/
#comments .com-content p{
	text-align:right;padding-bottom:30px;
	margin-right:-20px;}
#comments dd{}
#comments dt{}
#comments dt b{
}
 /** FORMULAIRE COMMENTAIRES**************/
 #comment-form fieldset {border-top:1px #999 dotted; }
#comment-form fieldset p {display:block;
	border-bottom:1px #999 dotted;}
.field label {display:none;}
.field input , .field textarea {
	width:240px;
	margin:3px 0px;
	background:#DDD;
	padding:3px 10px;
	font-size:12px;
	text-align:right;
	}
.field input{}
.field textarea {height:80px;padding:15px;}

/** SIDEBAR **/
#blognav, #blogextra{display:block;overflow:auto;}
#blognav div, #blogextra div{float:left;width:140px;padding:5px;}
	/** widgets spécifiques **/
	/**SEARCH**/
	#search {position:absolute;top:150px;right:15px;}
	#search form { }
	#search label {width:auto; }
	#search #q {border:1px solid black;background:#EEE url(magnify.png) left center; }
	#search .submit  { }
	
	/**TAGS**/
	div.tags{width:300px;}
	.tags li{display:inline;}
	
	
/** FEED */
#comments-feed{text-align:center}
.feed{padding:2px 2px 2px 20px;background:url(ico/feed.png) no-repeat left center;}
