@import url("menu.css");
@import url("home.css");
@import url("lista.css");
@import url("scheda.css");
@import url("contatti.css");


@import url("colori.css");/*il css colori è tutto settato con !important*/



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

body {
	background-color: #483c30;
	font-family:Georgia,Garamond,"Times New Roman","Bitstream Charter",Times,serif;
	line-height:16px;
	font-size:16px;
	letter-spacing:0.03em;
}

div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
font-size:12px;
line-height:16px;
}

#wrapper{
	width:968px;
	margin: 0 auto;
	padding-bottom:50px;
}

a{
text-decoration: none;
outline: none;
}

h1{
font-size:20px; /*18 pt*/
line-height:32px;
font-style: italic;
font-weight:bold;
margin:0 0 16px 0;
}

h2{
font-size:14px; /*14 pt*/
line-height:16px;
font-style: italic;
font-weight:bold;
margin:0 0 16px 0;
}

.fake-h1{
display:block;
font-size:20px; /*18 pt*/
line-height:16px;
font-style: italic;
font-weight:bold;
margin:0 0 16px 0;
}

.fake-h2{
display:block;
font-size:14px; /*14 pt*/
line-height:16px;
font-style: italic;
font-weight:bold;
margin:0 0 16px 0;
}


.clearboth{
clear:both;
}

.hide{
display:none;
}

#menu{
margin:0;
width:230px;
position:absolute;
top:0;
}

#content{
margin-left:246px;
}

.stonda {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius:4px;
-border-radius: 4px;

-moz-box-shadow: 2px 2px 3px #706a59;
-webkit-box-shadow: 2px 2px 3px #706a59;
-khtml-box-shadow: 2px 2px 3px #706a59;
-box-shadow: 2px 2px 3px #706a59;
}

.ombra {
-moz-box-shadow: 2px 2px 3px #706a59;
-webkit-box-shadow: 2px 2px 3px #706a59;
-khtml-box-shadow: 2px 2px 3px #706a59;
-box-shadow: 2px 2px 3px #706a59;

}

.niente{
color: #706a59;
}

.lineaform{
overflow:hidden;
}

/*
aggiunta per validator jquery
*/
label.error{
display:block;
margin-bottom:8px;
}
