* { margin:0; padding:0; }

#home {
	float: left;
}

/* #### LINK ALTI #### */

.strip{
	background: #333;
	padding:2px;
	margin: 0 0 2px 0;
	color: #333;
	width: 531px;	
}

.strip ul{
	list-style: none;
}

.strip li{
	display: inline;
}

.strip img {
	float: left;
	margin: 0;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}

.strip img:hover {
	border-bottom: 1px dotted #53554A;
	border-top: 1px dotted #53554A;
}

/* ###### RECENSIONI ###### */
.review {
	width: 522px;
	padding: 5px;
	margin: 5px 0 5px 0;
	border:1px solid #656565;	
	background-color:#333;
	color:#787878;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
} 

.review  a:link , a:visited {
	color:#BF2447;
	font-weight: normal;
} 

.review  a:hover, a:active {
	color:#E8C51E;
} 

.review_embed {
		float:left;
		margin:0;
		padding:0;
}

.review_title {
	font-size: 12px;
	color: 	#60AAA9;
	font-weight: bold;
	margin:0;
	padding:0;
}

.review_right {
	float:right;
	width:265px;
	height: 205px;
	padding:3px 0 5px 0;
	margin:0;
	font-size: 10px;
	overflow:hidden;
} 


/* #### Storia #### */
.storia {
	background: #bf2447;
	margin: 0 0 3px 0;
	padding: 2px;
	font-size: 10px;
	color: #333;
}

.storia h3 {
	background: #ad1f39;
	margin: 0 0 3px 0;
	padding: 5px;
	font-size: 10px;
	color: #f2cd01;
}

.storia p {
	margin:0;
	padding: 3px;
}

.storia img {
	margin:0 5px 0 3px;
	padding: 0;
	float:left;
}

button {
	float: right;
	border:1px solid #787878;	
	background-color:#222;
	color:#787878;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:9px;
	padding:0 8px 0 8px;
	margin:7px 5px 0 0;
}

button:hover {
	color: #F2CD01;
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* #### STORIA #### */
#story {
	margin: 0 0 3px 0;
	padding: 4px;
	font-size: 10px;
	color: #333;
	width: 585px;
	height: 450px; 
	background-image:url(../img/bg_story.png);
}

#story_content {
	margin: 0 0 3px 0;
	padding: 14px;
	font-size: 10px;
	color: #fff;
	width: 555px;
	height: 420px; 
}

#story h3 {
	margin: 0;
	padding: 3px 15px 6px 0;
	font-size: 14px;
	color: #f2cd01;
	text-align: right;
}

#story p {
	margin:0;
	padding: 0 3px 0 3px;
}

#story img {
	margin:0 5px 0 3px;
	padding: 0;
	float:left;
}

/* #### Classifica #### */

.classifiche {
	background: #333;
	padding:2px;
	margin: 0 0 2px 0;
	color: #333;
	width: 531px;	
}

#chart_sx {
	width: 263px;
	padding: 0;
	float: left;
}

#chart_dx {
	width: 263px;
	padding: 0;
	float: right;
}

/* #### Ultimi GR #### */
.ultimi_gr {
	width: 512px;
	padding: 5px 10px 5px 10px;
	margin: 5px 0 5px 0;
	border:1px solid #656565;	
	background-color:#333;
	color:#787878;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
}

.tg_single {
	padding: 5px;
	float: left;
	border-right: 1px dotted #656565;
}

.tg_title {
	margin: 0 0 0 3px;
	font-size: 11px;
}

.ultimi_gr img {
	margin: 0 0 0 22px;
}

.sound {
	float: left;
	margin: 5px 0 0 3px;
	padding:0;
}


/* ###### INTERVISTE ###### */
.interview {
	background: #333 url(../img/bg-blocchi-interviste.gif) no-repeat top left;
	border-bottom: 2px solid #454545;
	padding:3px 0 15px 0;
	margin:0 0 0 0;
	font-size: 10px;
} 

.interview h3 {
	margin: 0 0 5px 0;
}