/* @override http://www.cittaslow.org/template/standard/css/list.css */

@charset "iso-8859-1";

/*Questi stili vengono usati in diverse liste tra cui alcune automatiche*/

.List_Box {
	clear: both;
	padding: 10px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #eeeeee;
}

#List_MondoSlowHome .List_Box {
	padding: 0px;
	background: white;
}

.List_Box_Press {
	margin: 0px;
	margin-bottom: 10px;
	background-color: #eeeeee;
}

.List_ElementLink {
	clear: both;
	margin-top: 4px;
}

.List_ElementLink img {
	margin-right: 4px;
	margin-left: 2px;
}

.List_TagClouds {
	margin-top: 15px;
	margin-bottom: 15px;
}

.List_Thumbnail img {
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}

.List_ThumbLeft {
}

.List_ThumbRight {
}

.List_ThumbCenter {
}

.List_NoThumb {
}

.List_Highlights {
	height: 400px;
	position: relative;
}

.List_Highlights h3 a {
	font-size: 18px;
	color: white;
}

.List_HighlightsText {
	background: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding: 15px;
	position: absolute;
	bottom: 0px;
}



.List_HighlightsText div {
	color: white;
}

div.List_Attivita {
	
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	
}

div.List_AttivitaImg {
	
	position: relative;
	float: left;
	width: 205px;
}



div.List_AttivitaText {

	
	position: relative;
	float: right;
	width: 340px;
	
}

div.List_AttivitaText div.BoxTextTitle {
	
	margin-bottom: 0px;
	/*background: #000;
	opacity:0.7;*/
	padding: 5px 0px 0px 0px!important;
	
}

 div.List_Attivita div.List_AttivitaText div.BoxTextTitle a {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 25px;
 		line-height: 30px;
 }


