/*---------inizio stile per BLOG*/
/*foto grande*/	
div#fotosfondo_blog{
	/*display: inline;*/
	float:left;
	width: 530;
	background-color: #e4e4e4;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px
	}
.occhiello_blog{
	width: 513;
        margin-top: 20px;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	/*font-weight: bold;*/
        border-top-style:dotted;
        border-top-width:1px;
	}

.occhiello_blog a{
	color: #ff0000;
	text-decoration: none;
}
.occhiello_blog a:activelink{
	color: #ff0000;
	text-decoration: none;
}
.occhiello_blog a:visited{
	color: #ff0000;
	text-decoration: none;
}
.occhiello_blog a:hover{
	text-decoration: underline;
	color:#ff0000;
}

.categoria{
	color: #ff0000;
	}

div#titolo_blog{
	width: 513;
        margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 18pt;
	color: #333333;
	font-weight: bold;
	}	
div#domanda_blog{
	width: 513;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 5px;
	clear:right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #333333
	}	
div#solodomanda_blog{
	width: 513;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 5px;
	clear:right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #333333
	}	
div#testo_blog{
	width: 513;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 9pt;
        text-align: justify;
	color: #333333;
	}
        
div#leggitutto_blog{
	width: 513;
        margin-top: 10px;
	margin-right: 8px;
	margin-left: 8px;
	/*clear:right;*/
	font-family: Verdana;
	font-size: 7pt;
	/*color: #333333;*/
	/*font-weight: bold;*/
	}

div#leggitutto_blog a{
	color: #999999;
	text-decoration: none;
}
div#leggitutto_blog a:activelink{
	color: #999999;
	text-decoration: none;
}
div#leggitutto_blog a:visited{
	color: #999999;
	text-decoration: none;
}
div#leggitutto_blog a:hover{
	text-decoration: underline;
	color:#666666;
}

/*contenitore blog*/
div#container_sx_blog{
	float:left;
	width: 530;
	background-color: white;
        margin-top: 5px;
        height: 1098px;
	}

