﻿	/* 24x1ORA screen layout  */
	/* E' consentito prendere visione degli elementi e delle tecniche utilizzate in questo CSS e adattarle all'interno dei propri progetti, ma la combinazione unica di immagini, colori, misure, attributi tipografici e di posizionamento ("il design") è Copyright © 2009 smartpixel.it e non può essere riprodotto. */ 
	/* Ultimo aggiornamento 10 lug 2009 */

/* Normalizzazione */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
ul, ol {list-style-type: none;}
img, fieldset {border: none;}
/* Elementi Invisibili */
#brand h1 a img, #brand h1 a span, #brand #staff span, #sponsor a span, #partner span, #nav_page span, #browser span {display:none;}
/* Elementi Tipografici */
body {
	text-align: center;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #EFE9DD url(pic/body.gif) repeat-x 0px 85px;
}
a[rel="external"] {
	background: transparent url(pic/external.gif) no-repeat scroll right center;
	padding-right: 13px;
}
/*
#tooltip {
	border: 1px solid #000000;
	padding: 5px;
	display: none;
	background: #ffffff;
	color: #000000;
	position: absolute;
	font-size: 11px;
}
*/
.wrap {
	margin: auto;
	width: 980px;
	position: relative;
	text-align: left;
}
/* Area Branding */
#brand {
	height: 335px;
	background: transparent url(pic/brand.gif) repeat-x;
}
#brand h1 a {
	background: transparent url(pic/logo.gif) no-repeat 0px 0px;
	height: 85px;
	width: 540px;
	display: block;
}
#brand h1 a:hover {background: transparent url(pic/logo.gif) no-repeat 0px -85px;}
#brand #staff {
	position: absolute;
	top: 0;
	right: 0;
}
#brand #staff li {
	float: left;
	margin-right: 5px;
}
#brand #staff li a {display: block;}
#brand #staff li a[rel="external"] {
	background: none; 
	padding: 0px;
}
#brand #staff #ana a {
	height: 85px;
	width: 185px;
	background: transparent url(pic/staff.gif) no-repeat 0px 0px;
}
#brand #staff #ana a:hover {background: transparent url(pic/staff.gif) no-repeat 0px -85px;}
#brand #staff #asd a {
	height: 85px;
	width: 100px;
	background: transparent url(pic/staff.gif) no-repeat -185px 0px;
}
#brand #staff #asd a:hover {background: url(pic/staff.gif) no-repeat -185px -85px;}
#brand blockquote {
	background: transparent url(pic/blockquote.gif) no-repeat;
	width: 900px;
	height: 250px;
}
#brand blockquote p {
	font: 20px/36px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 80px;
}
#brand blockquote p strong {
	font-size: 24px;
	display: block;
}
#brand #count {
	position: absolute;
	top: 86px;
	right: 0px;
	background: url(pic/count.gif) no-repeat right top;
	height: 180px;
	width: 295px;
}
#brand #count p {
	color: #3b7607;
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
}
#brand #count p strong {
	color: #FFFFFF;
	font-size: 18px;
}
/* Countdown */
#countdown-box {
	height: 75px;
	margin: 25px 0 0 20px;
}
.countdown-frame {
	float: left;
	width: 60px;
	background: #40D966;
}
#countdown-frame-g {width: 80px;}
#countdown-frame-g h1 {width: 60px;}
.countdown-frame h1 {
	float: left;
	height: 20px;
	width: 50px;
	margin: 0;
	padding: 0; 
}
.countdown-digit {
	height: 35px;
	width: 20px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#countdown-frame-g h1 {background: transparent url(pic/countdown.gif) -5px 0px no-repeat;}
#countdown-frame-h h1 {background: transparent url(pic/countdown.gif) -65px 0px no-repeat;}
#countdown-frame-mm h1 {background: transparent url(pic/countdown.gif) -115px 0px no-repeat;}
#countdown-frame-ss h1 {background: transparent url(pic/countdown.gif) -160px 0px no-repeat;}
/* Strumenti di navigazione */
#nav {
	position: absolute;
	top: 305px;
	left:0;
	width: 100%;
	height: 30px;
	z-index: 10;
}
#nav_main {
	margin-left: 40px;
	height: 30px;
}
#nav_main li {
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
}
#nav_main a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #3B7607;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 5px;
}
#nav_main li.current a, #nav_main li.current a:hover {
	color: #000000;
	background: url(pic/current.gif) no-repeat;
}
#nav_main li a:hover {
	background: #40D966;
	color: #FFFFFF;
}
#nav_sec {
	margin-left: 40px;
	background: #EFE9DD url(pic/dot.gif) repeat-x bottom;
	height: 40px;
}
#nav_sec li {float: left;}
#nav_sec li a {
	text-decoration: none;
	font-size: 11px;
	color: #a89a8b;
	font-weight: normal;
	text-align: center;
	height: 20px;
	width: 100px;
	padding: 10px 0px;
	display: block;
}
#nav_sec li span.title {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-align: center;
	height: 20px;
	width: 100px;
	padding: 10px 0px;
	display: block;
}

#nav_sec li a:hover {color: #000000;}
#nav_sec li.current a, #nav_sec li.current a:hover {
	color: #000000;
}


/* Area Contenuti */
#content {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 60px;
	min-height: 900px;
	height:900px;
	height: auto !important;
}
#content a {
	color: #3B7607;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {text-decoration: underline;}
/* Contenuti Principali */
#content_main {
	width: 600px;
	margin-left: 40px;
}
#content_main div {margin-top: 30px;}
#content_main h2 {
	color: #3B7607;
	font-size: 16px;
	background: transparent url(pic/h2.gif) no-repeat;
	padding: 5px 0 0 30px;
}

#content_main h2 a.smalllink {
  font-size:9px;
}

#content_main h3 {
	color: #3B7607;
	font-size: 14px;
	padding: 5px 0 0 0;
}
#content_main h4 {
	color: #3B7607;
	font-size: 12px;
	padding: 5px 0 0 0;
}


#content_main p, #content_main ul {
	color: #444444;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#content_main li {
	background: url(pic/li.gif) no-repeat 0px 5px;
	text-indent: 15px;
}
#content_main p[class="date"] {
	color: #a89a8b;
	padding: 0px 0px 0px 30px;
}
/* Inizio Pagina */
#content #nav_page a {
/*display: block;
  height: 40px;
	width: 100px;
	background: url(pic/top.gif) no-repeat 0px 0px;
	margin-left: 800px;
*/}
#content #nav_page a:hover {background: url(pic/top.gif) no-repeat 0px -40px;}
#content #nav_page li, #content #nav_page div
{
  display:inline;
  background:none;
  margin-left:4px;
}

/* Contenuti Secondari */
#content_sub {
	position: absolute;
	top: 100px;
	right: 5px;
	width: 280px;
	text-align: center;
}
#content_sub h2 {
	font-size: 16px;
	font-weight: normal;
	color: #A89A8B;
	padding: 5px 0px;
	height: 20px;
}
/* Sponsor */
#content_sub #sponsor {
	width: 280px;
	height: 150px;
	background: url(pic/sponsor.gif) no-repeat;
}
#content_sub #sponsor img {
	border: 1px solid #b3ada1;
	width: 250px;
	height: 100px;
}
#content_sub #sponsor a {
	border: 4px solid #dfdad4;
	height: 102px;
	margin: auto;
	width: 252px;
	display: block;
}
#content_sub #sponsor a:hover {border: 4px solid #cbc1b4;}
/* Partner */
#content_sub #partner li {margin: 10px auto;}
#content_sub #partner li a {
	display: block;
	margin: auto;
	padding: 0px;
}
#content_sub #partner #foxsport a {
	background: url(pic/foxsport.gif) no-repeat 0px 0px;
	width: 160px;
	height: 70px;
}
#content_sub #partner #foxsport a:hover {background: url(pic/foxsport.gif) no-repeat 0px -70px;}
#content_sub #partner #tds a {
	background: url(pic/tds.gif) no-repeat 0px 0px;
	height: 50px;
	width: 160px;
}
#content_sub #partner #tds a:hover {background: url(pic/tds.gif) no-repeat 0px -50px;}
#content_sub #partner #nova a {
	height: 65px;
	width: 160px;
	background: url(pic/nova.gif) no-repeat 0px 0px;
}
#content_sub #partner #nova a:hover {background: url(pic/nova.gif) no-repeat 0px -65px;}
/* Informazioni sul Sito */
#site_info {
	background: #00CC33;
	border-top: #ffffff 1px solid;
	padding: 25px 0px;
}
#site_info p, #site_info ul {
	font-size: 14px;
	line-height: 24px;
	color: #3A7606;
	margin-left: 120px;
}
#site_info a {
  color: #00481F;
  font-weight: bold;
  text-decoration: none;
}
#site_info a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#site_info #update {background: url(pic/update.gif) no-repeat 620px bottom;}
#site_info #update p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#site_info #update #browser {height: 64px;}
#site_info #update #browser li {
	float: left;
	margin-right: 20px;
}
#site_info #update #browser a {
	display: block;
	height: 64px;
	width: 64px;
	padding: 0px;
}
#site_info #update #browser #iexplorer {background: url(pic/browser.gif) no-repeat 0px 0px;}
#site_info #update #browser #firefox {background: url(pic/browser.gif) no-repeat -64px 0px;}
#site_info #update #browser #safari {background: url(pic/browser.gif) no-repeat -128px 0px;}
#site_info #update #browser #chrome {background: url(pic/browser.gif) no-repeat -192px 0px;}
#site_info #update #browser #opera {background: url(pic/browser.gif) no-repeat -256px 0px;}
#site_info #update #browser #iexplorer:hover {background: url(pic/browser.gif) no-repeat 0px -64px;}
#site_info #update #browser #firefox:hover {background: url(pic/browser.gif) no-repeat -64px -64px;}
#site_info #update #browser #safari:hover {background: url(pic/browser.gif) no-repeat -128px -64px;}
#site_info #update #browser #chrome:hover {background: url(pic/browser.gif) no-repeat -192px -64px;}
#site_info #update #browser #opera:hover {background: url(pic/browser.gif) no-repeat -256px -64px;}

#copyright a[href="http://www.smartpixel.it/smartpress/"] {

  background: transparent url(pic/smartpress.png) no-repeat 0px 0px;
  padding: 0px;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
}
#copyright a[href="http://www.smartpixel.it/smartpress/"] span {display: none;}
#copyright a[href="http://www.smartpixel.it/smartpress/"]:hover {background: transparent url(pic/smartpress.png) no-repeat 0px -64px;}

/* albo d'oro */

.tb-ado 
{
	text-align:right;
	font-size:10px;
}
.td-ado-nome
{
	text-align:left;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	
}
.td-ado-nome span
{
	text-align:right;
	padding-left:10px;
	font-style:italic;
	font-weight:normal;
	font-size:10px;
}
div#trakImg
{
  width:150px;
  height:150px;
  border:1px solid #000;
  position:relative;
  top:-455px;
  left:5px;
  z-index:100;
 }
/*tabella organizzazione*/
table#organizzazione
{
  text-align:center;
  margin:10px 0px;
  border-collapse:collapse;
}
table#organizzazione tr,
table#organizzazione tr td
{
  vertical-align:top;
  border-collapse:collapse;
  border: 1px solid #A89A8B;
  padding-bottom:2px;
}
table#organizzazione tr.spacer,
table#organizzazione tr.spacer td
{
  border: 0px;
}
table#organizzazione tr.spacer
{
  display:block;
  height:10px;
}

div#content div#images-container div
{
  margin:10px;
  float:left;
text-align:center;
  position:relative;
}

div#content div#images-container div.directory
{
  margin:10px;
  float:none;
  text-align:left;
}

div#content div#images-container div.directory a
{
  display:block;
  padding:10px;
  height:100px;
	background: url(pic/folder.png) center left no-repeat;
}
div#content div#images-container div.directory a span
{
  margin-left:150px;
  margin-top:30px;
}
div#content div#images-container div.directory a:hover
{
  text-decoration:none;
  background-color:#DBD5CB;
}

div.clear
{
  clear:both;
}

div#content div#content_sub #widgets
{
  position:relative;
  top:-50px;
}

#fb-widget
{
border:none; 
overflow:hidden;
width:160px; 
height:287px;
background-color:#fff;
}
span.smalltext
{
  display:block;
  font-size:8px;
}

