.category_banner { margin-bottom: 20px;}

/** lista articoli **/
.posts_list { padding: 20px 20px 20px 0px; }
.post_in_list { margin-bottom: 20px;}
.post_data {
	background:url(/images/ui/bg_data.jpg) no-repeat !important;
	float:left;
	width: 45px;
	height: 58px;
	margin: 0px 0px 0px -39px;
	list-style-type: none;
}
.post_data .d { color:#2f2b29; margin-top: 8px; font-size:18px; text-align:center; }
.post_data .m {
	color:#ffffff;
	margin-top: 1px;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	text-transform: capitalize;
}
.post_in_list h2 { margin: 0px 0px 10px 10px; }
.post_in_list .thumbnail { margin: 0px 0px 10px 10px; float: left;}

/** home verdure **/
.box_ortaggio { width:152px; float:left;  margin: 0px 20px 20px 0px;  padding: 20px 0px; border: 1px solid #9cff81; text-align:center;}
.box_ortaggio h2 { margin: 0px; padding: 0px}
.box_ortaggio .thumbnail { margin: 0px 0px 10px 0px; padding: 0px;}
.box_ortaggio img { margin: 0px; }

/** paginazione **/
.wp-paginate {padding:0; margin:0; text-align: center; margin-top: 20px;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#AAD450; border:1px solid #ffffff/ color:#3B7100; margin-right:5px; padding:5px 7px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#492107; color:#ffffff;}
.wp-paginate .title {color:#555; margin-right:5px;}
.wp-paginate .gap {color:#999; margin-right:5px;}
.wp-paginate .current {color:#fff; background:#492107; border:1px solid #ffffff; margin-right:5px; padding:5px 7px;}
