/* --- STILI GENERALI --- */
* {
	 margin: 0;
	 padding: 0;
}
body {
	margin: 0px 0;
	background-image: url(../Images/bg-portal.jpg);
	background-color: #FFF;
	background-position:top;
	background-repeat: repeat-x;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3 {
	color: #090;
	

}
p, blockquote, ul, ol {
	 line-height: 1.65em;
}
a {
     /*color: #64B41F;*/
	 color:#666;
}
a:visited {
     color: #64B41F;
}
img {
	 border: none;
}
.title {
	background: url(../Images/bg-title.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	min-height: 32px;
	padding: 3px 0 0 3px;
	text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style:italic;
	color: #00CCFF;
	padding-top: 5px;
	}

.post .title {
	background: url(../Images/bg-title.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	min-height: 32px;
	padding: 3px 0 0 3px;
	text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	color: #484848;
	padding-top: 16px;
	
	}
.post .title span {
	 /*display: block;*/
	 height: 5px;
	 padding: 5px 0 0 5px;

}
/* stili per la paginazione */
div.pagination {
    padding: 3px;
    margin: 3px;
	text-align:left;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;
	background-position:bottom;
	text-decoration: none;
	color: #476679;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	background-image:none;
	background-color:#777777;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #476679;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}

#ListMap li{
margin-left:10px;
list-style:none;}

#ListMap li ul li{
margin-left:35px;
list-style:none;}
/*=== ===*/
