/* (c)2005 Studio Associato Zerounozero di Daniele Ulanio e Sara Carini  - info@zerounozero.com */

body{
	text-align: center;
	font-family: georgia, palatino, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-image: url(../img/bodyback.png);
	background-repeat: repeat;
	font-size: 0.8em;
	/*overflow: hidden;*/
}

h1{
    font-size: 1.6em;
}

h2{
    font-size: 1.2em;
    border-bottom: 1px dotted rgb(51,51,51);
    color: rgb(51,51,51);
    background-color: rgb(255,255,255);
}

h3{
    font-size: 0.9em;
}

a{
    color: rgb(133,26,28);
    background-color: inherit;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: rgb(102,0,0);
    background-color: inherit;
}

a img{
	border: none;
	margin-right: 20px;
	float: none; 
}

sup{
	font-weight: bold;
}

acronym{
    cursor:help;
}

select, input{
	cursor: pointer;
}

div#corpo{
	border: 4px solid rgb(133,26,28);
	border-top: 0;
	width: 732px;
	margin: 0 auto;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

div#testa{
	position: relative;
	width: 804px;
	height: 240px;
	background-image: url(../img/testa.png);
	background-repeat: no-repeat;
	left: -68px;
	margin-bottom: 30px;
}

* html div#testa{
	margin-right: -72px;
}

div#testa h1, div#testa p{
	display: none;
}

span#posizione{
        padding-left: 40px;
        padding-right: 10px;
        float: left;
        font-weight: bold;
}

ul#briciole{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	padding-bottom: 50px;
	font-style: italic;
}

ul#briciole li{
	float: left;
	margin-right: 10px;
	padding-left: 30px;
	background-image: url(../img/briciolaFumosa.png);
	background-repeat: no-repeat;
	background-position: left;
}

div#menu{
	float: left;
	width: 240px;
	clear: left;
	/*padding-right: 32px;
	padding-left: 32px;*/
	background-image: url(../img/menuMezzo.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 150px;
}

div#menu div#menucentro{
	margin-left: 30px;
	margin-right: 50px;
}

div#menu ul{
	margin-bottom: 30px;
	font-style: italic;
}

div#menu ul li{
	font-weight: bold;
	list-style-image: none;
	list-style: none;
}

div#menu ul li ul{
	padding-left: 0;
	margin-left: 0;
	padding-top: 10px;
}

div#menu ul li ul li{
	list-style: none;
	list-style-image: none;
	font-weight: normal;
	padding-bottom: 15px;
	padding-right: 10px;
}

div#menu div#menusu{
	height: 35px;
	background-image: url(../img/menuSu.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#menu div#menugiu{
	height: 35px;
	background-image: url(../img/menuGiu.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#contenuto{
	float: left;
	width: 442px;
	clear: right;
	padding-right: 50px;
}

div#contenuto h2{
	margin-top: 6px; /* lo teniamo?? */
	
}

div#contenuto img{
	border: 1px solid #000;
	padding: 2px;
	float: left;
	margin: 0 10px 10px 0;
}

div#contenuto a img{
        float: none;
        border: 0;
}

div#footer{
	clear: both;
	text-align: center;
	display: block;
        padding-bottom: 20px;
	padding-top: /*80*/40px;
	height: 45px;
	/*padding-left: 173px;*/
	background-image: url(../img/fondo2.png);
	background-repeat: no-repeat;
	background-position: center /*280px 25px*/;
        margin-top: 50px;
}

div#footer p{
	margin-top: 30px;
}

* html div#footer p{
	margin-top: 90px;
}

img#logo{
	position: absolute;
	bottom: -5px;
	left: 50px;
	margin-top: 100px;
}

div#zerounozero{
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: center;
}

div#zerounozero img{
	border: 0;
}

/* Form Commenti */
form#formcommento{
	margin-top: 30px;
	margin-bottom: 30px;
}

form#formcommento label{
	display: block;
	margin-top: 10px;
}

form#formcommento input, form#formcommento textarea{
	width: 100%;
	border: 1px solid #333;
}

form#formcommento input.bottone{
	width: auto;
}

p.commento{
	font-size: 0.9em;
}

/* x icona commenti in elenco */
em.commento{
	background-image: url(../img/commento.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	min-width: 25px;
	height: 20px;
	display: block;
	clear: none;
	float: right;
	margin-right: 50px;
	text-align: center;
	font-size: 0.9em;
}

* html em.commento{
	width: 30px;
	margin-right: 20px;
}

em.commento span{
	display: none;
}

/*copyright (c)2005 Studio Associato Zerounozero di Daniele Ulanio e Sara Carini - info@zerounozero.com  */
