/* banner con link a scomparsa ------------------------------------------------ */
.boxgrid{ 
	font: 13px Verdana, Geneva, sans-serif;
	width: 225px;
	height: 140px; 
	margin: 0px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid div { 
		padding: 0 10px; 
		color: #afafaf; 
		font-weight: bold; 
	}
.boxcaption {
	float: left; 
	position: absolute; 
	background: #000; 
	border-top: 1px solid #CCC;
	height: 100px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
	.boxcaption a { color: #C8DCE5; font-size: 12px;}
	.boxcaption h3{ width: 80%; color:#FFF; font:17px Verdana, Geneva, sans-serif; font-weight: bold;  }
	.captionfull .boxcaption {
		top: 140;
		left: 0;
	}

/* tag cloud CSS ------------------------------------------------ */
.tagcloud {
	font-family: Verdana, Geneva, sans-serif; font-size: 14px;
	display:block; overflow:hidden;
	height:400px;
}
div.tag_1, div.tag_2, div.tag_3, div.tag_4, div.tag_5, div.tag_6 {
	padding: 0px 5px;
	float: left;
}

a.tag_1:link, a.tag_1:visited, a.tag_1:active {	
	color: #8c8c8c;
	font-size: 1.4em;
}
a.tag_2:link, a.tag_2:visited, a.tag_2:active {	
	color: #8c8c8c;
	font-size: 1.3em;
}
a.tag_3:link, a.tag_3:visited, a.tag_3:active {	
	color: #8c8c8c;
	font-size: 1.2em;
}
a.tag_4:link, a.tag_4:visited, a.tag_4:active {	
	color: #a7a7a7;
	font-size: 1.1em;
}
a.tag_5:link, a.tag_5:visited, a.tag_5:active {	
	color: #a7a7a7;
	font-size: 1em;
}
a.tag_6:link, a.tag_6:visited, a.tag_6:active {
	color: #b3b3b3;
	font-size: 0.8em;
}

.tagcloud a:hover,
a.tag_1:hover, a.tag_2:hover, a.tag_3:hover,
a.tag_4:hover, a.tag_5:hover, a.tag_6:hover {
	text-decoration: none;
	color: #ddd;
	background: transparent;
}
/* --------------------------------------------------------------- */