/* --- 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: 'Arial', Helvetica, sans-serif;
  vertical-align: baseline;
}

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

body {
	/*background: #000 /*url(../img/sfondo_bck2.png) no-repeat top right;*/
	background: #d3b79e url(../img/background.jpg) no-repeat;
	background-attachment:fixed;
	/*background:#EBECEC url(../img/body_bkgd.png) repeat-x scroll left top*/
}

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: 18px;
	color: #00B1E6;
	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 20px 20px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

em {
	font-style: italic;
}

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


.menutop {
	padding-right: 2px;
	color: #ffffff;
}

.menutop a{
	
	color: #000;
	/*color: #ffffff;*/
	/*background-color: #000000;*/
	padding-right: 0px;
	padding-left: 0px;
	padding: 2px;
	/*border: 1px #FFF dotted;*/
}

.menutop a:hover {
	background-color: #00A1FF;
	color: #000000;
	text-decoration: none;
}

.video {
	widht: 500;
	margin-left:20px;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* --- Grid --- */

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

.grid-w3 {
  float: left;
  width: 690px;
  margin-right:2px;
  filter:alpha(opacity="85");
	opacity: 0.85;
  
}

.grid-w2 {
  float: left;
  width: 960px;
  background-image:url(../img/banner_SU.jpg);
}

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

.grid-c1 {
  float: left;
  width: 300px;
  background-color: #ffffff;
  filter:alpha(opacity="85");
	opacity: 0.85;
  
}

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

.grid-c2 {
  float: left;
  width: 300px;
  background-color: #ffffff;
  filter:alpha(opacity="85");
	opacity: 0.85;
}

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

.grid-c3 {
  float: left;
  width: 300px;
  background-color: #ffffff;
 filter:alpha(opacity="85");
	opacity: 0.85;
}

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

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

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

.grid-c5 {
  float: left;
  width: 235px;
  border-left:0px dashed #ffffff;
  filter:alpha(opacity="85");
	opacity: 0.85;
}

.grid-h5 {
	display: block;
	height: 172px;
	
}

.grid-h1 {
	display: block;
	height: 270px;
	
}

.grid-h1h {
	display: block;
	height: 400px;
	background: #fff;
}

.tagscol {
	font-size: 70%;
	float: left;
	display:block;
	width: 0px;
	color: #333333;
	text-align: left;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 40px;
	margin-top: 0px;
}
.tagscol li {
	list-style-type: none;
	margin-bottom: 4px;
	display: none;
}
.tagscol li span {
	display: none;
}
.tagscol a {
	color: #ffffff;
	background-color: #00B1E6;
	padding-right: 2px;
	padding-left: 2px;
}
.tagscol a:hover {
	background-color: #00B1E6;
	color: #000000;
	text-decoration: none;
}


.tagscolindex {
	float: right;
	width: 0px;
	color: #333333;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.tagscolindex li {
	list-style-type: none;
	margin-bottom: 0px;
}
.tagscolindex li span {
}
.tagscolindex a {
	color: #ffffff;
	background-color: #000000;
	padding-right: 0px;
	padding-left: 0px;
}
.tagscolindex a:hover {
	background-color: #ff3399;
	color: #000000;
	text-decoration: none;
}


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

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

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

.continue a:hover {
	/*background: url(../img/arrow_red.png) no-repeat center right;*/
	padding-right: 9px;
	color: #00B1E6;
	text-decoration: none;
	
}


/*.menutop {
	padding-right: 2px;
	color: #ffffff;
}

.menutop a{
	
	color: #000;
	padding-right: 0px;
	padding-left: 0px;
	padding: 2px;
}

.menutop a:hover {
	background-color: #00A1FF;
	color: #000000;
	text-decoration: none;
}*/

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

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

#header {
	display: block;
	height: 230px;
	margin-bottom: 10px;
	font-size: 100%;
  	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	/*width: 810px;*/

}



#backhome {
	position: absolute;
	/*background: url(../img/logo_migrazioni.png) no-repeat top left;*/
	display: block;
	width: 317px;
	height: 67px;
	margin-top: 27px;
}

#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_menu {
	padding: 10px 0px 0px 160px;
	font-size: 70%;
  	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	width: 420px;
	float:right;
}

#but_festival, #but_storia, #but_iscrizione, #but_info, #but_press, #but_contatti, #but_sponsor, #but_news {
	display: block;
	height: 20px;
	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, .activemenu {
	height: 20px;
	border-bottom: 1px solid red;
}

#but_festival {
	width: 62px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_storia {
	width: 56px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_iscrizione {
	width: 63px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_info {
	width: 55px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_press {
	width: 75px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_news {
	width: 75px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_contatti {
	width: 75px;
	background: url(../img/menu1.png) no-repeat top left;
}
#but_sponsor {
	width: 75px;
	background: url(../img/menu1.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;
}
#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, #entryform, .proiezione {
	width: 690px;
	background-color: #fff;
	margin-bottom: 12px;
	padding: 0px 0px 0px 0px;
}

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

#detail {
	padding-top: 0px;
}
#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, .proiezione li {
	width: 640px;
	margin-left: 12px;
	padding: 5px 0px 0px 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, .proiezione a, .proiezione {
	font-size: 12px;
	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: #00B1E6;
}

#tag_cast, #tag_synopsis, #tag_director, #tag_premi, #tag_sezioni, #tag_film {
	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);
}

#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 {
	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_logoX.png) no-repeat center right;*/
}

#map {
	/*background: url(../img/tag_mapz.png) no-repeat top left;*/
	/*background: url(../img/gratuito.png) no-repeat top right;*/
	padding-top: 10px;
	height: 70px;
}

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

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

.proiezione {
	background: #fff;
	margin-bottom: 10px;
	padding-top: 28px;
	float:right;
}

a.buyticket {
	float: right;
	background: url(../img/icon_ticket_1.png) no-repeat top left;
	padding-left: 24px;
	height: 22px;
	color: #cdbb1e;
}

.buyticket:hover {
	background: url(../img/icon_ticket_1_h.png) no-repeat top left;
	color: #cd2c1e;
}

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

#cellulare {
	display: block;
	width: 235px;
	height: 122px;
	background: url(../img/cellulare.png) no-repeat top left;
}

a.trailer {
	float: right;
	background: url(../img/icon_trailer.png) no-repeat top left;
	line-height: 24px;
	padding-left: 29px;
	margin-right: 10px;
}

h2 a.filmdetail {
	color: #cd2c1e;
}

h2 a.filmdetail:hover {
	color: #999;
}

