/* --- STILI GENERALI --- */
* {
	 margin: 0;
	 padding: 0;
}
body {
	 margin: 20px 0;
	 background: #FFFFFF;
	 font: normal small Tahoma, Arial, Helvetica, sans-serif;
	 color: #6b5529;
	 background-image: url(../Images/sfondobodysmall.png);
	 background-repeat: repeat;
	 margin-top: -5px;
}
h1, h2, h3 {
	 color: #6b5529;
}
p, blockquote, ul, ol {
	 line-height: 1.65em;
}
a {
     color: #6b5529;
}
img {
	 border: none;
}
.post .title {
	 background: url(../Images/sfondotitlecontent.png);
	 background-repeat: no-repeat;
	 background-position: 20px 14px;
	 height: 36px;
	 text-transform: uppercase;
	 color: #847552;
	 font-size: 12px;
	 font-weight: bold;;
	 padding-top: 7px;
	 padding-left: 30px;
}
.post .title span {
	 display: block;
	 height: 20px;
	 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: #6b5529;
}
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: #6b5529;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}
/*=== ===*/
