@charset "utf-8";
/* CSS Document */

@import "reset.css";

body {
	font: 10px/140% Verdana, Helvetica, sans-serif;
	line-height:16px;
	color: #fff; 	
	margin: 0; 
	padding: 0; 
	background: #0e0e0e; 
}

/* Headers */
h1, h2, h3, h4, h5 {
	font: 1em/1.5em Verdana, Arial, sans-serif;
	color: #fff;
	padding: 10px 15px 5px 0px;	 
}

h1 { font-size: 3em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 18px; font-weight: normal; letter-spacing: -0.2px; padding-top:0px; color:#ff9933;}
h4 { font-size: 1.4em; font-weight: normal; letter-spacing: -0.2px; padding-top:0px; color:#ff9933;}
h5 { font-size: 1.3em; padding-top:0px; padding-bottom:10px; color:#ff9933;}

p, dl { padding: 10px 0px; }

img {
	border:0;
}

a {color:#ff9933; font-size:12px; text-decoration:none; font-weight:bold;}
a:hover {color:#fff; font-size:12px; text-decoration:underline; font-weight:bold;}

/* Struttura */

#all { margin:0 5px; background:#0e0e0e; width:220px; }
#testata { border-bottom:3px solid #ff9933; padding-bottom:3px; font-weight:bold; text-align:right; }
#logo {	margin: 0; padding:0; }
#menufooter, #menutop { border-top:3px solid #ff9933; padding-top:3px;}
#menufooter a, #menutop a {font-size:9px;}
#footer { border-top:1px dotted #ff9933; margin-top:6px; height:40px; color:#666; font-size:9px;}
#menu {border-top: 1px dotted #ff9933; margin-top:6px; }
#menu a {font-size:11px; }

/*  -> Navigazione  */

.menuHome {height:38px;margin:0; padding:30px 0 0 5px; display:block;}
.menuHome.territorio {background:url(images/tasto_territorio.jpg) top left no-repeat;}
.menuHome.artigianato {background:url(images/tasto_artigianato.jpg) top left no-repeat;}
.menuHome.enogastronomia {background:url(images/tasto_enogastronomia.jpg) top left no-repeat;}
.menuHome.eventi {background:url(images/tasto_eventi.jpg) top left no-repeat;}
.menuHome.alberghi {background:url(images/tasto_alberghi.jpg) top left no-repeat;}
.menupage {border-bottom:1px dotted #ff9933;}

/* contenuti */

.img { margin:2px; border:1px solid #fff; background:#fff;}
.elenco_alberghi {margin:3px 0; padding:5px 0 2px 0; border-top:1px dotted #ff9933; line-height:110%;}
.scheda_albergo {text-align:right; display:block;}
.scheda_albergo a {display:block; font-size:9px;}
