/*
Theme Name: ede
Description: nouveau thme ede. 
Author: Greg
Version: 2.0
*/
#apDiv1 {
	position:absolute;
	left:-20px;
	top:-10px;
	width:280;
	height:1008;
	overflow: hidden;
	z-index:-1;
filter:alpha(opacity=20);    /* Fonctionne pour IE        */
-moz-opacity:.20;        /* La propriété de Mozilla    */
opacity:.20;            /* La propriété de CSS 3    */
}
/* ----------- Basic ----------- */

img{
	border:none;
	behavior: url(iepngfix.htc);
	}

a img { border:none }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
        background: #2b292d;
        background-attachment:fixed;
	text-align:right;
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	color:#666666;
	}
	
p a{
	color:#a0b939;
	text-decoration:none;
	}
	
p a:hover{
	color:#8E1A1A;
	text-decoration:underline;
	}
	
li a{
	color:#a0b939;
	text-decoration:none;
	}
	
li a:hover{
	color:#8E1A1A;
	font-weight:300;
	}
li li a:hover{
	font-weight:300;
	color:#a0b939;
	}
	
.wrapper{
	width:100%;
	padding-top:0px;
	}
	
h1{
	font-size:1em;
	margin-top:0px;
	font-weight:100;
	color:#666666;
        font-style:italic;
	border-bottom:#666666 dotted 1px;
	}
	
h1 a{
	color: #666666;
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 3.0em;
	text-decoration:none;
	font-weight:100;
	}
	
h3{
	font-size: 1.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}
h5{
	font-size:1.1em;
	color:#ffffff;
	font-weight:100;
        margin-top:15px;
        margin-bottom:0px;
	}
h5 a{
	color:#ffffff;
	}
h5 a:hover{
	color:#C1CD23;
	}
hr {
	border-bottom:black 1px dotted;	
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
}	
strong{
	}	
	
em{
	color:#a7a9ac;
	}
/* ----------- Heading ----------- */
	
#description{
bottom:0;
height:20px;
position:fixed;
width:100%;
z-index:32;
	font-size:1.2em;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	color:#666666;
	text-align:left;
	background:#a0b939;
        padding:8px 0 4px 20px;
	}
#description strong{
	color:#f1f1f1;
	}
#description a{
	color:#f1f1f1;
	}
/* ----------- Centerpieces ----------- */
	
#main{
	width:710px;
	margin:60px auto 0 60px;
	text-align:left;
	}
	
#content{
	width:500px;
	padding-left:10px;
	padding-right:25px;
	background:"";
	margin-left:210px;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	}
	
#content h2{
	font-size:1.5em;
	color:#a7a9ac;
	font-weight:100;
	}
	
#content h2 a{
	color:#a7a9ac;
	margin-top:0px;
	text-decoration:none;
	}
	
#content h2 a:hover{
	margin-top:0px;
	color:#191919;
	}

#content .time{
	margin-top:0px;
	border-bottom:#666666 dotted 1px;
	color:#666666;
	}
	
#content .gray{
	color:#666666;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#191919;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#191919;
	text-decoration:none;
	border-bottom:#191919 solid 1px;
	}
	
.post{
	padding:0px;
	}
	
.details{

	padding:0px 15px 2px 0px;
	}
	
.details a:hover{
	color:#191919;
	border-bottom:#191919 solid 1px;
	}
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}		
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:1.2em;
	width:200px;
	height:auto;
	text-align:right;
	color:#a5a5a4;
	}
	
.sidebar h2{
	font-size:1.4em;
	margin-bottom:1px;
	color:#a7a9ac;
	font-weight:100;
	}
	
.sidebar ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	}
	
.sidebar ul li{
	background:none;
	padding:0px 0 0px 0;
	margin-top:-1px;
	margin-left:5px;
	}
	
.sidebar ul li li{

	}

.sidebar a{
	text-decoration:none;
	color:#666666;
	}
	
.sidebar ul li li:hover{
	}
