/*
Theme Name: Enneite V6
Theme URI: http://enneite.com/
Description: Le th�me de Enneite.com Version 6
Version: 0.1
Author: Etienne Servant
Author URI: http:/etienneservant.com/
Text Domain: Enneite
*/

/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

Template 1

RESET - 
GENERAL ELEMENTS -         h1 thru h5, img, etc..
MAIN STRUCTURAL ELEMENTS - 
COUNTER-ACT OF RESET ON MAIN CONTENT AREA -
CAPTIONS -


HTML STRUCTURE

BODY
	- Page
		- Header
			+ logo
			+ headerinfo
			+ search-box
			+ topnav
		+ Content
		+ Sidebar
		+ Footer

****/	
/*------------------------------------------------------------*/
/***************          RESET      **************************/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
ol,ul,li {
	list-style: none;
}


/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	font-size: 12px;	
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif ;
	
}
h1, h3, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 250%;
}
#header h1 {
display: none;}
/*titre d'un billet */
h2{
	font-size: 150%;
	color: black;
	display: block;
	text-shadow: #CCC 1px 1px 0px;
}

.post h2, .commentlist h2{
	float: left;
}
#titre {
	
}

h3{
	font-size: 150%;
	color: #333;
}

/* Date */
h4{
	font-size: 100%;
	padding-top: 6px;
	color: #ccc;
}
h5{
	font-size: 125%;
}
h6{
	font-size: 100%;
	}

a{
	color: #000;
	text-decoration: none;
	text-shadow: #EEE 1px 1px 0px;
}

a:hover{
	color: #000;
}
a:active{	
	color: #000;

}
a:link{}
a:visited{
	color: #000;

}
a:visited:hover{
	color: #000;
}
.entry a {texte-decoration : underline;
font-weight: bold;}
input:focus{
	background: #EEE;
}

#sidebar a{color: #666666;}
#sidebar {font-size: 12px;}
img{
	border: 0;
}


.entry img{
display: inline;
	border: 0;
}


/*------------------------------------------------------------*/
/***************  MAIN STRUCTURAL ELEMENTS  *******************/
#page{
	width: 800px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	
	
}

#topheader {
width: 860px;
	margin: 0 auto;
	height: 30px;
}
#header{
width: 760px;
margin: 0 auto;
float: left;
}

#logo{
	float: left;
}
#logo a{
	display: block;
	width: 151px;
	height: 62px;
}

#search-box{
	width: 190px;
	float: right;
	padding: 15px 15px 0 0;
}
#topnav{
	width: 100%;
	clear: both;
	height: 30px;
}
#topnav li{
	padding: 7px 10px;
	font-weight: bold;
	float: left;
}
#topnav li a{
	text-decoration: none;
}
#content{
	width: 582px;
	float: left;
	margin: 0;
	padding: 20px 20px 0px 20px;
}
#sidebar{
	width: 135px;
	float: right;
	margin: 0;
	padding: 30px 20px 0px 20px;
	text-align: right
}
#footerbottom{
	width: 860px;
	margin: 0 auto;
	height: 30px;
	}

#footer{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}
/*------------------------------------------------------------*/
/******  COUNTER-ACT OF RESET ON MAIN CONTENT AREA ************/
#content ol, #content ul{
	list-style: auto;
	margin: 12px;
	padding: 0 0 0 20px;
}

.entry ol li{
	list-style: decimal;
margin-bottom: 5px;
	
}
.entry ul li{
	list-style: square;
margin-bottom: 5px;
}

blockquote{
	margin: 12px 40px;
}
p{
	margin-bottom: 10px;
}
em{
	font-style: italic;
}
/*------------------------------------------------------------*/
/*****************      CAPTIONS   ***************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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: 0 4px 5px;
	margin: 0;
}
/*-------------------------------------------------------------------------------*/
/**  TO REMOVE ALL COLOR AND BORDER STYLES DELETE THE ALL LINES BELLOW HERE *****/
body{
	background: url('background/carreau.gif') ;
	color: #666;
}
#page {
	background: url('images/background_page.png') repeat-y center;
}
#header{
	background: #fff;
	padding: 18px 20px 0px 20px;
}
#topheader {
	background: url('images/header.png') no-repeat center;
}
#logo{
	background: url(images/logo.png) no-repeat;
}
#content{ 
	background: #fff ;
}
#sidebar{
	
}
#footer{
	text-align: center;
	
}
#footerbottom{
	background: url('images/bottombackground.png') center no-repeat;
}

/*-------------------------------------------------------------------------------*/
/** home *****/

.image_home {
float: left;
margin-right: 20px;
margin-bottom: 10px;
}

.entryhome {
padding: 10px;
border: #ccc;
border-width: 1px;
border-style: solid;
height: 180px;
margin-top: 10px;
}

.entry {
padding: 10px;
border: #ccc;
border-width: 1px;
border-style: solid;
margin-top: 10px;
min-height: 180px;

}

.readmore {
background: url('images/plush.png') no-repeat 0px 5px;
padding-left: 18px;
font-size: 18px;

}

#postmetadata {
float: right;
}

#excerpt{
height: 163px;
}

.post {
margin-top: 20px;
}

#s {
background: url(images/searchform.png) no-repeat;
height: 20px;
width: 120px;
border: 0px;
padding-left: 10px;
padding-right: 10px;
color: #999;
padding-top: 2px;
margin-bottom: 10px;
}

.plush {
font-size: 200%;
font-weight: bold}

#navigation {
padding-top: 20px;
}

.alignleft {
float: left;
text-align: left;
height: 15px;
font-size: 14px;
font-weight: bold;
}

.alignleft a{
color: #666;
}

.alignleft a r{
color: #999;
}

.alignright {
height: 15px;
font-size: 14px;
font-weight: bold;

}

.alignright a{
color: #666;
}

.alignright a .clair{
color: #999;
}


/* Commentaire */

.commentlist {
list-style: none;
}
.twitter_id{ font-size: 10px;}
.twitter_id a{color: #CCC; }

.clair{
color: #999;
}

.commentlist p {
padding-left: 20px;
}

#h2comments{
padding-left: 10px;
margin-top: 20px;
float: none;
}

hr {
border: 1px #EEE solid;
margin: 10px;
}


