@charset "UTF-8";
/* CSS Document */

body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #DFDFDF;
}

img{
	border: none;
	-ms-interpolation-mode: bicubic; /* Interpolazione rendering x ie */
}

a{
	color: #777777;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 100%;
	height:100%;
	position: relative;
	overflow: hidden;
	min-width: 960px;
}


img.bg{
	position: absolute;
	top: 0px;
	min-width: 960px;
}

#loader{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 100;
	display: none;
}


/* HEADER > LOGO > FLIKR */

#header{
	position: absolute;
	top: 0;
	width: 100%;
	height: 110px;
	display: block;
	z-index: 5;
}

#header #logo{
	position: absolute;
	top: 35px;
	left: 37px;
	z-index: 5;
}
#header #logo h1{
	text-indent: -999999em;
}

#header .fondinoHeader{
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FFF;
}

#header .flickrLink{
	width: 111px;
	height: 43px;
	position: absolute;
	top: 32px;
	right: 0px;
	background: url(../images/flickr.png) top right no-repeat;
	z-index: 5;
	text-indent: -999999em;
}

#header .flickrLink:hover{
	background-position: bottom right;
}


/* NAVIGAZIONE */
#nav{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px;
	display: block;
	z-index: 5;
}

#nav .copy{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 5;
	color: #6D6D6D;
	font-size: 10px;
}

#nav .fondinoNav{
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FFF;
}

#nav ul#navMenu{
	position: absolute;
	top: 0px;
	left: 37px;
	z-index: 5;
	color: #323232;
	font-size: 16.9px;
	
}

#nav ul#navMenu li{
	width: 110px;
	float: left;
	margin-right: 5px;
	display: block;
	padding-top: 16px;
	padding-left: 20px;
	height: 24px;
	background: url(../images/menuPlacer.gif) no-repeat 0px 12px;
}

#nav ul#navMenu li a{
	color: #323232;
	text-decoration: none;
	font-size: 16.9px;
}

#nav ul#navMenu li a:hover{
	color: #600;
}

#nav ul#navMenu ul.subMenu{
	margin-top: 7px;
}

#nav ul#navMenu ul.subMenu li{
	background: none;
	padding: 0;
	margin: 0;
	height: 14px;
	line-height: 14px;
}

#nav ul#navMenu ul.subMenu li a{
	font-size: 11px;
	color: #616161;
	padding-right: 10px;
}

#nav ul#navMenu ul.subMenu li a:hover{
	color: #600;
}

#nav big{
	font-size: 18px;
}

/* Sottomenu cityscape */
#nav .subMenuCity{
	color: #999999;
	position: relative;
	left: 70px;
	top: -26px;
	clear: both;
	display: block;
	width: 500px;
	display: none;
}

#nav .subMenuCity a{
	display: inline;
	padding: 0 5px 0 5px;
	line-height: 40px;
}





/* TOOLTIP SEZIONE */


.toolTip{
	height: 62px;
	position: absolute;
	bottom: 340px;
	left: 35px;
	font-size: 13px;
	line-height: 52px;
	color: #FFF;
	z-index: 10;
}

.toolTip .left{
	height: 62px;
	width: 11px;
	display: inline-block;
	background: no-repeat left top;
	float: left;
}

.toolTip .right{
	height: 62px;
	width: 11px;
	display: inline-block;
	background: no-repeat 100% top;
	float: left;
}


.toolTip .content{
	height: 62px;
	display: inline-block;
	background: no-repeat -18px top;
	float: left;
	padding: 0 13px 0 10px; 
}

.toolTip h2{
	font-weight: normal;
}





/* SLIDER IMMAGINI E JSCROLL PANE */


.fondinoThumb{
	position: absolute;
	bottom: 110px;
	width: 100%;
	height: 230px;
	background: url(../images/bkgFondino.png) repeat-x bottom left;
	z-index: 1;
	display: none;
}

#thumbContainer{
	position: absolute;
	width: 100%;
	height: 261px;
	bottom: -500px;
	z-index: 2;
}

#slider{
	height: 252px;
	margin-left: 25px;
	margin-right: 25px;
	display:block;
	overflow: hidden;
}

#imgContainer{
	margin-top: 28px;
}

.icon{
	float:left;
	margin-left: 15px;
	margin-top: 33px;
	padding: 3px 4px 4px 4px;
	background: url(../images/sfondoImg.png) no-repeat top left;
}

.clearer{
	clear:both;
	display:block;
}


/* Scroll pane */


.scroll-pane {
	width: 100%;
	float: left;
	padding: 0;
}
#pane1 {
	height: 230px;
	padding: 0;
	display: block;
	_overflow: hidden;
}


a.jScrollArrowLeft {
	background: url(basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: 0 -15px;
}
a.jScrollArrowRight {
	background: url(basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowRight:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}



/* ABOUT
----------------------- */

.fondinoAbout{
	position: absolute;
	bottom: 110px;
	width: 100%;
	height: 230px;
	background: #000000;
	z-index: 1;
	display: none;
}


.aboutContainer{
	position: absolute;
	bottom: 110px;
	width: 100%;
	height: 230px;
	z-index: 5;
	font-size: 14px;
}

.aboutContainer img{
	margin: 35px 25px 0 30px;
	float: left;
}

.aboutContainer ul.info{
	margin-top: 35px;
	color: #CCC;
}

.aboutContainer ul.info li{
	margin-bottom: 14px;
}


/* CONTACT
----------------------- */

.formContainer{
	position: absolute;
	bottom: 110px;
	width: 100%;
	height: 230px;
	z-index: 5;
}

.formContainer form{
	margin-top: 30px;
	margin-left: 37px;
	position: relative;
	width: 760px;
}

.formContainer fieldset{
	float: left; 
	margin-right: 30px;
}


.formContainer textarea{
	padding: 5px;
	width: 400px;
	height: 139px;
	border: none;
	margin: 0px 0 0 0;
	background: url(../images/inputBkg.png);
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(../script/border-radius.htc); /* IE hack */
}

.formContainer p{
	margin-bottom: 15px;
}

.formContainer input.inputField{
	padding: 6px;
	border: none;
	background: url(../images/inputBkg.png);
	width: 200px;
	height: 16px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(../script/border-radius.htc); /* IE hack */
}

.formContainer #submit{
	background: url(../images/arrow.gif) #600 no-repeat 90% 50%;
	width: 80px;
	border: none;
	color: #ffffff;
	text-align: left;
	height: 28px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/* behavior: url(../script/border-radius.htc); /* IE hack */
	cursor: pointer;
	position: absolute;
	top: 137px;
	right: 0;
	outline: none;
	}

.formContainer #submit:hover{
	background: url(../images/arrow.gif) #000 no-repeat 90% 50%;
}

.formContainer label{
	display: block;
	color: #FFF;
	font-size: 14px;
	padding-bottom: 3px;
}

#sendResponse{
	width: 100%;
	padding: 0 5px 0 35px;
	margin: 0 0 0 0px;
	height: 20px;
	position:absolute;
	bottom: 320px;
	z-index: 10;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	display: none;
}


/* CONTACT
----------------------- */

.fondinoNews{
	background-color: #000;
	width: 100%;
	height: 450px;
	z-index: 5;
	position: absolute;
	top: 110px;
}

.newsContainer{
	width: 100%;
	height: 450px;
	z-index: 5;
	position: absolute;
	top: 110px;
}


.titleContainer{
	width: 100px;
	height: 423px;
	position: absolute;
	top: 50%;
	margin-top: -265px;
	left: 37px;
}

.titleContainer h2{
	font-size: 17px;
	color: #FFF;
	margin-top: 2px;
}


.newsContainer .inner{
	width: 640px;
	height: 425px;
	position: absolute;
	top: 50%;
	left: 100px;
	margin-top: -265px;
}


.newsContainer .singleNews{
	width: 455px;
	height: 108px;
	background: url(../images/bkgSingleNews.png) no-repeat top left;
	margin: 0 0 15px 15px;
	padding: 12px 20px 12px 10px;
}

.newsContainer .singleNews a{
	color: #999;
	text-decoration: underline;
}

.newsContainer .singleNews img{
	border: 1px solid #ffffff;
	float: left;
}


.singleNews ul.dataNews{
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border-right: 1px solid #7a7a7a;
	width: 42px;
	height: 104px;
	margin: 0px 20px 0 0px;
	padding: 0px 8px 0 0px;
	float: left;
	
}

.singleNews ul.dataNews li.day{
	font-size: 22px;
	margin-bottom: 2px;
}



.singleNews ul.dataNews li.year{
	font-size: 12px;
	margin-top: 2px;
}

.singleNews ul.textNews{
	float: left;
	height: 104px;
	padding: 0px 0px 0 15px;
	margin: 0 0 0 3px;
	width: 260px;
}


.singleNews ul.textNews h2{
	color: #FFF;
	font-size: 17px;
	margin-bottom: 6px;
	font-weight: bold;
}

.singleNews ul.textNews p{
	color: #E9E9E9;
	font-size: 11px;
	line-height: 1.4em;
}

/* Slider news */

#sliderNews {
    width: 560px;
	height: 425px;
    margin: 0 auto;
    position: relative;
}


#sliderNews .scroll {
    height: 425px;
    width: 500px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

#sliderNews .scrollContainer div.panel {
    height: 425px;
    width: 500px;
	margin-bottom: 15px;
}

#sliderNews .scrollButtons {
    position: absolute;
    cursor: pointer;
	z-index: 30;
}

#sliderNews .scrollButtons.left {
    right: 18px;
	top: 0px;
}

#sliderNews .scrollButtons.right {
    right: 18px;
	bottom: 2px;
}

.hide {
    display: none;
}

