body {
	margin: 5px;
	padding: 0;
	font-size: 13px;
	color: #7F7F7F;
}
body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Verdana;
}
h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 1em;
}
a {
	color: #CC0066;
}
a.titolo_sidebar {
	text-decoration: none;
	font-family: Verdana;
	color: #484848;
	font-size: 18px;
}
a:hover.titolo_sidebar {
	text-decoration: underline;
	font-family: Verdana;
	color: #D79B00;
	font-size: 18px;
}


a:hover {
	text-decoration: none;
	color: #D79B00;
}
/* Header */
#header {
	width: 780px;
	height: 150px;
	margin: 0px auto;
	background: url(images/new_entrata.png) no-repeat;
	background-color: #93C6D6;
}
#header2 {
	width: 780px;
	height: 150px;
	margin: 0px auto;
	background: url(images/logo_entrata2.png) no-repeat;
	background-color: #93C6D6;
}
#headerRimando {
	width: 130px;
	height: 107px;
	margin: 0px left;
}

/*Menu di Navigazione*/
#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}
#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;

}
#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #484848;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom: 6px;
	color: #D79B00;
	background: url(images/Circle.gif) no-repeat bottom center;
}
/* Menu2 */
#menu2 {
	width: 780px;
	height: 25px;
	top: 0px;
	margin: 3px auto;
	padding: 0px;


}
/* Menu */
#menu {
	position: relative;
	width: 780px;
	height: 25px;
	top: 5px;
	margin: 3px auto;
	padding: 0px 0px 0px 0px;

}
/* Page */
#page {
	width: 780px;
	margin: 20px auto;
}
/* Content */
#content {
	float: left;
	width: 70%;
}
.immdx { float: left;
}
.post {
	padding: 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}
.testo_justify {
  text-align: justify;

}
.title {
	margin: 0;
	color: #484848;
}
.byline {
	margin: 0;
	color: #D79B00;
}
.meta {
	text-align: left;
	color: #646464;
}
.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}
.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 180px;
}
#sidebar ul {
	margin: 20px;
	padding: 0;
	list-style: square;
}
#sidebar li {
}
#sidebar li ul {
	padding: 5px 0;
}
#sidebar li li {
	padding: 5px;
	padding-left: 5px;
}
#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #484848;
	background: url(images/small.jpg) repeat-x;
}
#sidebar a {
}
#sidebar a:hover {
}
/* Footer */
#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 60px;
	border-top: #7F7F7F solid 4px;
	background: #F2F2F2 url(images/bg_bottom.png) repeat-x left top;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}
.bord_img {
	border: thin solid #717171;
}