
/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, strong, 
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: inherit;
  font-size: 100%;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

/* --- Base Tags --- */

body {
	background: #ebecec url(../img/body_bkgd.png) repeat-x top left;
}

a {
	outline: none;
	text-decoration: none;
}

input {
	font-size: 9px;
	line-height: 9px;
	padding: 2px;
	width: 100px;
	color: #333;
	border: 0px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	text-transform: uppercase;
	margin: 0px 12px 15px 12px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
	margin: -10px 12px 15px 12px;
}

p, td {
	margin: 0px 12px 4px 12px;
	font-size: 11px;
	line-height: 16px;
	color: #888;
}

em {
	font-style: italic;
}

strong {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
/* --- Grid --- */

.grid_full {
  width: 961px;
  margin: auto;
}

.grid-w3 {
  float: left;
  width: 714px;
}

.grid-w2 {
  float: left;
  width: 472px;
}

.grid-m1 {
  float: left;
  width: 0px;
  height: 1px;
}

.grid-c1 {
  float: left;
  width: 230px;
}

.grid-m2 {
  float: left;
  width: 12px;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 230px;
}

.grid-m3 {
  float: left;
  width: 12px;
  height: 1px;
}

.grid-c3 {
  float: left;
  width: 230px;
}

.grid-m4 {
  float: left;
  width: 12px;
  height: 1px;
}

.grid-c4 {
  float: left;
  width: 235px;
}

.grid-h1 {
	display: block;
	height: 310px;
	background: #fff;
}

/* -- by class -- */

.tag_news, .tag_pics, .tag_press {
	position: absolute;
	z-index: 10;
	margin-left: 10px;
	display: block;
	width: 34px;
	height: 16px;
	background: url(../img/tag_news.png) no-repeat top left;
}
.tag_pics {
	background: url(../img/tag_pics.png) no-repeat top left;
}
.tag_press {
	background: url(../img/tag_press.png) no-repeat top left;
}

.img_home {
	margin-bottom: 25px;
}

.continue {
	background: url(../img/arrow_red.png) no-repeat center right;
	padding-right: 9px;
	color: #f00;
}

.textlabel {
	font-size: 11px;
	line-height: 16px;
	color: #444;
}

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

#header {
	display: block;
	height: 155px;
	background: url(../img/header_bkgd_noediz.png) no-repeat top left;
	margin-bottom: 5px;
}

#backhome {
	position: absolute;
	display: block;
	width: 145px;
	height: 60px;
	margin-top: 17px;
}

#header_search {
	position: absolute;
	display: block;
	width: 145px;
	height: 20px;
	margin: 29px 0px 0px 827px;
	
}

#startsearch {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	cursor: pointer;
}

#header_search input {
	font-size: 9px;
	line-height: 9px;
	padding: 2px;
	width: 100px;
	color: #333;
	border: 0px;
}

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

#but_festival, #but_storia, #but_iscrizione, #but_info, #but_press, #but_contatti, #but_sponsor, #but_news, #but_diario {
	display: block;
	height: 32px;
	float: left;
	margin-right: 20px;
}
#but_festival:hover, #but_storia:hover, #but_iscrizione:hover, #but_info:hover, #but_press:hover, #but_contatti:hover, #but_sponsor:hover, #but_news:hover, #but_diario:hover, .activemenu {
	height: 31px;
	border-bottom: 1px solid red;
}

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

#but_festival {
	width: 62px;
	background: url(../img/but_festival.png) no-repeat top left;
}
#but_storia {
	width: 56px;
	background: url(../img/but_storia.png) no-repeat top left;
}
#but_iscrizione {
	width: 63px;
	background: url(../img/but_iscrizione.png) no-repeat top left;
}
#but_info {
	width: 55px;
	background: url(../img/but_info.png) no-repeat top left;
}
#but_press {
	width: 37px;
	background: url(../img/but_press.png) no-repeat top left;
}
#but_news {
	width: 29px;
	background: url(../img/but_news.png) no-repeat top left;
}
#but_contatti {
	width: 51px;
	background: url(../img/but_contatti.png) no-repeat top left;
}
#but_sponsor {
	width: 120px;
	background: url(../img/but_sponsor.png) no-repeat top left;
	margin-right: 5px;
}

#submenu {
	/*position: absolute;
	margin: 35px 0px 0px 456px;*/
	padding-right: 9px;
	float: right;
	margin-top: 5px;
}
#submenu_content a, #submenu_content {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 25px;
	color: #a00;
}
#submenu_content a:hover {
	color: #ddd;
}

#lang {
	float: right;
	margin-right: 3px;
	margin-top: 15px;
	font-size: 10px;
	background: url(../img/arrow_grey.png) no-repeat center right;
	padding-right: 9px;
	color: #666;
}

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

#subscribe_go, #accreditation_go, #schedule_go {
	position: absolute;
	margin-top: 234px;
	margin-left: 125px;
	display: block;
	width: 90px;
	height: 22px;
}

#tffdb {
	display: block;
	width: 235px;
	height: 119px;
	background: url(../img/tffdb_bkgd.png) no-repeat top left;
}
#searchtitle {
	position: absolute;
	width: 140px;
	margin: 55px 0px 0px 32px;
}
#searchdirector {
	position: absolute;
	width: 140px;
	margin: 79px 0px 0px 32px;
	float: left;
}
#startsearchdb {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;	
	margin: 77px 0px 0px 194px;
}

#detail_title, #detail_cast, #detail_synopsis, #detail_director, #detail, #detail_sezioni, #detail_film, #detail_premi, #detail_cronache, #entryform, #media_content, #dailyPlayer {
	width: 674px;
	background-color: #fff;
	margin-bottom: 12px;
	padding: 0px 20px 10px 20px;
}

#detail_title {
	display: block;
	height: 109px;
	padding-top: 20px;
}

#detail {
	padding-top: 20px;
}
#detail ul, #detail_sezioni ul, #detail_film ul, #detail_premi ul {
	margin-top: 0px;
}
#detail li, #detail_sezioni li, #detail_film li, #detail_premi li {
	width: 640px;
	margin-left: 12px;
	padding: 5px 0px 5px 12px;
	background: url(../img/arrow_red.png) no-repeat center left;
	list-style-type: none;
	border-bottom: 1px solid #dedede;
}

.diarioli {
	width: 155px;
	margin-left: 12px;
	padding: 5px 0px 5px 12px;
	background: url(../img/arrow_red.png) no-repeat center left;
	list-style-type: none;
	border-bottom: 1px solid #dedede;
}

#detail a, #detail_sezioni a, #detail_film a, #detail_title a, #detail_premi a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#detail a:hover, #detail_sezioni a:hover, #detail_film a:hover,#detail_title a:hover, #detail_premi a:hover {
	color: #f00;
}

#tag_cast, #tag_synopsis, #tag_director, #tag_premi, #tag_sezioni, #tag_film, #tag_cronache {
	cursor: pointer;
	display: block;
	width: 714px;
	height: 36px;
	background-color: #fff;
	background-image: url(../img/tag_cast.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#tag_director {
	background-image: url(../img/tag_regia.png);
}
#tag_synopsis {
	background-image: url(../img/tag_sinossi.png);
}
#tag_premi {
	background-image: url(../img/tag_premi.png);
}
#tag_sezioni {
	background-image: url(../img/tag_sezioni.png);
}
#tag_film {
	background-image: url(../img/tag_film.png);
}
#tag_cronache {
	background-image: url(../img/tag_cronache.png);
}

#tffdb_search {
	z-index: 10px;
	display: block;
	width: 714px;
	height: 320px;
	background: url(../img/tffdb_search.png) no-repeat top left;
}

#entryform {
	padding-top: 20px;
}
#entryform input[type=text] {
	width: 480px;
	border: 1px solid #ccc;
}
#entryform textarea {
	width: 480px;
	height: 90px;
	border: 1px solid #ccc;
}
#entryform a {
	color: #dd0000;
}
#entryform a:hover {
	color: #333;
}
#entryform h5 {
	text-transform: uppercase;
	color: #dd0000;
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	margin-top: 15px;
}

#entryform .submit {
	width: 150px;
}

#gallery_box {
	display: block;
	width: 472px;
	height: 310px;
	overflow: hidden;
}

#gallery div.gallery_box ul {
clear:both;
display:block;
float:left;
height:410px;
position:relative;
}

#gallery li {
	width: 472px;
	float: left;
}

.gallery_left, .gallery_right {
	z-index: 10;
	position: absolute;
	margin-top: 139px;
	display: block;
	width: 16px;
	height: 31px;
	background: url(../img/gallery_left.png) no-repeat top left;
}

.gallery_right {
	margin-left: 456px;
	background: url(../img/gallery_right.png) no-repeat top left;
}

#footer {
	height: 90px;
	margin: 25px 0px 0px 0px;
	background: url(../img/footer_bkgd.png) repeat-x top left;
}

#footer_content {
	height: 140px;
	background: url(../img/mdc_logo.png) no-repeat scroll right 64px transparent;
    
}

#map {
	background: url(../img/tag_map.png) no-repeat top left;
	padding-top: 20px;
}

#map p, #map a, #map strong {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 16px;
	color: #666;
}

#map p {
	margin: 1px;
	padding bottom: 1px;
	/*border-bottom: 1px dotted #cdcdcd;*/
}

#radio, #cube, #imibac {
	margin-top: 10px;
	display: block;
	width: 235px;
	height: 122px;
	background: url(../img/radiocinema.png) no-repeat top left;
}

#cube { background: url(../img/banner_cube.png) no-repeat top left; margin-top:0px;}

#imibac{ background: url(../img/banner_imibac.png) no-repeat top left; margin-top:0px;}


.proiezione { margin: 5px 0px 5px 0px; background:#fff; padding: 10px 0px 0px 0px; }
.proiezione p, .proiezione h2, .proiezione ul { margin: 0px 25px 0px 25px; }
.proiezione a { color: #d00; }
.proiezione a:hover { color: #333; }
.proiezione ul { list-style-type: none; }
.proiezione li { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 11px; color: #888; background: url(../img/arrow_red.png) no-repeat 0px 3px; padding-left: 15px; margin-top: 3px; }
.buyticket { background: url(../img/icon_ticket_1.png) no-repeat center right; padding-right: 20px; margin-right: 10px; }

#imgNews{
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}

/*
#pintRC a{ background:url(../img/RC24.jpg) no-repeat top right; height:35px; width:350px;}
#pintRC {width:350px; height:35px;}
*/


/* 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;
}


