/* RESET CSS BY MAYER */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* INIZIO MIO CSS */

/* Stile Generale del sito */
body {
	background: #F8F8F8 url(../img/sfondo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	line-height: 1.3em;
}
		
#area {
	background-color: #fff;
	width: 766px;
	margin: .3em auto;
	border: 3px solid #9F9C9E;
}

.table{
	table-layout: auto;
	width: 550px;
	}

.testo {
	margin: 5px;
	}

.titolo {
	background: #424766;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	margin: 1.5em 0 .5em;
	padding-right: .3em;
	font-size: .9em;
	line-height: normal;
	}

a:link, a:active {
	text-decoration: underline;
	color: #000000;

} 

a:visited {
	text-decoration: none;
	color: #707087;
} 

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Header */

#titolo {
	height: 100px;
	margin: 5px;
	border: 1px solid #424766;
	background: #ECECEC url(../img/logo.jpg) no-repeat;
	color: #424766;
	}

.associazione {
	text-align: right;
	margin: 57px 110px 0 0;
	font-weight: bold;
	font-size: 1em;
}

#titolo .titolo {
	font-size: 1.8em;
	background: none;
	margin:0 85px 0 0;
	padding:0;
	letter-spacing: -2px;
}

#titolo .titolo a {
	text-decoration: none;
	background: none;
	color: #424766;
}

#titolo .titolo a:hover {
	color: #CC0000;
}


/* Contenitori */
#corpo1{
	margin: 5px;
	background-color: #ECECEC;
	height: 100%;

	}

#corpo2 {
	margin:2px;
	background-color: #ECECEC;
	height: 100%;
	border: 2px solid #FFFFFF;
	margin-bottom: 20px;	
	}

/*Contenuto del sito */
#corpo3 {
	margin:5px;
	margin-left:165px;
	background-color: #FFFFFF;
	height: 100%;
	border: 1px solid #424766;
	min-height: 750px;
	}

#corpo3 .titolo {
	font-size: 1.2em;
	background-color: #707087;
	margin-top: .3em;
	font-weight: bold;
}

.mail{
	opacity:.4;  
	margin-top: 4px;
}

.mail:hover{
	opacity:1;  
}

.ospiti {
	background-color: #F8F8F8;
	margin: .8em;
	padding: .5em;
	border: 1px dotted #707087;
}


.ospiti .su{
	text-align: right;
	font-size:.8em;
}

.mappa {
	border-left: 4px solid #707087;
	margin: .3em .3em .5em 1.2em;
	padding-left: .7em;
}

.cell {
	font-size: 2em;	
	text-align: center;
	margin-bottom: .4em;
	font-weight: bold;
}

.orario {
	font-size: .9em;
}

.clear {
	clear:both;
	}
/* Commenti Storie */

.commento {
	margin: .3em .3em 3em .3em;
	border-bottom: 1px solid #666;
	padding:.2em 0 0 0;
}

.titcom{
	border-bottom: 1px solid #666;
	background-color: #E7E8E9;
}

.titcom2{
	border-bottom: 1px solid #666;
	background-color: #E7E8E9;
	font-weight: bold;
	font-size: 1.2em;
}
/* Menu */	
#menu {
	position: static;
	width: 150px;
	float:left;
	width: 150px;
	margin:5px;
	background-color: #FFFFFF;
	height: 100%;
	border: 1px solid #424766;
	line-height: 2.5em;
	}

#menu a:hover {
	margin-left: 3px;
	border-left: 7px solid #990000; 
	padding-left: 3px;
	font-weight: bold;
}

/* News Letter Form */

.formnews {
	font-size: .8em;
	text-align: left;
}

.news {
	border: 1px solid #45476F;
	background-color: #ECECEC;
}

/* Footer */
#sotto {
	margin:.5em;
	background-color: #FFFFFF;
	text-align: center;
	color: #424766;
	clear: both;
	}

#sotto a {
	color: #424766;
	text-decoration: none;
}

#sotto a:hover{
	color: #CC0000;
}

/* VERSIONE STAMPABILE */

.stampa {	
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #fff;
	text-align: justify;
	padding:20px;
}

.stampa .titolo {
	font-size: 2em;
	font-variant: small-caps;
	background-color: #fff;
	color:#000033;
}

.stampa .sottotitolo{
	font-size: .9em;
}

#warning {
	background-color:#FFFFCC;
	border: 10px solid #990000;	
	padding: 10px;
}

/* MENU REGIONI */
#script {
	}
#script ul li {
	margin-bottom: 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
	}

#script ul ul li {
	background-color: #F8F8F8;
	margin: .8em;
	padding: .5em;
	border: 1px dotted #707087;
	font-weight: normal;
	font-variant: normal;
}
	
.jsenable h3{cursor: pointer}
.jsenable h3:hover{color: #c00;}

.jsenable ul ul{display:none}
#script li.hide ul{display:none}
#script li.show ul{display:block;}
#script li.show h3{
	background: #424766;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	margin: 1.5em 0 .5em;
	padding: .3em;
	font-size: .9em;
	line-height: normal;
}

.imgAffiliati {
	border: 1px solid #424766;
	margin: 5px;
	float: left;
	}