/* CSS Website - By Eaglix Srl */

/*
 Theme Name: Scritti sulla Musica
 Theme URI:http://www.scrittisullamusica.it
 Version: 3.0
 Author: Eaglix Srl
 Author URI:http://www.eaglix.com/
 Date: 20/10/2013
 */

/*-------------------- PANORAMA IMAGE --------------------*/
#panorama {
	width: auto;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}
#panorama img  {
	width: 830px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	z-index: 100;
}
#panorama img.shadow  {
	width: 830px;
	position: relative;
	top: -4px;
	left: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	z-index: 99;
}

/*-------------------- INFO BOXES --------------------*/
#infobox {
	width: 210px;
	position: absolute;
	top: 350px;
	right: 0px;
	display: block;
	padding:0px;
	border: 1px solid #cccccc;
	margin: 0px;
	margin-bottom: 35px;
	border-radius: 3px;
	background-color: #f9f9f9;
}
#infobox h1 {
	padding: 5px;
	border: 0px;
	margin: 0px;
	color: #ffffff; /* #0088cc */
	background-color: #ff0000;
	background-image: url(../../images/navigator_bkg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: 1% 100%;
	font-size: 14px;
	text-align: center;
}
#infobox .text {
	padding: 10px;
	border: 0px;
	margin: 0px;
	font-size: 13px;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	display: block;
}
#infobox img {
	max-width: 180px;
	position: relative;
	padding-bottom: 15px;
}