/*
Theme Name: Grey2green
Theme URI: http://www.neodesign.fr/
Description: Individuals can freely use and edit the theme - by leaving the link in the footer. Please <a href="http://www.neodesign.fr/Contact">contact me</a> for any commercial use.
Version: 1.0
Author: Nicolas RENOUS
Author URI: http://www.nicolasrenous.fr/
Tags: three-columns, widgets, grey, green, neodesign
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}


/* **************************
	HTML & BODY
*************************  */
body {
	padding:40px 0;
	color: #333;
	font-size: 72.5%;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 1;
	background:#2C2C29 url(images/fond.png) repeat-x;
}

/* **************************
	BLOCS
*************************  */
#wrapper {	
	text-align: left;
	position:relative;
	width:980px;
	margin:0 auto;
	padding: 0;
	background:#F6F6E8 url(images/wrapper.png) repeat-y;
	overflow:hidden;
}
#header {
	background: #000;
	height: 53px;
	margin:0;
	color:#889800;
}
#content {
	margin-right:458px;
	padding:10px 15px 70px 15px;
	clear:both;
	min-height:550px;
	overflow:hidden;
}
#sidebar {
	position:absolute;
	top:115px;
	right:0;
	background: #D8D8C7;
}
#sidebargauche, #sidebardroite {
	position:absolute;
}
#sidebargauche {
	top:0px;
	right:240px;
	width:210px;
	color:#55554E;
}
#sidebardroite {
	top:0px;
	width:218px;
	right:8px;
	color:#55554E;
}

/* **************************
	HTML & CLASSES
*************************  */	
a, a:visited{
	color: #97B13C;
	text-decoration: none;
}
a:hover  {
	color: #6C8026;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted invert;
}
a img {
	border: none;
}
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
blockquote {
	margin:14px 0;
	padding: 5px 10px;
	border:1px dotted #cdcdcd;
	font-size:1.1em;
	line-height:1.6em;
	background:#fff;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em 'Courier New', Courier, Fixed;
	border:1px dotted #cdcdcd;
	text-align:left;
	overflow:auto;
	margin:14px 0;
	padding:10px;
	display:block;
	background:#fff;
	color:#919191;
}
del {
	text-decoration: line-through;
}
h1, h2, h3 {
	font-weight: bold;
	padding:10px 0;
}

h1 {
	font-size: 2em;
}

h2{
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
hr{
	color: #dcdcdb;
	background-color: #dcdcdb;
	height: 1px;
	border: 0px;
}
ins {
	text-decoration: none;
}
pre {
	overflow:scroll;
	padding:7px 10px;
	margin:4px 0;
	font-size:14px;
	background:#fff;
}
select {
	width: 130px;
}
small, blockquote, strike {
	color: #777;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}	
table {
	border-collapse: collapse;
	border-spacing: 0;
	background:#fff;
}
table th {
	text-align: left;
	padding: 2px 4px;
	border: 1px solid #d9d9d9;
	background: #ebebeb;
}
table td {	
	border: 1px solid #d9d9d9;
	padding: 2px 4px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
img {
	padding: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
#text_field, #text_area {
	border:1px solid #C5C5C5;
	background:#fff;
	padding:4px 5px;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:380px;
}
#text_field:hover, #text_area:hover {
	border:1px solid #A1A1A1;
}
#text_area {
	height:180px;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 5px 4px 2px 4px;
   margin: 0;
   text-align:center;
}
	
.center {
	text-align: center;
}
.hidden {
	display: none;
}

/* **************************
	HEADER
*************************  */
#header h1 { 
	padding:14px;
	margin:0;
	font-size:24px;
	float:left;
}
#header h1 a, #header h1 a:visited {
	color: #89897C;
}
#header h1 a:hover {
	color: #cdcdbf;
}
#header #description {
	font-size:80%;
	letter-spacing:1px;
	padding:22px 20px;
	color: #55554e;
	
}
#RSSLink {
	position:absolute;
	top:0px;
	right: 0px;
}
#menu {
	background:#A6BA00;
	border-top:6px solid #889800;
	height:24px;
	padding:10px 6px;
}
#menu ul {
	margin:-4px 0 0 5px;
	padding:0;
	list-style-type:none;
}
.menu li {
    float: left;
    list-style: none;
}
.menu li.back {
    background: url("images/curseurdroite.png") no-repeat right;
    width: 9px;
	height: 30px;
    z-index: 8;
    position: absolute;	
}
.menu li.back .left {
    background: url("images/curseur.png") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
.menu li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
    margin: auto 12px;    
}
.menu li a:hover, .menu li a:active, .menu li a:visited {
    border: none;
}

/* **************************
	SEARCH
*************************  */
#searchhead {
	position:absolute;
	top:54px;
	right:8px;	
}
#searchform {
	margin: 10px auto 0 auto;
	background:url(images/search-box.gif) 0 0 no-repeat;
	padding:0 !important;
	width:220px;
	height:31px;
	border:1px solid #7B7B7B;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchsubmit {
	color:#777;
	float:right;
	margin:5px 5px 0 0;
	background:none;
	font-weight:bold;
	border:0 !important;
	cursor:pointer;
	font-size:1.2em;
}
#s {
	width:160px;
	float:left;
	padding:0 0 0 5px;
	margin:7px 0 0;
	height:20px;
	border:0 !important;
	background:none;
}

/* **************************
	SIDEBAR
*************************  */
#sidebar .widget {
	padding:0px 0 10px 0;
	margin:5px 2px 13px 2px;	
	line-height:1.5em;
}
#sidebargauche .widget {

}
#sidebardroite .widget {
}
#sidebar a, #sidebar a:visited {
	color:#89897C;
}
#sidebar a:hover {
	color:#fff;
}
#sidebar h2 {
	font-size: 1.0em;
	font-weight:normal;
	letter-spacing:2px;
	color:#E7E7DA;
	background:#89897C;
	margin:0 0 14px 0;
	padding:5px 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar .widget p, #sidebar .widget select {
	margin: 5px 0 8px;
}
#sidebar  .widget ul, #sidebar  .widget ol {
	margin: 2px 0 0 10px;
}
#sidebar  .widget ul ul, #sidebar  .widget ol  ol{
	margin: 0 0 0 10px;
}
#sidebar  .widget ul li, #sidebar  .widget ol li {
	margin: 3px 0 0;
}
#sidebar  .widget ol li {
	list-style: decimal;
}
#sidebar  .widget ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;	
	background:url(images/li.gif) no-repeat left 11px;
	padding:7px 12px;
	border-bottom:1px solid #F6F6E8;
}
#sidebar #searchform {
	display:none;
}
.widget_tag_cloud a{
	font-style: italic ;
}
// Calendrier
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar caption {
	font-weight: bold;
	font-size:1.3em;
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background-color: #fff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
/* **************************
	POSTS & ENTRIES
*************************  */	
.post {
	margin: 0 0 35px 0;
	text-align: left;	
}
.post{
	font-size:1.1em;
	line-height: 1.5em;
}
.post h1 {
	font-size:1.5em;
	padding:7px 3px 8px 3px;	
	margin:8px 0;
}
.post h2 {
	font-size:1.4em;
	padding:6px 3px 4px 3px;
	border-bottom:1px solid #EAEAEA;
	margin:6px 0;
}
.post h3 {
	font-size:1.3em;
	padding:5px 3px 6px 3px;
	margin:3px 0;
}
.post h4 {
	font-size:1.2em;
	padding:4px 3px 5px 3px;
	margin:2px 0;
}
.post h5 {
	font-size:1.1em;
	padding:3px 3px 4px 3px;
	margin:1px 0;
}
.post h6 {
	font-size:1em;
	padding:2px 3px 3px 3px;
}
.post fieldset {
	border:1px solid #EAEAEA;
	padding:0 10px 10px;
	background:#fff;
}
.post fieldset legend{
	border:1px solid #EAEAEA;
	padding:2px 7px;
	margin:7px 0;
	background:#fff;
}
.post p {
	text-align:justify;
	margin:7px 0;
}
.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.post ol li {
	margin: 0;
	padding: 0;
}
.post ul {
	list-style-type: circle;
	padding: 0 0 0 35px;
}
.post-title {
	font-size:1.5em;
	letter-spacing:2px;
	color:#4D4D46;
	padding:0 !important;
	margin:8px 0 0 0 !important;
	border:none !important;
}
.post-title a, .post-title a:visited {
	color:#4D4D46;
}
.post-title a:hover {	
	color:#000;
}
.read-it {
	font-weight:bold;
}
.comments-link {
	background:url(images/commentaire.png) no-repeat left 2px ;
	padding-left:15px;
}
.postmetadata {
	clear: both;
	font-size:0.9em;
	line-height:1em;
	padding: 4px 0 5px 0px !important;
	margin:0 0 10px 0 !important;
	word-spacing:1px !important;
	border-bottom:1px solid #DFDFCC !important;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	height:24px;
	font-weight:bold;
	color: #89897c;
	font-size:15px;
}
.navigation  a , .navigation  a :visited{
	color: #89897c;
	text-transform: uppercase;	
	font-weight:bold;
}
.tags-title {
	border:1px solid #EEECEA;
	margin:25px 0 !important;
	padding:5px 7px 5px 24px;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-weight:bold;
	font-size:1.1em;
	background:#fff url(images/tag.png) no-repeat 4px 9px ;		
}
.tags-title a {	
	font-weight:normal;
}
/* **************************
	COMMENTAIRES
*************************  */	
.vcard {
	padding:10px 0 0 0;
	color:#65655B;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-top:-10px;
	background: #fff;		
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.alt {
	margin: 0;
	padding: 10px;
}
.even, .alt {
	border-left: 1px solid #A9A99F;	
}
.thread-alt {
	background-color: #EDEDE0;
}
.thread-even {
	background-color: #fff;
}
.depth-1 {
	border: 1px solid #A9A99F;
	-moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	margin:0 0 20px 0 !important;
}
.thread-even .depth-2, .thread-even .depth-4, .thread-even .depth-6, .thread-even .depth-8, .thread-even .depth-10, .thread-even .depth-12, .thread-even .depth-14, .thread-even .depth-16 ,
.thread-odd .depth-3, .thread-odd .depth-5, .thread-odd .depth-7, .thread-odd .depth-9, .thread-odd.depth-11, .thread-odd .depth-13, .thread-odd .depth-15, .thread-odd .depth-17
{
    background-color: #EDEDE0;
}
.thread-even .depth-3, .thread-even .depth-5, .thread-even .depth-7, .thread-even .depth-9, .thread-even .depth-11, .thread-even .depth-13, .thread-even .depth-15, .thread-even .depth-17 ,
.thread-odd .depth-2, .thread-odd .depth-4, .thread-odd .depth-6, .thread-odd .depth-8, .thread-odd.depth-10, .thread-odd .depth-12, .thread-odd .depth-14, .thread-odd .depth-16{
    background-color: #fff;
}
/* **************************
	COMMENT FORMS
*************************  */	
#author, #email, #url, #comment {
	padding:5px 6px;
	border:1px solid #C7C7C7;
	background:#fff;
	-moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	font-size:15px !important;
	font-family: Arial, Verdana, Sans-Serif;
}
#author:hover, #email:hover, #url:hover, #comment:hover {
	border:1px solid #969696;
}
#author, #email, #url {
	width: 230px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	-moz-border-radius: 8px;
}
#comments {
	color:#89897C;
}
#comment {
	width: 458px;
}
#respond {
	background: #E7E7DA;
	-moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding:7px 9px;
	color:#89897C;
	border:1px solid #A9A99F;
}	
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 15px auto;
	padding:6px 10px;
	width:310px;
	display:block;
}

/* **************************
	FOOTER
*************************  */
#footer {
	clear: both;
	background:#A6BA00;
	border-top:4px solid #889800;
	color:#EEF893;	
}
#footer a {
	color: #fff;
	font-weight:bold;
}
#footer p {
	padding:10px 10px;
}
#neodesign {
	float:right;
	margin-top:-1px;
}



/* ********* FIN ******** 
   La vérité d'un homme, 
c'est d'abord ce qu'il cache.
		Malraux
*********************** */
