

/* -- by class -- */

.tag_news {
	background: url(../img/tag_news.png) no-repeat top left;
}

/* --- By ID --- */

#header_menu {
	padding: 60px 0px 0px 320px;/*500*/
}

#but_diario {
	width: 36px;
	background: url(../img/eng/but_diario.jpg) no-repeat top left;
}

#but_festival {
	width: 75px;
	background: url(../img/eng/but_festival.png) no-repeat top left;
}
#but_storia {
	width: 46px;	
	background: url(../img/eng/but_storia.png) no-repeat top left;
}
#but_iscrizione {
	width: 80px;
	background: url(../img/eng/but_iscrizione.png) no-repeat top left;
}
#but_info {
	width: 50px;
	background: url(../img/eng/but_info.png) no-repeat top left;
}
#but_contatti {
	width: 57px;
	background: url(../img/eng/but_contatti.png) no-repeat top left;
}

#subscribe {
	background: url(../img/eng/banner_iscrizioni.png) no-repeat top left;
}
#accreditation {
	background: url(../img/eng/banner_accrediti.png) no-repeat top left;
}
#pressconference {
	background: url(../img/eng/pressconference.jpg) no-repeat;
	width: 230px;
	height: 310px;
}

#schedule {
	background: url(../img/eng/banner_programma.png) no-repeat top left;
}

#tag_director {
	background-image: url(../img/eng/tag_regia.png);
}
#tag_synopsis {
	background-image: url(../img/eng/tag_sinossi.png);
}
#tag_premi {
	background-image: url(../img/eng/tag_premi.png);
}
#tag_sezioni {
	background-image: url(../img/eng/tag_sezioni.png);
}

/* OVERLAY IMMAGINE FESTIVAL */
#facebox {
	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:982px;
	/*border:10px solid #666;*/

	/* for modern browsers use semi-transparent color on the border. nice! 
	border:10px solid rgba(255, 255, 255, 0.698);
	border:10px solid #ffffff;*/

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#facebox div {
	padding:10px;
	border:1px solid #ffffff;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
#facebox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#6D84B4;
	padding:5px 10px;
	border:1px solid #3B5998;
	font-size:20px;
}
.close {
    background-image: url("../img/close.png");
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
}

/* stili per pagina del diario */
.font_box{
	 font-family:'Lucida Grande',Arial,Helvetica,sans-serif; 
	 font-size: 12px; 
	 color:#9d9d9d;
}
#top_box{
	width:653px; 
	height:35px; 
	background-image:url(/img/background_top.jpg); 
	background-repeat:repeat-x;	
}
#titolo_top{
	padding:10px; 
	color:#ffffff; 
	font-family:'Lucida Console', Monaco, monospace; 
	font-size:16px;
}
#contenitore{
	 width:653px; 
	 height:100%;
	 float:left;
}
#main_box{
	 width:653px; 
	 height:100%; 
	 min-height:125px;
	 float:left;
	 background-image:url(/img/background_box.jpg);
	 background-repeat:repeat-y;
}
.contenitore_box{
	height:100%; 
	width:217px; 
	float:left; 
	position:relative; 
}
.img_box{
	 background-repeat:no-repeat; 
	 height:51px; 
	 width:50px; 
	 float:left;
}
.box_testo{
	float:left;
	margin-left:25px;
	width:175px;
}
.titolo_box{
	 font-size:20px; 
	 color:#888888;
	 float:left;
	 margin-left:25px;
}
.testo_box{
	 font-size:12px; 
	 color:#888888;
}
.divisore_box{
	background-color:#dedede; 
	width:1px; 
	height:100%; 
	float:left; 
	min-height:125px;
}
.divisore_contenitore{
	margin-top:5px;
	background-color:#dedede; 
	width:653px; 
	height:1px;; 
	float:left; 
}
.box_testo ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.box_testo li{
    border-bottom:0px !important;
    margin:0px;
    background-position: 0px 13px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 0px;
    padding-top: 3px;
    text-decoration: none;
}
.box_testo li a{
       border-bottom:0px !important;
	color:#9d9d9d;
	text-decoration:none;
}
.box_testo li a:hover{
       border-bottom:0px !important;
	color:#888888;
	text-decoration:underline;
}


