/*
	Theme Name: LeGrandBI
	Theme URI: http://www.LeGrandBI.com
	Description: Mon premier theme pour mon premier blog
	Author: Alain

*/
@import url(layout.css);


/*------------------------------------------------------ */
/*                    Les elements HTML en general       */
/*------------------------------------------------------ */
body {
	background: #008040;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
        padding:0
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;

}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	padding: 0 2px;
}

input:focus,textarea:focus{
	border: 1px solid #000;
}

textarea{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

images{
	border: 5px;
}

a, a:visited{
	color: #000;
}

a:hover{
	color: #000;
}

.left{
	float: left;
	margin-right: 2em;
}

.right{
	float: right;
	margin-left: 2em;
}


/*------------------------------------------------------ */
/*                                         La page       */
/*------------------------------------------------------ */
#page{
	background: url(images/page-back.png) repeat-y center top;
	color: inherit;
}


/*------------------------------------------------------ */
/*                                        L'entete       */
/*------------------------------------------------------ */
#top{
    margin:0;
	height: 193px;

}

#top h1{
	margin: 0; 
    padding: 8px 5px 0 0;
	width: 194px;
	text-align: left;
	color: #000;
	float: right;
}

#top h1 a{
	text-decoration: none;
	color: #000;
	display: none;
}

/*------------------------------------------------------ */
/*                                      Le prelude       */
/*------------------------------------------------------ */
#top ul{
	background: transparent;
	color: #DFDFDF;
margin:0;
padding:180px 10px 0px 10px;
}

#top ul li {display:inline}

#pages a{
display: none;
/*color: #DFDFDF;
text-decoration:none;
font-weight:bold;*/
}

#pages a:hover{
	color: #666;
	background: transparent;
}



/*------------------------------------------------------ */
/*                                      Le contenu       */
/*------------------------------------------------------ */

.prev {
	margin-left: 40px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 172px;
}
.next {
	margin-right: 0px;
	padding: 0px;
	float: right;
	height: 28px;
	width: 172px;
}
.centre {
	margin-left: 240px;
	float: left;
	padding: 0px;
	height: 93px;
	width: 135px;
}
.day-date {
	width:35px;
	height:39px;
	padding:2px 0;
	position:absolute;
	margin: -5px 20px 0 0;
	background: transparent url(images/date.png) no-repeat;
	text-align:center;
}
.day {
	display:block;
	color: #fff; 
	padding:0; 
	margin:0;
	margin-top:-2px; 	
	font-size: 1.2em;
}
.month {
	font-size:1em; 
	display:block;
	color: #fff; 
	margin-top:-7px; 
	padding:0;	
}

.post-title{
	color: #000;
	background: transparent;
	padding: 0 0 0 40px; margin: 0;
}

.post-title a, .post-title a:visited{
	color: 000;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding: 2px 0 10px 40px; margin: 0;
	color: #000;
	font-size: 0.8em;
}

.post-info a{
	color: #000;
	background: transparent;
	text-decoration: underline;
}

.post-content{
	font-size: 11px;
	text-align: justify;
	margin: 0 0 20px 10px;
}
.post-content:first-letter {
	font-size: 5em;
	font-weight: bold;
//	float: left;
}
.post-content a {
	padding: 5px 0px 10px 60px;
	text-align: right;
	background: transparent url(images/link.png) no-repeat left bottom;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	margin: -35px 0 10px 10px;
	padding: 10px 10px 50px 0px;
	font-size: 11px;
	text-align: right;
	background: transparent url(images/megaphone.png) no-repeat;
	background-position: 72% 0%;
}

.mini-footer{
	background: transparent url(images/separateur.png) no-repeat bottom center;
	clear: both;
}

.post-intermede{
	height: 111px;
	width: 815px;
	margin-left: -20px;
	padding: 0px 100px 0px 50px;
	background: transparent url(images/page-intermede.png) no-repeat left center;
}


.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}

/* ———— legendes ————*/

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #E4D69F;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-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;
}

.wp-caption a {
	padding: 5px 0px 10px 60px;
	text-align: right;
	background: none;
}

/* —————– fin legendes—————–*/
/*------------------------------------------------------ */
/*                                Les commentaires       */
/*------------------------------------------------------ */
#comments h3{
	color: #000;
	margin: 0 0 0 10px;
}

#comments p{
	margin: 0 0 0 10px;
}

.comment-info{
	font-size: 0.9em;
}
.comment-info a{
	font-weight: bold;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #DADADA;
	background: #EAEAEA;
	margin: 1em 0 1em 30px;
	padding: 1ex 1em;
}
#comments form{
	font-size: 0.8em;
}


/*------------------------------------------------------ */
/*                          La barre de navigation       */
/*------------------------------------------------------ */

#sidebar div{
	/*border-bottom: 2px solid #DFDFDF;*/
	color: inherit;
	font-size: 11px;
}

#sidebar div:last-child{
	border-bottom: none;
}

#sidebar ul{
	margin: 10px 20px 10px 10px ;
	padding: 0;
	list-style: none;
}

#sidebar li a{
	text-decoration: none;
	background: transparent url(images/button.png) no-repeat 0px 5px;
	padding: 0 0 0 10px;
	color: #000;
}

#sidebar ul li ul {margin:0;}


#sidebar li a:hover{
	background: transparent;
}

#sidebar h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 -5px ; padding: 2px 5px;
	height: 52px;
	text-align: center;
	background: url(images/pinule.png) no-repeat ;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#sidebar h3{
	color: #000;
	font-size: 1em;
	margin: 0;
}

#sidebar #search{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 -5px ; padding: 2px 5px;
	height: 52px;
	text-align: center;
	background: url(images/pinule.png) no-repeat ;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 2.3em;
}

#search fieldset, #search p #search form{
	margin: 0; padding: 0;
	text-align: center;
}

#search input#q {
	width: 120px;
}
#search p {
	margin: 0; padding: 0;
	text-align: center;
}


/*------------------------------------------------------ */
/*                                   Le calendrier       */
/*------------------------------------------------------ */
#sidebar#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto; padding: 0;
	background: #000;
	height: 20px;
	color: #FFF;
}

#calendar table caption a{
	color: #FFF;
}
#calendar table th{
	color: #AEAEAE;
	background: transparent;
}

#calendar table td{
	width: 27px;
	line-height: 1.5em;
}

#calendar table td a{
	display: block;
	background: #DBE5E9 url(images/calendar-angle.gif) no-repeat right top;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#calendar table td a:hover{
	background: #000 url(images/calendar-angle.gif) no-repeat right top;;
	color: #FFF;
}


/*------------------------------------------------------ */
/*                                 Le pied de page       */
/*------------------------------------------------------ */
#footer{
	clear: both;
	margin: 0;
	padding: 57px 225px 10px 15px;
	text-align: right;
	font-size: 11px;
	background: transparent url(images/page-footer.png) no-repeat bottom center;
	color: #666;
	clear: both;
}

#footer a{
	color: #999;
}