 /*
Theme Name: Traffic Garden
Theme URI: http://www.traffic-garden.com/
Description: The first theme created by Raphaël Veyrin-Forrer for Traffic Garden Content Sites.
Version: 0.1
Author: Raphaël Veyrin-Forrer
 
Creation Theme by Raphaël Veyrin-Forrer || http://www.streamvalue.com
 www.ecologiepratique.com
*/


/*  main zone */ 
html{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	}

/* Mise en page du conteneur header qui contient l'entete + l'espace pub */
#hd{ 
	background-color:#FFFFFF;
	border-right:1px solid #e0dfe0;
	border-left:1px solid #e0dfe0;
	margin:0px;
	padding:0px;
	}
		
/* Mise en page du conteneur body qui contient les articles + sidebar */
#bd{ 
	background-image:url(images/fond_sidebar.png);
	background-repeat:repeat-y;
	border-right:1px solid #e0dfe0;
	border-left:1px solid #e0dfe0;
	padding-top:9px;
	}
	
/* Mise en page du conteneur main qui contient l'ensemble des articles */
#main{ 
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 9px 9px;
	width:96%;
	}
		
/* Mise en page du conteneur footer */
#ft{ 
	background-image:url(images/footer.png);
	margin:0px;
	padding:0px;
	width:100%;
	}
	
/* Mise en page de balise par défaut */

strong, b{
	font-weight: bold;
	}

em, i{
	font-style:italic;
	}
	
font{
	color:#000000;	
	}
	
h1, h2, h3, h4, h5, h6{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.couleur1{
	color:#00a6ac;
	}

.couleur2{
	color:#999999;
	}

/* Mise en forme des liens par defaut */
a:link{
	color:#00a6ac;
	text-decoration:none;
	}
	
a:visited{
	color:#00a6ac;
	text-decoration:none;
	}

a:hover{
	color:#33e2e8;
	text-decoration:none;
	}

/* Pop Up Zone */

	#nllayer {
		position:relative;
		width:100%;
		z-index:15;
	}

	#bg_nllayer {
		position:fixed;
		z-index:20;
		width:100%;
		height:100%;
		background-color:#000000;
		filter:alpha(opacity=70);
		moz-opacity:0.70;
		opacity:0.70;
		left:0;
	}

	#block_nllayer {
		position:fixed;
		z-index:30;
		width:330px;
		height:230px;
		left:50%;
		top:50%;
		margin-left:-165px;
		margin-top:-115px;
	}


	#top_nllayer {
		width:330px;
		height:30px;
		background:url(images/popup/top_popup.png) no-repeat;
	}

	#top_nllayer:hover {
		cursor:pointer;
	}

	#bottom_nllayer {
		width:330px;
		height:200px;
		background:url(images/popup/bottom_popup.png) no-repeat;
	}

	#nllayer_input {
		position:relative;
		top:150px;
		margin-left:7px;
	}

	#input131 {
		border:1px solid #D2D98A;
		width:207px;
		padding:8px;
		text-align:center;
		vertical-align:top;
	}
	
	#formnllayer_error {
		background-color:#FFFFFF;
		border-bottom:1px solid #D2D98A;
		border-left:1px solid #D2D98A;
		border-right:1px solid #D2D98A;
		color:#000000;
		margin-top:-5px;
		padding:2px;
	}

/*************************************************** header zone ***************************************************/

#bandeau_header{
	background-image:url(images/header_ecolo.png);
	background-repeat:no-repeat;
	height:250px;
    }

#bandeau_title{
    /*margin:auto;text-align:left;width:57.69em;*width:56.301em;*/
	height:150px;
	margin-top:60px;
	margin-left:120px;
    width:250px;
    }
	
#bandeau_title h2 {
	color:#00a6ac;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align:center;
	visibility:hidden;
	}
	
#bandeau_title li{
	margin:0px;
	padding:0px;
	}
	
#bandeau_nav{
	height:35px;
    }

#bandeau_menu{
	font-weight:bold;
	margin-left:5px;
	margin-top:8px;
	padding:5px;
	width:387px;
    }

#bandeau_menu li{
    display:inline;   
    font-size:15px;
    }
	
#bandeau_menu a{
	color:#000000;
	font-weight:bold;
	padding:9px;
	text-decoration:none;
	}

#bandeau_menu .current-cat a{
	background-image:url(images/menu.png);
	color:#000000;
	font-weight:bold;
	padding:9px;
	text-decoration:none;
    }
	
#bandeau_menu a:hover{
	background-image:url(images/menu.png);
	color:#000000;
	font-weight:bold;
	padding:9px;
	text-decoration:none;
    }

#bandeau_menu a:visited{
	font-weight:bold;
	padding:9px;
	text-decoration:none;
	}

#bandeau_search{
	padding-top:12px;
    }

#bandeau_pub{
    /*margin:auto;text-align:left;width:57.69em;*width:56.301em;*/
	margin:0px;
	padding:0px;
    }



/************************** Mise en page de la page de présentation des articles : post bloc *************************/

.post{
    padding: 10px;
    }

/*Mise en page de la date*/
.post_header{
	color:#76a928;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
    }
	
/* Categorie */
.post_header h2{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase; 
	}
	
/* Titre */
.post_header h1{
	color:#000000;
	font-family:Arial;
    font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
    }

/* publié le */
.post_header h3{
	color:#333333;
	display:inline;
	font-size:10px;
    }
	
.post_header li h2 a:link {
	color:#00a6ac;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}
	
/*Liens*/
.post_header a:link{
	color:#76A928;
	text-decoration:none;
    }
	
.post_header a:visited{
	color:#76A928;
	text-decoration:none;
    }
	
.post_header a:hover{
	color:#76A928;
	text-decoration:none;
    }
	
/* Mise en page du contenu bloc*/
.post_content{
	color:#6d6d6d;
	font-size:12px;
	line-height:19px;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    width:98%;
    }

.post_content_img{
	background-color:#FFFFFF;
	border:1px solid #000000;
	float:left;
	margin-right:10px;
	padding:3px;
	}
	
/*Liens Lire la suite*/
.post_content_lire a{
	border-bottom:1px dashed #76a928;
	color: #76a928;
	}

.post_content_lire a:hover{
	border-bottom:1px dashed #76a928;
	color: #76a928;
	}

.post_content_lire a:visited{
	border-bottom:1px dashed #76a928;
	color: #76a928;
	}

.post_footer{
	border-bottom:1px dashed #818181;
	padding:5px 0px 10px 0px;
    }
	
.post_prev_next{
	font-style:normal;
	text-align:center;
	}

/* Liens sponso index.php*/
.body_pub_list{
    margin:10px auto;
	width:468px;
	}
	
.body_pub_list  li{
	margin-top:10px;
	}
	
.body_pub_list h1{
	color:#1f5d00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:5px 10px 0px;
	padding:0px;
	text-align:right;
	}
	
.body_pub_list_elmt{
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
    }
	
.body_pub_list_elmt_desc{
	color:#999999;
	font-size:11px;
	font-weight:normal;
	}
	
.body_pub_list_elmt_host a:link{
	color:#76a928;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	}
	
.body_pub_list_elmt_host a:visited{
	color:#76a928;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	}

.body_pub_list_elmt_host a:hover{
	color:#76a928;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	}
	
/* Page suivante */
.body_navigation{
	margin:10px 0px 10px 0px;
	text-align:center;
    }
	
/****** CROSS-PUBLISHING ******/

#sponso_list_cross_pub {
	margin:0 auto;
}

#cross_pub_claim {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#C2C2C2;
}

#cross_pub {
	border-bottom:1px dashed #818181;
	margin-bottom:10px;
}

#table_cross_pub {
	text-align:center;
}

.cross_pub_col:hover {
	background-color:#FF8B03;
}

.website_cross_pub {
	font-variant: small-caps;
}

.cross_pub_thumb_td {
	padding-top:10px;
}

.cross_pub_thumb_img {
	width:100px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:3px;
}

.cross_pub_title_td {
	padding:2px;
}

.title_cross_pub {
	font-size:12px;
}

.tag_cross_pub {
	padding:2px;
	font-size:10px;
	vertical-align:top;
}

.cross_pub_keywords {
	color:#696969;
}

.cross_pub_keywords:hover {
	color:#33E2E8;
}

/**************************************************** sidebar zone ****************************************************/

.sidebar_titre{
	height:62px;
	margin:0px;
	padding:0px;
	}


.sidebar_titre ul{
	list-style:none;
	}
		
#sidebar{
	margin: 0px 0px 9px 0px; 
    }

#sidebar li{
	padding:0px;
	}

#sidebar a:link{
    color:#696969;
    text-decoration:none;
    }

#sidebar a:visited{
    color:#00a6ac;
    text-decoration:none;
    }
	
#sidebar a:hover{
    color:#00a6ac;
    text-decoration:none;
    }

#sidebar b{
    color:#000000;
    text-decoration:none;
    }
	
/* Bloc newsletter */
.sidebar_newsletter{
	background-image:url(images/fond_newsletter.png);
	background-repeat:no-repeat;
	height:184px;
	margin-bottom:2px;
	margin-top:2px;
	text-align:center;
	width:295px;
    }
	
#sidebar_newsletter_titre{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
	padding-top:15px;
	visibility:hidden;
	}

.sidebar_newsletter_input{
	display:inline; 
	padding-left:50px;
	}
	
#sidebar_newsletter_titre h1{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:50px;
	margin-bottom:8px;
	visibility:hidden;
	}	
	
#BlocFormNewsletter_error li{
	color:#00a6ac;
	font-weight:bold;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
    }
	
.BlocNewsletter_error{
	color:#00a6ac;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
    }

.BlocNewsletter_submit_img{
	display:inline;
	position:relative;
	}
	
/* Sondage */
.dem-graph a, .dem-graph a:hover
{
	background:#a5deff none repeat scroll 0 0;
}

/* Tags */
#sidebar_tagcloud_titre{
	}

.sidebar_tagcloud{
	margin-top:0px;
	margin-bottom:9px;
	width:98%;
    }
	
.sidebar_tagcloud li{
	margin-bottom:10px;
	}
	
#body_tagcloud{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: auto;
	padding:12px 2px 2px 2px;
	text-align:center;
	width:240px;
	}
	
/* Bloc Dernières news */
#sidebar_topnews_titre{
	}

.sidebar_topnews{
	margin-bottom:9px;
	width:98%;
    }
	
#body_topnews{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: auto;
	padding:2px;
	width:240px;
	}
	

#body_topnews li a:link{
	color:#00a6ac;
	text-decoration:none;
	}
	
#body_topnews li a:visited{
	  color:#33e2e8;
	text-decoration:none;
	}

#body_topnews li a:hover{
	  color:#33e2e8;
	text-decoration:none;
	}

#body_topnews li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px;
	}

.sidebar_topnews li{

    }

.sidebar_topnews li{
    list-style-image: url(images/icones/puce2.gif);
	list-style-position: inside ;
    }
	
/* Bloc Derniers articles */
#sidebar_toparticles_titre{

		}

.sidebar_toparticles{

	margin-bottom:9px;
	width:98%;
    }
	
#body_toparticles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	letter-spacing:0.04em;
	margin: auto;
	padding:4px;
	width:250px;
	}
	
#body_toparticles li{
	padding:2px;
	}

.body_toparticles_texte{
	font-weight:bold;
	text-transform:uppercase;
	}

.sidebar_toparticles li{
	color:#00a6ac;
	text-align:center;
    }
	
#body_toparticles a:link{
    color:#696969;
	font-size:13px;
	text-decoration:none;
	}

#body_toparticles a:visited{
    color:#696969;
	font-size:13px;
	text-decoration:none;
    }
	
#body_toparticles a:hover{
    color:#ababab;
	font-size:13px;
	text-decoration:none;
    }

/* Bloc Flux Rss */
#sidebar_rss_titre{

    }
	
.sidebar_rss{
	background-repeat:repeat-y;
	margin-bottom:9px;
	width:98%;
    }
	
#body_rss{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	padding:8px 2px 8px 2px;
	width:240px;
	}

.sidebar_rss li{

    }
	
.sidebar_rss li{
    list-style-image: url(images/icones/puce_rss.png);
	list-style-position: inside ;
    }

/* Shopbot */
#sidebar_shopbot_titre{

	}

.sidebar_shopbot{
	margin-bottom:9px;
	width:98%;
	}

.sidebar_shopbot_elmt_title{
	color:#00a6ac;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	margin-left:20px;
	}
	
.sidebar_shopbot_elmt_retailers {

	}
	
.sidebar_shopbot_elmt_retailer {
	color:#818181;
	font-size:14px;
	list-style-image: url(images/icones/puce1.gif);
	list-style-position: inside ;
	padding:3px;
	}

.sidebar_shopbot_elmt_img{
	background-color:#FFFFFF;
	border:1px solid #999999;
	float:left;
	margin-left:20px;
	padding:4px;
	}

/* Adwords sidebar */
#singlepost_adwords {
	margin-top:15px;
}
	
/******************************************************** footer zone ********************************************************/

.footer a:link{
	color:#292929;
	text-decoration:none;
    }
	
.footer a:visited{
	color:#292929;
	text-decoration:none;
    }

.footer a:hover{
	color:#292929;
	text-decoration:underline;
    }
	
#ft_footer{
	color:#292929;
	border-bottom:1px solid #292929;
	margin: 0px auto 0px auto;
	padding:10px 8px 10px 8px;
	text-align:center;
	width:800px;
	}
	
#footer{
	color:#292929;
	margin: 0px auto 0px auto;
	width:660px;
    }

.ft_titre h3{
	color:#292929;
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
	}

#ft_links{
	float:left;
	margin-bottom:2%;
	margin-left:auto;
	margin-top:2%;
	margin-right:35px;
	width:auto;
    }

#ft_categories{
	float:left;
	margin-bottom:2%;
	margin-right:35px;
	margin-top:2%;
	width:auto;
    }
	
#ft_community{
	float:left;
	margin-bottom:2%;
	margin-right:35px;
	margin-top:2%;
	width:auto;
    }

#ft_community li{
	padding-top:3px;
    }

#ft_rss{
	float:left;
	margin-bottom:2%;
	margin-right:auto;
	margin-top:2%;
	width:auto;
	}
	
/*****************************************************Liens communautaires  ****************************************************/

.community_favoris{
	background-image:url(images/icones/icones_wp.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:20px;
}

.community_yahoo{
	background-image:url(images/icones/icones_wp.gif);
	background-repeat:no-repeat;
	background-position:0px -31px;
	padding-left:20px;
}

.community_facebook{
	background-image:url(images/icones/icones_wp.gif);
	background-repeat:no-repeat;
	background-position:0px -64px;
	padding-left:20px;
}

.community_google{
	background-image:url(images/icones/icones_wp.gif);
	background-repeat:no-repeat;
	background-position:0px -95px;
	padding-left:20px;
}

.community_delicious{
	background-image:url(images/icones/icones_wp.gif);
	background-repeat:no-repeat;
	background-position:0px -128px;
	padding-left:20px;
}

.community_digg{
	background-image:url(images/icones/icones_wp.gif);
	background-repeat:no-repeat;
	background-position:0px -160px;
	padding-left:20px;
}

/*****************************************************body zone: archive page ****************************************************/

.archive{
    padding:5px; 
    }

.archive a{
    text-decoration:none;
	}

.archive h1{
	border-bottom:2px solid #696969;
    font-size:12px;
	margin-bottom:10px;
	padding:2px 2px 2px 10px;
	text-transform:uppercase;
    width:100%;
	}

.archive li{
	list-style-image: url(images/icones/pfeil2.gif);
	list-style-position: inside ;
	margin-bottom:2px;
	padding:2px 2px 0px 10px;
    }
	
			
/**************************************************** body zone: single page ****************************************************/

#singlepost_header_nav{
	border-bottom:1px dashed #696969;
	border-top:1px dashed #696969;
	height:50px;
    margin:5px;
    width:600px;
    }

#singlepost_header_nav a{
	color:#696969;
    text-decoration:none;
    }
	
#singlepost_header_nav_prev{
	float:left;
	height: 50px;
	text-align:left;
	width:45%;
    }
	
#singlepost_header_nav_prev_img{
	background:url(images/back.png) no-repeat left;
	cursor:pointer;
	padding-left:35px;
	margin-top:18px;
	width:242px;
	}
	
#singlepost_header_nav_esp{
	float:left;
	height: 50px;
	width: auto;
    }

#singlepost_header_nav_next{
	float:right;
	height: 50px;
	text-align:right;
	width:45%;
    }
	
#singlepost_header_nav_next_img{
	background:url(images/next.png) no-repeat right;
	cursor:pointer;
	padding-right:35px;
	margin-top:18px;
	width:242px;
	}

/*Mise en page du titre d'un article*/
.singlepost_header_titre{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
	font-weight:bold;
    margin:2px 0px 2px 0px;   
    }

.singlepost_header h1{
	font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
	font-weight:bold;
    margin:5px 0px 15px 0px;   
	padding-left:10px;
    }
	
/*Mise en page du titre de la categorie*/
.singlepost_header h2{
	color:#00a6ac; 
	font-size:11px;
	margin:10px 0px 0px 0px;
	padding-left:10px;
	text-transform:uppercase;
    }
	
#singlepost{
	
    }

#singlepost_content{
	color:#6d6d6d;
	font-size:12px;
	line-height:20px;
	margin:1%;
	min-height:170px;
    }
	
#singlepost_content a:link{
	border-bottom:1px dashed #76a928;
	color: #76a928;
    }
	
#singlepost_content a:hover{
	border-bottom:1px dashed #76a928;
	color: #76a928;
	}

#singlepost_content a:visited{
	border-bottom:1px dashed #76a928;
	color: #76a928;
	}
	
.singlepost_content_img{
	background-color:#FFFFFF;
	border:1px solid #999999;
	float:left;
	margin-right:10px;
	padding:3px;
	}

#singlepost_footer{
	height:175px;
    }
	
/*Bloc de partage*/

#singlepost_community{
	background-color:#FFFFFF;
	margin-left:22%;
    }
	
#singlepost_community li{ 
	display:inline;
    margin-right:2%;
    }

#singlepost_community a:link{
	color:#6d6d6d;
	text-decoration:none;
	}

#singlepost_community a:visited{
	color:#6d6d6d;
	text-decoration:none;
	}

#singlepost_community  a:hover{
	color:#696969;
	text-decoration:none;
	}
	
/* Bloc Relative Articles*/
#titre_relativearticle{
	padding-bottom:5px;
	}

#singlepost_relativearticle{
	border:1px solid #999999;
	float:left;
	font-size:11px;
	height:150px;
	margin:3% 1% 1% 1%;
	width:47%;
    }
	
#singlepost_relativearticle li{
    list-style-image: url(images/icones/puce1.gif);
	list-style-position: inside ;
	padding:2px 1px 2px 20px;
	}

#singlepost_relativearticle a:link{
    color:#00a6ac;
	font-size:11px;
	text-decoration:none;
	}

#singlepost_relativearticle a:visited{
    color:#00a6ac;
	font-size:11px;
	text-decoration:none;
    }
	
#singlepost_relativearticle a:hover{
    color:#00a6ac;
	font-size:11px;
	text-decoration:none;
    }


/* Bloc Post information*/
#titre_information{
	padding-bottom:5px;
	}

#singlepost_information{
	border:1px solid #999999;
	color:#818181;
	display:inline;
	float:left;
	font-size:11px;
	height:150px;
	margin:3% 1% 1% 1%;
	width:47%;
	}
	
#singlepost_information h1{
	color:#00a6ac;
	}
	
#singlepost_information li{
	padding:2px 1px 2px 20px;
	}
	
#singlepost_information a:link{
    color:#00a6ac;
	font-size:11px;
	text-decoration:none;
	}

#singlepost_information a:visited{
    color:#00a6ac;
	font-size:11px;
	text-decoration:none;
    }
	
#singlepost_information a:hover{
    color:#00a6ac;
	font-size:11px;
	text-decoration:none;
    }
	
/* Crédit image  */

.singlepost_content_img_credit {
	background-color:#CCCCCC;
	background-image:url(images/copyright.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:10px;
	margin:0px 3px 0px 3px;
	padding-left:3px;
	padding-right:3px;
	text-align:right;
	}
	
/* Liens sponso single article*/

#singlepost_pub{
	background-color:#FFFFFF;
	width:600px;
    }
	
#singlepost_pub  li{
	margin-top:8px;
	}
	
#singlepost_pub h1{
	color:#1f5d00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:5px 10px 0px;
	padding:0px;
	text-align:right;
	}
	
.singlepost_pub_list_elmt{
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	}

.singlepost_pub_list_elmt_desc{
	color:#999999;
	font-size:11px;
	font-weight:normal;
	}

.singlepost_pub_list_elmt_host a:link{
	color:#76a928;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	}
	
.singlepost_pub_list_elmt_host a:visited{
	color:#76a928;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	}

.singlepost_pub_list_elmt_host a:hover{
	color:#76a928;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	}
	
/* Commentaire */

#singlepost_comm{
	text-align:center;
	}

#singlepost_comm #comments{
    background-color: #00a6ac;
	border: 1px solid #00a6ac;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:6px;
	text-align:center;
    }

#singlepost_comm #commentlist{

    }
	
/* Encadré commentaire */
#commentlist li{
    background-color: #ebeaea;
	border-left: 3px solid #00a6ac;
	margin:10px;
	padding:10px;
	text-align:left;
	}
	
#postcomment{
	background-color: #00a6ac;
	border: 1px solid #00a6ac;
	color:#FFFFFF;
	font-weight:bold;
    margin-bottom: 5%;
    margin-top:2%;
	}

#singlepost_comm {
	color:#818181;
	font-weight:bold;
    text-align:center;
    }
	
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #ccc;
	border: 1px solid #333;
	padding: .2em;
	width:46%;
	}

#commentform textarea {
	width: 100%;
	}

#commentlist li ul {
	border-left: 1px solid #FFF;
	font-size: 110%;
	list-style-type: none;
	}

#commentform p{margin:5px 140px; text-align:left;}
ol.commentlist{margin:0 0 1px; padding:0;}
ol.commentlist :hover{background:#818181;}
ol.commentlist li{border-top:1px solid #eee; display:block; list-style:none; margin:0; padding:15px 15px 1px;}
ol.commentlist li :hover{background:none;}
ol.commentlist li.commenthead{display:block; list-style:none; margin:0; padding:5px 15px;}
ol.commentlist li.commenthead h2{margin:0;}