/* HOME */

/* SLIDER */

#slider {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 368px;
	position: relative;
	clear: both;
	background: #879c6d url(immagini/slider-bg.jpg) repeat-x left top;
}

#nav-slider {
	margin: 0;
	padding: 0 0 0 191px;
	height: 118px;
	display: block;
	background: #965914 url(immagini/nav-slider-bg.jpg) no-repeat left top;
	border-bottom: 1px solid #965914;
	position: relative;
}

#nav-slider li.item {
	margin: 0;
	padding: 0;
	height: 118px;
	width: 190px;
	float: left;
	background: url(immagini/inner-li-bg.jpg) repeat-x left top;
	border-left: 1px solid #c68136;
	border-right: 1px solid #965914;
	z-index: 1;
	position: relative;
}

#nav-slider li.active {	
	background: url(immagini/inner-li-bg.jpg) repeat-x left bottom;
}

#nav-slider li:hover {
	cursor: pointer;
}

#slider a.title-nav {
	margin: 5px 10px;
	padding: 0 0 0 20px;
	font-size: 22px;
	display: block;
	width: 160px;
	position: absolute;
	z-index: 100;
	color: #fff;
	text-shadow: #965914 1px 1px 1px;
	line-height: 1.1;
}

#slider a.more-nav {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #5a3102;
	margin: 5px;
	padding: 3px 10px 3px 3px;
	background: #b87e3c url(immagini/more-nav-bg.png) no-repeat right center;
	text-shadow: none;
	position: absolute;
	z-index: 100;
}

#slider a.more-nav:hover {
	background-color: #5a3102;
	color: #f9f9f5;
}

a.title-1 {
	left: 182px;
	top: 255px;
}

a.more-1 {
	top: 335px;
	left: 302px;	
}

a.title-2 {
	left: 374px;
	top: 255px;
}

a.more-2 {
	top: 335px;
	left: 494px;
}

a.title-3 {
	left: 566px;
	top: 255px;
}

a.more-3{
	top: 335px;
	left: 686px;
}

a.title-4 {
	left: 758px;
	top: 255px;
}

a.more-4 {
	top: 335px;
	left: 878px;
}

#nav-slider li span.order {
	display: none;
}

img.loading {
	position: absolute;
	top: 30%;
	left: 50%;
}

#content-slider {
	width: 960px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#content-slider div {
	width: 960px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#content-slider div img {
	position: absolute;
	top: 0;
	z-index: 100;
	left: 0;
}

#content-slider div div.slider-excerpt {
	position: absolute;
	top: 60px;
	right: 100px;
	z-index: 200;
	width: 300px;
	padding: 10px;
	text-align: center;
	color: #f9f9f5;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

a.more {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 3px 0 0;
	padding: 3px 10px 3px 3px;
	background: #b87e3c url(immagini/more-nav-bg.png) no-repeat right center;
	color: #fff;
	font-size: 13px;
}

a.more:hover {
	background-color: #5a3102;
	color: #f9f9f5;
}

#inner-nav {
	border: 1px solid #f7ff93;
	display: inline;
	position: absolute;
	bottom: 130px;
	right: 50px;
	z-index: 300;
	padding: 3px 2px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#inner-nav a {
	color: #01000c;
	background-color: #f9f9f5;
	margin: 0 1px;
	padding: 2px 8px;
}

#inner-nav a.activeSlide {
	color: #fff;
	background-color: #01000c;
}


/* BLOG */

#blog {
	width: 310px;
	margin: 0 0 10px;
	padding: 0;
	float: left;
	background-color: #f9f9f5;
	border: 3px solid #677e1f;
}

#blog .date {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.home .post {
	margin-top: 0;
}

#blog .cat {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#blog .cat a {
	background: url(immagini/blog.png) no-repeat right top;
	display: block;
	text-indent: -9999px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#blog .meta { margin-bottom: 18px }

#rightHome {
	width: 310px;
	margin: 0 0 10px;
	padding: 0;
	float: right;
	border: 3px solid #677e1f;
	background-color: #f9f9f5;
	/* min-height: 1148px; D*/
}

#rightHome .date {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#rightHome .cat a {
	margin: 0 0 -20px;
	padding: 0;
	line-height: 1;
}

#rightHome .tema a {
	background: url(immagini/tema-del-giorno.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 75px;
}

#rightHome .ltcv a {
	background: url(immagini/ltcv.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 80px;
}

#rightHome .ospite a {
	background: url(immagini/ospite.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 70px;
}

#rightHome .media a {
	background: url(immagini/media.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 70px;
}


#rightHome .programma a {
	background: url(immagini/programma.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 70px;
}


#rightHome .territorio a {
	background: url(immagini/territorio.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 70px;
}

#rightHome .cose-fatte a {
	background: url(immagini/ico_cosefatte.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 73px;
}



#rightHome .storie-di-toscana a {
	background: url(immagini/storie_di_toscana.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 61px;
}



.thumb {
	width: 280px;
	/* height: 109px; */
	overflow: hidden;
	margin: 0 0 3px;
}

#olderPosts {
	width: 634px;
	margin: 0;
	padding: 15px 0;
	background-color: #f9f9f5;
	border: 3px solid #677e1f;
}

#olderPosts .post {
	width: 45%;
	min-height: 48px;
	margin-bottom: 8px;
	display: inline;
	font-size: 14px;
}

#olderPosts .date {
	font-size: 12px;
}

#olderPosts .cat a {
	color: #898989;
	font-size: 12px;
}

#olderPosts .cat a:hover {
	text-decoration: underline;
}

/* FLICKR */

#flickr {
	margin: 10px 0;
	border: 3px solid #677e1f;
	padding: 10px;
	width: 614px;
	background-color: #f9f9f5;
	position: relative;
}

#flickr li {
	margin: 0 10px;
	padding: 0;
	display: inline;
}

#flickr li.gotoFlickr {
	width: 120px;
	height: 56px;
	margin: 0;
	padding: 0;
	background: url(immagini/flickr-div.png) no-repeat left top;
	position: absolute;
	right: 10px;
	top: 20px;
}

#flickr li.gotoFlickr a {
	display: block;
	width: 120px;
	height: 56px;
	text-indent: -9999px;
}