/*
Theme Name: max
Theme URI: http://www.morphemzero.be/
Description: Maxime Monfort V2
Version: 0.1
Author: MorphemZero
 
*/

/*** corps de la page web ***/

body {
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
	text-align: left;
	background: #f3f2ec;
	color: #262934;
	margin: 0;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #777;
	text-decoration: underline;
}

#bg_header {
	width: 100%;
	height: 240px;
	background: url(images/bg-ent.jpg) repeat-x;
}

#page {
	width: 960px;
	margin: 0 auto 0 auto;
}

/*** entete ***/

#header {
	width: 960px;
	height: 220px;
	font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
	float: left;
	color:#069;
	background: url(images/entete.jpg) no-repeat;
	margin-top: 20px;
}

#header h1 {
	margin: 100px 0 0 55px;
	font-size: 3.8em;
}

#header h1 a{
	color: #b6d110;
}

.description {
	margin: 0 0 0 60px;
	font-size: 1.4em;
	color: #fdfcfc;
}

/*** contenu ***/

#content {
	float: left;
	width: 634px;
	margin: 20px 0 20px 0;
}

#content h2 {
	font-size: 1.3em;
}

#content h2 a{
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #434539;
}

#content h2 a:hover{
	color: #555;
}

.post {
	background-color: white;
	border: 1px solid #c0c29a;
	margin: 0 0 20px 0;
	padding: 0 20px 20px;
	z-index: inherit;
}

.post_content {
	font-size: 1em;
	color: #555;
}

.post_content a {
	color: #A5AD05;
}

.post_content a:hover {
	color: #b7c206;
	text-decoration: underline;
}

.postmetadata {
	font-size: 0.8em;
	color: #999;
	border-bottom:1px solid #C8C8C8;
	margin: -10px 0 10px 0;
	padding-bottom: 5px;
}

.more-link {
	width: 138px;
	height: 29px;
	display: block;
	background: url(images/bt-post.jpg) no-repeat;
	float: right;
	margin-left: 15px;
}

.more-link-style {
	font-size: 1em;
	color: #fff;
	margin: 0 0 0 15px;
	line-height: 28px;
	font-weight: bold;
}

.more-link-style a, .more-link-style a:visited {
	font-size: 0.8em;
	color: #fff;
	margin: 0 0 0 6px;
	line-height: 28px;
}

.more-link-style a:hover {
	font-size: 0.8em;
	color: #fff;
	margin: 0 0 0 6px;
	line-height: 28px;
}

.bt_comment {
	width: 138px;
	height: 29px;
	background: url(images/bt-post.jpg) no-repeat;
	float: right;
}

.bt_comment a, .bt_comment a:visited {
	font-size: 0.8em;
	color: #fff;
	margin: 0 0 0 10px;
	line-height: 28px;
}

.bt_comment a:hover {
	color: #fff;
}

.clear_box {
	clear: both;
}

/*** sidebar ***/

.sidebar {
	float: right;
	width: 304px;
	margin: 20px 0 20px 0px;
	padding: 0 0 20px 0px;
	background: url(images/bg-menu.jpg) repeat-x;
	background-color: #d3d5b9;
	border: 1px solid #c0c29a;
}

.sidebar ul{
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

.sidebar ul li ul {
	margin: 0;
	padding: 0 20px;
	list-style-type: disc;
	color: #b7c206;
	line-height: 1.3em;
}

.sidebar h2 {
	font-size: 1.4em;
	font-style: italic;
	text-shadow:0 1px 0 #4e493c;
}

.widgettitle {
	background: url(images/bg-titre-menu.jpg) no-repeat;
	width: 270px;
	height: 26px;
	border-bottom: 1px solid #c0c29a;
	margin-left: 8px;
	margin-top: 14px;
	margin-bottom: 10px;
	color: #b7c206;
}


/*** footer ***/

#footer {
	width: 960px;
	font-size: 1em;
	color: #666;
	background-color: white;
	border: 1px solid #c0c29a;
	margin: 20px 0 20px 0;
	clear: both;
}

#footer a {
	color: #b7c206;
}

#footer p{
	text-align: right;
	font-size: 0.8em;
	padding: 0 20px 0 0;
}


/*** commentaires ***/

.comments-template{
	margin: 0 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

.comments-template ol p{
	font-family: "Arial", Helvetica, Sans-serif;
	font-size: 0.9em;
}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}

.commentmetadata{
	font-size: 1.1em;
	color: #b6d110;
}

.commentmetadata a{
	color: #b6d110;
}

.commentmetadatadate{
	font-size: 0.9em;
	color: #555;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
}

.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.box_comment {
	background-color: #fefefb;
	border: 1px dashed #e0ded1;
	padding: 10px 10px;
	width: 590px;
}

/*** formulaire de recherche ***/

#searchform {
	margin: 10px 0 10px;
}

/*** Captions & aligment ***/
.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: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
