/*
	Theme Name:Nomis o'theme!
	Theme URI:http://nomis.fr
	Description:Nomis o'blog! / Reproduction interdite sans accord préalable de l'auteur. Et faites gaffe je scan le web :p
	Version:1.0
	Author:Simon Taisne
*/

*{
	margin:0;
	padding:0;
}

ul,li{
	list-style-type:none;
}

h1,h2,h3{
	font-family:arial,sans-serif;
}

h2{
	font-size:16px;
}

a{
	color:#2786C2;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#F75342;
}

a img{
	border:0;
}

body{
	font-family:verdana,sans-serif;
	font-size:11px;
	background:#E7E7DE;
	color:#3E3E3E;
}

#page{
	margin:auto;
	margin-top:85px;
	width:800px;
}

#header{
	clear:both;
	width:570px;
	background:#FFF;
}

#header img{
	top:25px;
	margin-left:7px; /*modifier l'image pour enlever cette marge*/
	position:absolute;
	border:0;
}

#header span{
	display:none;
}

#header #arrondis{
	background:transparent url(images/arrondis.png) no-repeat;
	width:570px;
	height:14px;
}

#header #menu{
	clear:both;
	width:548px;
	height:100%;
	overflow:auto;
	padding:35px 10px 0 10px;
	background:#FFF;
	border-left:#BEBABB solid 1px;
	border-right:#BEBABB solid 1px;
}

#header #menu li {
	float:left;
	margin-right:10px;
}

#header #menu li a, #header #menu li#more{
	color:#969696;
}

#header #menu li a:hover, #header #menu li#more:hover{
	color:#3E3E3E;
}

#header  #menu #divmore{
	clear:both;
	padding:15px 0 0 0;
}

#wrap{
	height:100%;
	overflow:auto;
	width:800px;
	background:transparent url(images/bg.jpg) repeat-y;
}

#content{
	clear:both;
	float:left;
	width:548px;
	padding:0 10px 0 10px;
	background:#FFF;
	border-left:#BEBABB solid 1px;
	border-right:#BEBABB solid 1px;
}

#content .post{
	margin:15px 0 15px 0;
	padding-top:15px;
	border-top:#BDB9B9 dotted 1px;
}

#content .post#nothing{
	text-align:center;
}

#content .post_content p{
	margin:10px 0 10px 0;
}

#content .post_content p img{
	border:#BEBABB solid 1px;
	margin-left:9px;
}

#content .postmetadata{
	margin:0 0 10px 0;
	color:#969696;
}

#content .postmetadata a{
	color:#969696;
}

#content .postmetadata a:hover{
	color:#3E3E3E;
}

#content .comments-template{
	border-top:#BDB9B9 dotted 1px;
	border-bottom:#BDB9B9 dotted 1px;
	background:#FAF9F6;
	padding:0 10px 10px 10px;
}

#content .comments-template input, #content .comments-template textarea{
	border:1px solid #EAEAEA;
	padding:2px;
}

#content .comments-template img{
	border:#BEBABB solid 1px;
}

#content .comments-template li.author{
	background:#EFEFEF;
}

#pagination{
	padding:15px 0 15px 0;
	height:100%;
	overflow:auto;
}

#pagination li {
	float:left;
	display:block;
	font-family:arial,sans-serif;
	font-size:14px;
	margin:0 4px;
}

#pagination li.arrow, #pagination li.arrow a, #pagination li.arrow a:hover {
	background:transparent;
	border:0;
	margin:0;
	padding:0
}

#pagination li a{
	border:2px solid #EDF1F5;
	color:#969696;
	display:block;
	padding:0 3px;
}

#pagination li a:hover {
	background:#59A5D1;
	border:2px solid #408BB6;
	color:#FFF;
}
	
#pagination li.current{
	font-size:24px;
	margin:-6px 0 0;
	padding:2px 6px;
	font-weight:bold;
}

#pagination li.dots {
	font-weight:bold;
	color:#969696;
}

#sidebar{
	float:left;
	width:223px;
}

#sidebar #boxcontent{
	padding:0 10px 0 10px;
	width:202px;
	background:#FFF;
	border-right:#BEBABB solid 1px;
}


#sidebar #arrondis_top{
	background:transparent url(images/arrondis_top.png) no-repeat;
	width:223px;
	height:14px;
}
 
#arrondis_bottom{
	background:transparent url(images/arrondis_bottom.png) no-repeat;
	width:223px;
	height:14px;
}

#sidebar .box {
	clear:both;
	margin:0 0 15px 0;
	width:202px;
}

#sidebar .box li{
	display:block;
	background:transparent url(images/li.gif) no-repeat scroll left center;
	padding:0 0 0 15px;
	margin:0 0 5px 1px;
}

#sidebar .box li a, #sidebar .box a{
	color:#3E3E3E;
}

#sidebar .box li a:hover, #sidebar .box a:hover{
	font-weight:bold;
}

#sidebar .box  p{
	text-align:center;
}

#sidebar .box h2{
	font-size:11px;
	font-family:verdana,sans-serif;
	color:#FFF;
	line-height:25px;
	padding:0 0 0 8px;
	height:25px;
}

#sidebar .pic{
	width:10px;
	height:5px;
	margin:0 0 5px 10px;
}

#sidebar .pic#bleu{
	background:transparent url(images/pic_bleu.png) no-repeat;
}

#sidebar .pic#orange{
	background:transparent url(images/pic_orange.png) no-repeat;
}

#sidebar .pic#rouge{
	background:transparent url(images/pic_rouge.png) no-repeat;
}

#sidebar .pic#violet{
	background:transparent url(images/pic_violet.png) no-repeat;
}

#sidebar .pic#vert{
	background:transparent url(images/pic_vert.png) no-repeat;
}

#footer{
	clear:both;
	width:548px;
	font-size:10px;
	padding:0 10px 15px 10px;
	background:#FFF;
	border-left:#BEBABB solid 1px;
	border-right:#BEBABB solid 1px;
}

#footer #legal{
	clear:both;
}

#footer #legal p{
	background:#F6F6EA;
	padding:5px 10px 5px 10px;
	margin-bottom:2px;
}

#footer #rssfeed{
	clear:both;
	height:35px;
	padding:15px 0 10px 0;
	border-top:#DFDFDF dotted 1px;
}

#footer #rssfeed img{
	float:left;
	width:35px;
	height:35px;	
	margin-right:10px;
}

#footer #rssfeed #title{
	display:block;
	margin-bottom:3px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FAAE61;
}

#footer #rssfeed #desc{
	font-size:11px;
}
