/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}
.shuttle {text-align: right;}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}



/*  table 
table {
	border-collapse: collapse;
	margin: 10px;	
}


td {
	padding-left: 15px;
	padding-right: 5px;
	border: 0px;
}

 end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea.registrati {
	width:250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin-top: 5px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(demo/images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 5px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(demo/images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;

	display: inline;
	padding: 0; 	
 background: #fff url(demo/images/content-wrap.jpg) repeat-x;
}


/* header */
#header  {
	position: relative;
	clear: both;
	margin: 0px auto;
margin-bottom: 0px;
	height: 200px;
	width: 850px;
	background: #fff url(demo/images/header.jpg) no-repeat top;
}
#header  h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 530px;	
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;
			
}
#nav ul {

	background: url(demo/images/navy.jpg) bottom right no-repeat  ;
	width: 850px;		
	float: left;
	list-style: none;
	padding: 0;	margin: 0 0 0 30px;

	display: inline;
	text-transform: uppercase;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;

}
#nav ul li a {

	border-bottom: 0px;
border-right:1px solid #fff;
	display: block;
	float: left;
	width: auto;
	margin: 0;
margin-bottom:10px;
	padding: 5px 10px 5px 15px;
	color: #ffffff;
	font: bold 11px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	background:  transparent;	

}
#nav ul li a:hover, 
#nav ul li a:active, 
#nav ul li.current a

 {
border-top: 4px solid #ffffff;
padding-top: 0;
	background:  url(demo/images/navy2.jpg) bottom repeat-x;	
	color: #333333;
}


/* Main Column */
#main {
	margin: 1px 235px 0 200px;
}


#main h1 {
	margin: 10px 0px 0 0px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 10px 0 2px 20px; 		
	background: url(demo/images/bg-text-h1.jpg) top left repeat-x  ;
 
}

.text {border: 1px solid #cccccc;
background:  url(demo/images/bg-text.jpg) top repeat-x #ffffff;	
}
.text a:hover {border:0}

#main h2 {
	margin: 5px 0px 0 0px;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 8px 5px 8px 18px; 		
	background: url(demo/images/bg-right-h1.jpg) top left no-repeat  ;
border: 1px solid #cccccc;
border-bottom:0; 
}

.text {border: 1px solid #cccccc;
background:  url(demo/images/bg-text.jpg) top repeat-x #ffffff;
	
}


.pagina {padding: 25px 10px 10px 10px;
height: 510px;
overflow:auto;}

.pagina p {padding: 8px 0 8px 0;}
.pagina2 {padding: 25px 10px 10px 10px;
}
.pagina2 p {padding: 8px 0 8px 0;}
.pagina2x {padding: 25px 10px 10px 10px;
height: 210px;
overflow:auto;}
.pagina2x p {padding: 8px 0 8px 0;}

.teatroevento {background: #ffffff; border-top: 0;
padding: 5px 10px 10px 10px;}
. teatroevento p {padding: 8px 0 8px 0;}



.speciale p {margin-left: 120px;}
.speciale img {margin: 10px 8px 8px 10px;}

.text a.title {font-size: 15px; 
 background: transparent;
padding: 8px 8px 0 0 ;
text-transform: uppercase;} 


.text a:hover.title { 
border-bottom: 1px dotted; color: #000000;} 

.infoteatro {width: 150px; border-top:1px solid #cccccc;  }
.tuttocitta {width: 190px; margin-top:10px}


/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 20px;	
}

.video  {background:  url(demo/images/arrow.jpg) bottom left repeat-x #ffffff;
}
	
/* right column */
#rightcolumn {
	float: right;
	width: 230px;
	margin-top: 10px;	
}

#rightcolumn img {float: left; margin-left: 0;}

#rightcolumn h1, #sidebar h1,  #main h3 {
	
margin: 7px 8px 0px 10px; 
padding: 5px 3px 8px 23px;			

	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ffffff; 

	background: url(demo/images/bg-right-h1.jpg) top left no-repeat  ;
		
}

#sidebar h1.video {

background:  url(demo/images/bg-video-h1.jpg) top right repeat-x #ffffff;
padding-left: 5px;
padding-right:27px;
text-align: right;

}

#sidebar h1.link {

background:  url(demo/images/bg-link-h1.jpg) top right repeat-x #ffffff;
padding-left: 5px;
padding-right:27px;
text-align: right;

}
#main h1.primop {
background:  url(demo/images/bg-primop-h1.jpg) top left repeat-x #ffffff;
padding-left: 23px;

}

#main h1.speciale {
background:  url(demo/images/bg-speciale-h1.jpg) top left repeat-x #ffffff;
padding-left: 23px;

}


#rightcolumn a.title {text-transform: uppercase;} 

#player1 {margin-left:10px;}


/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* rightmenu */
ul.rightmenu {
	text-align: left;
	margin: 0px 8px 8px 10px; padding: 5px;			
	text-decoration: none;	
	border: 1px solid #cccccc;
border-top: 0;
background: #ffffff;

}
ul.rightmenu li {

line-height: 120%;
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0px 2px 6px 2px;		
	border-bottom: 1px dotted #cccccc;
background: url(demo/images/arrow.jpg) top right no-repeat;

}


#rightcolumn ul li.eventi  {
background:  url(demo/images/arrow2.jpg) top left no-repeat;
padding: 8px 6px 10px 35px;
font-size: 13px;
}

#rightcolumn ul li.eventi a {
color: #333333;
}

* html body ul.sidemenu li {
	height: 1%;
}
ul.rightmenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.rightmenu li a:hover {	
	color: #383d44;
	border: none;
	border-bottom: 1px dotted #000000;

}
ul.rightmenu li img {border: 0; margin: 3px 5px 1px 5px;  padding:0;}



/* PAGINA VIDEO */

ul.audiovideo  { background: transparent; list-style: none; }
ul.audiovideo li { 
padding-bottom:4px;
margin-bottom:8px;
border-bottom: 1px solid #cccccc;
}

ul.audiovideo li a.titoloevento{
background: url('demo/images/arrowevent.jpg') top left no-repeat;
padding-left: 25px;
	text-decoration: none;	
	color: #326ea1; 
	border: none;
text-transform: uppercase;
}

ul.audiovideo li a.titolovideo{
background: url('demo/images/camera.jpg') top left no-repeat;
padding-left: 25px;
	text-decoration: none;	
	color: #326ea1; 
	border: none;
text-transform: uppercase;
}

ul.audiovideo li a.titoloaudio {
background: url('demo/images/mic.jpg') top left no-repeat;
padding-left: 25px;
	text-decoration: none;	
	color: #326ea1; 
	border: none;
text-transform: uppercase;
}

ul.audiovideo li a:hover {	
	border: none;

}
ul.audiovideo li img {border: 0; margin: 3px 5px 1px 5px;  padding:3px 0 0 0; float: left;}

ul.audiovideo li img:hover {border: 0; margin: 3px 5px 1px 5px;  padding:3px 0 0 0; float: left;}

ul.audiovideo li .feed2  img {border: 0; margin-right: 8px;  padding: 0; float: left;}

ul.audiovideo li .feed2 img:hover {border: 0; margin-right: 8px;  padding:0; float: left;}







.box {

border:  1px solid #cccccc;
border-top: 0;
margin: 0px 8px 0px 10px; 
padding: 3px;		
 background: #fff url(demo/images/content-wrap-ns.jpg) top repeat-x;

}

.box p {margin-bottom: 5px;}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding-top: 20px;
	text-align: left;	
}
#footer-wrap a {
	text-decoration: none;
	color: #ffffff;
border:0;
}
#footer-wrap a:hover {
background: #ffffff;
	color: #333333;
	text-decoration: none;
border:0;

	
}
#footer-wrap p {
	padding: 20px 100px;
}
#footer-wrap h2 {
	color: #ffffff;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #ffffff;	
	margin: 0 auto 0px auto; 
	width: 850px;
	text-align: right;
	background: url(demo/images/footer.jpg) top left no-repeat;	
}

/* alignment classes */
.float-left, left-box  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

img.vivaticket {border:0; margin-top:10px;}
img.logos {border:0px solid; margin:0px;}

#feed {padding: 0px 2px 2px 2px}

#feed ul {margin-left:10px; padding: 0}
#feed li  {	
padding-left:0px;
list-style: none;
text-decoration: none; 
line-height: 10px;
}


#feed a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
#feed a:hover {	
	color: #383d44;
	border: none;
}

a img.simple {border:none; margin:0; padding:0}
a img.simple:hover {border:none; margin:0; padding:0}

.clicker {
cursor:pointer;
float:right;
	
	color: #333;



}

.feedimg a {border:0; padding:0;}
.feedimg  a:hover {border:0; padding:0;}
