/*

Author: Fabio Lombardo
Copyrights: © 2009 Taormina Film Fest .it

*/

/*  
======================================================
			 elementi generali del sito
======================================================
*/

BODY {
	margin-top:0;
	margin-left:0;
	padding-top:0;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #191a20;
	font-size: 12px;
	line-height: 20px;
	background-image:url(../imgs/sf_body.jpg);
	background-repeat: repeat-x;
}

a:link {
	TEXT-DECORATION: none;
	color:#191a20;
}

a:visited {
	TEXT-DECORATION: none;
	color:#191a20;	
}

a:hover {
	TEXT-DECORATION: none;
	color:#666666;
}

#container{
	width: 998px;
	margin-left: -499px;
	left: 50%;
	position: absolute;
	background-image: url(../imgs/sf_container.jpg);
	background-repeat: no-repeat;
	overflow:visible;
}

/* Top Page 	*/

#top{
	width: 978px;
	height:139px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	display:inline;	
}

#logo{
/*	width: 978px;*/
	width:580px;
	height:110px;
	float:left;
	display:inline;	
}


#bannertesta{
	width:395px;
	height:85px;
	float:right;
	display:inline;	
	
	
}

/* selettore lingue 	*/


#langsel{
	width:395px;
	height:25px;
	float:right;
	display:inline;	
	
}

#langsel ul {
	width: 395px;
	padding:0;
	margin: 0;	
	margin-top: 3px;
	margin-bottom: 7px;
	text-align: right;
	text-indent:0;
}

#langsel li{
	list-style-image: none;
	display: inline;
	text-align: right;
	margin-left:0;
	margin-right:8px;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;	
}




/* menù di navigazione orizzontale  in top */

#nav{
	width: 978px;
	height:29px;
	float:left;
	display:inline;
	text-align: right;
}

#nav ul {
	width: 938px;
	height:20px;
	padding:0;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent:0px;
}

#nav li{
	list-style-image: none;
	display: inline;
	text-align: right;
	margin-left:0;
	margin-right:8px;
	text-indent:0px;
}


.navsi{
	font-size: 11px;
	text-transform: uppercase;
}

.navsi a:link{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
}

.navsi a:visited{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
}

.navsi a:hover{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
}

.navno{
	font-size: 11px;
	text-transform: uppercase;
}

.navno a:link{
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
}

.navno a:visited{
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
}

.navno a:hover{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
}

/*   Parte Centrale   */

#corpo {
	width: 978px;
	overflow:visible;
	margin-left:10px;
	margin-right:10px;
	float:left;
	display:inline;
	background-color:#FFF;
}

#statusbar {
	width: 962px;
	height:32px;
	margin-left:8px;
	margin-top:8px;
	float:left;
	display:inline;
	background-color:#919398;
}

#status {
	width: 680px;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	float:left;
	color:#FFF;
}

.scroll { /* solo in home */
	height:18px;
	margin-left:15px;
}

/*	campo di ricerca semplice */

#search {
	width: 250px;
	text-align:right;
	height:20px;
	overflow:visible;
	padding:5px;
	float:right;
	display:inline;	
}

.cercainput {
	font-size: 11px;
	color: #FFFFFF;
	width: 166px;
	height:18px;
	line-height:17px;
	float:left;
	border: 1px solid #919398;
	background-color:#c5c5c5;
}

#flashhome {
	width: 962px;
	height:330px;
	overflow:visible;
	margin-left:8px;
	margin-top:8px;
	float:left;
	display:inline;
}

#content {
	width: 962px;
	overflow:visible;
	margin-left:8px;
	margin-top:8px;
	float:left;
	display:inline;
}

/*   FOOTER  */


#footer{
	width: 978px;
	height:150px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	display:inline;
	background-image: url(../imgs/sf_footer.jpg);
	background-repeat: repeat-x;
}

#prefooter{
	width: 978px;
	height:60px;
	float:left;
	display:inline;
}


/* menù di navigazione orizzontale  in footer */

#navdw{
	width: 978px;
	height:30px;
	float:left;
	display:inline;
	text-align: right;
}

#navdw ul {
	width: 938px;
	height:20px;
	padding:0;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent:0;	
	float:right;	
}

#navdw li{
	list-style-image: none;
	display: inline;
	text-align: center;
	margin-left:0;
	margin-right:4px;
	text-indent:0;
}


.navsidw{
	font-size: 11px;
	text-transform: uppercase;
}

.navsidw a:link{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#191a20;
}

.navsidw a:visited{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#191a20;
}

.navsidw a:hover{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#191a20;
}

.navnodw{
	font-size: 11px;
	text-transform: uppercase;
}

.navnodw a:link{
	font-weight: lighter;
	color: #191a20;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
}

.navnodw a:visited{
	font-weight: lighter;
	color: #191a20;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
}

.navnodw a:hover{
	font-weight: lighter;
	color: #FC6;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#191a20;
}


#copy{
	float: left;
	width: 900px;
	height: 30px;
	font-size: 10px;
	text-align: left;
	color:#003;
	display:inline;	
}

#sn{
	margin:0;
	padding:5px;
	width: 60px;
	height: 20px;
	float:right;
	text-align:right;
	display:inline;	
}


#spessore{
	height: 500px;
	float:left;
}

/*  
======================================================
			 pagina generica
======================================================
*/




#sx {
	width:680px;
	float:left;
	padding:5px;
	text-align:justify;
}


#sx ul, li {
	margin-left:10px;	
}

#sx h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

#dx {
	width:250px;
	padding:5px;
	float:right;
}


#sxsubsx {
	width:320px;
	float:left;
	padding:5px;
	text-align:justify;  
}

#dxsubdx {
	width:320px;
	float:right;
	padding:5px;
	text-align:justify;
 }

/* menu verticale */


#menu_vert {
	width: 250px;
	float:right;
	display: inline;
}

#menu_vert ul {
	width: 250px;
	padding:0;
	margin:0;	
	float:left;
	text-align: left;
	text-indent: 0px;
	display: inline;
}

#menu_vert li{
	width: 250px;
	height:31px;
	float:left;
	list-style:none;
	margin-bottom:0px;	
}

.menu_vert_no{
	font-size: 12px;
	line-height:30px;
	width:100%;
	margin-left:0px;
	font-weight: bold;
	letter-spacing: 2px;
}

.menu_vert_no a:link{
	height:31px;
	width: 230px;
	color:#191a20;
	text-decoration: none;
	display:block;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.menu_vert_no a:visited{
	height:31px;
	width: 230px;
	color:#191a20;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:20px;
}

.menu_vert_no a:hover{
	height:31px;
	width: 230px;
	color: #FC6;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:20px;
}

.menu_vert_si{
	font-size: 12px;
	line-height:30px;
	width:100%;
	margin-left:0px;
	font-weight: bold;
	letter-spacing: 2px;
}

.menu_vert_si a:link{
	height:31px;
	width: 230px;
	color:#FC6;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:20px;
}

.menu_vert_si a:visited{
	height:31px;
	width: 230px;
	color:#FC6;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:20px;
}

.menu_vert_si a:hover{
	height:31px;
	width: 230px;
	color:#FC6;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:20px;
}


/*  
======================================================
			      HOMEPAGE
======================================================
*/

	/*box news*/
	
#boxhomenews{
	width:350px;
	float:left;
	padding:0;
}


.homeNews{
	width:330px;
	margin-top:10px;	
	margin-bottom:10px;	
	padding:0;
}

.homeNews li{
	width:320px;
	padding:5px;
	float:left;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	margin-left:0;	
	text-indent: 0px;
}

#boxhomenota{
	padding-top:10px;
	width:310px;
	float:right;
}

#boxhomenota h2{
	font-size: 16px;
	font-weight: bold;
	color: #666;	
}

#boxhomebanner{
	padding:10px;
	width:942px;
	height:90px;
	float:left;		
}

.mainlogos{
	float:right;
	text-align:right;
	margin-bottom:5px;	
	margin-top:5px;	
}

#spothome{
	width:250px;
	height:205px;
	float:right;
	margin-bottom:20px;	
}

#romabrasile{
	width:250px;
	float:right;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#ikeastampa{
	width:250px;
	float:right;
	text-align:center;
}

/*  
======================================================
   		    Sezioni Festival 
======================================================
*/

#sx_sezioni {
	width:680px;
	float:left;
	padding:5px;
	text-align:justify;
}

.elenco_sezioni {
	width:670px;
	height:50px;
	float:left;
	padding-left:15px;
	background-image: url(../imgs/sf_section.jpg);
	background-repeat: repeat-x;
	margin-bottom:5px;
	line-height:50px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/*  
======================================================
   		    File PDF di bandi 
======================================================
*/

#goto{
	width:670px;
	margin-top:20px;	
	margin-right:10px;		
	margin-bottom:10px;	
	padding:0;
	text-align:right;
}

.documenti{
	width:670px;
	margin-top:10px;	
	margin-left:10px;		
	margin-bottom:10px;	
	padding:0;
}

.documenti li{
	width:660px;
	height:40px;
	padding:5px;
	float:left;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	margin-left:0;	
	text-indent: 0px;
}

.documenti_titolo{
	float:left;
	width:550px;	
}

.documenti_apri{
	text-align:right;
	float:right;
	width:100px;
}


/*  
======================================================
   		     notizie
======================================================
*/


.News{
	width:670px;
	margin-top:10px;	
	margin-left:10px;		
	margin-bottom:10px;	
	padding:0;
}

.News li{
	width:660px;
	padding:5px;
	float:left;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	margin-left:0;	
	text-indent: 0px;
}


.imgnews {
	width:120px;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666666;
}

.imgnewsbig {
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #666666;
	width:200px;
}

#newsbig {
	width: 650px;
	float:left;
	display:inline;
	padding:15px;
	margin-bottom:15px;
	text-align:justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}
/*  
======================================================
			  Partner e Sponsor
======================================================
*/



 .sponsor {
	width:670px;
	margin-top:10px;	
	margin-left:10px;		
	margin-bottom:10px;	
	padding:0;
}

.sponsor li{
	width:660px;
	padding:5px;
	float:left;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	margin-left:0;	
	text-indent: 0px;
}

.sponsor_logo {
	float:left;
	width:105px;
	padding:15px;
	margin-right:10px;
	margin-bottom:10px;
}


.sponsor h2{
	color: #191a20;
	text-align:left;
	font-size: 14px;
	line-height:16px;
	
}

.sponsor_apri{
	text-align:right;
	float:right;
	width:100px;
}


.tipisponsor {
	width:680px;
	float:left;
	margin-bottom:30px;	
	padding:0;
}

.tipisponsor h3{
	color: #FC6;
	font-size: 16px;	
}

/*  
======================================================
			 PHOTOGALLERY
======================================================
*/

#fotomaster{
	width:650px;
	height:700px;
	padding:15px;
	float:left;	
	background-color:#191a20;
	color:#FFF;
}


/*  
======================================================
			 WEB TV YOU TUBE
======================================================
*/


#tubemaster{
	width:650px;
	height:310px;
	padding:15px;
	float:left;	
	background-color:#191a20;
}

#tubemaster_schermo{
	float:left;
	margin:0;
	padding:0;

}

#tubemaster_testi{
	width:250px;
	height:400px;
	padding-left:10px;
	float:left;
	color:#FFF
}

.titletube {
	font-size: 25px;
	line-height:30px;
	color: #FC6;	
	font-family: "garamond", Times New Roman, Times, serif;
	margin-bottom:10px;
}

.testotube {
	font-size: 11px;
	padding-bottom:10px;
	color:#ffffff;
	text-align:justify;
}



#altritube{
	margin-top:40px;
	width:670px;
	float:left;
	color: #000000;
}

#altritube a{
	color: #000000;
}

#altritube a:link{
	color: #000000;
}

#altritube a:hover{
	color: #FC6;
}


.altritube_sub{
	float:left;
	width:315px;
	margin-left:10px;
	margin-right:10px;
	color:#333;
}

.altritube_sub dl{
	height:85px;
	width:315px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #deedaf;	
	
}

.altritube_sub dt{
	width: 110px;
	float: left;
}

.altritube_sub dd{
	margin-left: 115px;
	vertical-align: top;
}

.imgaltritube{
	width:100px;
	height:67px;
	float:left;
	margin:3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.titlesmall {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333333;
	font-family: "garamond", "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}

titlevideosmall a:link {
	color: #333333;
	TEXT-DECORATION: none;
}

titletubesmall a:visited {
	color: #333333;
	TEXT-DECORATION: none;
}

titletubesmall a:hover {
	color: #FC6;
	TEXT-DECORATION: none;
}

#paginazione{
	width:680px;
	float:left;
	text-align:center;
}

/*  
======================================================
				hi res pics
======================================================
*/

.hirespic {
	width: 190px;
	height:175px;
	float:left;
	display:inline;
	margin:10px;
	background-color:#000000;
	padding:5px;
}

.hirespic img {
	width:190px;
	height:130px;
	border:0;
	margin-bottom:5px;
}

.hirespic a {
	color:#FFF;
}

/*  
======================================================
				solo per rassegna stampa
======================================================
*/

	
	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:20px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}
	.dhtmlgoodies_tree li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family:arial;
		font-size:0.8em;
		padding-left:2px;
	}
	.linea
	{
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}


/*  
======================================================
				solo per contatti
======================================================
*/


#cnt2{
	float:left;
	padding-top:40px;
	width:320px;
	height:300px;
}

#cnt3{
	float:right;
	padding-top:40px;
	width:320px;
	height:120px;
}

#notamodulo {
	float:right;
	width:300px;
	height:100px;
	text-align:left;
	font-size: 10px;
}


form div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
}


form b {
	color:#F30
}

form p {
	margin:0.5em 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


fieldset {
	float:left;
	width:300px;
	height: 25px;
}

.input {
	border: 1px solid #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 300px;
	float:left;
	display: inline;
}

.messin {
	border: 1px solid #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 290px;
}

.select {
	border: 1px solid #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 290px;
	margin-bottom:15px;
}

.input_small {
	border: 1px solid #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 150px;
}


label {
	float:left;
	width:300px;
	display: inline;
	line-height:20px;
	font-size: 11px;
}


#inviomodulo {
	float:left;
	width:600px;
	height:50px;
	margin-left:20px;
	text-align:center;
}

/*  
======================================================
				solo shop
======================================================
*/

.shoptxt {
	float:left;
	width:380px;
	margin-left:20px;
	margin-bottom:10px;
}
.shopform {
	float:left;
	width:400px;
}
/*  
======================================================
				solo Credits
======================================================
*/

#credits {
	float:left;
	width:300px;
	height:130px;
	text-align:center;
	padding-top:5px;
	color:#FFF
}

#credits h2{
	font-size:20px;
	margin-bottom:2px;
	margin-top:10px;
}

#credits a:link{
	color: #FC6;
	text-decoration: none;
}

#credits a:visited{
	color: #FC6;
	text-decoration: none;
}

#credits a:hover{
	color: #FC6;
	text-decoration: none;
}
