
/****************************************/
/**   Sviluppato da Daniele Delfini    **/
/** 	http://www.delfini.net 			 	**/
/****************************************/


/** COMMON **/
html, body {
	margin: 0;
	padding: 10px 0 10px 0;
}

body {
	background: #fff;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
	display: block;
}

p {
	float: left;
}

a {
	color: #333;
	text-decoration: none;	
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/** #wrapper **/
#wrapper {
	width: 100%;	
}

/** #wrapper-center **/
#wrapper-center {
	width: 888px;
	margin: 0 auto;	
	text-align: center;
}

/** #poster **/
#poster {
	width: 886px;
	border: 1px solid #000;
	background: #fff url(../images/poster.jpg) top center no-repeat;
	text-align: center;
	float: left;
}

#poster #title {
	margin: 105px 0 0 0;	
	height: 515px;
}

#poster #title img {
	float: left;
}

#poster #content img {
}

#poster #content #first-column {
	width: 404px;
	float: left;
} 

#poster #content #second-column {
	width: 482px;
	float: left;	
}

/** #program **/
#program {
	width: 444px;
	background: #c7d247;
	float: left;
	text-align: left;
	padding: 10px;
}

#program h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#program h1 {
	font-size: 16px;
	font-weight: bold;
}

#program h2 {
	font-size: 14px;
	font-weight: bold;
	background: #eaefb9;
	margin: 10px -10px 10px -10px;
	padding: 5px; 
	float: left;
	width: 454px;
}

#program h3 {
	font-size: 10px;
}

#program .item {
	float: left;	
	padding: 0 0 5px 0;
	background: #c7d247;
}

#program .item .time {
	float: left;
	width: 50px;
}

#program .item .description {
	float: left;
	width: 390px;
}

#program .item strong {
	color: #247123;
}

/** #credits **/
#credits {
	width: 460px;
	text-align: right;
	font-size: 10px;
	padding: 10px 0 20px 0;
	float: left;
}