/*
Theme Name: Grey2blue
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, blue
*/

/* 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:#000 url(images/fond.jpg) fixed;
	padding:45px 0;
}

/* **************************
	BLOCS
*************************  */
#wrapper {	
	text-align: left;
	position:relative;
	width:980px;
	margin:0 auto;
	padding: 0;
	background:#fff url(images/wrapper.png) repeat-y right;
}
#content {
	margin-right:435px;
	padding:16px 10px 40px 10px;
	clear:both;
	min-height:850px;
}
#sidebar {
	position:absolute;
	top:90px;
	right:0;
}
#sidebargauche, #sidebardroite {
	position:absolute;
}
#sidebargauche {
	top:0px;
	right:218px;
	width:205px;
}
#sidebardroite {
	top:0px;
	width:205px;
	right:5px;
}

/* **************************
	HTML & CLASSES
*************************  */	
a, a:visited{
	color: #236FEE;
	text-decoration: none;
}
a:hover{
	color: #1B4892;
	text-decoration: none;	
}
a:focus {
	outline: 1px dotted invert;
	color:#FFB400;
}
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;
}
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:#292929;
}
del {
	text-decoration: line-through;
}
h1, h2, h3 {
	font-weight: bold;
	padding:10px 0;
}

h1 {
	font-size: 2em;
	margin:4px 0 15px 0;
}

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 {
	background: transparent url(images/header.png);
	height: 40px;
	margin:0;
}
#header h1 { 
	padding:9px 10px;
	margin:0;
	font-size:20px;
	float:left;
	letter-spacing: 2px;
}
#header h1 a {
	color:#EFEFEF;
}
#header h1 a:hover {
	color: #A4A3A2;
}
#header small {
	font-size:80%;
	letter-spacing:1px;
	padding:0px 20px !important;
	line-height:37px;
	color:#fff;
}
#menutop {
	background:#000;
	height:20px;
	padding:5px;
	overflow:hidden;
	position:relative;
}

.menu li {
    float: left;
    list-style: none;
	z-index:9;
	height:30px;
}

.menu li.back {
    background: url("images/curseurdroite.png") no-repeat right;
    width: 9px;
	height: 20px;
    z-index: 8;
    position: absolute;	
}
.menu li.back .left {
    background: url("images/curseur.png") no-repeat top left;
    height: 20px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.menu li a{
	color:#E9E9E9;
	line-height:20px;
	text-decoration:none;
	outline:none;
	text-align:center;
	z-index:10;
	display:block;
	float:left;
	height:30px;
	position:relative;
	overflow:hidden;
	margin:auto 0px;  
	padding:0 30px;	
}
.menu li a:hover, .menu li a:active, .menu li.current_page_item a {
	color:#fff;
}
#RSSLink {
	position:absolute;
	right:-5px;
	top:-15px;
}

/* **************************
	SIDEBAR
*************************  */
#sidebar .widget {
	padding:0 0 10px 0;
	margin:0 0 13px 0;
	line-height:1.2em;
}
#sidebar h2 {
	font-size: 1.1em;
	color:#666;
	letter-spacing:2px;
	border:1px solid #D4D4D4;
	margin:0 0 14px 0;
	padding:4px 5px 4px 5px;
	background:#F0F0F0 url(images/sidebar-titre.png) repeat-x top;
	   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}	
#sidebar a, #sidebar a:visited {
	color: #626569;
}
#sidebar a:hover {
	color: #A6ADB3;
}
#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: 10px 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/puce.png) no-repeat left 6px;
	padding:4px 3px 4px 10px;
	border-bottom:1px dotted #D6D6D6;
}
.widget_tag_cloud a {
	line-height:1.2em;
}

// 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:24px;
	right:4px !important;
	margin-left:750px; /* DEBUG IE */
}
#searchform {
	margin: 10px auto 0 auto;
	background:url(images/search-box.png) 0 0 no-repeat;
	padding:0 !important;
	width:220px;
	height:31px
	
}
#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;
}
	
/* **************************
	POSTS & ENTRIES
*************************  */	
.post {
	margin: 0px 0 30px 0;
	text-align: left;	
	font-size:1.1em;
	line-height: 1.6em;
}
.comments-link {
	background:url(images/commentaire.png) no-repeat left 2px ;
	padding-left:15px;
}
.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:9px 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;
}
.page-title {
	padding:0px 3px 7px 3px  !important;	
	margin:0px 0 !important;
}
.post-title {
	padding:0px 0px 0px 0px  !important;
	border-bottom:none !important;
	margin:0px 0 !important;
}
.post-title a, .post-title a :visited{
	color:#292929;
}
.post-title a:hover {
	color:#6F6F6F;	
}
.postmetadata {
	clear: both;
	padding: 0px 0px 1px 0px !important;
	margin: 0px 0px 15px 0px !important;
	word-spacing:1px;
	font-size:0.9em;
	border-bottom:1px dashed #CFCFCF;
	color:#6B6B6B;
}
.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;
	padding: 10px 0;
	margin:0;
	height:24px;
	font-weight:bold;
	text-transform: uppercase;
	font-size:1.2em;
}
.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:url(images/tag.png) no-repeat 4px 9px ;		
}
.tags-title a {	
	font-weight:normal;
}
.read-it {
	font-weight:bold;
}
/* **************************
	COMMENTAIRES
*************************  */	
.vcard {
	padding:10px 0 0 0;
	color: transparent;
	font-size:1.2em;
}
.fn {
	color:#292929;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	font-size:9px;
	color:#ddd;
}
.commentmetadata  a{
	color:#ddd;
}
.commentmetadata  a:hover{
	color:#9E9E9E;
}
.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 dotted #ddd;	
}

.depth-1 {
	border: 1px solid #E7E5DD;
	-moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	margin:0 0 20px 0 !important;
}
.thread-alt,
.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: #F4F4F4;
}
.thread-even,
.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;
}
.reply {
	text-align:right;
}

/* **************************
	COMMENT FORMS
*************************  */	
#respond {
	background:#E0ECF1;
	padding:2px 10px;
}
#respond h3 {
	border-bottom:1px solid #C5E1ED;
	padding:6px 8px;
	font-size:18px;
	margin:12px 0;
}
#author, #email, #url, #comment {
	padding:5px 6px;
	border:1px solid #A8D3E4;	
	font-size:15px !important;
	font-family: Arial, Verdana, Sans-Serif;	
}
#author:hover, #email:hover, #url:hover, #comment:hover {
	border:1px solid #5E92A6;
}
#author, #email, #url {
	width: 230px;
	padding: 4px 2px 4px 40px;
	margin: 5px 5px 1px 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 {
	width: 487px;
	background:#fff;
	margin:10px 0;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 15px auto;
	padding:4px 10px;
	width:310px;
	display:block;
	background:#fff url(images/form-submit.png) no-repeat left 50%;
	border:1px solid #A8D3E4;
}
#commentform #submit:hover {	
	border:1px dashed #A8D3E4;
}
/* **************************
	FOOTER
*************************  */
#footer {
	clear: both;
	background:#292929;
	color:#DBDBDB;
}
#footer p {
	padding:15px 15px;
}
#neodesign {
	float:right;
}
#footer a {
	font-weight: bold;
	border-bottom: 1px dotted #292929;
	color:#979797;
}
#footer a:hover {
	color:#CACACA;
}
/* ********* FIN ******** 
   La vérité d'un homme, 
c'est d'abord ce qu'il cache.
		Malraux
*********************** */
