/*********    LISTA ARTICOLI    ***********/

.articolo{
	color:#666666;
}

.articolo h2{
	margin:0;}

.articolo h3{
	font-size:10px;
	font-weight:bold;
	color:#666666;
	margin:0;
	text-transform:uppercase;
}

div.separatore{
	border-bottom:dashed 1px #C17C36;
	margin-bottom:10px;
	margin-top:10px;

}

div.info_articolo{
	height:auto;
	clear:both;
}

.articolo_dettaglio{
	margin-top:10px;
	color:#666666;
}

#corpo-sinistra-grande h2.titolo_articolo a, h2.titolo_articolo, .articolo_dettaglio h1{
	font-size:20px;
	color:#669900;
	margin:2px;
}

#corpo-sinistra-grande .riassunto_articoli p, #corpo-sinistra-grande .riassunto_articoli{
	font-weight:bold; margin-bottom:8px;
}

h3.occhiello, .articolo_dettaglio h2{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin:2px;
	text-transform: uppercase;
}


/* css commenti */
div.commento_articolo{
	margin-top:10px;
	padding:5px;
}

input.commento_articolo{
	width: 250px;
	border:solid 1px #c0c0c0;
	margin:5px;
}
input.submite_commento_articolo{
	border:solid 1px #c0c0c0;
	margin:5px;
}
textarea.commento_articolo{
	width: 580px;
	height:100px;
	border:solid 1px #c0c0c0;
	margin:5px;
}
span.commento_nome{
	font-size:14px;
	font-weight:bolder;
}
span.commento_inserito{
	font-size:10px;
	font-style:italic;
}
div.elemento_commento{
	background-color: #f2f2f2;
	padding: 10px;
	border-bottom:solid 1px #c0c0c0;
	margin-top:10px;
}




.adsense-728-top{
	width:950px;
	height:auto;
	margin:auto;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:10px;
	color:#000000;
}

