/*
Theme Name: Lite-N-Grey
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, light, left-sidebar, right-sidebar, flexible-width, threaded-comments
*/

/* 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 {
	color: #333;
	font-size: 72.5%;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 1;
	background:#D9D9D4;
}

/* **************************
	BLOCS
*************************  */
#wrapper {	
	text-align: left;
	position:relative;
	margin:20px 20px;
	padding: 0;
	background:#F4F4F0;
	border:1px solid #CCCCC7;
	min-width: 950px;
}
#header {
	padding:15px 20px;
	margin:0 auto;
	border-bottom:1px solid #CCCCCC;
}
#content-wrapper {
	background:#fff;
	margin:7px;
	border:1px solid #E4E4E0;
	position:relative;
}
#content {
	margin:0 200px;
	padding:10px 10px 10px 10px;
	clear:both;
	min-height:850px;
}
#sidebar {
	position:absolute;
	top:100px;
	right:0;
}
#sidebargauche, #sidebardroite {
	position:absolute;
	top:10px;
}
#sidebargauche {	
	left:10px;
	width:190px;
	background:#F4F4F0;
}
#sidebardroite {
	width:190px;
	right:10px;
}

/* **************************
	HTML & CLASSES
*************************  */	
a, a:visited{
	color: #317dc9;
	text-decoration: none;
}
a:hover  {
	color: #000033;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted invert;
	color:#FFBA00;
}
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:#FBFBFB url(images/blockquote.png) no-repeat bottom right;
}
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:#FBFBFB;
	color:#4E65D9;
}
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;
}
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;
}
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:20px;
	margin:0;
	position:absolute;
	top:-15px;
}
#header small {
	font-size:80%;
	letter-spacing:1px;
	padding:0 20px;
}
#menutop {
	height:12px;
	padding:12px 7px ;
	margin:0;
}
#menutop ul {
	list-style-type:none;
}
#menutop ul li {
	float: left;
	padding:5px 0px;
}
#menutop ul li a{
	padding: 0px 10px;
	border-right: 1px solid #B0B0B0;
	font-weight: bold;
	font-size:14px;
}
.page_item a {
	color: #317dc9 !important;
}
.current_page_item a {
	color: #000033 !important;
}
.page_item a:hover {
	color: #000033 !important;
}

/* **************************
	SIDEBAR
*************************  */
.sidebar .widget {	
	border:7px solid #F4F4F0;	
	padding:5px;
}
#sidebardroite .widget {
	margin:0 0 10px 0;
}
.sidebar h2 {
	font-size: 14px;
	color:#444;
	border-bottom:1px solid #E5E5E5;
	margin:0 0 14px 0;
	padding:4px 4px 5px 4px;
}	
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}
.sidebar .widget p, .sidebar .widget select {
	margin: 5px 0 8px;
	line-height:1.3em;
}
.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;
	background: url(images/puce.png) no-repeat left 6px;
	padding: 1px 2px 1px 6px;
	line-height:1.3em;
}
.sidebar  .widget ol li {
	list-style: decimal;
}
.sidebar  .widget ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;	
}

// 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;
}
	
/* **************************
	SEARCH
*************************  */
#searchhead {
	position:absolute;
	top:9px;
	right:7px;
}
#searchhead #searchform {
	margin:0;
	padding:0;
	width:250px;
	height:26px;
}
#searchhead #searchsubmit {
	position:absolute;
	top:3px;
	right:0px;
	margin:0;
	border: none;
	background:#31A9D9 url(images/search-submit.gif) 0 0 no-repeat;
	cursor:pointer;
	height:25px;
	width:27px;
	overflow:hidden;
}
#searchhead #s {
	position:absolute;
	top:3px;
	right:30px;
	background:#fff url(images/search-s.gif) 0 0 no-repeat;
	width:160px;
	height:17px;	
	padding:4px 5px;
	margin:0;
	border: none;
}

/* **************************
	POSTS & ENTRIES
*************************  */	
.post {
	margin: 0 0 10px 0;
	padding:3px 10px 10px 10px;
	text-align: left;
	border:1px solid #E6E6E2;
}
.comments-link {
	background:url(images/commentaire.png) no-repeat left 2px ;
	padding-left:15px;
}
.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;
}
.post fieldset legend{
	border:1px solid #EAEAEA;
	padding:2px 7px;
	margin:7px 0;
}
.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 {
	color:#444;
	border-bottom:none !important;
	padding:4px 0px 5px 0px  !important;
}
.postmetadata {
	clear: both;
	border-bottom:1px solid #E5E5E5;
	margin:-10px 0 11px 0  !important;
	padding:0px 0px 1px 0px  !important;
	font-size:0.8em;
	color:#6A6A6A;
}
.postmetadata a {
	color:#6A6A6A;
}
.postmetadata a:hover {
	color:#000;
}
.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;
}
.infobox {
	padding:10px 10px 10px 10px;
	line-height:1.5em;
	margin:0 0 10px 0;
	border:1px solid #E6E6E2;
	color:#666;
	text-align:justify;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	height:24px;
	font-weight:bold;
}
.tags-title {
	margin:5px 0 !important;
	padding:0 0 0 25px;
	font-weight:bold;
	background:url(images/tag.png) no-repeat 4px 5px ;		
}
.tags-title a {	
	font-weight:normal;
}

.noresult {
	text-align:center;
	margin: 0 0 10px 0;
	padding:20px 10px 20px 10px;
	border:1px solid #E6E6E2;
}
.noresult #searchform {
	margin:20px 0;
}
.noresult p {
	margin:10px 0;
}
.read-it {
	padding:7px 0 0 0;
	text-align:right; /* Debug IE */
	height:25px;
}
.read-it a {
	background: transparent url(images/read-it.png) no-repeat;
	display:block;
	padding:2px 6px;
	height:19px;
	width:80px;
	font-weight: bold;
	font-size:11px;
	color:#565656;
	float:right;
}
.read-it a:hover {
	color:#000;
}
/* **************************
	COMMENTAIRES
*************************  */	
.vcard {
	padding:10px 0 0 0;
}
.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 #E6E6E2;	
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: #fff;
}
.depth-1 {
	border: 1px solid #E6E6E2;
	margin:0 0 10px 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: #f8f8f8;
}
.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
*************************  */	
#respond {
	border:1px solid #E6E6E2;
	padding:7px 10px;
	background:#F8F8F8;
	margin:0 0 10px 0;
}
#respond h3 {
	padding:8px 6px 10px 6px;
	margin:4px 0 15px 0;
	border-bottom:1px solid #ddd;
}

#author, #email, #url, #comment {	
	border:1px solid #C6C6C6;
	background:#fff;
	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: 4px 3px 4px 38px;
	margin:5px 0;
}
#author {
	background:#fff url(images/form-author.png) no-repeat left 50%;
}
#email {
	background:#fff url(images/form-email.png) no-repeat left 50%;
}
#url {
	background:#fff url(images/form-url.png) no-repeat left 50%;
}
#comment {
	display:block;
	width:100%;	
	height:250px;
	overflow:visible;
	margin:10px 0;
}
#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;
	color:#666563;
}
#footer p {
	padding:5px 12px 12px 12px;
}
#neodesign {
	float:right;
}


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