/*
CSS Principale
Marco Farina
http://www.aleph-zero.it
02-12-2007
*/

/* Impostazioni generali per tutti gli elementi
-------------------------------------------------------------------*/
* {
	margin: 0px;
	padding:0px
}
body {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	background: #FFFFFF url(../imgs/bg.jpg) repeat-x 0 0; 
}
ul {
	list-style: none;
}

/* Contenitore principale e struttura del sito
-------------------------------------------------------------------*/
#contenitore { 
	margin: 0 auto;
	width: 840px;
	background: transparent url(../imgs/bgnarrow2.jpg) repeat-y 100% 0;
	font-size: 16px;
}
#contenuto {
	float:left;
	width:615px;
	height:auto;
	text-align:justify;
	background: transparent url(../imgs/bgnarrow.jpg) no-repeat 100% 0;
	padding-top:15px;
}
#sidebar{
	float: left;
	width: 225px;
	font-size: 12px;
	color: #fff;
	line-height: 1.4em;
}
#header {
	background: #092F85 url(../imgs/top.jpg);
	position: relative;
	height: 189px;
}
#footcontainer{
	clear: both;
	width: 100%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background: #4F4F4F url(../imgs/bgfoot.jpg) repeat-x 0 0;
}
#footer {
	margin: 0 auto;
	width: 840px;
	background: #4F4F4F url(../imgs/bgfooter.jpg) no-repeat 0 0;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}


/* Strutture secondarie
-------------------------------------------------------------------*/
#adsense{
	float:left;
	width:615px;
	text-align:center;
	padding-top:30px;
}
#box_top{
	margin-top: 10px;
	padding: 0;
	background: transparent url(../imgs/box_top.jpg) no-repeat;
	min-height:25px;
}
#box_center{
	margin: 0;
	padding: 0 55px 0 20px;
	background: transparent url(../imgs/box_center.jpg) repeat-y;
	min-height:32px;
}
#box_center p {
	line-height:20px;
}
#box_bottom{
	margin: 0;
	padding: 0;
	background: transparent url(../imgs/box_bottom.jpg) no-repeat;
	min-height:32px;
}

/* Barra laterale
-------------------------------------------------------------------*/
#blubar{
	background: #55DBF8 url(../imgs/barrablu.jpg) repeat-x 0 0;
	border-top: 0px solid #FFFFFF;
	padding-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#blubar h4{ text-align:center }
#orangebar{
	background: #FF9315;
	border-top: 1px solid #FDC69A;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#orangebar ul{
	padding-top:10px;
}
#orangebar li{
	padding: 0px 15px 0px 15px;
}
#losaiblock{margin:5px;}

/* Impostazioni del menu
-------------------------------------------------------------------*/
#nav {
	background: transparent;
	position: relative;
	top: 145px;
	right: 0;
}
#nav ul{
	height: 42px;
	padding-left: 0px;
}
#nav .menu{
	width: 132px;
	float: left;
	height: 42px;
}
#nav .menu a{
	background:url(../imgs/menu.png);
	float: left;
	height: 42px;
	width:132px;
	line-height: 42px;
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 20px;
	color:#FFFFFF;
}
#nav .menu a:hover{
	background:url(../imgs/menu_selected.png);
	color:#FFFFFF;
	text-decoration:none;
}
#nav #pannello{
	width:42px;
	float: left;
	height: 42px;
}
#nav #pannello a{
	background:url(../imgs/pannello.png);
	float: left;
	height: 42px;
	width:42px;
	line-height: 42px;
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #FFFFFF;
}
#nav #pannello a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
/* Formattazione del testo
-------------------------------------------------------------------*/

/*Impostazioni dei link*/
a:link, a:visited {
	color: #39f;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#sidebar a:link, #sidebar a:visited{
	color: #fff;
}
#sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}

/*Impostazioni dei paragrafi*/
.articolo p{
line-height:1.5em;
padding-bottom:15px;
padding-top:15px;
}
#footer p {
	font-size:9px;
	padding: 40px 235px 0 0;
	text-align: right;
	color: #999;
}
	
#sidebar p {
	padding: 10px 15px 0px 15px;
}
.item p{
	margin: 10px 0;
	line-height: 1.5em;
	font-size: 1.1em;
}
/*Varie*/

.didascalia{
margin: 0 auto;
border:1px solid #555555;
padding:5px;
text-align:center;
font-size:9px;
color:#666666;
background-color:#dddddd
}

.didascalia span{
text-align:justify;
}

.field{
	background-color: #fff;
	
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#39f;
		
	margin:20px 0px 0px 20px;
	width:460px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

.field legend{	
	background-color:#ff9315;
	
	border-width:2px 2px 2px 10px;
	border-color:#39f;
	border-style:solid;
	
	color:#fff;
	font-weight: 900;
	font-size: 20px;
	text-align:center;

	padding:3px 5px;
	margin:0px 0px 10px -40px;
	position:relative;
	top: -14px;	
}

img {
	border: 0;
}
.spiega{
	cursor: help;
	border-bottom: 1px dashed #0000FF;
	display:inline;
}

.item{
	text-align: justify;
	margin: 0 30px 0 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

#contenuto .indexbox li{
	padding: 0 0 0 20px;
	background: transparent url(../imgs/progress_icon.gif) no-repeat 0 6px;
	padding-bottom:5px;
	font-size: 1.1em;
	}
#contenuto .indexbox li p{
	font-size: 1em;
	}
.print-only {
	display:none
}

.level {margin:0 5px 0 0; vertical-align:middle;}
	
/* Intestazioni
------------------------------------------------------------*/
#contenuto h1{
	font: bold 2em/normal "Helvetica Neue", Helvetica, sans-serif;
	color: #39f;
	margin-top: 0px;
	margin-bottom: 6px;
}

#contenuto h2{
	font: bold 2em/normal "Helvetica Neue", Helvetica, sans-serif;
	color: #39f;
	margin-top: 30px;
	margin-bottom: 6px;
}

#contenuto h3{
	font: 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #39f;
	margin: 20px 0 0 0;
	padding-bottom: 5px;
	font-size: 1.3em;
}

#contenuto h5{
	font: 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #39f;
	margin: 20px 0 0 0;
	padding-bottom: 5px;
	font-size: 1.3em;
	text-decoration:underline;
	display:inline;
}

#sidebar h4{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding: 10px 15px 0px 15px;
}
#clearer{
	clear: both;
	visibility: hidden;
}
