﻿/* CSS Document */

/* stili del body */
body {
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; /* famiglia font */
	font-size: 13px; /* corpo font */
	line-height: 16px; /* interlinea font */
	color: #003366; /* colore font */
	background-color: #000033; /* colore fondo pagina */
	background-image: url(../risorse/grafica/fondo_pagina.gif); /* immagine fondo pagina */
	margin-left: 0; /* distanza del conteiner dal bordo sinistro del browser */
	margin-right: 0; /* distanza del conteiner dal bordo destro del browser */
	margin-top: 0; /* distanza del conteiner dal bordo superiore del browser */
	margin-bottom: 0; /* distanza del conteiner dal bordo inferiore del browser */
	text-align: center; /*centra il conteiner in IE 5.x */
}
* {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 15px 0 15px;
}
h1 {
	margin: 15px 0 15px 0;
}
h2 {
	margin: 15px;
	width: 630px;
	height: 20px;
	font-size: 13px;
	line-height: 20px; 
	text-align: center;
	font-weight: bold;
	color: #990000; 
	background-image: url(../risorse/grafica/h2.gif);
	background-repeat: no-repeat;
}
h3 {
	margin: 15px;
	width: 630px;
	height: 20px;
	font-size: 13px;
	line-height: 20px; 
	text-align: center;
	font-weight: bold;
	color: #990000; 
	background-image: url(../risorse/grafica/h3.gif);
	background-repeat: no-repeat;
}
img {
	margin: 0 15px 0 15px;
}
#titolo{
	float: left;
}
.flash{
	float: left;
	/*
	width: auto;
	*/
	width: 200px;
	height: auto;
	padding: 10px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	border-color: #003366;
	border-width: 2px;
	border-style: dashed;
	color: #990000;
	background-color: #FFFFFF;
}
/* contenitore totale*/
#container {
	background-color: #EBEBEB;
	width: 960px;
	margin: auto; /*centra il conteiner negli altri browsers*/ 
	text-align: left; /*ripristina l'allineamento*/
	background-image: url(../risorse/grafica/separa_colonne.gif);
	background-repeat: repeat-y;
}
/* contenitore testata */
#header {
	width: 960px;
	height: auto;
}
/* contenitore navigazione */
#navigation {
	float: left;
	width: 960px;
	height: 45px;
	background-color: #EBEBEB;
}
#navigation ul{
	list-style-type: none;
}
#navigation li{
	float: left;
	display: inline;
}
#navigation a:link, #navigation a:visited {
	display: block;	
	width: 160px;	
	height: 30px;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #EBEBEB;
	background-image: url(../risorse/grafica/pulsante_01.jpg);
	background-repeat: no-repeat;
}
#navigation a:hover, #navigation a:active {	
	display: block;	
	width: 160px;		
	height: 30px;				
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #3399CC;
	background-image: url(../risorse/grafica/pulsante_02.jpg);
	background-repeat: no-repeat;
}
/* colonna sinistra*/

#content { 
	float: left;
	/*width: auto;*/
	width: 660px;
	height: auto;	
}
#animazione_evento {
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
}
#immagine_artista { 
	position:relative;
	/* 
	width: 660px;
	height: 300px;
	*/
}
#immagine_artista img { 
  position: relative;
  left: 50%;
  margin-left: -180px;
  width:360px; 
  height:auto;
}
#finestra_testo{ 
	float: left;
	width: 645px;
	height: 205px;
	overflow: auto;
}

#finestra_testo_evento{ 
	float: left;
	width: 645px;
}

#finestra_testo{ 
	float: left;
	width: 645px;
}

div#finestra_evento{
        float:left;
}
#brani_musicali{ 
	float: left;
	width: 660px;
	height: auto;
}
#video{ 
	position:relative;
	float: left;
	width: 660px;
	height: auto;
}
#video img{ 
  position: absolute;
  left: 50%;
  margin-left: -180px;
}
#content_left {
	float: left;
	width: 660px;
}
#content_left img{
	float: left; 
}
#content_left ul {
	list-style-type: none;
	margin-left: 15px;
}
#content_left li{
	float: left;
	width: 630px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	text-indent: 15px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}

/* colonna destra*/
#content_right {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
}
/* contenitore cast*/
#titolo_cast {
	width: 300px;	
	height: 40px;
	background-image: url(../risorse/grafica/titolo_cast.gif);
	background-repeat: no-repeat;
}
#cast { 
	float: left;
	width: 300px;			
	background-image: url(../risorse/grafica/fondo_box.gif);
	background-repeat: repeat-y;
}
#cast ul {
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.01em;
	font-weight: bold;
	list-style-type: none;
	margin-left: 25px;
}
#cast li			{
	float: left;
	padding-bottom: 1px;
}
#cast a:link, #cast a:visited {
	display: block;	
	color: #7FBEE1;
	background-color: #003366;
	width: 250px;	
	height: 30px;
	text-decoration: none;
}
#cast a:hover, #cast a:active {	
	display: block;	
	color: #003366;
	background-color: #7FBEE1;
	width: 250px;		
	height: 30px;				
	text-decoration: none;
}
/* contenitore eventi */
#titolo_news {
	float:left;
	width: 300px;	
	height: 40px;
	margin: 25px 0 0 0;
	background-image: url(../risorse/grafica/titolo_eventi.gif);
	background-repeat: no-repeat;
}
#news { 
	float: left;
	width: 300px;	
	background-image: url(../risorse/grafica/fondo_box.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#news a:link, #news a:visited {
	text-decoration: none;
}
#news a:hover, #news a:active {					
	text-decoration: underline;
}
#news ul {
	list-style-type: none;
}
#news li {
	font-size: 11px;
	line-height: 13px;
	color: #003366;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
#news span {
	color: #990000;
	font-size: 12px;
}
#news hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 250px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news.hasJS {
	height: 250px;
	overflow: hidden;
	position: relative;
}
#news.hasJS ul {
	position: absolute;
	top: 0;
	left: 25px;
	width: 230px;
}

#chiude_box { 
	float:left;
	width: 300px;
	height: 15px;
	background-image: url(../risorse/grafica/chiude_box.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* contenitore footer */
#footer { 
	clear: both;
	background-image: url(../risorse/grafica/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #EBEBEB;
	width: 960px;
	height: 60px;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
}
#footer a:hover, #footer a:active {	
	color: #3399CC;
}
#footer  p{
	font-size: 11px;
	line-height: 59px;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
}

/* stile testo lincabile */
a:link, a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active{
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}



#pagination { margin: 0px; padding: 20px; text-align: center; width:500px; float:left; text-align:center; }

#pagination ul.smd_gallery_nav{	
	margin: 0px;	padding: 0px;	text-align: center;	width: 100%;	display: block;	clear: both;
	list-style-type:none;}
#pagination .total  {	font-size: 0.8em;	text-align: left;	margin: 0 0 10px;}
#pagination ul.smd_gallery_nav li  {float:left; 	font-size: 0.8em;}
#pagination ul.smd_gallery_nav li.empty{	border: 1px solid #ccc;	padding: 2px 6px;	background: rgb(255, 255, 255) none repeat;	display: block;	color: #666666;	text-decoration: none;	margin: 0 5px 0 0;}

#pagination ul.smd_gallery_nav li.current{	border: 0px solid rgb(205, 221, 238);	padding: 2px 6px;	background: rgb(255, 255, 255) none repeat;	display: block;	color: #000000;	text-decoration: none;	margin: 0 5px 0 0;}

#pagination ul.smd_gallery_nav li a{	border: 1px solid rgb(205, 221, 238);	padding: 2px 6px;	background: rgb(255, 255, 255) none repeat;	display: block;	color: #3078BD;	text-decoration: none;	margin: 0 5px 0 0;	}	
#pagination ul.smd_gallery_nav a:hover{	border: 1px solid #3078BD;	color: rgb(255, 255, 255);	background-color: #3078BD;	float: left;}


.audio_container {
	padding: 20px;	
}

.video_wrapper {
	float:left;	
}

.clear {
	clear:left;
}


#content_left div.audio_container ul.lightbox  {
	margin-bottom:20px;
}

#content_left div.audio_container ul.lightbox li {
	width: 100px; background-color: #EBEBEB;
	padding:20px;
}

img#lightboxImage {
	margin: 0 ;
} 
#bottomNav img  {
	margin: 0;
}

#info_eventi {
	float:left;
	height:auto;
	width:450px;
}

.info_eventi {
	margin:0pt 0pt 0pt 15px;
}


#immagini {
	position: relative;	
}


div#finestra_evento{
float:left;
}

