/*
***********************************************************

Author: 		alessandro zapelloni (www.kitchen-studio.net)
Created: 		Genuary 2008
Last modified: 	////////////

***********************************************************
*/

/* ######################################################################### */
/* TITOLI, PARAGRAFI, LISTE, LINKS, CLASSI VARIE,  ETC ETC */
/* ######################################################################### */

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#854482;
font-weight: lighter;
margin:0px;
padding:0px 0px 6px 0px;
line-height: 23px;
background: url(../images/filetto_H1.gif) bottom left no-repeat;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#C4611D;
/*color:#977C43;*/
font-weight:normal;
margin:0px;
padding:10px 0px 0px 0px;
text-transform:none;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#B28749;
font-weight:normal;
margin:0px;
padding:10px 0px 0px 0px;
text-transform:none;
}

p {
padding:0px 0px 0px 0px;
margin:6px 0px 10px 0px;
}

.titolo a:link,
.titolo a:visited {
color: #854482;
text-decoration: none;
}

.titolo a:hover,
.titolo a:focus,
.titolo a:active {
color: #854482;
text-decoration:underline;
}


.viola {
color: #854482;
font-size:11px;
/*font-style: italic;*/
}

.nero {
color: #333333;
font-size:13px;
/*font-style: italic;*/
}

.piccolo {
font-style: italic;
font-size: 11px;
font-weight:bold;
}

.grande {
font-style: italic;
font-size: 14px;
}

ul {
list-style:none;
padding: 0px 10px 3px 0px;
margin: 0px;
}

li {
padding-left:12px;
background:url(../images/marcatore.gif) 0 4px no-repeat;
margin-bottom:3px;
/*
border-bottom: #DFCAB8 1px solid;
*/
}

.ImgPad {
padding:0px;
margin:0px 0px 12px 0px;
border: #D39BD3 1px solid;
}



a:link,
a:visited {
color: #977C43;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #854482;
text-decoration:underline;
}

/* ######################################################################### */
/* BODY */
/* ######################################################################### */

body {
margin: 0px 0px 0px 0px;
padding: 0px;
text-align:left;
background: #EAEBDE url(../images/sfondo.jpg) top left repeat-x;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#333333;
line-height: 17px;
font-weight:normal;

}



/* ######################################################################### */
/* centro il layout */
/* ######################################################################### */

#centrato {
width: 820px;
margin: auto;
text-align:left; /* per quella maerda di IE5.x/Win */
background: #EAEBDE;
}


/* ######################################################################### */
/* il contenitore generale del layout */
/* ######################################################################### */
#contenitore {
float:left;
width: 820px;
padding:0px;
background:#EAEBDE url(../images/testata.jpg) top left no-repeat;
margin:0px;
}


/* ######################################################################### */
/* NAVIGAZIONE ORIZZONTALE */
/* ######################################################################### */


#navigazione {
width: 820px;
height:25px;
background:trasparent;
margin:0px;
padding:20px 0px 0px 0px;
text-align:left;
}


.navOrizzontale {
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
list-style:none;
color:#854482;
}

.navOrizzontale ul {
margin:0px;
/*padding:0px;*/
padding:0px;
}

.navOrizzontale li {
display: inline;
margin:0px;
padding:0px;
background:none;
border-bottom: none;
}


.navOrizzontale li a {
margin:0px;
padding:0px 4px 0px 4px;
/*margin-right:1px;*/
}
.navOrizzontale a:link,
.navOrizzontale a:visited {
color:#000;
text-decoration:none;
font-weight:bold;
}
.navOrizzontale a:hover,
.navOrizzontale a:focus,
.navOrizzontale a:active{
color:#854482;
text-decoration:none;
font-weight:bold;
}


/* ######################################################################### */
/* TESTATA */
/* ######################################################################### */
#testata {
width: 820px;
height:200px;
background:trasparent;
/*background:#333333 url(../images/sfondo_testata.jpg) top left repeat-x;*/
line-height: 15px;
margin:0px 0px 20px 0px;
padding:0px;
}


h1#logo{
	background:none;
	margin:0;
	padding:0;
	position:relative;
	left:0px;
	top:71px;
	width:180px;
	height:80px;
	text-indent:-8000px;
	overflow:hidden;
	z-index:10;
	border:0px;
}
h1#logo a {
	display:block;
	height:80px;
	padding:0px;
	margin:0px;
	border:0px;
}



h1#logo a:hover,
h1#logo a:focus,
h1#logo a:active {
background:none;
display:block;
height:80px;
text-decoration:none;
padding:0px;
margin:0px;
border:0px;
}



/* ######################################################################### */
/* IL CORPO DEI CONTENUTI */
/* ######################################################################### */
#corpo {
float:left;
width: 820px;
padding:0px 0px 0px 0px;
margin:0px;
background:#EAEBDE url(../images/sfondo_corpo.gif) top left repeat-y;
}



/* ######################################################################### */
/* LA COLONNA DI SVILUPPO DEI CONTENUTI */
/* ######################################################################### */

#contenuti {
float:left;
width: 480px;
padding:0px 0px 0px 0px;
margin:0px 30px 0px 0px;
}

.spazioNavigazione {
float:left;
width:480px;
padding:15px 30px 20px 0px;
background: #FFFFFF;
border-bottom: #DFCAB8 dotted 1px;
}

.spazioNavigazione ul {
list-style:none;
padding: 0px 0px 0px 0px;
margin: 0px;
}

.spazioNavigazione ul li {
padding-left:13px;
background:url(../images/marcatore.gif) 0 3px no-repeat;
margin-bottom:3px;
}



.spazioContenuti {
float:left;
width:480px;
padding:5px 0px 3px 0px;
margin:0px 0px 40px 0px;
background: url(../images/filetto_chiusContenuti.gif) bottom left no-repeat;
}




.stampa {
float:left;
font-size:10px;
text-align:left;
padding:2px 5px 0px 5px;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
}

.tornaSu {
background:url(../images/marcatore_top.gif) 0 3px no-repeat;
margin-bottom:3px;
float:left;
font-size:11px;
padding:3px 0px 0px 10px;
}


/* ######################################################################### */
/* LA COLONNA DI SINISTRA */
/* ######################################################################### */

#colonnaDestra {
float:left;
width:280px;
background: #EAEBDE;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 30px;
}

.contenutiDestra {
float:left;
width:280px;
background: #EAEBDE;
color: #333333;
padding:0px 0px 10px 0px;
margin:0px;
background: url(../images/filetto_chiusContenuti.gif) bottom left no-repeat;
}


.contenutiDestra h1 {
font-size:14px;
color:#000;
font-weight: lighter;
margin:0px 0px 10px 0px;
padding:0px 0px 6px 0px;
line-height: 18px;
background: url(../images/filetto_H1.gif) bottom left no-repeat;
}


.contenutiDestra ul {
list-style:none;
padding: 6px 10px 10px 0px;
margin: 0px;
}

.contenutiDestra li {
padding-left:10px;
background:url(../images/marcatore.gif) 0 3px no-repeat;
margin-bottom:6px;
border-bottom: #DFCAB8 1px solid;
}



/* ######################################################################### */
/* LA CHIUSURA DEL SITO */
/* ######################################################################### */

#chiusura {
width: 100%;
float:left;
/*clear:both;*/
background:#FFFFFF url(../images/sfondo_chiusura.jpg) top left repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
color:#444444;
margin: 0px;
padding:0px;
font-size:11px;
}

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

#centratoChiusura {
width: 820px;
margin: 0px auto;
text-align:left; /* per quella maerda di IE5.x/Win */
}

/*
#centratoChiusura a:link,
#centratoChiusura a:visited {
padding:1px;
color: #CCCCCC;
text-decoration: none;
}

#centratoChiusura a:hover,
#centratoChiusura a:focus,
#centratoChiusura a:active {
padding:1px;
color: #CCCCCC;
background-color:#463A3A;
text-decoration:underline;
}
*/

#chiusuraSinistra {
	width: 510px;
	height:100px;
	float: left;
	margin: 15px 0px 0px 0px;
}


#chiusuraDestra{
width: 310px;
float: left;
text-align:right;
margin: 15px 0px 0px 0px;
}



/* ######################################################################### */
/* FORM */
/* ######################################################################### */

input, textarea, select{
font-size: 12px;
font-family:"Trebuchet MS", Optima, "Lucida Grande", Georgia;
color:#333333;
}



/* ######################################################################### */
/* TABELLE E CELLE */
/* ######################################################################### */

.scheda {
border-spacing:0px;
padding-left:0px;
padding-right:0px;
margin: 0px 0px 25px 0px;
width:100%;
border:1px solid #333333;
}


.scheda tr td {
/*border: 1px solid #000000;*/
}


.scheda tr td.campi {
	padding:5px;
	/*width:25%;*/
	font-weight:none;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #333333;
	background:#eeeeee;
}


.scheda tr td.citta {
	padding:5px;
	/*width:25%;*/
	font-weight:bold;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #333333;
	background:#F2EFE9;
}


.scheda tr td.dati {
	padding:5px;
	/*border-bottom: 1px solid #333333;*/
	color:#CC0000;
	font-weight:none;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
}