/* General
-------------------------------------------------------------------*/
body {
	font: normal 12px/1.4em Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: url(../pics/bg_body.jpg) repeat-x top center; 
	color: #333;
}

/* Typo
-------------------------------------------------------------------*/

a {color: #B9090D; outline: none;}
a:hover {text-decoration: underline;}

.anivers {font-family: 'AniversRegular';}
.mega {	font-family: 'MEgalopolisExtraRegular';}

h1, h2, h3, h4, h5, h6 {font-family: AniversRegular, Arial, Verdana, Helvetica, sans-serif; line-height: 1em;  }
h1 {font-size: 32px; }
h2 {font-size: 26px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

h1.pagetitle {border-bottom: 5px solid #E3E7E9; margin-bottom: .5em; color: #5A676D; }
h3.mega {color: #A1ADB3; font-size: 12px;}


.hiddenbutton {
	padding: 2px 6px;
	border: 1px solid #fff;
	background: #fff;
	-moz-box-shadow: 1px 1px 3px 0 #fff;
	-webkit-box-shadow: 1px 1px 3px 0 #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.hiddenbutton:hover {
	border: 1px solid #ccc;
	background: #F7F7F7;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}

/* Struttura
-------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 20px auto;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 6px 0 #aaa;
	-webkit-box-shadow: 1px 1px 6px 0 #aaa;
}

#wrapper:hover {
	-moz-box-shadow: 2px 2px 14px 0 #666;
	-webkit-box-shadow: 2px 2px 14px 0 #666;
}



/* Struttura 3 colonne
-------------------------------------------------------------------*/

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
    .colmask .colmid {
        float:left;
        width:200%;
        margin-left:-180px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .colmask .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:430px;         	/* Left column width + right column width */
    	_left:440px;
    }
    .colmask .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:250px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.colmask .col1 {
        margin: 0 180px 0 260px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    _margin-right: 200px;
	    
	}
    .colmask .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:250px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .colmask .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right: 0px;  		/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        _width: 180px;
    }




/* Struttura 3 colonne
-------------------------------------------------------------------*/


#header {
	background: #FE0000 url(../pics/bg_header.gif) repeat-x top;
	padding: 10px 0 0;
	position: relative;
	margin: 10px 10px 0;
	}

#header #logo h1,#header #logo h2 {display: none;}

#header #logo .logo {margin: 10px;}
#header #logo .data {position: absolute; top: 10px; right: 60px;}

#header #langswitch { position: absolute; top: 10px; right: 10px; _right: 30px; border: 1px solid #FF8C8C; padding: 1px 5px;}
#header #langswitch a {color: #fff;}
#header #langswitch a.current,
#header #langswitch strong {color: #FFCC33; font-weight: bold;}

/* Navbar
-------------------------------------------------------------------*/

ul.navbar {color: #fff;}
ul.navbar li {	float: left; font-family: AniversRegular, Arial, Verdana, Helvetica, sans-serif;}
ul.navbar li a {color: #fff; font-weight: bold;}


/* Navbar - Principale
-------------------------------------------------------------------*/
ul#principale {background: #BA0000; padding: 0; margin: 10px 0 0;}

ul#principale li {
	padding: 3px 16px;
	border-right: 1px solid #E1494A; 
	font-size: 14px;
}

ul#principale li.last { border-right: none;} 

ul#principale li.current {background: #9A0000;}

/* Navbar - Secondarie
-------------------------------------------------------------------*/

ul#secondaria { text-align: right; padding: 3px 10px; margin: 0;}

ul#secondaria li {
	float: none;
	display: inline;
	padding-left: 10px; 
	margin-left: 10px; 
	font-size: 13px;
	line-height: 13px;
}

ul#secondaria li.first { border-left: none;} 

/* Sidebar
-------------------------------------------------------------------*/

#sidebar {
	width: 250px;
	margin: 0 10px 20px 0;
	
}



#sidebar ul {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}

#sidebar ul li {
	display: block;
	padding: 3px 1px;
	margin: 2px 10px 2px 20px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
#sidebar ul li.last { border-bottom: none;}
#sidebar ul li.pagetitle { 
	background: #FFCC33 url(../pics/bg_sidebartitle.gif) no-repeat 7px 8px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: none;
	padding: 3px 2px 3px 20px;
	margin: 0;
	font-family: AniversRegular, Arial, Verdana, Helvetica, sans-serif;
	}

#sidebar ul li ul {
	border: none;
}

/* Embed
-------------------------------------------------------------------*/
div.map {
	border-top: 5px solid #E3E7E9;
	margin-top: .5em;
	padding-top: .5em;
}

/* Footer
-------------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	height: 635px;
	margin: 10px 0 0;
	background: #ccc url(../pics/bg_footer.gif) no-repeat;
}
