@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


html, body, #wrap {
	margin: 0px;
	font-family: "Trebuchet MS";
	height: 100%;
}
#container {
	min-height: 100%;
	padding-bottom: 80px;
	/*z-index: 100;*/
	}
#logo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#cont_navigazione {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.col_sx {
	float: left;
	width: 300px;
	text-align: center;
}
.col_dx {
	float: right;
	width: 550px;
	padding-top: 40px;
}
.clear {
	clear: both;
}

h2 {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	font: 55px Georgia, "Times New Roman", Times, serif;
	color: #663300;
}
hr {
	color: #955422;
}
p {
	color: #454545;
	text-align: justify;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 3px;
}

#slider {
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.scroll {
	width: 900px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	margin-right: auto;
	margin-left: auto;
}

.scrollContainer div.panel {
	padding: 20px;
	/*height: 210px;*/
	min-height: 100%;
	padding-bottom: -80px;
	width: 860px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
	padding: 0 0 9px;
	margin-top: 5;
	margin-bottom: 10;
	float: right;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
}

ul.navigation a {
	padding: 10px 10px 5px;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 1px;
	color: #333333;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	margin-left: 10px;
}

ul.navigation a:hover {
	background: #EEDCB7;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

ul.navigation a.selected {
	color: #990000;
	background: #DCB769;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	position: absolute;
	top: 250px;
	cursor: pointer;
	/*z-index: -1;*/
}



.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/**********************************************************************************************************************/



#footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	border-top-style: dotted;
	border-top-color: #663300;
} 
#footer h3 {
	color: #955422;
	font-weight: normal;
	font-size: 15px;
/******************* GALLERY **************************************/
}


#footer table{
	margin-right: auto;
	margin-left: auto;	
}
#footer a {
	text-decoration: none;
	color: #006699;
	line-height: 10px;
}
#footer a:hover {
	color: #CC6600;
}
#all_right {
	color: #666666;
	font-size: 12px;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.col_dx h3{
	font-size: 22px;
	color: #955422;
	margin-top: 8px;
	margin-bottom: 3px;
}

.col_dx img{
	float:left;
	margin: 3px 3px 3px 0px;
}
#cont_gallery {
	list-style: none;
	margin-top: 10px;
	margin-left: 1px;
}
.col_dx p a {
	text-decoration: none;
	color: #006699;
}


#cont_gallery img {
	border: 1px solid #CC6600;
	padding: 3px;
}
#cont_gallery img:hover {
	border: 1px solid #0099CC;
}
#cont_gallery li {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}
/******************* FORM **************************************/
label{
	float: left;
	width: 150px;
	font-weight: bold;
	color: #955422;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}
.data {
	font-size: 20px;
	color: #666666;
}


textarea{
width: 250px;
height: 150px;
}
form {
	margin-top: 10px;
}
.separazione_date {
	border-top: 2px dotted #CCCCCC;
	padding-bottom: 10px;
}

.tit_appuntamento {
	font-size: 17px;
	font-weight: bold;
	color: #955422;
}



.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/*************************** PANNELLO CD ********************************/
#cd2 {
	display: none;
}
#response{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 10px;
	width: 450px;
}

.cd_cover  {
	display: block;
	float: left;
	margin-right: 15px;
	padding-left: 3px;
	margin-top: 7px;
	margin-bottom: 7px;
}
h4 {
	color: #006699;
}

#cover1 {
	border: 2px solid #0099cc;
	}
#cover2 {
	border: 2px solid #CCCCCC;
	}

.cd_note   ul {
	margin-left: 30px;
	list-style: url(../images/freccia_elenco.gif);
	margin-bottom: 10px;
	font-size: 14px;
}
#cd_note p a {
	color: #006699;
}

.cd_note  li  a {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
.cd_note li a:hover {
	color: #0099CC;
}

.cd_note  p  a {
	color: #0099CC;
}
.cd_note p a:hover {
	color: #FF9900;
	text-decoration: none;
}
.elenco_song img {
	float: none;
	border-width: 0px;
	border-style: none;
	vertical-align: bottom;
}
.barra_sep {color: #FF9900}
#frecciaSx{
	display: none;
}
#frecciaDx{
	display: none;
}
.tracce th {
	text-align: left;
	padding-right: 15px;
	padding-left: 5px;
}
.tracce td {
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px dotted #FF9900;
	padding-left: 5px;
}
a img { border:none;}
.tracce td.traccia{
	border-left-style: none;
	color: #666666;
	font-size: 13px;
	}