/*** Voici la feuille CSS intégrale du thème "FuturPapa", tirée de "FallingLeaves" de Shanw Grimes, adapté de Wordpress à Dotclear par Unc( http://www.callmeunc.be ).
Ci-dessous le copyright issus de la feuille de style du thème original :

		Theme Name: FuturPapa
		Description: Une image d'Anne Geddes pour le site Futur Papa.
		Version: 1.0
		Author: Guillaume-Nicolas de Kerpezdron

La liste qui suit  définit le style visuel pour les différents éléments du blog (blocks).
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
	(dont les Headings)
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
****/

/* Les éléments HTML en général
*******************************************************************************/
body{ 
	margin: 10px 0;
	padding: 0;
	background-color: #dda;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	text-align:center;
}

acronym, abbr {
	border-bottom: 1px dashed #444;
	font-size: 90%;
	letter-spacing: .07em;
}

/* "Headings" */
h1 { 
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	margin-left: 300px;
	padding-top: 15px;
}
h1 a { 
	color: #fff;
	text-decoration: none; 
	border: none; 
}
h1 a:hover { 
	color: #fff; 
	text-decoration: none; 
	border: none; 
}
h2 { 
	border-bottom: 1px solid #ddd; 
	color: #336; padding-bottom: 2px; 
	font: normal 17px Arial, Helvetica, sans-serif; 
}
h2 a { 
	color: #336; 
	text-decoration: none; 
	border: none; 
}
h2 a:hover { 
	color: #889AC2; 
	text-decoration: none; 
	border: none; 
}
h3 { 
	border-bottom: 1px solid #ddd; 
	color: #336; 
	padding-bottom: 2px; 
	font: normal 14px Arial, Helvetica, sans-serif; 
	padding-top: 20px; 
}
h4 { 
	font: 12px Arial, Helvetica, sans-serif; 
}
/*End Headings*/



pre, code{
	overflow: scroll;
	border: 1px solid #c2c295;
	background: #ddddaa;
}

ul {
	margin-top: 3px;
}

li {
	list-style: none;
	line-height: 15px;
	padding: 0;
	margin-left: 20px;
}


pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #c2c295;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
	font-size: 9px;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus{
	border: 1px solid #b3b279;
}

textarea {
	width: 450px;
	border: 1px solid #b3b279;
}

input{
	border: 1px solid #c2c295;
	background: none;
}

a {
	color: #A73A02;
	text-decoration: none;
	border-bottom: 1px dotted #A73A02;
}

a:hover {
	color: #D88207;
	text-decoration: none;
	border-bottom: 1px dotted #D88207;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #D88207;
	font-size: 0.8em;
}

img a {
	border: none;
	text-decoration:none;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: none;
}

.smiley{
	border: 0; /* Car un grosse bordure autour d'un smiley définissant un lien, c'est moche*/
	margin: -5px;
	display: inline;
	background: transparent;
}

.right {
	float: right;
}

.left {
	float: left;
}

blockquote {
    margin: 20px 20px;
    padding: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url(images/block.gif) #fff no-repeat top left;
    color: #666;
    text-align: justify;
}

/* La page
*******************************************************************************/
#page{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	padding: 0 20px 0 20px;
    border-right: 2px solid #C2C295;
    border-left: 2px solid #C2C295;
    border-top: 1px solid #c2c295;
    border-bottom: 2px solid #c2c295;
	text-align:justify;
}
 
#page{
	padding-top: 20px; /*Corrige un bug de décalage sous IE */
}

/* L'entête
*******************************************************************************/

#top{
	height: 300px;
	padding-top: 0px;
	margin-bottom: 15px;
	background: url(images/masthead.jpg) top no-repeat;
	text-align: center;
}

	#top p{ /* Pour afficher de façon originale la description de votre blog (si inexistante, insérer dans " /ecrire/tools.php?p=blogconf ") */
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
		margin-left: 300px;
		margin-top: 200px;
	}

/* Le prélude
*******************************************************************************/ 
#prelude{
 	display:none;
}

/* Le contenu
*******************************************************************************/
#main{
	float: left;
	width: 450px;
	margin-top: -7px;
}

#main{
	margin-top: -3px; /* Corrige ENCORE un bug d'affichage sous IE */
}

.day-date{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	margin-top: -14px;
}


.post {
	margin-bottom: 35px;
	background: url(images/sep.gif) no-repeat bottom center;
	padding-bottom: 40px;
}

.post-content{
	text-align: left;
}


.post-content blockquote{
	padding-left: 55px;
}

.post-info{
	margin-top: -14px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.post-info-co{
	font-size: 10px;
	padding-left: 5px;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #dda;
	background-image: none;
	color: #444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #c2c295;
	border-bottom: 1px solid #c2c295;
	margin: 0;
	font-size: 10px;
}


/* La barre de navigation
*******************************************************************************/
#sidebar {
	float: right;
	width: 200px;
	margin-bottom: 35px;
}

#sidebar ul {
	list-style: none;
}

#sidebar h2 { 
	font-size: 13px; 
	font-weight: normal; 
}

#sidebar div{
	font-size: 10px;
	line-height: 15px;
}

#sidebar li{
	margin-left: -30px; /* Etonnant, mais cela corrige un bug d'alignement */
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border: none;
}

	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}

	#q{
		margin-left: 10px;
	}

	#sidebar div#calendar table{
		margin-left: 15px;
	}

	#sidebar div#calendar table td a{
	}
	#sidebar div#calendar table td a:hover{
	}

/* Le pied de page
*******************************************************************************/	
#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: center;
	color: #666;
}
