div, ul, li, span, span, p, h1, h2, h3, h4, h5, h6, select, label {
	font-size: 1.0em;
	font-family: "Trebuchet MS";
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #0079BE;
	text-decoration: underline;
}

#header {
   width:100%;
   text-align: left;
}

#footer {
	background: #0079BE;
	color:white;
	font-size:0.9em;
	text-align: center;
	padding: 0.5em 0;
}

#footer li {
	display: inline;
   margin: 0 1.3em;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: black;
}

#navi {
   padding:5px;
   height:25px;
   background: #0079BE;
}

#navi ul {
   margin-top:1px;
   text-align:center;
}

#navi li {
   list-style-image:none;
   margin-right: 30px;
   display: inline;
}

#navi li a {
   margin: 1px;
   color: #fff;
   text-decoration: none;
}

#navi li a:hover {
   text-decoration: underline;
   color: black;
}

/* main div container */
#content {
	padding-top: 1em;
	padding-bottom: 2em;
}

/* table for 3 columns layout */
table#layout {
	width: 100%;
}

/* the 3 columns */
#split-left, #split-right, #split-center {
	vertical-align: top;
	/*border: 1px solid black;*/
}

#split-left, #split-right {
	width: 200px;
}

#split-center {
	padding-left: 1em;
	padding-right: 1em;	
}

/* content of the left and right columns */
.banners_left, .banners_right {
	padding: 0px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   -moz-border-radius-bottomleft: 10px;
   text-align: center;
	background: #eeeeee;
   border: 2px solid #aaaaaa;
	margin-bottom: 1em;
	float: right;
	min-height: 690px;
	width: 196px;
}

.banners_left {
	float: left;
}

.banners_right {
	float: right;
}
/*****************************************/

/* for news archive and photo archive pages */
.archive {
	margin-top: 0;
	margin-bottom: 2.5px;
}
/********************************************/

/* link to show photos in the news */
.foto {
	font-size: 2em;
	font-weight: bold;
	color: #b52a23;
}

.foto:hover {
	text-decoration: underline;
	color: #b52a23;
}
/***********************************/


/* split the body from the footer */
.visual-clear {
	clear: both;
}
/**********************************/


/* date and user of the news/gallery */
.info {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
/*************************************/


/* description below **************************************/
.info_container, #controls_container {
	text-align: center;
}

/* container of info box, for gallery and photo pages */
.info_container {
	margin-top: -1em;
}

/* container of controls for photo page */
#controls_container {
	margin-top: 0.5em;
}
/**********************************************************/


/* news header (title and info), body and footer **********/
div.news_header, div.news_header_next {
	border: 1px solid black;
	background-color: #0079BE;
	color: white;
	text-align: center;
}

div.news_header_next {
	margin-top: 2em;
}

/* links for news header */
a.news_header {
	font-size: large;
	color: white;
}

/* for news page (not homepage) */
label.news_header {
	font-size: x-large;
}

/* news body */
div.news_body {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: justify;
}

/* news footer */
div.news_footer {
	padding-left: 0.5em;
}

/* links for news footer */
a.news_footer {
	text-decoration: underline;
	color:#0079BE;
}
/**********************************************************/


/* titles ****************/
div#home_title {
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 3em;
	font-weight: bold;
	color: #b52a23;
}
/*************************/

/* gestione calendario colonna sx */
.calendar-table {
	font-size: 12px;
}

