/* 
	Theme Name: BIOSYLVA
	Theme URL: http://www.biosylva.fr
	Description: Version 2011
	Author: Infinitic
	Author URI: http://www.infinitic.fr
	Version: 1.0
	Tags: 

*/

@import "fonts.css";

body {

	background: #42474b url(images/bg.gif) repeat-x top;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 20px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 955px;
  margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
	

/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 955px;
	height: 471px;
	margin: 0px auto 0px;
	padding: 0px;
/*	overflow: hidden;*/
	}

#header_page {
	width: 955px;
	height: 310px;
	margin: 0px auto 0px;
	padding: 0px;
	/*overflow: hidden;*/
	}


.headerleft {
	width: 260px;
	float: left;
	top:0px;
	left:0px;
	margin-top:0px;
	padding: 0px;
	overflow: hidden;
	/*border:1px solid #FFF;*/
	}
	
.headerinforight{

width: 650px;
float: right;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
	color: #ffffff;
	font-size: 14px;
	font-family: YanoneKaffeesatzLight,Arial;
	font-weight: bold;
	text-align:right;
  }
  
#fleur {
/*position:relative;*/
float: right;
/*left:800px;*/
width:225px;
height:317px;
margin-top:0px;
margin-bottom:-350px;
margin-right:-70px;
background: #42474b url(images/fleur.png) no-repeat top;
z-index:-100;
}	


.headerleft p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.headerright {
	width: 650px;
	float: right;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	}



/************************************************
*	Navigation      							*
************************************************/

#nav {
	float: right;
	width:600px;
  margin: 0px;
  margin-top:13px;
	padding: 0px 5px 0px 0px;
	z-index:100;
	}
	
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a {
	background: #849b1a url(images/navbar_bg.png) repeat-x;
  /*background: #b3c730;*/
	color: #FFFFFF;
	display: block;
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 16px;
	font-weight: bold;
  margin: 0px 5px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-transform:uppercase;
	text-decoration: none;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li a:hover {
	background: #aa907a;
	color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a, #nav li li a:link {
	background: #aa8f7a;
	width: 120px;
	color: #FFFFFF;
	float: none;
	font-size: 11px;
	margin: 0px 0px 0px -1px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #00527B;
	border-left: 1px solid #00527B;
	border-right: 1px solid #00527B;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #aa8f7a url(images/navhover_bg.png);
	/*background: #aa8f7a;*/
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 120px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -24px 0 0 141px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	color: #FFFFFF;
	background: #bc6d0f url(images/navbarhover_bg.png) repeat-x;
	text-transform:uppercase;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}


#header_cuber {
width:955px;
height:335px;
float:left;
/*border:2px solid #FFFFFF;*/
overflow:hidden;
}

#cuber {
float:left;
width:955px;
height:320px;
display:block;
border:2px solid #FFFFFF;
}


#teaser {
width:955px;
height:160px;
}

/************************************************
*	Content 					     		    * 
************************************************/
#edito {
background: #62656a;
width: 945px;
height:260px;
margin: 0px auto 0px;
padding: 5px;
color:#FFFFFF;
border-bottom:5px solid #323639;
}

#edito_text {
float:left;
width:380px;
height:206px;
margin-top:0px;
margin-bottom:10px;
padding:10px;
}

#edito_text h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 25px;
	font-weight: normal;
  margin:0px;
  margin-bottom:5px;
}

#edito_text p{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
  margin:0px;
}

#nouveau {
float:left;
width:300px;
height:225px;
margin-bottom:10px;
margin-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-left:7px solid #494d50;
}

#nouveau h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 25px;
	font-weight: normal;
  margin:0px 0px 5px 0px;
  padding:0px;
}

#catalog {
float:left;
width:190px;
height:225px;
margin-bottom:10px;
margin-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-left:7px solid #494d50;
}

#catalog h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 24px;
	font-weight: normal;
  margin:0px 0px 5px 0px;
  padding:0px;

}

#catalog img{
	margin:0px;
  padding:10px;
}

#content {
	width: 940px;
	margin: 10px auto 0px;
	padding: 0px;
	line-height: 18px;
	color:#43474c;
	}
	
#content h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 38px;
	line-height:34px;
	color:#e97a0b;
	font-weight: normal;
	margin-top:25px;
  margin-bottom:20px;
}
	
#contentleft {
	float: left;
	width: 460px;
	margin: 0px;
	padding: 20px 0px 20px 10px;
	}
	
#contentleft_page {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 20px 0px 20px 10px;
	}

#contentright_page {
	float: right;
	width: 650px;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	border:1px solid #FFF;
	}


#contentleft h1 {
	color: #42474c;
	font-size: 25px;
	font-family: YanoneKaffeesatzLight,Arial;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	/*border-bottom: 1px solid #DDDDDD;*/
	}
	
#contentleft a {
	color: #f44b00;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft a:hover {
	color: #c83e01;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	text-transform:uppercase;
	}
	
	#contentleft_page h2{
  font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	line-height:24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;

  }
	
#contentleft h3 {
	color: #f44b00;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft h4 {
	color: #0076A3;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h5 {
	color: #0076A3;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h6 {
	color: #0076A3;
	font-size: 8px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentright{
width:455px;
/*height:400px;*/
float:right;
padding: 20px 0px 20px 10px;
}

#contentright .videos{
float: left;
width:230px;
border-left:5px solid #CCC;
margin:0px 0px 0px 0px;
padding-top:0px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
height:280px;
}
#contentright .videos h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 25px;
	font-weight: normal;
	padding-left:5px;
	margin:0px;
}
#contentright .videos h4{
color:#ff5e30;
padding:3px;
font-size: 12px;
font-weight: bold;
}


#contentright .videos p{
margin-top:5px;
margin-left:3px;
padding-top:12px;
padding-left:3px;
padding-right:3px;
height:185px;

}

#contentright .telechargez{
float: left;
width:190px;
border-left:5px solid #CCC;
margin:0px 0px 0px 0px;
padding-top:0px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
height:280px;
}

#contentright .telechargez h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 25px;
	font-weight: normal;
	padding-left:5px;
	margin:0px;

}

#contentright .telechargez img{
	margin-left:10px;

}

#contentright .telechargez p{
margin-top:5px;
margin-left:3px;
padding-top:12px;
padding-left:3px;
padding-right:3px;
height:185px;

}

#contentright .telechargez h4{
font-size: 12px;
font-weight: bold;
/*color:#ff5e30;*/
padding:3px;
}

#tags{

border:1px solid #000;
float:left;
text-align:center;
width:420px;

/*overflow:hidden;*/
background-color:#2d3034;
margin-top:40px;
margin-bottom:10px;
margin-left:5px;
margin-right:5px;
padding:5px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
 

#tags a{
color:#898f97;
float:left;
text-decoration:none;
text-transform:uppercase;
margin:2px;
padding:1px;
}

#tags a:hover{
color:#767b81;
text-decoration:none;
}



	
.sticky {
	background: #F7F7F7;
	margin: 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.post {
  font-family: Arial;
	margin: 0px 0px 10px 0px;
	}

	
.page h1{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 38px;
	line-height:36px;
	color:#e97a0b;
	font-weight: normal;
	margin-top:25px;
  margin-bottom:20px;
}	

.page h2 a{
	font-family: YanoneKaffeesatzLight,Arial;
	font-size: 26px;
	line-height:26px;
	color:#43474c;
	font-weight: normal;
	margin-top:15px;
  margin-bottom:15px;
  text-decoration:none;
}	

.page a{
color: #e97a0b;
text-decoration:none;
}


.page a:hover{
  color: #d16d09;
  text-decoration:underline;
}

.postarea {
  float:left;
	width:220px;
	margin: 0px;
	padding: 0px;
	}

.postarea2 {
	width:220px;
	float:right;
  margin: 0px;
	padding: 0px;
	}

.postarea p, .postarea2 p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea2 a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #0076A3;
	text-decoration: underline;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #0076A3;
	text-decoration: none;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	
.postarea ul ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}

blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #E6E6E6;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	margin-bottom:15px;
	}
	
.authorbox {
	background: #F7F7F7;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}
	
code {
	background: #99ae37;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	color:#FFFFFF;
	/*border: 1px solid #E6E6E6;*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

.clear_post {
	clear: both;
	border-bottom:1px dotted #838e9c;
	margin-bottom:5px;
}
	
.clear {
	clear: both;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
#side_gamme {
	float: left;
	width: 260px;
	margin-left:5px;
	line-height: 18px;
	text-align:center;
	border-right:5px solid #000000;
	
	}	
	
#nav_gamme{
  padding:5px;
  margin:2px;
  text-align:left;
  text-transform:uppercase;
  border-bottom:3px solid #CCC;
  color:#404447;
  font-size:16px;
  font-weight: bold;
}

li.gam_palmier{
/*color:#b0be06;*/
list-style-image: url('images/picto_palmier.gif');
font-size:14px;

padding-left:3px;
padding-right:3px;
margin-bottom:5px;
}

li.gam_palmier a{
 color:#404447;
 text-decoration:none;
}
li.gam_palmier a.select_palmier{
 color:#b0be06;
 text-decoration:none;
}

li.gam_palmier a:hover{
 color:#b0be06;
}

li.gam_canne{
list-style-image: url('images/picto_canne.gif');
font-size:14px;

padding-left:3px;
padding-right:3px;
margin-bottom:5px;
}
li.gam_canne a{
 color:#404447;
 text-decoration:none;
}
li.gam_canne a.select_canne{
 color:#dfceba;
 text-decoration:none;
}

li.gam_canne a:hover{
 color:#dfceba;

}

li.gam_couverts{
list-style-image: url('images/picto_couverts.gif');
font-size:14px;

padding-left:3px;
padding-right:3px;
margin-bottom:5px;
}

li.gam_couverts a{
 color:#404447;
 text-decoration:none;
}
li.gam_couverts a.select_couverts{
 color:#aa7542;
 text-decoration:none;
}

li.gam_couverts a:hover{
 color:#aa7542;
}

li.gam_gobelets{
list-style-image: url('images/picto_gobelets.gif');
font-size:14px;

padding-left:3px;
padding-right:3px;
margin-bottom:5px;
}
li.gam_gobelets a{
 color:#404447;
 text-decoration:none;
}
li.gam_gobelets a.select_gobelets{
 color:#9bcdd8;
 text-decoration:none;
}

li.gam_gobelets a:hover{
 color:#9bcdd8;
}

li.gam_vae{
list-style-image: url('images/picto_vae.gif');
font-size:14px;

padding-left:3px;
padding-right:3px;
margin-bottom:5px;
}

li.gam_vae a{
 color:#404447;
 text-decoration:none;
}
li.gam_vae a.select_vae{
 color:#f39800;
 text-decoration:none;
}


li.gam_vae a:hover{
 color:#f39800;
}

li.gam_emb{

list-style-image: url('images/picto_emb.gif');
font-size:14px;

padding-left:3px;
padding-right:3px;
margin-bottom:5px;
}

li.gam_emb a{
 color:#404447;
text-decoration:none;
}
li.gam_emb a.select_emb{
color:#d85b8d;
text-decoration:none;
}

li.gam_emb a:hover{
 color:#d85b8d;
}
	
#sidebar {
	float: right;
	width: 250px;
	margin-top:25px;
	margin-left:10px;
	margin-bottom:25px;
	margin-left:10px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	border-left:7px solid #b6b7b7;
	}
  #sidebar .cat, .tel, .vid {
  	 margin: 5px;
	   padding: 5px 5px 5px 5px;
     }
     #sidebar .cat h1, .tel h1, .vid h1 {
	     font-family: YanoneKaffeesatzLight,Arial;
	     font-size: 22px;
	     font-weight: normal;
	     margin-top:3px;
       margin-bottom:3px;
       padding:3px;
      }
      #sidebar .cat p, #sidebar .tel p, #sidebar .vid p{
	       margin: 10px;
	       padding: 0px;
        }
	
#sidebar a, #sidebar a:visited  {
	color: #0076A3;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #0076A3;
	text-decoration: underline;
	}
#sidebar h3 {
	color: #42474c;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
	
#sidebar h4 {
	color: #e97a0b;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #0076A3;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;
	width: 230px;
	color: #333333;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: #98ae37;
	width: 955px;
	color: #000000;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer p {
  height:100%;
	color: #000000;
  font-weight: bold;
	margin: 0px;	
	padding: 5px;
	float:right;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #2d3034;
	text-decoration: none;
	}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li {
	background: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li ul li {
	background: url(images/footerlist.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}
	
#footer h4 {
	color: #000000;
	font-family: Verdana, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer .widget {
	margin: 0px;
	padding: 0px;
	}
	
#footer .textwidget {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.footer1 {
	width: 212px;
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 20px;
	}
	
.footer2 {
	width: 212px;
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	}
	
.footer3 {
	width: 212px;
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	}
	
.footer4 {
	width: 212px;
	float: right;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	}
	
/************************************************
*	Copyright  									*
************************************************/
	
#copyright {
	width: 955px;
	background: #41464a;
	margin: 0px auto 0px;
	padding: 0px 0px 15px 0px;
	font-family: Tahoma, Verdana;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
		
#copyright a {
	color: #777777;
	text-decoration: none;
	}

#copyright a:hover {
	color: #AAAAAA;
	text-decoration: none;
	}

#copyright .infos{
color:#afb7be;
font-size: 10px;
}	
	
#copyright .tags{
color:#777777;
font-size: 8px;
}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#searchform {
	color: #0076A3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 165px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #003663;
	}
	
/************************************************
*	Comments Form								*
************************************************/
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #99ae37;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #0076A3;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #0076A3;
	}
	
.reply a:hover {
	background: #003663;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003663;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
