@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: F7F8F7;
}
#container  {
	width: 98%; /* i margini auto (insieme a una larghezza) centrano la pagina */
	border: 1px solid #663300;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#containerHeader {
	background-image: url(../gui/bck_header.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header  {
	padding: 0 10px;
	background-image: url(../gui/foto_header_unione.png);
	background-repeat: no-repeat;
	background-position: right top;
} 
div.breadcrumb {
	font-size: 0.7em;
	padding: 0.6em;
}

#header  h1  {
	margin: 0;
	padding: 10px 0;
	font-size: 1.5em;
}
#sidebar1
  {
	float: left;
	width: 13em;
	padding-right: 0;
	padding-left: 0;
	background-color: #EBEBEB;
}
#sidebar1  p {

}
#sidebar1 p.sideBarTitle {
	padding: 0.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2  {
	float: right;
	width: 13em;
	padding: 15px 0;
}

#sidebar2 p {
	margin-left: 10px;
	margin-right: 10px;
}
#pageImages div {
	text-align: center;
	margin-bottom: 1em;
}

#mainContent
  {
	margin-top: 0;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 13em;
} 
#mainContent p, #mainContent ul, #mainContent ol {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
	line-height: 135%;
}
#mainContent ul {
	list-style-type: square;
	margin-left: 2em;
}
#mainContent ol {
	list-style-type: decimal;
	margin-left: 2em;
}
#mainContent h1 {
	font-size: 1.2em;
	margin: 0.6em;
	color: #723F00;
}
#mainContent h2 {
	margin: 0.6em;
}
#mainContent a {
}
#mainContent a:hover {
}


#footer  {
	padding: 0 10px;
	text-align: center;
	font-size: 0.8em;
	background-image: url(../gui/bck_footer.png);
	background-repeat: repeat-x;
} 
#footer  p  {
	margin: 0;
	padding: 10px 0; 
}
#footer  a {
	color: #000000;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.calendarMonth table {
	margin: auto;
}

.calendarMonth td {
	font-size: 0.8em;
	padding: 0.2em;
	border: 1px solid #663300;
	text-align: center;
}

.calendarMonth .calendarToday {
	background-color: #CC9933;  
}

mainImg, img.mainImg {
	float: left;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
}

.eventsItem, .eventItem, .newsItem {
	border-bottom: 1px solid;
	padding: 0.5em;
	margin-bottom: 0.2em;
}
#newsList h2, #eventsList h2, #newsList p, #eventsList p  {
	margin-left: 0em;
}

p.goOn {
	text-align: right;
	font-size: 0.8em;
}
p.goOn img {
	vertical-align:middle;
}

span.newsDate, span.eventDate  {
	font-size: 0.6em;
	margin: 0em;
	padding: 0em;
}

.clearFloat {
	clear:both
}
