/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/



* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
    font-family: “Lucida Grande”, sans-serif;
	background: url(images/menu-bg.jpg) top repeat-x ;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100%;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #83a7ba;
	}

a:hover, a:active {
	color:#4d778d;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:none;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
li{list-style-type:none;}			


/* ---------- @ Structure -----------*/



#page {
	width:1000px;
	margin:0 auto;
	padding-top:0px;
	
	}
	
#wrapper {
	background:none;
	font-size:0.75em;

	}

#masthead {
	padding:22px 0;
	
	
	}
	
	#blochead {
	height : 138px;
	background: url(images/menu.jpg) no-repeat;
	margin-bottom: 15px;
	
	}

#content {
	width:1000px;
	float:left ;
	background : #fff;
	}
	
	#content2 {
	width:709px;
	float:left ;
	background : #fff;
	}
	

	
	

#contentpost {
	width:500px;
	float:left ;
	background : #fff;
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

	
#headchild {
width:290px;
height:75px;
background: url(images/headchild.jpg);

}	
	
#sidebar {
	width: 290px;
	float:left;
	height: 700px;
	background: url(images/barremenu.png) #e7e8e8 left no-repeat;
	
	}

#featured-cats {
	width:182px;
	float:left
	}

	
#posttitle h2 {

margin: 0 0 0 110px;
}	

	#bloccat {
	width : 600px;
    float : left;
	margin:0px 0px 0 10px;
	}
	
    #catcat {
	padding: 12px 50px 0px 0px;
	margin: 0 0 20px 0 ;
	width : 250px;
    float : left;
	height: 92px;
	border-bottom: 1px dotted #b1b1b1;
	}	
	
	
    #titi {
	font-size:10px;
	}
	
	#imag, #imag a {
	padding: 0 10px 0 0px;
    width:70px;
	float: left;
	}
	
    #poo {
	float: left;
    font-family: arial,sans-serif;
    font-size: 12px;
    line-height: 1.3;
	}
	
	#datecat {
    margin-bottom: 0px;
		}	
	
	
	#leadcat {
	background: #eaeaea;
	width : 280px;
	height : 220px;
    float : left;
	margin : 12px 20px 0 0;
	
	}	

	
	#leadcat .titremore {
	color: #797979;
    float : left;
	margin : 5px 0px 0 10px;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}	

	
	
	#leadcat h4
	{
    margin-bottom: 5px;
	}

    #leadcat .cat, 
    #leadcat .cat a{
	margin:0px 0px 0px 0;
	text-transform: uppercase;
	font-size:9px;
	color: #797979;
	text-decoration : none;
	}	
	


	
	#leadcat h4 a{
    color: #585858;
	}

	#leadcat .date {
    margin-bottom: 0px;
	color: #797979;
	}
	
	#leadcat p {
    margin: 0px;
	color: #797979;
	line-height : 1.3em;
	}
	
	#leadcat.po {
    margin-top: 15px;
    font-family: arial,sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
	}
	
	
	#leadcat .readmore a{
	padding:3px 0 3px 0px;
	color: #797979;
	}
	
	#leadcat p {
    margin-top: 0px;
	}
	
	
	
	#more-posts .readmore a{
	margin: 0 0 0 0;
	padding:2px;
	color: #fff;

	
	}

	#more-posts .readmore {
	margin: 0 0 0 0;
	padding:0px 0 0px 0px;
	color: #fff;
	}
	
	#guill-1{width:100px; height: 100px; float:left ; background: url(images/guillcat1.png) no-repeat; margin-top: 0px;}
	#headcat-1 {width:600px; height: 75px; float:left ; background: #eba120; margin-bottom: 20px; margin-left: 10px;}
	
	#guill-2 {width:100px; height: 100px; float:left ; background: url(images/guillcat2.png) no-repeat; margin-top: 0px;}
	#headcat-2 {width:600px; height: 75px; float:left ; background: #62d9bf; margin-bottom: 20px; margin-left: 10px;}
	
	#guill-3 {width:100px; height: 100px; float:left ; background: url(images/guillcat3.png) no-repeat; margin-top: 0px;}
	#headcat-3 {width:600px; height: 75px; float:left ; background: #c7dd31; margin-bottom: 20px; margin-left: 10px;}
	
	#guill-4 {width:100px; height: 100px; float:left ; background: url(images/guillcat4.png) no-repeat; margin-top: 0px;}
	#headcat-4 {width:600px; height: 75px; float:left ; background: #e64e80; margin-bottom: 20px; margin-left: 10px;}
	
	#guill-5 {width:100px; height: 100px; float:left ; background: url(images/guillcat5.png) no-repeat; margin-top: 0px;}
	#headcat-5 {width:600px; height: 75px; float:left ; background: #8f51eb; margin-bottom: 20px; margin-left: 10px;}
	
    #guill-6 {width:100px; height: 100px; float:left ; background: url(images/guillemet.png) no-repeat; margin-top: 0px;}
	#headcat-6 {width:600px; height: 75px; float:left ; background: #23b8dc; margin-bottom: 20px; margin-left: 10px;}
	
	#headcat-1 h2, #headcat-2 h2, #headcat-3 h2, #headcat-4 h2, #headcat-5 h2,  #headcat-6 h2 {
     font-family: arial,sans-serif;
     color: #fff;
     font-size: 24px;
	 padding: 15px 0 0 10px;
	 margin: 0;
	 text-transform:uppercase;
	}
	
	
	#leadcat-text {
	float:left;
	width:240px;
	padding:20px 0px 0px 20px;
	}
	

	
/* ---------- accueil -----------*/
	
#premier{
	width:1000px;
	float:left ;
	
	}
	
#flash {
    width : 400px;
	height : 365px;
	background: url(images/flash.jpg);
    float : left;
	margin:0px 0;
	
	}

	
#lead {
    width : 310px;
	height : 365px;
    float : left;
	margin:0px 0;
	background: url(images/une.jpg) no-repeat;
	}
	
	
	#lead h4 {
    margin-bottom: 5px;
	}

#lead .cat, #lead .cat a{
	margin:0px 0px 0px 0;
	text-transform: uppercase;
	font-size:9px;
	color: #abd6e0;
	}	
	
	#lead h8 {
    padding: 10px;
	color: #fff;
	line-height:2;
	
	}
	
	#lead h4 a{
    color: #fff;
	}

	#lead .date {
    margin-bottom: 0px;
	color: #fff;
	}
	
	#lead .po {
    margin-top: 15px;
    font-family: arial,sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
	}
	
	#lead .readmore {
	
    
	
	}
	
	#lead .readmore a{
	padding:3px 0 3px 0px;
	color: #fff;
	background: #1496b4;
	}
	
	#lead p {
    margin-top: 0px;
	}
	
#lead:hover {
	
	}

#lead-text {
	float:left;
	width:220px;
	padding:0px 0px 0px 35px;
	}

	
	#lead-text h4 {
    margin-top: 30px;
	}
	
#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	
	}
	

.readmore { text-align: right; } .readmore a { color: #ff0000; font-size: 11px; } 

#lead img {
	float:left;
	margin-right:22px;
	}
	
#lead h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	font-size : 8pt;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
#lead h2 .commentcount {
	font-size:0.4em;
	}
	
	
#more-posts {
   height: 365px;
	width:290px;
	float:left;
	background: url(images/actu.jpg) no-repeat;
	}
	
	
	
.recent-excerpts {
	padding:7px 30px 7px 20px;
	border-top: 1px dotted #1ba7cf;
	
	}
	
#morebg :hover {
background: #1fb1d6;
	}
	
#morebg a:hover{
background: none;
	} 
	
.recent-excerpts a {

display: block;

}


	
	
.recent-excerpts a {
font-weight: normal;
	}
	
	
    #titremore, #titremore a {
    padding: 10px;
	color: #fff;
	margin: 0 0 10px 10px ;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}
	
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:0px;
	border:1px solid #1382b6;
	background:#fff;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}
	
#more-posts .date {
	margin:-2px 0px 0px 0;
	color: #abd6e0;
	}	
	
	#more-posts .cat, #more-posts .cat a{
	margin:0px 0px 0px 0;
	text-transform: uppercase;
	font-size:9px;
	color: #abd6e0;
	
	}	
	
	#more-posts .po a, #more-posts .po{
	line-height: 1;
	margin:0px 0px 5px 0;
	font-size:13px;
	color: #fff;
	}	
	
	
#more-posts h3 {
	margin:5px 0 10px 0;
	color:#fff;
	border:none;
	}	

	
#second{
	width:1000px;
	float:left
	}
	
#middle {
	width: 1000px;
	background:#eaeaea ;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
	margin:15px 0 0px 0;
	border: 1px solid #e3e3e3;
	
	}
	
	#middle .titremore {
  padding: 0px;
	color: #515151;
	margin: 5px 0 0 10px ;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}


#trois{
	width:1000px;
	float:left;
	margin-bottom : 30px;
	margin-top: 15px;
	}
	

#infosbloc {
    margin-top:15px;
	width: 290px;
	height: 235px;
	float:left;
	background : url(images/bginfos.png);	
	}	
	
	#infos {
	width: 250px;
	float:left;
	padding-left: 20px;
	}
	
	#infos p {
font-family: arial,sans-serif;
margin : 7px 0 ;
line-height :1.2em;
font-size: 14px;
color: #fff;
	}	
	
   #infos .titremore, #infos .titremore a {
    padding: 20px 0 15px 0 ;
	color: #fff;
	margin: 0 0 0 0 ;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}
	
	
#nosactionsbloc {
	width: 290px;
	height: 115px;
	float:left;
	background : url(images/bgactions.png);	
	}	

#nosactions {
	width: 250px;
	float:left;
	padding-left: 20px;
	
	}

#nosactions p {
font-family: arial,sans-serif;
margin : 7px 0 ;
line-height :1.2em;
font-size: 14px;
color: #929292;
	}	
	
   #nosactions .titremore {
    padding: 10px 0 0 0 ;
	color: #606060;
	margin: 0 0 0 0 ;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}
	
	
	#demo {
	width: 290px;
	height: 364px;
	float:left;
	margin-right:20px;
	background: #ededed;
	padding:0px;
	}
	
	#demo .titremore {
    padding:0 0 5px 0px;
	color: #515151;
	margin: 5px 0 0 17px ;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}
	
	#demo .recent-excerpts {
	padding:13px 30px 7px 20px;
	border-top: 1px dotted #d1d1d1;
	
	}

    #demo a {
	color: #969696;	
	}	
	
	#demo a:hover {
	color: #606060;	
	text-decoration: none ;
	}	
	
	
	#demo .date {
	margin:-2px 0px 0px 0;
	color: #d1d1d1;
	}	
	
	#demo .cat, #demo .cat a{
	margin:0px 0px 0px 0;
	text-transform: uppercase;
	font-size:9px;
	color: #d1d1d1;
	}	
	
	#demo.po a, #demo .po{
	line-height: 1;
	margin:0px 0px 5px 0;
	font-size:13px;
	color: #969696;
	}

    #demo .readmore a{
	margin: 0 0 0 0;
	padding:2px;
	color: #969696;
	}

	#demo .readmore {
	margin: 0 0 0 0;
	padding:0px 0 0px 0px;
	color: #969696;
	}	
	
	
	#adherents {
	width: 400px;
	height: 364px;
	float:left;
	margin-right:0px;
	background: #e3e3e3;
	color: #11819c;
	}	
	
#adherents .date {	
    margin:-2px 0px 0px 0;
	color: #23b8dc;
	}
	
	
    #adherents .titremore {
    padding:0 0 5px 0px;
	color: #018eb0;
	margin: 5px 0 0 10px ;
	font-family: helvetica,sans-serif;
    font-size: 20px;
	}
	
	
#titrecat-1 { width: 160px; }		
#titrecat-2 { width: 160px; }	
#titrecat-3 { width: 160px; }	
#titrecat-4 { width: 160px; }	
#titrecat-5 { width: 160px; }	

#titrecat-1 a{ color:#fff; }		
#titrecat-2 a{ color:#fff; }	
#titrecat-3 a{ color:#fff; }	
#titrecat-4 a{ color:#fff; }	
#titrecat-5 a{ color:#fff; }	

	
.cat_title a {
padding: 0px 0 0 15px ;
text-transform: uppercase;
color:#fff;
}

.cat_title  {
padding: 0px 0 0 15px ;
text-transform: uppercase;
color:#fff;
}
	
.category {
	
	margin:0px;
	
	}

.category p {
	margin:0;
	}

	#cat-1, #cat-2, #cat-3, #cat-4, #cat-5, #cat-6 {
	width:180px;
	height: 120px;
	float:left;
	margin:0 8px 0 9px;
	}
	
	#cat-1 {
     background:#f9a513;
	}
	#cat-2 {
     background:#40dab8;
	}
	#cat-3 {
     background:#b7e123;
	}
	#cat-4 {
     background:#f04097;
	}
	#cat-5 {
     background:#8f51eb;
	}
	
	

#image-1  {background:url(images/catego1nb.jpg) #fff no-repeat right; width : 180px; height :85px; margin-bottom: 10px;}
#image-2 {background:url(images/catego2nb.jpg) #fff no-repeat right; width : 180px; height :85px;margin-bottom: 10px;}
#image-3 {background:url(images/catego3nb.jpg) #fff no-repeat right; width : 180px; height :85px; margin-bottom: 10px;}
#image-4 {background:url(images/catego4nb.jpg) #fff no-repeat right; width : 180px; height :85px;margin-bottom: 10px;}
#image-5 {background:url(images/catego5nb.jpg) #fff no-repeat right; width : 180px; height :85px;margin-bottom: 10px;}	

#image-1:hover {background:url(images/catego1nb.jpg) #fff no-repeat right; width : 180px; height :85px;}
#image-2:hover {background:url(images/catego2nb.jpg) #fff no-repeat right; width : 180px; height :85px; }
#image-3:hover {background:url(images/catego3nb.jpg) #fff no-repeat right; width : 180px; height :85px; }
#image-4:hover {background:url(images/catego4nb.jpg) #fff no-repeat right; width : 180px; height :85px; }
	
#cat-1:hover, #cat-3:hover, #cat-5:hover {color:#fff; }
#cat-2:hover, #cat-4:hover {color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {color:#fff; }
#cat-2:hover a, #cat-4:hover a {color:#fff; }	


#guill {
	width:90px;
	height: 100px;
	float:left ;
	background: url(images/guillemet.png) no-repeat;
	margin-top: 0px;
	}

#headpage{
width:600px; height: 75px; float:left ; background: #23b8dc; margin-bottom: 20px; margin-left:20px;
}


#datepost {
	width:90px;
	float:left ;
	padding: 5px 0 0 10px;
	font-size : 20px;
	}


#headpage h2{
     font-family: arial,sans-serif;
     color: #fff;
     font-size: 24px;
	 padding: 10px 0 0 10px;
	 margin: 0;

}

#postpo {
width: 580px;
padding: 0 0 0 110px;
}

#entry {
	width:690px;
	float:left;
	margin: 40px 0 0 0;
	padding-bottom: 40px;
	border-bottom: 1px dotted;
	}

	#entry2 {
	width:710px;
	float:left;
	padding-bottom: 40px;
	}

	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 2px 0 20px 0;
	}

.post {
border-top: 1px solid #dadada;
}
	

	
h2.posttitle {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}

h2.pagetitle {
    font-family: arial,sans-serif;
	padding:0 0 0px 0;
	margin:-4px 0px 20px 100px;
	font-size:2.5em;
	}
				
h3 {
	padding:5px 0 0px 0px;
	margin:0px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}
	


.post h3 {
font-family: Georgia, serif;
font-size: 26px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1em;
	}
	
.post h2 , .post h2 a{
font-family: arial,sans-serif;
color: #6B6B6B;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.5pt;
word-spacing: 1.2pt;
text-decoration: none ;
margin-top: -10px;
padding-bottom: 22px;
margin-bottom : 30px;
	}
	
	.post h2 {
border-bottom: 1px solid #dadada;
	}

	
	
	
#featured-cats h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
font-family: arial,sans-serif;
font-weight: normal;
font-size: 13px;
font-style: normal;
letter-spacing: 0.4pt;
word-spacing: 0pt;
line-height: 1.5;


	}
	
	#postpo h6 {color: #0e91b9}
	
#single-1 {color: #e48100;}
#single-2 {color: #44B3A4;}
#single-3 {color: #a2b905 ;}
#single-4 {color: #da1657 ;}
#single-5 {color: #8f51eb;}
#single-6 {color: #23b8dc;}
	
#single-1 a {color: #e48100;}
#single-2 a {color: #44B3A4;}
#single-3 a {color: #a2b905 ;}
#single-4 a {color: #e64e80 ;}
#single-5 a {color: #8f51eb;}
#single-6 a {color: #23b8dc;}
	
	h6:first-letter {
	font-family: georgia,serif;
    font-size: 3.2em; /* augmente la taille de la police*/
    line-height: 80%; /* diminue l'interlignage - pour Safari */
    float: left; /* pour faire flotter le texte autour de ma lettrine */
    padding-right: 7px; /* histoire de donner un peu d'espace */
    padding-top: 6px;
    color: #818181; /* les goûts et les couleurs... */
    }


	
h8 {
font-family: helvetica,sans-serif;
color: #000;
font-size: 20px;
	}	
	
	
/* ---------- @ Content Styles -----------*/
#single-1,#single-2,#single-3,#single-4,#single-5, #single-6{
width:580px;
margin-left: 110px;
}

/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	

	



#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		

			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}



.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li {
    background : #eeeeee;
	margin-bottom: 1px;
	padding:8px 0 8px 0px;
	font-size: 13px;
	width:230px;
	
	}
	
	#sidebar li:hover{
	background: #e5e5e5;
	width:230px;
	}
	

	
	#sidebar .po {
	margin-top: 30px;
	margin-left: 30px;
	width: 200px;
	
	}
	
	#sidebar a:hover{ 
	text-decoration: none; 
	color:#515151;
	}

	#sidebar a { display: block; text-decoration: none; color: #989898; letter-spacing: 1pt;}
	
#sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	/*color:#424242;*/
	text-decoration: none;
	
	}

#sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#606060;
	text-decoration: none;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives ----------------------*/

.archive-list li {
	list-style:none;
	width:290px;
	float:left;
	height:103px;
	margin: 8px -90px 18px 90px;
	padding: 0 10px 0 10px ;
	border-bottom:1px dotted #b1b1b1;
	}


	
.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	margin-left: 100px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	margin-bottom:-5px;
	
	}

p { font-family: “Lucida Grande”, sans-serif;
font-family: arial,sans-serif;
color: #525252;
font-size: 13px;
letter-spacing: 0pt;
word-spacing: 0pt;
line-height: 1.6;

}

	
#adherents .post{
	width:180px;
	height: 171px;
	float:left;
	padding: 0 10px 0 10px;
	}
	
	#adherents .readmore a{
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	color: #23b8dc;
	}
	
	#adherents a{
	color: #018eb0;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:8px;
	}
	
	#flag{
	height: 20px;
	float:right;
	

	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	font-size:0.75em;
	padding:16px 25px 0px 0px ;
	
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
border-top: 1px solid #e0e0e0;
	float:left;
	width:1000px;
	text-align: center;
	color :#919191;
	background:#ebebeb;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
	
#breadcrumb ,#breadcrumb a {color: #fff; font-size:9px; text-decoration:none; margin-left: 0px;}

#breadcrumb{margin-left: 10px;}


.qtrans_language_chooser li { float:left; margin-right:3px }