/*	
Theme Name: Autumn Rain
Theme URI: http://david-martin.eu/
Description: Just another WordPress theme.
Version: 2.0
Author: David Martin
Author URI: http://david-martin.eu/
*/

/*
Couleurs de base utilisées :
#006090 : http://www.triplenine.org/main/colorspace.asp?ColorCode=006090&Red=16&Green=32&Blue=48
#102030 : http://www.triplenine.org/main/colorspace.asp?ColorCode=102030&Red=16&Green=32&Blue=48
*/

/* Corps de la page */
body {
	margin: 0; padding: 0;
	background: #d3d6d9 url(images/pattern_036.gif);
	color: #102030;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	background-color: transparent;
	color: #000090;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active { text-decoration: underline; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

#document {
	margin: 0 auto; padding: 0 2px;
	width: 760px;
	border-left: 3px solid #d3d6d9;
	border-right: 3px solid #d3d6d9;
	background-color: #e2e4e6;
	color: inherit; /* body */
}


/* En-tête et pied de page */
#header {
	background: #20749e url(images/header.jpg) no-repeat;
	color: #e0ecf2;
}
#footer {
	clear: both;
	position: relative;
	margin: 2px 0 0; padding: 0.25em 0;
	background-color: #20749e;
	color: #e0ecf2;
	border-top: 0.625em solid #609cba;
	font-family: "Lucida Grande", Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	text-align: center;
}

h1 {
	margin: 0; padding: 1.25em 0 0 2em;
	font-size: 2em;
	text-align: left;
	height: 1em;
	visibility: hidden;
}
h1 small {
	font-size: 0.5em;
}
#tagline {
    margin: 0.5em 0 1.5em 5em;
    font-style: italic;
    height: 1em;
}
#caption {
    float: right;
    padding-right: 0.5em;
    margin-top: -12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
}

#header a:link, #header a:visited,
#footer a:link, #footer a:visited {
	background-color: transparent;
	color: #e0ecf2;
	text-decoration: none;
}
#header a:hover, #footer a:hover  { background-color: transparent; color: #fff; }
#header a:active, #footer a:active { background-color: transparent; color: #a0c4d6; }


/* Navigation */
#navigation {
	margin: 0; padding: 0;
	height: 2em;
	border-top: 2px solid #e2e4e6;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	list-style-type: none;
}
html>body #navigation {
	background-image: url(images/transparent.png);
}
#navigation li {
	float: left;
	display: block;
	margin: 0; padding: 0;
	border-right: 1px solid #e2e4e6;
	line-height: 2em;
	text-shadow: black 0 0 0.5em;
}
html>body #navigation li { border-right-style: dotted; }

#navigation a {
	display: block;
	padding: 0 1em;
	background-color: transparent;
	color: #e0ecf2;
	font-weight: bold;
	text-decoration: none;
}
html>body #navigation a { border-bottom: 3px solid #e2e4e6; }
#navigation a:hover, #navigation a:active,
.accueil #accueil a,
.carnet #carnet a,
.lectures #lectures a,
.photos #photos a,
.contact #contact a {
	border-bottom: 3px solid #f90;
	background-color: transparent;
	color: #fff;
}
#navigation a:active {
	background-color: transparent;
	color: #a0c4d6;
}


/* Contenu */
#content {
	float: left;
	clear: left;
	margin: 2px 0; padding: 14px;
	width: 526px;
	background-color: #fff;
	color: inherit; /* document */
}
.accueil #content {
	float: none;
	clear: none;
	width: 732px !important;
}

#cover {
    margin: 2em;
    text-align: center;
   	color: #6a747e;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
}
#cover img {
    display: block;
    margin: 5px auto;
    padding: 2px;
    border: 2px solid #d3d6d9;
}

#content #searchform {
	text-align: center;
	margin: 0 auto 2em auto;
}

.posts {
	margin: 0; padding: 0;
	list-style-type: none;
}
.posts li {
    margin-bottom: 0.5em;
}

.navigation {
	margin: 0; padding: 0.25em 0.5em 0 0.5em;
	height: 1em;
	border-top: 2px solid #e2e4e6;
}
.navigation .previous { float: left; }
.navigation .next { float: right; }

.auteurs {
	margin: 0 0.5em; padding: 0;
	list-style-type: none;
}
.auteurs li {
	margin-bottom: 0.5em; 
}
.auteurs ul {
	margin: 0; padding: 0 3em;
}
.auteurs li li {
	margin-bottom: 0;
}

ul {
	margin: 0 auto 0.5em auto;
}
li {
	line-height: 1.4em; 
}



/* Article */
.post {
	margin: 0; padding: 0 0 1em 0;
}
.home .post {
	clear: left;
}
.post p {
	text-align: justify;
	text-indent: 1em;
}
.post .shadow {
	float: right;
	margin-left: 1em;
}
.post pre {
	margin: 1em;
}

.meta {
	margin: 0 0 0.5em 0; padding: 0;
	background-color: transparent;
	color: #6a747e;
	font-family: "Lucida Grande", Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.8em;
}
.meta img {
	vertical-align: -10%;
}
.meta a {
	background-color: transparent;
	color: #6a747e;
}
.meta a:link, .meta a:visited { text-decoration: none; }
.meta a:hover, .meta a:active { text-decoration: underline; }

.bibliography {
	margin: 1em 1.75em 0 1.75em; padding: 0.5em 2em;
	background-color: #f1f2f3;
	color: inherit; /* content */
	border-left: 2px solid #d3d6d9;
	font-size: 0.9em;
	list-style-type: disc;
	line-height: 1.4em;
}
#ratings {
	margin: 1em 2em; padding: 0.5em 0 0.5em 4em;
	text-indent: -66px;
	line-height: 1.2em;
	list-style-type: none;
}
#ratings li {
	margin: 0.25em 0; padding: 0;
}


/* Commentaires */
.comments {
	margin: 0; padding: 0 1.5em;
}
.comments form {
	margin: 0; padding: 0;
	font-size: 0.9em;
}
.comments label {
	font-weight: bold;
	font-size: 0.9em;
}
.comments ol {
	margin: 0 0 1em 0;
	font-size: 0.9em;
}
.comments ol li {
	margin: 1em 0 0 0; padding: 0;
}
.comments cite {
	font-weight: bold;
	font-style: italic;
} 
.comments p {
	margin: 0; padding: 0.5em 0 0 0;
	text-align: left;
	text-indent: 0;
}
.comments #comment {
	width: 450px;
}


/* Barre latérale */
#sidebar {
	float: right;
	margin: 2px 0 2px 2px; padding: 14px 14px 114px;
	width: 176px;
	background: #fff url(images/back_s.jpg) bottom repeat-x;
	color: inherit; /* document */
}

#sidebar ul {
	clear: both;
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar ul ul li {
	margin: 2px 0 2px 0.5em; padding: 0 0 0 0.5em;
	font-size: 0.9em;
	border-left: 2px solid #d3d6d9;
}
#sidebar ul ul ul li {
    margin-left: 1em;
	font-size: 0.95em;
	border-left: 0;
	background-color: transparent;
	color: #6a747e;
}
#sidebar ul ul li:hover {
	border-left: 2px solid #003090;
}
#sidebar ul ul ul li:hover {
	border-left: 0;
}
#s_a-propos {
    padding-top: 1em;
}
#s_en-cours {
	padding-top: 1em;
}
#s_favoris {
	padding-bottom: 2em;
}
#s_archives .months li {
    text-transform: capitalize;
}

#sidebar h2 {
	margin: 1em 0 0 0; padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: bold;
}

#ads {
	margin-top: 4em;
	text-align: center;
}



/* Balises */
h2, h3 {
	background-color: transparent;
	color: #000;
	font-family: Cochin, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	margin: 0 0 1em 0; padding: 0 0 0.25em 0;
	border-bottom: 2px solid #d3d6d9;
	font-size: 1.6em;
}
h3 {
	margin: 0; padding: 0;
	clear: both;
	font-size: 1.4em;
}
h3 a:link, h3 a:visited {
	background-color: transparent;
	color: black;
	text-decoration: none;
}
h3 a:hover, h3 a:active { text-decoration: underline; }
h4 {
	margin: 1em 0 0 0; padding: 0 0 0 0.5em;
	background-color: transparent;
	color: #6a747e;
	font-size: 1em;
	font-weight: normal;
	font-variant: small-caps;
}
h5 {
	margin: 0.5em 0; padding: 0;
	font-size: 0.9em;
	font-weight: bold;
}

p {
	margin: 0; padding: 0 0.5em 0.5em 0.5em;
	line-height: 1.4em;
}

blockquote {
    margin: 0.75em 1.75em; padding: 0 0.25em;
	background-color: #f1f2f3;
	color: inherit; /* content */
	border-left: 2px solid #d3d6d9;
	font-style: italic;
	text-indent: 0;
	font-size: 0.9em;
}

sup {
    font-size: 0.8em;
}
ol.notes {
    font-size: 0.8em;
}

.footnotes {
	padding-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.2em;
}

.footnotes li {
    padding-bottom: 0.5em;
}

/* Autres */
.shadow {
	float: left;
	margin: 5px 0 0 2px;
	background: url(images/shadow.gif) bottom right no-repeat;
}
html>body .shadow { margin-left: 5px; }
.cover img, .pict img {
	display: block;
	float: right;
	position: relative;
	margin-left: 0.75em; padding: 2px;
	border: 1px solid #a6acb2;
	background-color: #fff;
	color: inherit;
}
.multiple .cover img, #head img { width: 75px; }

#covers { margin: auto; border-collapse: collapse; }
#covers td {
	text-align: center;
	vertical-align: middle;
	color: #6a747e;
	padding: 0.5em 0.25em;
}
#covers td .rating {
	display: block;
	margin: auto;
}
#covers .shadow {
	margin: 0 0 0 10px;
}
#covers div img {
	display: block;
	margin: 0; padding: 0;
	width: 75px;
	height: 110px;
} 
#covers div a:link,
#covers div a:visited {
	display: block;
	padding: 2px;
	border: 1px solid #a6acb2;
}
#covers div a:hover,
#covers div a:active {
	border: 1px solid #a6acb2;
	background-color: #a6acb2;
}


/* Accessibilité */
#posts, .multiple h4, #archives h4, #excerpts h4 { display: none; }

hr {
	margin: 0.5em 5em 1em; padding: 0;
	color: #d3d6d9;
	background-color: #d3d6d9;
	border: 0;
	height: 2px;
}


.accueil h2#dernieres-entrees {
    margin-top: 2em;
}
.accueil .posts {
    margin-left: 1em;
}
.accueil h3 {
    font-size: 1.2em;
}
