@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: .74em Sans-Serif; color: #444; line-height: 1.6em;
}

a { color:#0000CC; }
a:hover {text-decoration: none;  color: #0000CC;}

p  { margin: 0 0 15px; }

#menu { clear: both; padding: 13px 0 0;}
#menu li { display: inline; font-size: 1.2em; }
#menu li a { text-decoration:none; float: left; padding: 0 86px 0 0; margin: 0 10px 0 10px; color: #000; border-right: 0px solid #505052; }
#menu li.last a { border: 0; padding: 0; }
#menu li a:hover { color: #d51717; }
#menu li a.current { font-weight: bold; color: #000; }

#dilatua { font-family:"Times New Roman", Times, serif; font-style:italic; font-size:x-large;}
#tit_tua { text-align:center;}
.calendario { text-align:center;}

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background: url(../img/bordi.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	height:175px;
	background: #FFFFFF;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 3px solid #d9dadb; 
	
} 


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#percorso { margin: -30px 0 0 0; text-align:right; font-style:italic; font-size:1.3em; }

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 500px;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	/*background: url(../img/border.gif) no-repeat right top;*/
}
.thrColFixHdr #sidebar1 h2 { font-family:"Times New Roman", Times, serif; font-style:italic; }
.thrColFixHdr #sidebar1 h3 { font-family:"Times New Roman", Times, serif; font-style:italic; }

#forum { margin: -40px 0 0 85px; font-style:italic; }
#newsletter { margin: 0 0 0 0; font-style:italic; float:left; }

#menu ul
{
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

#menuSx1 { clear: both; padding: 0 0 0;}
#menuSx1 li { 
			text-align: center;
			list-style-type: none;
			background-image: url(../img/cerchio.gif);
			background-repeat: no-repeat;
			background-position:center;
			padding:45px 35px 45px 30px; margin:0 0 0 0;
		 }
		 
#menuSx1 li a { text-decoration:none; font-weight:bold; color: #CC0000; }
#menuSx1 li a:hover { color: #000000; }


#menuSx2 { clear: both; padding: 33px 0 0 0;}
#menuSx2 li { display:inline;  background:url(../img/cerchio.gif) no-repeat left center; padding:35px 45px 35px 20px; margin:0 0 0 0;  }
#menuSx2 li a { text-decoration:none; font-weight:bold; color: #CC0000; }
#menuSx2 li a:hover { color: #000000; }

#menuSx3 { clear: both; padding: 23px 0 0; }
#menuSx3 li { display:inline;  background:url(../img/cerchio.gif) no-repeat left center; float:left; padding:35px 25px 35px 5px; margin: -60px 0 0 90px;  }
#menuSx3 li a { text-decoration:none; font-weight:bold; color: #CC0000; margin: 0 0 0 0; }
#menuSx3 li a:hover { color: #000000; }




.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 500px;
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	/*background: url(../img/border.gif) no-repeat left top; */
	text-align:center;
	
}

#menuDx1 { clear: both; padding: 0 0 0;}
#menuDx1 li { 
			text-align: center;
			list-style-type: none;
			text-align: inherit;
			background-image: url(../img/cerchiorosa.jpg);
			background-repeat: no-repeat;
			background-position:center;
			padding:45px 25px 45px 30px; margin:0 0 0 0;
		 }
#menuDx1 li a { text-decoration:none; font-weight:bold; color:  #000000; }
#menuDx1 li a:hover { color: #CC071e; }


/*stili per la navigazione
div#navigation ul{margin: 0;padding: 0; list-style-type: none}
div#navigation li{margin: 0;padding: 0}
div#navigation a{color:#369;font: normal bold 1.2em/1.4em arial,sans-serif;text-decoration: none}
div#navigation a:hover{color: #033;text-decoration: underline}
div#navigation a#activelink{color: #033;text-decoration: none}
div#navigation p{font-size: 90%}
*/




.thrColFixHdr #mainContent { 
	margin: 20px 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 3px solid #d9dadb; 

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}