/*  
Theme Name: Les bonnes fréquentations
Theme URI: http://ixmedia.com
Description: Thème personnalisé pour le site web <a href="http://lesbonnesfrequentations.com">http://lesbonnesfrequentations.com</a>.
Version: 2.0
Author: Rémi Prévost
Author URI: http://ixmedia.com

*/
	
/**
	Basic
***************************************************************************/	
	
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}


#wrap {
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;

	width: 958px;
	margin: 0 auto;
	background: #fff;
	
	border-right: 1px solid #bfccb6;
	border-left: 1px solid #bfccb6;
}

body {
	background: #fff url(images/bg-wrap.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.45;
}

input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 90%;	
}

hr {
	display: none;
}

img {
	border: none;
}

a {
	color: #598c0a;
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover {
	background: #eff9e0;
	border-bottom: 1px solid #84a36f;
	padding-bottom: 0;
}

h2 {
	font-size: 140%;
	margin-bottom: 0.8em;
	font-family: Georgia, serif;
}

h3 {
	font-size: 120%;
	margin-bottom: 0.8em;
	margin-top: 1.3em;
}

h4 {
	font-size: 110%;
	margin-bottom: 0.8em;
	margin-top: 1.3em;
}

#sidebar h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}



#content {
	width: 671px;
	margin-left: 15px;
	float: left;
	display: inline;
}

#sidebar {
	width: 210px;
	float: right;
	margin-right: 30px;
	display: inline;
}

.clearer {
	clear: both;
}

p, ul, ol, table, dl, pre {
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 15px;
}

ul li {
	background: url(images/bg-li.gif) no-repeat 0 6px;
	padding-left: 10px;
	list-style: none;
	margin-bottom: 0.3em;
}

ol li {
	margin-left: 15px;
	margin-bottom: 0.3em;
}

blockquote {
	clear: both;
	background: #f9f9f9 url(images/bg-quote.gif) no-repeat 7px 7px;
	padding: 14px 14px 0.5em 40px;
	font-style: oblique;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}

acronym {
	cursor: help;
	border: none;
	background: url(images/bg-dotted.gif) repeat-x bottom left;	
	padding-bottom: 1px;
}

pre {
	overflow: auto;
	background: #111;
	color: #fff;
	padding: 1em;
}

code {
	font-family: monospace;
	font-size: 1.2em;
	color: #9a6c00;
	background: #eee;
	padding: 2px 4px;
}

pre code {
	color: #e8b948;	
	background: none;
	padding: 0;
}

p.centre {

}

/**
	Billets
***************************************************************************/

.hentry {
	width: 100%;
	overflow: hidden;
	padding-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 1.4em;
	background: url(images/bg-article.gif) no-repeat bottom left;
	color: #555;
}

.featured {
	background: #f0f0f0;
	border-bottom: 1px solid #c6cdc1;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.hentry h1 {
	margin-bottom: 0;
	padding-left: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 170%;
	color: #000;
}

.featured h1 {
	float: right;
	padding: 14px 0;	
	width: 550px;
	margin-right: 14px;
	font-size: 250%;
	line-height: 100%;
}

.hentry h1 a {
	color: #000;
	text-decoration: none;
}

.featured h1 a:hover {
	background: #ddd;
	border-color: #666;
}

.single h1 {
	padding: 0.4em 20px;
	font-size: 180%;
}

.hentry .author {
	padding-left: 20px;
	margin-bottom: 0.8em;
}

.featured .author {
	padding: 18px 14px 0 14px;
}

.hentry .author img {
	display: block;
	margin-bottom: 1em;
	border: 1px solid #8f8f8f;
}

.hentry .author span {

}

.hentry .author a {
	color: #666;
	height: 1%;
}

.hentry .author a span {
	color: #44680d;
}

.hentry .author abbr {
	border: none;
}



.hentry .entry-content {
	padding: 10px 20px 0 20px;	
}

.featured .more {
	padding: 0 20px;
	font-size: 115%;
}

.featured .entry-content {
	border-top: 1px solid #c6cdc1;
	font-family: Georgia, serif;
	font-size: 130%;
	line-height: 1.5;
}

.entry-content .image {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.entry-meta {
	clear: both;
	padding: 0 20px;
}

.navigation {
	width: 100%;
	overflow: hidden;
}

.navigation .alignleft {
	float: left;
	margin-left: 1em;
}

.navigation .alignright {
	float: right;
	margin-right: 1em;
}

/**
	Entête
***************************************************************************/

h1#header, p#header {
	height: 100px;
	padding-top: 25px;
	padding-left: 15px;
	color: #727272;
	font-size: 220%;
	letter-spacing: -0.04em;
	margin: 0;
}

h1#header a, p#header a {
	display: block;
	background: url(images/img-logo.jpg) no-repeat top left;
	width: 221px;
	height: 74px;
}

h1#header a:hover, p#header a:hover {
	border-bottom: 1px solid #fff;
	background-position: bottom left;
}

h1#header span, p#header span {
	position: absolute;
	left: -999999px;
}

#header img {
	display: none;
}

/**
	Pied-de-page
***************************************************************************/

#footer {
	clear: both;
	width: 958px;
	margin: 0 auto;
	border-right: 1px solid #bfccb6;
	border-left: 1px solid #bfccb6;	
	font-size: 90%;
	background: #fff;
}

#footer .inner {
	width: 640px;
	padding-left: 35px;
	padding-top: 3em;
	padding-bottom: 1em;
}

#footer p a strong {
	color: #000;
}

#footer .license {
	width: 100%;
	overflow: hidden;
}

#footer .license a {
	float: left;
	margin-right: 0.5em;
}

#footer .license a:hover {
	border-color: #fff;
}

#footer .license span {
	display: block;
	padding-top: 2px;
}

/**
	Navigation
***************************************************************************/

#nav {
	border-top: 1px solid #c6cdc1;	
	border-bottom: 1px solid #c6cdc1;	
	width: 100%;
	overflow: hidden;
	margin: 0;

	font-weight: bold;
}

#nav li {
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

#nav li.premier {
	margin-left: 1em;
	display: inline; /* Pour ne pas qu'IE6 double la marge */
}

#nav li.item {
	font-variant: small-caps;
	font-size: 110%;
}

#nav li a {
	display: block;
	padding: 0.8em;	
}

#nav li a:hover {
	background:  #eff9e0;
}

#nav li a strong {
	color: #777;
}

#nav li a:hover {
	text-decoration: underline;
	border: none;
}

#nav li.feed {
	background: url(images/bg-feed-bottom.gif) no-repeat bottom left;
	float: right;
	font-size: 96%;	
}

#nav li.feed a {
	display: block;
	background: url(images/bg-feed-top.gif) no-repeat top left;	
	padding: 1.1em 20px 0.8em 37px;
	width: 75px;
	color: #555;
}

#nav li.feed a:hover {
	border: none;
	text-decoration: underline;
	background: url(images/bg-feed-top.gif) no-repeat top left;	
}

#nav li.whatsrss {
	float: right;
	font-size: 96%;	
}

#nav li.whatsrss a {
	font-weight: normal;
	padding-top: 1em;
}

#nav li.whatsrss a:hover {
	background: none;
}

/**
	Recherche
***************************************************************************/

#recherche {
	border-bottom: 1px solid #c6cdc1;	
	height: 125px;
	width: 100%;
	overflow: hidden;
}

#recherche button {
	float: left;
	padding: 0;
	background: none;
	border: none;
	width: 23px;
	height: 22px;
	cursor: pointer;
	outline: none;
}

#recherche input {
	float: left;
	border: none;
	width: 139px;
	padding: 5px 10px;
	background: url(images/bg-recherche.gif) no-repeat top left;
	font-weight: bold;
	font-size: 80%;
	color: #999999;
	margin-right: 10px;
}

#recherche input:focus, #recherche input.focus {
	background: url(images/bg-recherche-hover.gif) no-repeat top left;
}

#recherche p {
	margin: 0;
	padding-top: 3.8em;
}

/**
	Intro
***************************************************************************/

#intro {
	font-weight: bold;
	color: #727272;
	padding: 1em 0;
	line-height: 1.4;
	font-size: 112%;
	border-bottom: 1px solid #c6cdc1;		
}

#intro p {
	margin: 0;
}

/**
	Tag cloud
***************************************************************************/

#tagcloud {
	background: url(images/bg-sidebar-section.gif) no-repeat bottom center;
	padding: 1em 0;
	line-height: 1.4;
}

#tagcloud h2 {
	color: #444;
	font-size: 120%;
	line-height: 110%;
	margin-bottom: 0.7em;
}

#tagcloud p.cloud {
	
}

#tagcloud p.cloud a {
	color: #666;

	letter-spacing: -0.03em;
}

#tagcloud p.archives {
	text-align: right;
	font-weight: bold;

}

#tagcloud p.archives a {
	color: #97ab88;
}

#tagcloud p.archives a span {
	color: #5c7c46;
	font-weight: bold;
	font-size: 130%;
}


/**
	Derniers commentaires
***************************************************************************/

#lastcomments {
	padding: 1em 0;
}

#lastcomments h2 {
	color: #000;
	font-size: 100%;
	margin-bottom: 1.4em;
}

#lastcomments ul {
	margin: 0;
}

#lastcomments ul li {
	list-style: none;
	margin-bottom: 1.5em;
	background: none;
	padding: 0;
}

#lastcomments ul li p {
	margin: 0;
}

#lastcomments ul li p strong {
	color: #424744;
	font-size: 120%;
	display: block;
	padding-bottom: 0.4em;
}

#lastcomments ul li p strong span {
	text-transform: uppercase;
}

#lastcomments ul li p a {
	font-style: oblique;
	font-size: 110%;
	letter-spacing: -0.02em;
	font-family: Georgia, serif;
	display: block;
}

/**
	À lire aussi
***************************************************************************/

#alire {
	padding: 1em 0;
}

#alire h2 {
	color: #000;
	font-size: 100%;
	margin-bottom: 1.4em;
}

#alire ul {
	margin-left: 0.4em;
}

#alire ul li {
	margin-bottom: 0.6em;
	line-height: 1.3;
}


#bio {
	padding: 1em 0;	
}

/**
	Bio
***************************************************************************/

#bio h2 {
	font-size: 100%;
	margin-bottom: 0.8em;
}

#bio {
	padding-bottom: 1em;
	background: url(images/bg-sidebar-section.gif) no-repeat bottom center;		
}

/**
	Commentaires
***************************************************************************/

#commentaires {
	padding: 10px 20px;

	
}


#commentaires input, #commentaires textarea {
	width: 20em;
	background:#FFFFFF url(images/bg-input.gif) repeat scroll 0%;
	border-color:#666666 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
	border-style:solid;
	border-width:1px;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#commentaires textarea {
	width: 40em;
	max-width: 100%;
}

#commentaires input:focus, #commentaires textarea:focus, #commentaires input.focus, #commentaires textarea.focus {
	background: #fff9d7;
}

#commentaires label {
	cursor: pointer;
}

#commentaires p.commentsmsg {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;	
}

.commentlist {
	background: url(images/bg-article.gif) no-repeat bottom left;	
	padding-bottom: 1em;	
	margin-bottom: 2em;	
}

.commentlist dt {
	border-left: 3px solid #bad2ab;
	padding: 0.7em 0 0 1em;
}

.commentlist dd {
	border-left: 3px solid #bad2ab;
	padding: 1em 1em 1px 1em;
	margin-bottom: 2em;
}

.commentlist p {
	margin-bottom: 0;
	padding-bottom: 1em;
}

.commentlist dt.auteur, .commentlist dd.auteur {
	background: #f3fbed;
}

.commentlist dt cite {
	font-style: normal;
	font-weight: bold;
}

/**
	Colonnes
***************************************************************************/

.page {
	padding: 1em 20px 0 20px;
}

p#titre, h1#titre {
	margin-bottom: 0.6em;
	font-size: 200%;
	font-family: Georgia, serif;
	letter-spacing: -0.03em;
}

div.colonnes {
	width: 631px;
	margin-left: 0px;
	overflow: hidden;
}

div.colonnes .colonne {
	width: 160px;
	float: left;
	margin-right: 10px;
}

div.colonnes .colonne ul {
	margin: 0;
}

div.colonnes .sujets {
	width: 280px;
}

div.colonnes .sujets a {
	color:#666666;
	letter-spacing:-0.03em;
}

#filrss {
	float: right;
	width: 15em;
	background: #eee;
	margin: 0 0 1.5em 1.5em;
	padding: 0.9em;
}

#filrss h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#filrss a {
	display: block;
	background: url(images/img-feed.gif) no-repeat 0 0;
	padding: 10px 0 10px 48px;
	color: #f35600;
	font-size: 120%;
}

#filrss a:hover {
	border: none;
	background-position: 0 -53px;
	color: #ed9f2e;
}

#filrss p {
	margin: 0;
}

.note {
    width: 7em;
    font-size: 230%;
    text-align: center;
    display: block;
    position: relative;
    top: 3.8em;
    left: 270px;
    margin-top: -3.6em;
}

.note span {
    font-weight: normal;
    display: block;
    width: 7em;
}


/**
	Tableaux
***************************************************************************/

table  {
	border-top: 1px solid #c7cdc1;
	width: 100%;
	border-collapse: collapse;
}

table td {
	background: #f0f0f0;
	padding: 4px 8px 4px 16px;
	border-bottom: 1px solid #fff;
	color: #555555;
}

table tr.finale td {
	background: #86bf30;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
}

h2.siteweb {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #86bf30;
	font-size: 160%;
	margin-bottom: 0.3em;
}