/* --- STILI GENERALI --- */
* {
	 margin: 0;
	 padding: 0;
}
body {
	 margin: 10px 0;
	 font: normal small Tahoma, Arial, Helvetica, sans-serif;
	 	
		background-image: url(../Images/fondo_sfumato3.png);
		background-repeat: repeat;
		/*background-image: url(../Images/bg-body2.gif);
	background-repeat:repeat-y;*/
	background-position:center top;
}
h1, h2, h3 {
	 color: #333333;
}
p, blockquote, ul, ol {
	 line-height: 1.65em;
}
a {
     color: #476679;
}
img {
	 border: none;
}
.post .title {
	min-height: 20px;
	text-transform: capitalize;
	color: #8D2366;
	font-size: 16px;
	font-weight: bold;
	padding-top: 11px;
	padding-left: 2px;
}
.post .title span {
	 /*display: block;*/
	 height: 10px;
}
/* stili per la paginazione */
div.pagination {
    padding: 3px;
    margin: 3px;
	text-align:left;
	text-align: center;
}

div.pagination a {
	margin-right:3px;
	text-decoration: none;
	color: #476679;
	height: 20px;
	padding: 1px;
	margin-left: 3px;
}
div.pagination a:hover, div.pagination a:active {
	margin-right:3px;
	text-decoration: none;
	color: #476679;
	height: 20px;
	padding: 1px;
	margin-left: 3px;
}
div.pagination span.current {
	font-weight: bold;
	color: #476679;
	padding: 1px;
	height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: underline;
}
div.pagination a.prev {
	background-image: url(../Images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
}
div.pagination a.next {
	background-image: url(../Images/next.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
}
div.pagination span.dprev {
	background-image: url(../Images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
}
div.pagination span.dnext {
	background-image: url(../Images/next.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
}
div.pagination span.dprev span {
    font-size: 8px;
	width: 20px;
	color: #9e2d7f;
}
div.pagination a.prev span {
    font-size: 8px;
	width: 20px;
	color: #9e2d7f;
}
div.pagination span.dnext span {
    font-size: 8px;
	width: 20px;
	color: #9e2d7f;
}
div.pagination a.next span {
    font-size: 8px;
	width: 20px;
	color: #9e2d7f;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}
#avviso {
    color:#FF0000;
	font-size: 14px;
	font-weight: bold;
}
.cms_content ul {
    margin-left: 20px; 
}
/*=== ===*/
