@charset "utf-8";
/* CSS Document */

/* GENERIC */

body {
	background-color:#E6E6E6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}

#home-container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#home-wrapper-content {
	width:970px;
	background-color:#FFF;
	overflow:hidden;
	padding-bottom:20px;
}

.continua {
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.blue {
	color:#014488;
}

.red {
	color:#9A0000;
}

.grey {
	color:#666666;
}

/* HOME LAYOUT */


#home-main {
	float:left;
	width:742px;
}

#home-sidebar {
	float:left;
	width:220px;
}

/* PRIMO PIANO */

#home-primopiano {
	width:440px;
	margin-left:4px;
	margin-top:4px;
	font-family:"Trebuchet MS", Geneva, Verdana, sans-serif;
	float:left;
}

#home-primopiano img {
	float:left;
	margin-right:4px;
}

#home-primopiano .description {
	margin-top:5px;
}

#home-primopiano  h1 {
	font-size:14px;
	font-weight:bold;
	margin-left:2px;
	line-height:1.2;
	margin-top:8px;
	margin-bottom:4px;
}

#home-primopiano .description h5 {
	font-size:10px;
	font-weight:normal;
	margin-left:10px;
}

#home-primopiano .description .date {
	margin-top:0px;
	margin-left:10px;
}
#home-primopiano .description .text-normal {
	line-height:15px;
	margin-left:10px;
	margin-top:15px;
	text-align:justify;
	font-size:12px;
}

#home-itinerari {
	float:right;
	width: 265px;
	margin-right:15px;
	margin-top:8px;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	background-color: #e3ebf2;
	padding-bottom:10px;
}

#home-itinerari .box {
	height:90px;
	overflow:hidden;
	margin-bottom:8px;
}

#home-itinerari .box h3 {
	margin:6px;
	font-size:14px;
}

#home-itinerari .box img {
	margin:0px 4px 0px 6px;
	float:left;
}

#home-itinerari .box .desc {
	font-size:12px;
	margin-right:6px;
	line-height:13px;
}

#home-itinerari a:link, #home-itinerari a:active, #home-itinerari a:visited {
	color:#9A0000;
	text-decoration:none;
}

#home-itinerari a:hover {
	color:#9A0000;
	text-decoration:underline;
}

#home-focus2 img  {
	float:left;
	display:inline;
	margin-left:8px;
	margin-right:8px;
}
#home-focus2 h2 {
	margin-bottom:4px;	
}

#home-focus2 h3 {
	margin-bottom:6px;
	font-size:14px;
}

#home-focus2 .desc {
	margin-right:14px;
	line-height:15px;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	font-size:12px;
	text-align:justify;
}

.home-news-text-inner {
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:11px;
	line-height:1.4;
}

.home-inner-container p {
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
}

.text-bold-red {
	font-size:12px;
	color:#9a0000;
	font-weight:bold;
	margin-left:10px;
}


/* LUOGHI */

.home-tab-below {
	width:70px;
	font-size:10px;
	font-weight:bold;
	color:#9a0000;
	margin-left:290px;
	text-align:right;
}

#home-luoghi {
	margin-top:15px;
	height:135px;
	width:99%;
	margin-bottom:20px;
}

#home-luoghi-carousel {
	background-color:#FFF;
	width:99%;
	margin-left:auto;
	margin-right:auto;
	height:110px;
	margin-top:10px;

}

#luoghi {
	margin-top:5px;
	margin-bottom:5px;
}

.home-tab-white {
	text-align:center;
	margin-bottom:6px;
}

.home-luoghi-box {	
	width:144px;
	background-image:url(../images/cornicetta_chiara.jpg);
	text-align:center;
	height:100px;
}

.home-luoghi-box img {
	margin-top:7px;
}

.home-luoghi-name {
	width:129px;
	line-height:1.3;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	color:#014587;
	font-weight:bold;
	font-size:9px;
	margin-left:auto;
	margin-right:auto;
}


/* EVENTI */

#home-eventi {
	margin-top:0px;
}

#home-eventi-left {
	width:49%;
	float:left;
	margin-left:4px;
	margin-top:5px;
}

#home-eventi-left-inner {
	background-color:#FFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.home-box-event {
	font-family:Verdana, Geneva, sans-serif;
	width:350px;
	background-color:#FFF;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  	background: url(../images/shadow.gif) no-repeat bottom right;
  	/*margin: 0px 0 0 0px !important;
  	margin: 6px 0 0 5px;
	padding-bottom:10px;*/
	height:100px;
	margin-left:5px;
	margin-top:10px;
}

.home-eventi-tema {
	line-height:1.8;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-bottom:1px;
	font-size:10px;
}

.home-eventi-titolo a {
	color:#666;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	line-height:2;
}

#home-eventi .home-box-event p {
	margin-top:10px;
}



/* FOCUS */

#home-focus {
	width:49%;
	float:left;
	margin-left:4px;
	margin-top:5px;
}

#home-focus-inner {
	background-color:#FFF;
	width:99%;
	margin-left:auto;
	margin-right:auto;
}

#home-focus-inner p {
	margin:5px;
	color:#000;
	line-height:1.4;
	font-weight:normal;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
}

#home-focus-inner img {
	margin-left:5px;
	margin-top:5px;
}

#home-focus .home-focus-box {
	margin:5px 5px 20px 10px;
	font-family:"Trebuchet MS", Geneva, Verdana, sans-serif;
}

#home-focus .home-focus-box h3 {
	line-height:1.2;
	font-size:13px;
}

#home-focus .home-focus-box h5 {
	font-size:10px;
	font-weight:normal;
}

#home-focus .home-focus-box p {
	margin-top:10px;
	text-align:justify;
	font-size:12px;
	line-height:1.3;
}

#home-focus .home-focus-box .date {
	margin-top:0px;
}

#home-cartina {
	width:100%;
	margin-bottom:10px;
}

#home-cartina img {
	
}

#home-ricerca-sito {
	font-size:10px;
	color:#014687;
	font-weight:bold;
	padding-bottom:10px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:8px;
}

#home-ricerca-sito p {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}


#home-dormire {
	width:100%;
	background-color:#4383c0;;
	padding-top:5px;
	color:#FFF;
	font-weight:bold;
	font-size:9px;
	padding-bottom:10px;
	margin-left:2px;
}

#home-dormire form, #home-ricerca-sito form {
}

#home-dormire select, #home-ricerca-sito select {
	width:150px;
	margin-top:5px;
	margin-bottom:5px;
}

#home-dormire input, #home-ricerca-sito input {
	margin-top:5px;
	margin-bottom:5px;
}

.textinput {
	width:115px;
}

#search-image {
	margin-top:-100px;
}

#home-social {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

#home-youtube {
	width:100%;
	height:165px;
	margin-top:5px;
	margin-left:5px;
}

#home-youtube img {
	margin-left:10px;
}

/* SPECIALI */
#home-speciali {
	font-family:"Trebuchet MS", Geneva, Verdana, sans-serif;
	line-height:1.3;
	height:250px;
	position:relative;
}

#home-speciali a:link, #home-speciali a:active, #home-speciali a:visited {
	color:#9A0000;
	text-decoration:none;
}

#home-speciali a:hover {
	color:#9A0000;
	text-decoration:underline;
}

#home-speciali #home-speciali-continua {
	background-image:url(../images/speciali-continua-bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:right;
	position:absolute;
	bottom:0px;
	width:220px;
}

#home-speciali #home-speciali-continua a {
	margin-right:20px;
	margin-top:2px;
}







.itinerario {
	width:120px;
	height:80px;
	background-color:#F00;
	border:#000 thin solid;
	float:left;
}


#home-focus a, #home-primopiano a, #home-eventi a {
	color:#9a0000;
	text-decoration:none;
}
 #home-focus a:hover, #home-primopiano a:hover, #home-eventi a:hover {
 	text-decoration:underline;
 }

