@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body{background:#000 url('../images/background.jpg') repeat-x;}

body, h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#000;

}
a{
	text-decoration:none;
}
img{
	border:0;
}

#top{
	position:relative;
	width:100%;
	height:152px;
	z-index:0;
	background:transparent url('../images/background-top.jpg') no-repeat scroll 50% 0%;
}
#sipario-top{
	position:relative;
	width:100%;
	
}
#sipario-top {
	position:absolute;
	background: url('../images/sipario-top.png') no-repeat scroll 50% 0%;
	width:100%;
	height: 127px;
	z-index:100;
	behavior:url(./js/iepngfix.htc);
}

#container{
	position:relative;
	width:955px;
	/*height:500px;
	border:1px solid #656565;*/
	margin:0 auto;
	z-index:10;
	
}
#sipario-sx,#sipario-dx{position:absolute;z-index:50;top:50px;width:226px;height:340px;behavior:url(./js/iepngfix.htc);}
#sipario-sx{left:0;background: url('../images/sipario-sx.png') no-repeat;}
#sipario-dx{right:0;background: url('../images/sipario-dx.png') no-repeat;}
#sipario-sx-1,#sipario-dx-1{position:absolute;z-index:50;top:390px;width:120px;height:310px;behavior:url(./js/iepngfix.htc);}
#sipario-sx-1{left:0;background: url('../images/sipario-sx.png') no-repeat 0 -340px;}
#sipario-dx-1{right:0;background: url('../images/sipario-dx.png') no-repeat -106px -340px;}



#vuoto{
	width:905px;
	margin-left:20px;
	background:transparent;
	height:150px;
}
#menu{
	height:20px;
	margin-top:10px;
	background:#560911;
	padding-left:170px;
	padding-top:10px;
	color:#fff;
}

#menu a{color:#fff;}
#menu a:hover,#menu a.current{color:#af6e6e;}


#slide{
	width:805px;
	height:150px;
	background: #DDD url('../images/rullino.jpg') no-repeat;
	margin-top:10px;
	
}

#content{
	position:relative;
	width:825px;
	border:1px solid #656565;
	border-top:none;
	margin-left:20px;
	background:#560911;
	padding:0 40px 40px 40px;
	

}
#main{
	position:relative;
	background:#fff url('../images/background.gif') repeat;
	width:100%;

}
#main .right-col, #main .left-col{
	position:relative;
	float:left;
	margin-top:35px;
	z-index:1000;
}
*html #main .left-col{margin-left:35px;z-index:1000;}
#main .left-col{
	margin-left:70px;
	width:280px;
	
}
#main .right-col{
	margin-left:10px;
	width:400px;
}

#content .home .left-col{
	text-align:center;
}
#content .home .left-col img{
	margin:0 0 12px 0;
	behavior:url(./js/iepngfix.htc);
}
#content .home .right-col{
	text-align:justify;
}

#content .home .right-col p{
	color:#666;
	margin:20px 0 20px 0;
	line-height:20px;
	font-size:14px;
}
#content .home .right-col h1, #content .home .left-col h1 {font-size:16px;}
#content .home .right-col h1, #content .home .right-col span, #content .home .right-col p.bold, #content .home .left-col h1{
	font-weight:bold;
}

#content .home .right-col h1, #content .home .right-col span, #content .home .left-col h1{color:#560911;}

#content .home .right-col .scheda{
	border:1px solid #ddd;
	background:#fff;
	width:360px;
	padding:20px;
}
#content .home .right-col .scheda h1{
	width:340px;
	height:15px;
	color:#fff;
	background:#560911;
	padding:10px;
}
#content .home .right-col .scheda img{margin-right:5px;margin-bottom:5px;border:1px solid #ddd;}


#attori,#regia,#tecnici,#commedie,#brochure{
	text-align:left;
	color:#560911;
	list-style:square inside;
	font-size:14px;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
}
#attori li, #regia li, #tecnici li,#commedie li, #brochure li{margin-bottom:5px;}
#attori a,#regia a,#tecnici a,#commedie a,#brochure a{color:#560911;}
#footer{
	width:100%;
	height:25px;
	margin:10px 0 0 0;
	text-align:center;
	color:#9E9E9E;
}

#footer a{
	color:#BABABA;
	text-decoration:underline;
}
#footer a:hover{
	color:#BABABA;
	text-decoration:none;
}
.clearer{clear:both;}
