/*
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: Verdana, Thaoma, 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: 1000px;
	background: transparent;
	font-size: 16px;
}

#contenuto
{
	float:left;
	width:720px;
	height:auto;
	text-align:justify;
	background: transparent;
	padding-top:15px;
}

#header
{
	background: transparent url(../imgs/top.jpg) no-repeat center;
	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: 1000px;
	background: transparent;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}


/* Strutture secondarie
-------------------------------------------------------------------*/
#adsense
{
	float:left;
	width:720px;
	text-align:center;
	padding-top:30px;
}

#box_center
{
	min-height:32px;
	margin-top: 25px;
	
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 9px #888;
	-webkit-box-shadow: 0px 0px 9px #888;
	box-shadow: 0px 0px 9px #888;
}

#box_center p
{
	line-height:20px;
}

.articolo-sito
{
	padding: 0 20px 20px 20px;
}

.articolo-sito p {margin-bottom:5px;}

/* Barra laterale
-------------------------------------------------------------------*/
#sidebar
{
	float: left;
	width: 260px;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 14px;
	color: #555;
	line-height: 1.4em;
}

#sidebar h4
{
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 900;
	font-size: 20px;
}

#losaiblock
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}

#losairefresh
{
	border: 1px solid #ccc;
	margin: 10px 5px;
	padding: 3px;
}

#losairefresh:hover
{
	background-color: #eee;
	cursor: pointer;
}

#blogbar
{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#sitebar
{
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

#sitebar h4 {padding-left: 0px;}



/* Impostazioni del menu
-------------------------------------------------------------------*/
#nav {
	background: transparent;
	width: 1000px;
	margin: auto;
	position: relative;
	top: 145px;
	right: 0;
}
#nav ul{
	height: 42px;
	padding-left: 0px;
}
#nav .menu{
	width: 145px;
	float: left;
	height: 42px;
}
#nav .menu a{
	background:url(../imgs/menu-button.png) left bottom no-repeat;
	float: left;
	height: 42px;
	width:145px;
	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-position: 0px 0px; 
	color:#FFFFFF;
	text-decoration:none;
}
#nav .social{
	width:42px;
	float: left;
	height: 42px;
	margin-left: 1px;
}
#nav .social a{
	float: left;
	height: 42px;
	width:42px;
	text-indent:-9999px;
	border:none;
	outline:none; 
}
#nav #pannello a:hover{
	
}

#facebook {	background: url(../imgs/facebook.png); }
#twitter {	background: url(../imgs/twitter.png); }
#leganerd {	background: url(../imgs/leganerd.png); }

/*-----------------------------------------------------------------
		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: #555;
}
#sidebar a:hover{
	color: #555;
	text-decoration: underline;
}

/*Impostazioni dei paragrafi*/

.articolo p
{
	padding-bottom:15px;
}

.articolo ol
{
	margin-left: 25px;
}

.articolo li
{
	padding-bottom: 10px;
}

.articolo code
{
	width: auto;
	display: block;
	background-color: #eee;
	margin-top: 3px;
	padding: 5px 10px;
	border-radius: 3px;
}

#footer p {
	font-size:12px;
	padding: 40px 280px 0 0;
	text-align: right;
	color: #999;
}
	
.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;
}

abbr
{
	cursor: help;
	border-bottom: 1px dotted #555;
}

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

.print-only
{
	display:none
}

.level {margin:0 5px 0 0; vertical-align:middle;}

.faq
{
	padding-bottom: 20px;
}

.faq li
{
	list-style-type: hebrew;
	margin-left: 20px;
	padding-bottom: 5px;
}

.edit
{
	margin: 20px;
	text-align: center;
	padding: 10px;
	background-color: #39f;
	color: #fff;
	font-weight: bold;
}

.edit a {color: #fff;}
	
/* Intestazioni
------------------------------------------------------------*/
#content h1{
	font: bold 40px "Helvetica Neue", Helvetica, sans-serif;
	color: #39f;
	margin-top: 15px;
	margin-bottom: 6px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(64, 64, 64, 0.5);
}

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

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

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

.clearer{
	clear: both;
	visibility: hidden;
}

