/*  
Theme Name: AssoMiech
Theme URI: http://www.assomiech.com 
Description: Th&egrave;me du site de l'Asso Miech
Version: 1.0
Author: Fran&ccedil;ois Darnez
Author URI: http://www.lespetitslezards/
*/

body {
	margin: 0;
	padding: 0;
	background: #a19f5f;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #502302;
}

h1, h2, h3 {
	margin: 0;
}

h6 { font-size: 10px; font-weight: normal;}

h1, h2 {
	font-weight: normal;
}

h2 {
	font-size: 24px;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 2.2;
}

ul, ol {
	margin-left: 0;
	padding-left: 50px;
}

strong {
	color: #4A3E29;
}

a {
color: #8D9C01;
text-decoration: none;
}

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

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
	padding: 0 auto;
}
img.aligncenter, img[align="center"]

{
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
display: block;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	background: url(images/asso_miech_bg_haut.jpg) repeat-x;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
	margin-bottom: 30px;
}

/* Header */

#header {
	height: 211px;
	background: url(images/asso_miech_header.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 500px;
	height: 211px;
}

#logo h1, #logo p {
	line-height: 1;
}

#logo h1 {
	padding: 137px 0 0 20px;
	letter-spacing: -2px;
	font-size: 34px;
	color: #FFFFFF;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 5px 0 0 20px;
	font-size: 13px;
	color: #D9D6B5;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	color: #D9D6B5;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}

/* Menu */

#menu {
	height: 76px;
	background: url(images/asso_miech_header.jpg) no-repeat 0 -211px;
}

#menu ul {
	height: 67px;
	margin: 0 5px;
	padding: 9px 0 0 14px;
	list-style: none;
	line-height: 1
}

#menu li {
	float: left;
	height: 35px;
	margin:0 3px;
	padding: 15px 20px 0 20px;
	background: url(images/asso_miech_bg_menu_1.jpg) no-repeat;
}

#menu li.current_page_item {
	background: url(images/asso_miech_bg_menu_2.jpg) no-repeat;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D9D6B5;
}

/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;

}

.bar .text {
	float: left;
	padding: 17px 0 0 0px;
	font-size: 14px;
	color: #79785f;
}

.bar .text a {
	color: #190B02;
}

/* Top Bar */

#top-bar {
	background: url(images/asso_miech_header.jpg) no-repeat 0 -287px;
}

/* Search */

#header-search {
	float: right;
	width: 245px;
	height: 48px;
	
}

#header-search form, #header-search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
background: url(images/asso_miech_bg_recherche.jpg) no-repeat 0 12px;
}

#header-search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#header-search .input-submit {
	display: none;
}

/* Page */

#page {
	background: url(images/asso_miech_bg.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 655px;
	padding: 0 24px 0 25px;
	background: url(images/asso_miech_header.jpg) no-repeat 0 -335px;
}

#content.narrowcolumn {
	float: left;
	width: 655px;
	height:500px;
	padding: 20px 24px 0 25px;
	background: url(images/asso_miech_header.jpg) no-repeat 0 -335px;
}


/* Post */

.post {
	padding: 0px 25px;
}

#respond {
	padding: 25px;
	background-color: #d1d0be
}

.post .title, .post .date {
	padding: 0 0;
}

.post .title {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 32px;
	color: #502302;
	border-bottom: 1px solid #D9D6B5;
	 clear:both;
}

.post .title a {
	text-decoration: none;
	color: #502302;
}

.post .title a:hover {
	color: #8D9C01;
}

.titleCom {
	margin: 0;
	padding-top: 50px;
	line-height: normal;
	font-size: 25px;
	color: #502302;
	border-bottom: 1px solid #D9D6B5;
}

.post .date {
	line-height: normal;
	color: #79785f;
}

.post .entry {
	margin: 0 25px;
	padding: 20px 0;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat 0 50%;
}

.post .meta p {line-height:  normal;clear: both;}

.post .meta .tags {float: left;padding: 10px; color:#99997d;background: #e6e5c6;border: 1px solid #D1D0BE; margin: 10px; clear:both; width: 90%;}

ol.commentlist li {
border-bottom: 1px dotted #D1D0BE; margin: 0 20px 0 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 246px;
	padding: 24px 50px 0 0;
	background: url(images/asso_miech_header.jpg) no-repeat 100% -335px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;

}

#sidebar li {
	padding: 0;
	line-height: 2.2;
	border: none;
}

#sidebar li ul {
	padding: 0;
	line-height: 2.2;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;
	font-size: 20px;
	line-height: 2.2em;
}

#tag_cloud-3
{	text-align: left;
margin: 0 0 10px 0;
	padding: 10px 0 ,px 0;
	}

#tag_cloud-3 a
{
	line-height: 1.2;

}


/* 2 Columns */

.two-cols {
	margin: 0 ;
	height: 245px;
	padding: 10px 35px 0 35px;
	background: url(images/asso_miech_bg_footer.jpg) no-repeat top;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width:630px;
	position: absolute;
	font-size: 14px;
}

.two-cols .col1 ul {
	margin-left: 0;
	padding-left: 30px;
	line-height: 2.0;
}

.two-cols .col2 {
	float: right;
	width: 255px;
	padding: 12px 20px 0 0px;
	line-height: normal;
	font-size: 11px;
}

.two-cols .col2 p {
	line-height: 1.4;
	margin-left: 0;
	padding-left: 20px;
	text-align: right;
}




.two-cols h2 {
	font-size: 30px;
	color: #A19F5F;
}

.two-cols a {
	color: #736F6A;
}

.two-cols ul {
	margin-left: 0;
	padding-left: 0;
}

/* Footer */

#footer {
	padding: 0 0 40px 0;
}

#footer p {
	text-align: center;
	color: #E6E5C6;
}

#footer a {
	color: #8F8B83;
}

.navigation { clear: both; padding: auto;margin: 0 auto;text-align: center; padding-top: 30px; padding-bottom: 10px; font-size: 80%;}
.navigation .wp-pagenavi a, .navigation .wp-pagenavi a:link, .navigation .wp-pagenavi a:active, .navigation .wp-pagenavi a:visited {padding: 2px 4px 2px 4px;margin: 2px;text-decoration: none;border: 1px solid #d1d0be;color: #8d9c01;background-color: #ececd2;	}
.navigation .wp-pagenavi a:hover {border: 1px solid #190b02;color: #190b02;background-color: #ececd2;}
.navigation .wp-pagenavi span.pages {padding: 2px 4px 2px 4px;margin: 2px 2px 2px 2px;color: #8d9c01;border: 1px solid #d1d0be;background-color: #ececd2;}
.navigation .wp-pagenavi span.current {padding: 2px 4px 2px 4px;margin: 2px;font-weight: bold;border: 1px solid #d1d0be;color: #FFFFFF;background-color: #A19F5F;}
.navigation .wp-pagenavi span.extend {padding: 2px 4px 2px 4px;margin: 2px;border: 1px solid #d1d0be;color: #8d9c01;background-color: #ececd2;}

.pagetitle {
	margin: 0px;
	padding: 20px;
}

.post .titleSearch {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 25px;
	color: #79785f;
	clear:both;
}