@charset "utf-8";
/*
Gleenk - News Spot Slider v 2.0
http://www.gleenk.com
This opera is licensed under a Creative Commons Attribuzione
Non opere derivate 2.5 Italia License.
*/

/* CSS Document */

body {margin:0; padding:0;  font-size:12px; font-family:Arial, Helvetica, sans-serif;}
ul, li {list-style:none; margin:0; padding:0;}
a, img {
	border:1;
	outline:none;
	text-decoration:none;
	color: #000;
}
#container {
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index: 8;
}

h2 {font-size:20px; color:#2E2E2E; text-shadow: 1px 1px 0px #fff, 0 0 1px #999; -moz-text-shadow: 1px 1px 0px #fff, 0 0 1px #999; -webkit-text-shadow: 1px 1px 0px #fff, 0 0 1px #999;}
/*NEWS CONTAINER*/
#news_block {
	width:860px;
	margin:0 auto;
	position:relative;
	padding:18px 15px 10px;
	border:1px solid #EBEBEB;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	}
	
/*NEWS BOXES*/
.news_box {
	height:300px;
	width:193px;
	padding:10px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	float:left;
	margin-right:8px;
	background:#fff;
	}
#news_block .last {
	margin-right:0;
	}
.news_box .date {
	color:#6a6c67;
	font-size:10px;
	margin-bottom:10px;
	}
.news_box h2.title {
	color:#c63a50;
	font-size:12px;
	font-style:italic;
	margin-bottom:15px;
	}
.news_box .news_thumb {
	width:193px;
	height:146px;
	overflow:hidden;
	margin-bottom:6px;
	}
.news_box .description {
	color:#000;
	font-size:11px;
	margin-bottom:10px;
	}
.news_box .read_more {
	text-align:right;
	color: #F00;
	}
.news_box .read_more a {
	color:#B90000;
	font-size:11px;
	}
.news_box .read_more a:hover {
	color:#b7a470;
	}
	
.news_slider {
	width: 860px;
	height: 320px;
	position: relative;
	z-index: 10;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	}
.news_slider ul.slides {
	position:relative;
	width:auto;
	height:320px;
	overflow:hidden;
	left:0;
	}
.news_slider ul.slides li {
	float:left;
	width:860px;
	}
	
/*LEFT and RIGHT ARROWS*/
.news_slider-right, .news_slider-left {
	background-image:url(../../articoli/images/news_slider-frecce.png);
	background-repeat:no-repeat;
	height:37px;
	width:25px;
	cursor: pointer;
	position:absolute;
	top:140px;
	z-index:11;
	}
.news_slider-right {
	background-position: -25px 0;
	right:-40px;
	}
.news_slider-left {
	left:-40px;
	}
.news_slider-right:hover {
	background-position: -25px -37px;
	}
.news_slider-left:hover{
	background-position: 0px -37px;
	}
	
/*SPOTS*/
.news_slider-spots {
	text-align: center;
	list-style: none;
	width: auto;
	height:10px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}
.news_slider-spots li {
	background-image:url(../../articoli/images/news_slider-step.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
	float:left;
	width: 10px;
	height: 8px; 
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
	}
.news_slider-spots li:hover, .news_slider-spots li.active {
	background-position:-10px 0;
	}
	
/*v2 addon*/
#toggleTime {
	position:absolute;
	bottom:5px;
	right:15px;
	width:20px;
	height:19px;
	}
#toggleTime:hover {
	filter:alpha(opacity=90);
	moz-opacity:0.9;
	khtml-opacity: 0.9;
	opacity: 0.9;
	}
.tplay {
	background:url(../../articoli/images/time-control.png) no-repeat 0 0;
	}
.tpause{
	background:url(../../articoli/images/time-control.png) no-repeat 0 -19px;
	}
/*DEMO PURPOSE ONLY*/

#inner {
	width:900px;
	margin:0 auto;
	font-size:14px;
	}
#inner a {
	color:#C63A50;
	text-decoration:underline;
	}
#inner ul, #inner li {
	margin:auto;
	padding:auto;
	list-style: inside;
	}
#inner li {
	margin:5px 10px;
	}
#inner h2 {
	border-bottom:3px solid #2e2e2e;
	}
#inner p.copyright {
	text-align:center;
	font-size:11px;
	border-top:1px solid #999;
	padding-top:15px;
	margin-top:20px;
	}
.golinks {
	margin:0 auto;
	width:420px;
	position:relative;
	overflow:auto;
	padding:20px;
	}
.download {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:6px 20px;
	border:1px solid #EBEBEB;
	background:url(../../articoli/images/gray_sand.gif);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	text-shadow: 1px 1px 0px #333;
	display:block;
	width:150px;
	text-align:center;
	float:left;
	margin:0 5px;
	}
.download:hover {
	color:#ead8a5;
	}
	
