﻿/* CSS Document */

* { padding: 0; margin: 0 auto;}

/*----- Link -----*/

a:link, a:visited {
	text-decoration: none;
	color: #005500;
	font-weight: bold;
	}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #003300;
	font-weight: bold;
	}
a[href ^="mailto:"] {
   padding-right: 23px;
   background: transparent url(../img/ic/mailto.gif) no-repeat center right;
	}
a[href $='.pdf'] {
   padding-left: 23px;
   background: transparent url(../img/ic/pdf.png) no-repeat center left;
	}
a[href $='.doc'] {
   padding-left: 23px;
   background: transparent url(../img/ic/word.png) no-repeat center left;
	}
a.normal[href $='.pdf'] {
	padding-left: 0;
	background: none;
	}
a.ext:link {
	background: url(../img/ic/ext.png) right top no-repeat;
	padding-right: 23px;
	}
a.ext:visited {
	background: url(../img/ic/ext.png) right top no-repeat;
	padding-right: 23px;
	}
a.ext:hover,
a.ext:focus,
a.ext:active {
	background: url(../img/ic/ext.png) right top no-repeat;
	padding-right: 23px;
	}
a.movie:link {
	background: url(../img/ic/movie.png) left top no-repeat;
	padding-left: 23px;
	}
a.movie:visited {
	background: url(../img/ic/movie.png) left top no-repeat;
	padding-left: 23px;
	}
a.movie:hover,
a.movie:focus,
a.movie:active {
	background: url(../img/ic/movie.png) left top no-repeat;
	padding-left: 23px;
	}
a.foto:link {
	background: url(../img/ic/foto.png) left top no-repeat;
	padding-left: 23px;
	}
a.foto:visited {
	background: url(../img/ic/foto.png) left top no-repeat;
	padding-left: 23px;
	}
a.foto:hover,
a.foto:focus,
a.foto:active {
	background: url(../img/ic/foto.png) left top no-repeat;
	padding-left: 23px;
	}
a.download:link {
	background: url(../img/ic/download.png) left top no-repeat;
	padding-left: 23px;
	}
a.download:visited {
	background: url(../img/ic/download.png) left top no-repeat;
	padding-left: 23px;
	}
a.download:hover,
a.download:focus,
a.download:active {
	background: url(../img/ic/download.png) left top no-repeat;
	padding-left: 23px;
	}
.post h2 a:link, .post h2 a:visited {
	color: #141414;
	font-weight: normal;
	}
.post h2 a:hover, .post h2 a:focus, .post h2 a:active {
	color: #732300;
	}

/*----- Elementi nascosti -----*/

.nascosto, .nascosto2, hr {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 0;
	height: 0;
	clear: none;
	}

.clear {
	clear: both;
	}

/*----- Elementi generali -----*/

body { 
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 84%;
	background: url(../img/bg/img01_a.png) repeat-x;
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #141414;
	}
p, ol, ul {
	line-height: 1.6em;
	padding: 0 0 .5em 0;
	}
img {
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	}

/*----- Tabella -----*/

table {
  	width: 100%;
  	border: 1px solid #999;
  	background: #fff;
  	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
 	border: 1px solid #999;
  	border-bottom: none;
 	background: #fff;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 10px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	}
table th {
  	color: #999;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #f4f4fc;
  	}
table tr.alt {
  	background: #f4f1e9;
  	}
table td.int {
  	color: #555;
	font-weight: bold;
  	}
table td a {
  	display: block;
  	/*font-weight: bold;*/
  	}
table .sx {
	border-left: 1px solid #b5b5b5;
	}

/*----- Corpo pagina -----*/

#body { 
	background: url(../img/bg/img01_a.png) repeat-x;
	}

/*----- Intestazione -----*/

#header {
	width: 960px;
	height: 270px;
	margin: 0px auto;
	background: url(../img/bg/img06_a.png) no-repeat right top;
	padding: 0;
	}

/*----- Logo -----*/

#logo {
	padding: 40px 0 0 0;
	margin: 0;
	height: 120px;
	width: 410px;
	background: url(../img/bg/logo1_a.png) no-repeat left top;
	}
#logo2 {
	padding: 40px 0 0 100px;
	display: block;
	width: 380px;
	height: 40px; /* immagine originale height: 40px; */
	background: url(../img/bg/nome.png) no-repeat right bottom;
	}
#logo h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
	}

/*----- Menu -----*/

#header_menu {
	width: 960px;
	position: relative;
	top: 0;
	left: 0;
	height: 80px; /* *** */
	overflow: hidden;
	margin-top: 0px;
	float: none;
	}
#menu {
	padding: 0 0 0 30px;
	margin: 0;
	list-style: none;
	height: 25px;
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
#menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	margin: -3px -15px;
	}
#menu li {
	float: left;
	}
#menu li a {	/* primo livello */
	display: block;
	/*height: 25px;*/
	line-height: 40px;
	padding: 0 15px 0 0;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 1.0em;
	}
#menu li a b {
	display: block;
	height: 40px;
	float: left;
	padding: 0 0 0 15px;
	cursor: pointer;
	}
#menu li a:hover {
	background: url(../img/bg/tab_a.png) no-repeat right top;
	line-height: 36px;
	height: 40px;
	}
#menu li a:hover b {
	background: url(../img/bg/tab_b.png) no-repeat left top;
	line-height: 36px;
	}
#menu li:hover > a {
	background: url(../img/bg/tab_a.png) no-repeat right top;
	line-height: 36px;
	height: 40px;
	}
#menu li:hover > a b {
	background: url(../img/bg/tab_b.png) no-repeat left top;
	line-height: 36px;
	}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	height: 40px;
	width: 800px;
	background: #732300;
	left: -9999px;
	top: 40px;
	z-index: 10;
	}
#menu ul li {
	height: 22px;
	line-height: 23px;	/*32*/
	margin-top: 5px;
	}
#menu ul.right li {
	float: right;
	}
#menu ul li a {
	color: #fff; /* #000*/
	padding: 7px 10px 0 10px;
	height: 22px;
	line-height: 23px;	/*32*/
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 1.0em;
	}
#menu ul li a:hover {
	height: 22px;
	line-height: 16px;	/*28*/
	background: transparent;
	color: #fff;
	}
#menu ul.right li a {
	border-left: 1px solid #fff;
	border-right: 0;
	margin-left: -1px;
	}
#menu ul li a.last {
	border: 0;
	}
#menu :hover ul {
	left: 0;
	}
#menu li.current ul {
	left: 0;
	z-index: 1;
	}
#menu li.current a {
	background: url(../img/bg/tab_a.png) no-repeat right top;
	line-height: 36px;
	height: 40px;
	}
#menu li.current a b {
	background: url(../img/bg/tab_b.png) no-repeat left top;
	line-height: 36px;
	}
#menu li.current ul li a {
	color: #fff; /* #000*/
	padding: 7px 10px 0 10px;
	height: 22px;
	line-height: 23px; /*32*/
	background: transparent;
	}
#menu li.current ul li {
	color: #000;
	font-weight: bold;
	/*padding: 0 10px 0 10px;*/
	height: 22px;
	line-height: 23px; /*32*/
	background: transparent;
	}
#menu li.current ul li.current_sub a {
	color: #fff;
	line-height: 16px; /*28*/
	border-bottom: 2em solid #fff;
	margin-left: -1px;
	}
#menu li.current ul li a:hover {
	color: #fff;
	line-height: 16px; /*28 - 4*/
	}

/*----- Form ricerca-----*/

#ricerca {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 788px;
	bottom: 0!important;
	bottom: -1px;
	/*z-index: 1000;*/
	text-align: right;
	}
#ricerca form {
	margin: 0;
	padding: 11px 0 5px 0;
	float: right;
	}
/*#ricerca form input {
	width: 120px;
	}*/
#ricerca form input.cerca {
	width: 40px;
	font-size: .85em;
	}
	
/*----- Traduzioni -----*/
#ai {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 840px;
	bottom: 0!important;
	bottom: -1px;
	z-index: 100;
	text-align: right;
	}
#ai img {
	border: 0;
	padding: 0;
	}
#traduzione {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 51px;
	left: 920px;
	bottom: 0!important;
	bottom: -1px;
	z-index: 100;
	text-align: right;
	}
#traduzione p {
	text-align: right;
	}
#traduzione ul {
	display: inline;
	}
#traduzione img {
	border: 0;
	padding: 0;
	margin-left: 5px;
	}

/*----- Contenuti pagina -----*/

#wrapper {
	background: #ecead1 url(../img/bg/img02_a.png) repeat-x left bottom;
	}
#page {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 60px;
	}
#content {
	float: left;
	width: 600px;
	padding: 10px;
	}
#content .post {
	padding: 10px 0 10px 0;
	border-bottom: #5c260c 1px dashed;
	}
#content img {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	}
#content img.sx {
	margin-left: 0;
	margin-right: 10px;
	float: left;
	}
#content .gallery {
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
#content .data {
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #303030;
	}
#content h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
	}
#content h3 {
	font-size: 1.25em;
	font-style: italic;
	letter-spacing: .05em;
	margin-top: -15px;
	margin-bottom: 15px;
	color: #303030;
	}
#content .post h3 {
	margin-bottom: 0;
	}
#content h4 {
	font-size: 1.05em;
	font-style: italic;
	margin-top: -15px;
	margin-bottom: 15px;
	}
#content p.primo {
	margin-top: 15px;
	}
#content .sezione {
	font-size: .8em;
	color: #303030;
	padding-bottom: 8px;
	padding-top: 5px;
	}
#content li {
	margin-left: 20px;
	}
#content ol {
	padding-left: 8px;
	}
#content .archivio {
	padding: 10px 0 10px 0;
	border-top: #5c260c 1px dashed;
	}
#content .archivio h3 {
	margin-top: 10px;
	}
#archivio_articoli {
	text-align: right;
	margin: 5px;
	}
#sidecol {
	float: right;
	width: 320px;
	}
#evidenza, #eventi_iniziative, #partner_sponsor, #foto_mese, #approfondimento, #meteo {
  	width: 320px;
  	padding: 10px 0;
	border-right: 1px solid #d9e0e6;
	border-bottom: 1px dashed #d9e0e6;
	background: #E6EFC2;
	}
.ultimo {
	border-bottom: #d9e0e6 1px solid;
	}

/*----- Evidenza -----*/
	
#evidenza dl {
  	/*overflow: auto;*/
	width: 300px;
  	margin: 10px;
  	padding: 0;
  	}
#evidenza dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
    }
#evidenza dt {
  	float: right;
  	width: 202px;
  	margin: 0;
  	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
  	font-size: 1.3em;
  	letter-spacing: 1px;
  	color: #2F353E;
  	}
#evidenza dt.appr {
	font-size: 1.3em;
	}
#evidenza dd {
  	margin: 0 0 0 98px;
  	padding: 0;
 	font-size: .8em;
  	line-height: 1.5em;
  	color: #303030;
  	}
#evidenza dl dd.img {
   	margin: 0;
	}
#evidenza dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
	}

/* reverse float */

#evidenza .alt dt {
  	float: left;
  	}
#evidenza .alt dd {
 	margin: 0 98px 0 0;
  	}
#evidenza .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
#evidenza img {
	margin-left: 5px;
	}

/*----- Elementi colonna laterale -----*/

#evidenza h2, #eventi_iniziative h2, #partner_sponsor h2, #foto_mese h2, #approfondimento h2, #meteo h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
  	color: #2F353E;
	margin-left: 10px;
	}
#eventi_iniziative li, #partner_sponsor li, #approfondimento li {
	width: 300px;
	list-style: none;
	margin-left: 15px;
	font-size: .8em;
	}
#partner_sponsor li {
	line-height: 4.5em;
	}
#partner_sponsor img {
	vertical-align: middle;
	margin-right: 10px;
	}
#foto_mese img {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
/*#meteo {
	z-index: -1;
	}*/
#meteo h2 {
	display: block;
	width: 300px;
	height: 40px;
	margin-bottom: -42px;
	z-index: 1;
	position: relative;
	background-color:#e6efc2;
	}

/*----- Piede di pagina -----*/

#wrapper2 {
	background: #732300;
	border-bottom: 2px solid #7f7f7f;
	}
#footer {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	}
#footer .point {
	font-size: 7em;
	line-height: .3em;
	letter-spacing: -10px;
	padding-bottom: .1em;
	}
#footer li {
	list-style: none;
	font-weight: bold;
	display: inline;
	padding: 10px;
	margin-bottom: 10px;
	}
#footer a:link, #footer a:visited{
	text-decoration: none;
	color: white;
	padding-right: 20px;
	}
#footer a:hover, #footer a:focus, #footer a:active{
	text-decoration: underline;
	color: #dfdfdf;
	}
#credit {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #dfdfdf;
	background: #262626;
	border-top: 1px solid #7f7f7f;
	}
#credit a {
	border-bottom: 1px dotted #dfdfdf;
	text-decoration: none;
	color: #dfdfdf;
	}

/*----- Blockquote -----*/

.pullquote {
	font:italic 1.3em/1.3 Georgia;
	margin:10px;
	background: url(../img/bg/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
	}
.pullquote:first-letter {
	background: url(../img/bg/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
	}

/*----- Form iscrizione newsletter -----*/

form.nlform fieldset {
	margin-bottom: 10px;
	}
form.nlform legend {
	padding: 0 10px;
	margin: 0 10px;
	font-weight: bold;
	}
form.nlform p {
	padding: 0 35px;
	}
form.nlform label {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
	}
form.nlform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.nlform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.nlform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
form.nlform label {
	width: 120px; /* Width of labels */
	}
form.nlform label.large {
	width: 450px;
	}
form.nlform input.check {
	width: 5em;
	padding: 0;
	}
/*----- Video player -----*/
#content .area_player, #content .videolist_evid, #content .videolist {
	width: 600px;
	}
#player {	
	display: block;
	width: 580px;
	height: 435px;
	padding: 0 10px 10px 0px;	
	text-align: center;
	}
/* Playlist */
#playlist {
	height: 460px;
	overflow: auto;
	margin-top: 20px;
	}
#playlist .playlist_sub {
	float: left;
	width: 297px;
	}
#content .videolist a, #playlist .playlist_sub a {
	height: 78px;
	font-size: .8em;
	}
#content .videolist_sx a span, #content .videolist_dx a span, #playlist .playlist_sub a span {
	margin: 0 0 13px 98px;
	}
/* Videolist */
#content .videolist_evid h3, #content .area_player h3 {
	margin-top: 15px;
	}
#content .videolist_evid a {
	height: 110px;
	}
#content .videolist_evid a span {
	margin: 0 0 12px 151px;
	}
#content .videolist_sx {
	float: left;
	width: 297px;
	}
#content .videolist_dx {
	float: right;
	width: 297px;
	}
/* Elementi interni alla playlist e videolist*/
#content .videolist_evid a, #content .videolist_sx a, #content .videolist_dx a, #playlist .playlist_sub a {
	display: block;
	padding: 7px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	margin-top: 7px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);*/
	}
#content .videolist_evid a span, #content .videolist_sx a span, #content .videolist_dx a span, #playlist .playlist_sub a span {
	position: absolute;
	width: 2.8em;
	bottom: 0;
	left: 0;
	border: 0;
	background-color: #222;
	padding: 1px 2px;
	color: #fff;
	font-style: normal;
	text-align: right;
	}
#playlist a img, #content .videolist_evid img, #content .videolist img {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	}
#playlist a strong, #content .videolist_evid a strong, #content .videolist a strong {
	color: #003300;		
	padding-bottom: 2px;
	}
/* Differenti stati della playlist */
#content .videolist_evid a:hover, #content .videolist a:hover,
#playlist a:hover, #playlist a.playing, #playlist a.paused {
	border: 1px solid #aaa;
	background-color: #ffc;
	}

/*----- Mappa del sito -----*/

#mappa li {
	margin: 0 0 0 50px;
	}

/*----- Diario eventi -----*/
/*
#diario {
	margin: 0px auto;
	width: 95%;
	display: block;
	}
#diario dt {
	position: relative;
	left: 0;
	top: 1em;
	font-weight: bold;
	padding: 0 1em 0 0;
	}
#diario dd {
	border-left: 1px solid #000;
	margin: 0 0 0 100px;
	padding: 0 0 0 10px;
	font-style: italic;
	}
*/
/*----- Motore di ricerca -----*/

#ricerca_header {
	font-size: 1.1em;
	border-bottom: 1px solid #D4D4D4;
	margin: 10px;
	}
#ricerca_chiusura {
	text-align: center;
	}
a.search1:link, a.search1:visited {
	font-size: 1.1em;
	padding: 0;
	}
a.search1:hover, a.search1:focus, a.search1:active {
	font-size: 1.1em;
	padding: 0;
	}
.rientro {
	padding: 0 0 0 10px;
	}

/*----- Tabella prenotazioni -----*/

#pren {
	border: 0;
}
#pren th {
	color: #000;
	font-size:1.3em;
}
#pren th, #pren td {
	padding: 2px;
	border-bottom:0;
}
#pren .gr {
	font-weight:bold;
	font-size: 1.7em;
}
#pren .a, #pren .r, #pren .n {
	font-weight: bold;
}
#pren .a {
	background-color:#66CC33;
}
#pren .r {
	background-color:#FF9933;
}
#pren .n {
	background-color:#FF3300;
}
