/* CSS Document
 * reset CSS from Mayer's articles
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, ul,
dl, dt, dd, fieldset, form, label, legend {
	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! */
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: center;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* inizio CSS personalizzato */
body {
	background-image: url("../immagini/imgLayout/sfondo.jpg");
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	}

#area {
	width: 761px;
 	border-width: 7px 3px 10px 3px;
	border-style: solid;
	border-color: #fff; 
	background-color: #1a10de;
	margin: 0 auto;
	}

/* HEADER */
#headBlu {
	background: #1a10de url("../immagini/imgLayout/titolo.gif");
	height: 95px;
	margin:1px 1px 0 1px;
}

#headBlu h1 {
 position:relative;
 float:left;
}

.info {
	position: relative;
	float: right;
	color: #fff;
	font-weight:bold;
	text-align:right;
	margin-right: 5px;
}

#headArancio {
	background: #f97b0d url("../immagini/imgLayout/titoloBasso.gif");
	margin: 0 1px 0 1px;
	border: 1px solid #fff;
	height: 35px;
}

.facebook {
	color: white;
}

.name {
	color: white;
}

#headArancio #barraMenu {
	text-align: right;
	font-size: 1.5em;
	color: #d90e12;
	font-weight: bold;
	margin: 7px 5px;
}

#headArancio #barraMenu a {
	text-decoration: none;
	color: #d90e12;
}

#headArancio #barraMenu a:hover {
	text-decoration: none;
	color: #fff;
}
/* fine HEADER */

/* CONTENUTO */
#contenuto {
	margin: 0 1px 0 1px;
	border: 1px solid #fff;
	border-top: 0px;
	padding-top: 4px;
	background: #e6e5e5 url("../immagini/imgLayout/sfondoMenu.gif") repeat-y;
	min-height: 500px;
	font-size: 1.3em;
}

#birilliGrigi {
	background: #e6e5e5 url("../immagini/imgLayout/birilliGrigi.gif") no-repeat left bottom;
	min-height: 109px;
	clear: left;
	position: relative;
	float: left;
	width: 184px;
	margin-top: -109px;
}

#contenuto h1 {
	font-size: 1.6em;
	color: #000;
	position: center;
	margin-bottom: 15px;
	font-weight: bold;
}	

#contenuto h2 {
	font-size: 1.25em;
	padding-left: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #006;
	color: #006;
	margin-bottom: 15px;
	font-weight: bold;
}
	
#contenuto h3 {
	color: #006;
	font-weight: bold;
	margin-bottom: 4px;
}

#contenuto .textHide {
	color: #999;
	font-style:oblique;
}

/* immagini posizionate sulla sinistra */
.imgLeft {
	position: relative;
	float: left;
	margin: 6px;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: .8em;
	line-height: 1em;
	font-family: "Courier New", Courier, mono;
	text-align: center;
}

.imgLeft img {
	border: 1px solid #999;
	margin-bottom: 5px;
}

/* immagini posizionate sulla destra */
.imgRight {
	position:relative;
	float: right;
	margin: 6px;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: .8em;
	line-height: 1em;
	font-family: "Courier New", Courier, mono;
	text-align: center;
}

.imgRight img {
	border: 1px solid #999;
	margin-bottom: 5px;
	}

img:hover {
	border-color: #f60;
}


/* citazione a destra */
.wiki {
	position: relative;
	float: right;
	clear: both;
	font-size: .8em;
	width: 50%;
	text-align: right;
	margin-top: 40px;
	color: #999;
	margin-bottom: 2px;
}

/* MENUSX */
#menusx {
	background: #ccc url("../immagini/imgLayout/bsotto.gif") no-repeat top;
	width: 184px;
	min-height: 300px;
	border: 1px solid #fff;
	border-bottom: 0;
	position: relative;
	float: left;
	margin: 0 4px 4px 4px;
	font-size: .8em;
	font-variant: small-caps;
	font-weight: bolder;
	height: auto;
}

 #menusx ul li {
	overflow: hidden;
	padding: 5px;
	border-bottom: 1px solid #fff;
}

#menusx ul li:hover {
	color: #fff;
	padding-left:30px;
	background: #999 url("../immagini/imgLayout/BocciaArancione.gif") no-repeat;
}

.jsenable h3 {
	cursor: pointer;
}

.jsenable ul ul {
	display:none;
	background-color: #fff;
	border-top: 1px solid #fff;
	margin-top: 5px;
	margin-left: -30px;
	margin-right: -5px;
	margin-bottom: -4px;
	padding-left: 10px;
	color:#333333;
}

#menusx li.hide ul {
	display:none;
}

#menusx li.show ul{
	display:block
}

#menusx li.show {
	color: #fff;
	padding-left:30px;
	background: #999 url("../immagini/imgLayout/BocciaArancione.gif") no-repeat;
}

#menusx ul ul li:hover {
	color: #150db4;
	padding:5px;
	font-size: 1em;
	background: none;
} 

.clear {
	clear: both;
}	
/* fine MENUSX */

/* CORPO */
#corpo {
	min-height: 830px;
	margin: 0 3px 4px 193px;
	padding: 10px;
	background:#fff url(../immagini/imgLayout/sfondoCorpo.gif) fixed no-repeat center center;
}
/* fine CORPO */

/* FOOTER */
#footer {
	background: #1a10de url("../immagini/imgLayout/birilliBlu.gif") no-repeat left;
	height: 16px;
	clear:both;
	padding: 4px 0 0 200px;
	color: #8783de;
	font-weight: bold;
	font-size: .8em;
	}

#footer a {
	color: #8783de;
	}

/* stili dei collegamenti */
a:hover {
	color: #FF6600;
}

a:visited {
	color: #d90e12;
	text-decoration: none;
}
.calendario {
	font-size: 1.5em;
	font-weight: bold;
}
.primapagina {
	font-size: 3em;
	font-weight: bold;
}
/* fine CONTENUTO */
