/*  
Theme Name: ecoloinfo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
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



/* HTML Elements */

* {
	margin:0;
	padding:0;
	line-height: 1.5em;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #0268C7 url(/wp-content/themes/ecoloinfo/images/fond_ciel.jpg) top center repeat;
	color: #545454;
	padding: 0 0 0 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #055E26;
	/*color: #095D2B;*/
	text-decoration:none
	}

a:hover, a:active {
	color: #055E26;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	/*background:#eef5e1;*/
	/*padding:3px 6px;*/
	}

img, a:link img, a:visited img {
	border:0
	}
	img{
	margin:1x;
	}
		
.justified{
	text-align: justify;
	padding-top: 4px;
}
/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.72em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	}

#branding {
	width:325px;
	padding-bottom: 10px;
	/* margin-top: 10px; */
	
	/*background-color: #0f0; */
	}
.newbranding {
	width:525px;
	float:right;
	font-size: 1.5em;
	font-weight: bold; 
	font-style:italic;
	color:#01638A;
	margin-top: 32px;
	/*background-color: #f00;*/
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	}

#leftcol {
	width:237px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	/*margin-top:10px;*/
	float:left;
	}	
	
#rightcol {
	width:327px;
	padding-left:18px;
	margin-top: -2px;
	}

ul.accesdirect{
	list-style:none;
	
}
		
/*Subnav */
li.page_item{
	background: #FFF url(/media/images/fleurs/ecoloinfomini.gif) no-repeat top left;
	padding-left: 16px;
	padding-bottom: 3px;
}
.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, Arial, Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, Arial, Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	
	font-weight:bold;
	color:#00638C;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #00638C;
	border-bottom:1px solid #00638C;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}


#leftcol h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	
	font-weight:bold;
	color:#00638C;
	}

#leftcol h3, #leftcol h2 {
	border-top:5px solid #00638C;
	border-bottom:1px solid #00638C;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	.description_categ{
	/*padding:10px;*/
	margin-bottom: 30px;
	/*border:1px solid #FA5A02;*/
	font-size:1.3em;
	}
	
._3 {color: #191D74;}
a._3 {color: #191D74;}
.border_3 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 24px;}
hr._3{border-bottom: 1px solid #191D74;}
h3._3 a:link, h3._3 a:visited {color:#191D74;}

._6 {color: #5F5F5F;}
a._6 {color: #5F5F5F;}
.border_6 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._6{border-bottom: 1px solid #CCC;}
h3._6 a:link, h3._3 a:visited {color:#5F5F5F;}

	
._4 {color: #026225;}
a._4 {color: #026225;}
.border_4 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._4{border-bottom: 1px solid #026225;}
h3._4 a:link, h3._4 a:visited {color:#026225;}

._5 {color: #00608A;}
a._5 {color: #00608A;}
.border_5 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._5{border-bottom: 1px solid #00608A;}
h3._5 a:link, h3._5 a:visited {color:#00608A;}


._7 {color: #57135E;}
a._7 {color: #57135E;}
.border_7 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._7{border-bottom: 1px solid #57135E;}
h3._7 a:link, h3._7 a:visited {color:#57135E;}

._8 {color: #96CE15;}
a._8 {color: #96CE15;}
.border_8 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._8{border-bottom: 1px solid #96CE15;}
h3._8 a:link, h3._8 a:visited {color:#96CE15;}


._9 {color: #D9051C;}
a._9 {color: #D9051C;}
.border_9 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._9{border-bottom: 1px solid #D9051C;}
h3._9 a:link, h3._9 a:visited {color:#D9051C;}

._672 {color: #FFA208;}
a._672 {color: #FFA208;}
.border_672 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._672{border-bottom: 1px solid #FFA208;}
h3._672 a:link, h3._672 a:visited {color:#FFA208; margin-bottom: 15px;}



._673 {color: #FA5A02;}
a._673 {color: #FA5A02;}
.border_673 {border: 1px solid #CCC; padding: 10px; margin-top: 15px; margin-bottom: 15px;}
hr._673{border-bottom: 1px solid #FA5A02;}
h3._673 a:link, h3._673 a:visited {color:#FA5A02; }	
	
	.cat-item-3{background-color: #191D74;color: #f5f5f4;}	
	.cat-item-4{background-color: #026225;color: #f5f5f4;}
	.cat-item-5{background-color: #00608A;color: #f5f5f4;}
	.cat-item-7{background-color: #57135E;color: #f5f5f4;}
	.cat-item-8{background-color: #96CE15;color: #f5f5f4;}
	.cat-item-9{background-color: #D9051C;color: #f5f5f4;}
	.cat-item-672{background-color: #FFA208;color: #f5f5f4;}
	.cat-item-673{background-color: #FA5A02;color: #f5f5f4;}
	.acceuilmenu{ background-color: #E9E9E9; color:#045E28;}
	/*
	 <li class="cat-item cat-item-3"><a href="http://ecoloinfo.atnetplanet.com/category/agirgrandir/" title="Voir tous les articles classés dans Agir/Grandir">Agir/Grandir</a>
</li>
	<li class="cat-item cat-item-4"><a href="http://ecoloinfo.atnetplanet.com/category/creerbatir/" title="Voir tous les articles classés dans Créer/Bâtir">Créer/Bâtir</a>
</li>
	<li class="cat-item cat-item-5"><a href="http://ecoloinfo.atnetplanet.com/category/etreparaitre/" title="Voir tous les articles classés dans Etre/Paraître">Etre/Paraître</a>

</li>
	<li class="cat-item cat-item-7"><a href="http://ecoloinfo.atnetplanet.com/category/informerpartager/" title="Voir tous les articles classés dans Informer/Partager">Informer/Partager</a>
</li>
	<li class="cat-item cat-item-8"><a href="http://ecoloinfo.atnetplanet.com/category/reflechirentreprendre/" title="Voir tous les articles classés dans Réfléchir/Entreprendre">Réfléchir/Entreprendre</a>
</li>
	<li class="cat-item cat-item-9"><a href="http://ecoloinfo.atnetplanet.com/category/respirervoyager/" title="Voir tous les articles classés dans Respirer/Voyager">Respirer/Voyager</a>
</li>
	<li class="cat-item cat-item-672"><a href="http://ecoloinfo.atnetplanet.com/category/se-cultiverpapoter/" title="Voir tous les articles classés dans Se cultiver/Papoter">Se cultiver/Papoter</a>
</li>

	<li class="cat-item cat-item-673 current-cat"><a href="http://ecoloinfo.atnetplanet.com/category/se-deplacerbouger/" title="Voir tous les articles classés dans Se déplacer/Bouger">Se déplacer/Bouger</a>
</li>
	*/
	/*
	type 1 : #FA5A02 - Se déplacer/Bouger >> 15
	type 2 : #D9051C - Respirer/ Voyager >> 15
	type 3 : #57135E - Informer/Partager >> 10
	type 4 : #00608A - Etre/Paraître >> 8
	type 5 : #191D74 - Agir/Grandir >> 4
	type 6 : #026225 - Créer/Bâtir >>6
	type 7 : #96CE15 - Réfléchir/Entreprendre >> 14
	type 8 : #FFA208 - Se cultiver/Papoter
	
	
	          case"4":
            $i_retour=5;
            break;
            case"8":
            $i_retour=4;
            break;
            case"6":
            $i_retour=6;
            break;
            case"14":
            $i_retour=7;
            break;
            case"15":
            $i_retour=2;
            break;
            case"10":
            $i_retour=3;
            break;
            case"672":
            $i_retour=8;
            break;
            case"673":
            $i_retour=1;
            break;
	
	
	*/
	
	
h5 {
	font: 2.3em Georgia, Arial, Times, serif;
	padding-bottom:8px;
	/*margin: 20px 76px;*/
	margin: 20px 0;

	}	
/* Content */


#content {
	width:605px;
	float:left
	}
#rightmotto{
	width:400px;
	
}
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img{
	padding:1px;
	border:1px solid #000;
	}
	/*
.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}

	*/	
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	border: 0;
	}

#lead {
	margin-top:22px;
	text-align: left;
	}
#lead img{
	border: 0;
	}
.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.7em Georgia, Arial, Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#rightcol ul li {
	list-style:none
	}	

#sidelist li {
	list-style:none;
	background-color: #E9E9E9;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist H2{
	background-color: #FFF;
}

#sidelist H3{
	background-color: #FFF;
}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 5px 0;
	font-size: 0.87em;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	/*width:80px;*/
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	
.pagetitle{
	border: 0;
}
.entry {
	padding-bottom: 10px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f; /* titre de catégories*/
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#045D27;
	color:#FFF;
	border:none;
	}

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

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, Arial, Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 930px;
	font-size:0.7em;
	text-align: center;
	margin-top: 5px;
	color: #01648D;
	background-color: #FFF;
	}

#footer a {
	color:#056389;
	}
	
.footerlink {color: #056389;}
a.footerlink {color: #056389;}
footerlink a:visited {color: #056389;}


#contributeurs li { float: left; width: 250px; background-color : #FFF; margin: 2px; list-style-type:none;}

.contributeurslistelt {
width: 250px;
}

.elt {  
vertical-align: baseline;
background: #FFF;
width: 250px; 
overflow: hidden;
padding-top: 0px;
margin: 1px;
/*background-color: #F00;*/
}

.contributeur_elt_visu{
width: 60px;
}
.contributeur_elt_feed{
width: 21px;
}

.contributeur_elt_login{
width: 120px;
}

#recentcomments {
  padding-left: 5px;
	padding-right: 5px;
}
#recentcomments li{
	margin-bottom: 5px;
	/* list-style-position: outside;
	list-style: circle;	 */
}


#recent-posts ul{
  padding-left: 5px;
	padding-right: 5px;
}

#recent-posts li{
  margin-bottom: 5px;
}

/* inscription newsletter */
	
	#zoofrm{
font-family: Arial, helvetica, sans-serif;
font-size:11px; 
line-height:3px;
color:#333333;
text-align:center;
padding:2px;
/*border:1px dotted #6D409D;*/
background-color:#E9E9E9;
}
#zooinpt{
font-size:11px; 
font-weight:300;
background-color:#ffffff;
padding:3px 0px 0px 3px;
color:#333333;
border:1px solid #6D409D;
margin:0 0 2px 0;
height:16px;
line-height:12px;
}
#zoosbmt{
background-color:#6D409D;
margin-top: 2px;
border:#6D409D 1px solid;
font-size:11px;
color:#FFF;
}
#zoosbmt a.hover{
background-color:#A78CC3;

}