body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(img07.gif);
}

a {
	text-decoration: none;
	color: #16387C;
}

a:hover {
	border-bottom: none;
	color: #2963DA;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF url(topg.png) repeat-x;
	border-top: 2px solid #CCCCCC;
}

#logo {
	/*background: #FFFFFF url(img01.gif) repeat-x;
	width: 880px;
	height: 88px;
	margin: 0 auto; */
	padding: 0 10px;
	height: 88px;
	
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 880px;
	height: 32px;
	margin: 0 auto;
	margin-left: 10px;
	/*padding: 0 10px;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 10px 0 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover {
	/*background: #DD8B4E;*/
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(img02.gif) repeat-x;
	/* color: #D56E22; */
	color: #16387C;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(img03.gif) repeat-y;
}

#page_2 {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 0.5cm;
}

#page-bg {
	padding: 11px 24px;
	background: url(img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 438px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px; 
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
	overflow: hidden;
	height: 100%;
}

.title {
	margin: 0;
	font-size: 24px;
}

.title a {
	border-bottom: none;
	font-family: Arial;
}

.title a:hover {
	color: #2963DA;
}

.byline {
	margin: 5px 0 8px 0;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	font-weight: bold;
}
.byline2 {
	margin: 0px 0px 0px 0px;
}

.entry {
	padding: 10px 10px 0 0;
	text-align: justify;
}

.entry p {
	margin: 0;
	padding: 0; 
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 16px;
	list-style: none;
	background: url(cube_orange.gif) no-repeat 7px 10px;
	/*background: url(cube_blue.gif) no-repeat 10px 9px;*/ 
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(img02.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	border-top: 2px solid #CCCCCC;	
	padding: 30px 0 50px 0;
	background: #D56E22 url(downg.png) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.imgage_left {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 7px 12px 0 0;
	float: left;
}

.eventi {
	font-weight: bold;
	/*background: url(angolo.jpg) no-repeat 0 14px;*/
}

.current {
	background-color: #DDD;
}

.current_eventi {
	font-weight: bold;
	background-color: #97E6FF;
	/*background: #97E6FF url(angolo.jpg) no-repeat 0 14px;*/
}

.entry a{
	font-size: 15px;
	font-weight: bold;
}

/*
li.bullet {
	list-style-image: url(cube.gif);	
}*/

