/*
Theme Name: Evinence
Theme URI: http://www.evinence.com/
Description: Le theme du blog d'Evinence
Author: Marketae
Author URI: http://www.marketae.com/
Tags: evinence, custom header, fixed width, one columns, widgets

	Realise en prenant la structure du blog Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	 
	*************** fonctionalités supplémentaires *************************** 
	 
>>>> le code comporte quelques propriétés en mode "!important" elles permettent de gérer le positionnement des composants
	différement selon firefox et iexplorer
	C'est un CSS HACK : Firefox reconnaît et utilise en priorité la propriété suivie d' !important
	Iexplorer traite cette propriété comme les autres et ne prend donc en compte que la dernière propriété.
	exemple :
			border:1px solid red !important; 		bordure d'1px rouge sous FF
			border:3px solid blue;					bordure de 3px bleu sous IE
			
>>>> Pour afficher date en français, il faut recopier sur le serveur 
	le fichier locale.php contenu ds le dossier wp-include
	et à chaque affichage de date, remplacer les paramètres des the_time par "j F Y" : <?php the_time('j F Y') ?>
	
>>>> Le changement de couleur du menu (lorsqu'on passe la souris dessus ou que l'on est sur une de ses pages)
	se gère gràce à la fonction get_page_id qui se trouve ds utils.php et gràce aux fonctions contenues dans evinence.js
	

*/


body {
	margin:0;
	padding:0;
}
#barre_gauche {
	background:url("images/header/header_ligne_H_gauche.jpg") repeat-x;
	height:100px;
	margin:0 600px 0 0;
	position:relative;
	top:50px;
}
#barre_droite {
	background:url("images/header/header_ligne_H_droite.jpg") repeat-x;
	height:100px;
	margin:0 0 0 300px;
	position:relative;
	bottom:50px;
}
#page {
	width:1006px;
	margin:auto;
	padding:0;
	position:relative;
	bottom:200px;
	text-align:left;
}


/* Begin HEADER */
#header_sup { /* */
	margin-left:45px !important; /*CSS HACK !important utilis� par FF, le suivant par IE */
	margin-left:42px;
	background: url("images/header/header_ligne_V_haut.jpg") repeat-y;
	height:50px;
}

#header_mid { /* */
	height:100px;
	margin:0;
	clear:both;
}
#header_mid li {
	list-style:none;
}
#header_mid li ul {
	display:block;
	float:left;
		margin:0;
	padding:0;
}
#lhg{ /* */
	background: url("images/header/header_ligne_H_gauche.jpg") repeat-x;
	width:45px !important;
	width:42px;
	height:100px;
}
#iconee{ /* */
	background-image:url("images/header/header_e.jpg");
	width:106px !important;
	width:104px;
	height:100px;
}
#lh{ /* */
	background: url("images/header/header_ligne_H_droite.jpg") repeat-x;
	height:100px;
	width:855px;
}
#lh img {
	position:relative;
	top:24px;
	left:733px;
}

#header_barre { /* */
	margin:0 0 0 45px !important; 
	margin:0 0 0 21px;
	background: url("images/header/header_ligne_V_bas.jpg") repeat-y;
	float:left;
	padding-left:61px;
	font-weight:normal;
}
#texte-titre { /* */
	float:left;
	position:relative;
	right:54px;
	top:10px;
}

#header_page { /* */
	color:white;
	float:left;
	position:relative;
	right:0px !important;
	right:1px;
}
#header_page ul {
	margin:0;
	list-style:none;
	padding:0px;
}
#header_page ul li {
	text-align:center;
	display:block;
	width:102px;
	height:27px;
	margin:1px 0 0 1px;
	padding:4px 0 0 0;
	float:left;
	BACKGROUND: #590A05; 
	CURSOR: pointer; 
	COLOR: white;
	font-size:14px;
	font-weight:bold;
}

/* End HEADER */


/* Begin Content */
.narrowcolumn {
	width:619px;
	float:left;
	padding:0;
}

.widecolumn {
	width:619px !important;
	width:643px;
	float:left;
}

#content a {
	color:#D31F44;
}


#separation{
	background:url("images/categories/categories_ligne_H.jpg") repeat-x;
	width:617px !important;
	width:617px;
	height:42px;
	margin:10px 0 0 1px;
}

.post {
	padding-right:25px;
}

.narrowcolumn .post h2 {
	margin-top:0;
}

.narrowcolumn h2, .narrowcolumn small, .narrowcolumn .entry, #content .postmetadata {
	margin-left:94px;
}

.widecolumn h2, .widecolumn small {
	margin-left:20px;
}
#date {
	font-style:italic;
}
/* End Content */

/* Begin Comments */
#comments, .commentlist, #respond, #commentform {	
	margin:0 30px 0 30px;
}
/* End Comments */

/* Begin Pages */
.widecolumn .entry {
	margin:0 20px 0 40px;
}

/* End Pages */


/* Begin Sidebar */

#sidebar {
	float:left;
	width:238px;
	margin-top:5px;
	position:relative;
	bottom:36px;
	right:0px !important;
	right:24px;
	text-align:left;
}
#sidebar ul li ul li {
	list-style-type:none;
	list-style-image:none;
}
#icone-evinence {
	width:238px;
	height:130px;
	background:url("images/icone-evinence.jpg") no-repeat;
}

#sidebar a {
	color:#C00E3E;
}
#sidebar a:hover {
	color:#590A05;
}

/* End Sidebar */

/* Begin Footer */

#footer {
	clear:both;
	background:url("images/footer/footer.jpg") no-repeat;
	height:238px;
	margin:0 0 0 45px !important;
	margin:0 0 0 44px;
	}
#footer #icone-ev {
	margin:0 0 0 180px;
}

#footer #rss {
	margin:0;
	padding:0;
}
#footer #espace_vide {
	width:539px;
}
#footer #rss ul{
	display:block;
	float:left;
	margin:0;
	padding:50px 0 0 9px;
	text-decoration:none;
	list-style-image:none;
	list-style-type:none;
}
#footer .rss_text {
color:white;
font-weight:bold;
font-size:12px;
position:relative;
bottom:15px;
}
#footer #liens_footer {
	clear:both;
	margin:0px 0 0 220px;
	padding:0;
}
#footer #liens_footer ul {
	display:block;
	float:left;
	width:200px;
	padding:0;
	margin:0;
	position:relative;
	bottom:60px;
}
#footer #liens_footer ul li {
	color:white;
	text-decoration:none;
	font-size:13px;
	list-style-image:none;
	list-style-type:none;
	padding:0 0 0 0px;
	margin:0;
}
#footer #liens_footer ul li a {
	color:white;
}
#footer #liens_footer ul li a:hover {
	color:#AACB1C;
	text-decoration:none;
}
#footer #liens_footer ul li img {
	margin-bottom:10px;
}
#colonne2 li{
	position:relative;
	top:6px;
}

#footer p {
	color:#AACB1C;
	clear:both;
	padding:0;
	margin:0;
	width:540px;
	text-align:center;
	position:relative;
	left:105px;
	bottom:45px;
}

#copyrights {
	margin:0 !important;
	margin-left:210px;
}
#copyrights li {
	font-size:12px;
	color:#787878;
	font-weight:bold;
	display:block;
	float:left;
	list-style-image:none;
	list-style-type:none;
	height:41px;	
	position:relative;
left:168px !important;
left:0px;
bottom:37px;
}
#copyrights_texte {
	padding:17px 10px 0 0;
}

/* End Footer */







/* Begin Typography & Colors */
body {
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

.post h2 {
	color:#580A06;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 10px 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
