/*
Theme Name: Boredom!
Theme URI: http://www.aamukaste.org/wpthemes/
corrige et optimise par Manuel GAUDICHON
*/

/* ************** STRUCTURE ************** */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #2A4010;
	text-align: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

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;
}

img.pucelady {
	padding: 0px;
	margin: 0 5px 0 0;
}

img.petitephoto {
	padding: 0px;
	margin: 0 10px 0 0;
	float: left
}

img.grandephoto {
	padding: 0px;
	margin: 0 0 0 0;
	float: center
}

.alignright { float: right; }
.alignleft { float: left }

.liens_haut { float: left; 
margin-bottom: 7px;
margin-left: 20px;
}
/* **************** HEADER *************** */

#header {
	margin: 0;
	padding: 0;
	height: 220px;
}

#header h1 { display: none; }
#header .description { display: none }

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

#content {
	float: left;
	background-color: white;
	margin: 0px 0 0 0;
	padding: 0 0 0 20px;
	width: 500px;
}

#sidebar {
	margin: 15px 0 0 560px;
	padding: 0;
	width: 165px;
}

#titre_menu {
	padding: 5px 5px 7px 5px;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.1em;
}

#datearticle {
	color: #F73974;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

/* **************** FOOTER *************** */

#footer {
	text-align: center;
	font-size : 0.8em;
	clear: both;
	margin: 0;
	padding: 0;
	height: 91px;
}

#footer p { 
	padding-top: 55px;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* **************** LINKS **************** */

a {
	color: #0571BA;
	text-decoration: underline;
}

a:hover {
	color: #E55F96;
	text-decoration: underline;
}

/* *************** HEADERS *************** */

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
}

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #8EBA5A;
	color: #8EBA5A;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#titrearticle h2 {
	text-align: left;
	color: #8EBA5A;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#titrearticle a {
	text-align: left;
	color: #000000;
	text-decoration: none;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#titrearticle a:hover {
	text-align: left;
	color: #E6669C;
	text-decoration: underline;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* Next's that image under the post title */

img.lefth2img {
	margin: 0;
	padding: 0;
}

.post small { display: block; }

.post h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */
.googlesearch {
	margin : -5px -5px -20px 0;
}

.post {
	font-size: 1.1em;
	text-align: justify;
}

.post small {
	color: #98325D;
	padding-bottom: 0px;
}

.postmetadata {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

#entry a {
	color: #000000;
	text-decoration: underline;
}

#entry a:hover {
	color: #E55F96;
	text-decoration: underline;
}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #2C7EA9;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em Verdana, Courier, Fixed, Sans-Serif;
	background-color: #eeeeee;
	color: black;
}

/* ************* SIDEBAR LISTS ************** */

.contenusidebar {
margin: 0 0 -17px 0;
}

#sidebar ul li {
	margin: 0 0 0 -33px;
	background-image: url(images/puce-carree.gif); 
 	background-repeat: no-repeat; 
	background-position: left center; 
 	list-style-type: none; 
 	padding-left: 12px; 
}

#sidebar a {
	color: #0571BA;
	padding: 0px;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #E55F96;
	padding: 0px;
	text-decoration: underline;
}

#liens {

	margin: 0 0 0 0px;

	background-position: left center; 

 	list-style-type: none; 

 	padding-left: 8px; 

}

#liens li {

	margin: 0 0 0 0px;

	background-image: url(images/puce-carree.gif); 

 	background-repeat: no-repeat; 

	background-position: left center; 

 	list-style-type: none;
}

#liens a {

	color: #0571BA;

	padding: 0px;

	text-decoration: underline;

}

#liens a:hover {

	color: #E55F96;

	padding: 0px;

	text-decoration: underline;

}

/* *************** SEARCHFORM *************** */

#searchform {
	margin: 0;
	padding: 0; 
	text-align: center;
}

form#searchform input:focus {
	border: 2px solid #6C894A;
	margin: 1px;
}

#searchform input { 
	font: 1.1em Verdana, Arial, Sans-Serif;
	color: #F73974;
	font-weight: bold;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

h2.respond {
	clear: both;
	display: inline;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #2C7EA9;
}

/* Forms */

form#commentform input:focus, form#commentform textarea:focus {
	border: 2px solid #6C894A;
	margin: 1px;
}

#commentform input, #commentform textarea { 
	font: 1.1em Verdana, Arial, Sans-Serif;
	border: 1px solid #399CC6;
	margin: 2px;
	width: 300px;
}

/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #F73974;
	border-bottom: 1px solid #F73974;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}