﻿body {
	margin: 0;
	padding: 0;
	background-color: black;
	height: 100%; /* needed for container min-height */
	background-repeat: repeat-y;
	background-image: url('../images/siteLayout/leftPane.jpg');
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	color: silver;
	background-repeat: repeat-y;
	background-image: url('../images/siteLayout/leftPane.jpg');
}
p { margin: 0px; padding: 0px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#EBEBEB }
b { font-weight:bold; color:#FF2E09}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF2E09;
	font-style: italic;
	text-decoration:none
}

div{ margin:0; padding:0}

a:hover{ text-decoration:underline }

img { border-style: none; }

body#links div#box a{ line-height: 30px; }


h1 { margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#FF2E09}
h2 { margin: 0px 0px 10px 0px; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FF2E09}

hr
{
    border-style: none;
    border-width: 0px;
    border-color: inherit;
    height: 1px;
    color: #333333;
    background-color: #333333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 0;
    line-height: 1px;
}

div#guestForm { margin-top:20px; }

div#news { padding-bottom:20px; padding-left:40px; margin-bottom:20px; border-bottom-width:1px; border-bottom-color:#444444; border-bottom-style:solid; background-image:url(../images/siteLayout/news.gif); background-repeat:no-repeat}
div#infoLink { padding-bottom:20px; padding-left:40px; margin-bottom:20px; border-bottom-width:1px; border-bottom-color:#444444; border-bottom-style:solid; background-image:url(../images/siteLayout/band.gif); background-repeat:no-repeat}
div#contactLink { padding-left:40px; background-image:url(../images/siteLayout/atH24.gif); background-repeat:no-repeat; min-height:70px; height:auto !important; height:70px}

/*div.notizia, div.guestbook, div.guestbookAlt { margin-bottom: 15px; padding-bottom:5px; border-bottom-width:1px; border-bottom-color:#333333; border-bottom-style:solid}*/

div.notizia, div.guestbook, div.guestbookAlt { margin-top: 6px; margin-bottom: 6px; padding-bottom:5px; }

div#news hr, div#guestbookGroup hr { border:0; height:1px; color:#333333; background-color:#333333;}

div.guestbook p.guestbookMessaggio, div.guestbookAlt p.guestbookMessaggio {
    margin-left:10px;
	text-align:left;
	margin-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.guestbookAlt p.guestbookMessaggio {
    color:#BBBBBB
}
    

div.notizia p.dataNotizia, div.guestbook p.dataGuestbook, div.guestbookAlt p.dataGuestbook {
	font-size:9px;
	text-align:left;
	margin-top:5px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#bandLink { margin-bottom: 15px; padding-bottom:5px; border-bottom-width:1px; border-bottom-color:#333333; border-bottom-style:solid }
div#bandLink a img {margin:1px; border:none}

div#containerWrapper {
	width: auto !important; /* real browsers */
	width: 100%; /* IE6: treaded as min-height*/
	min-width: 100%; /* real browsers */
}
div#container {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/siteLayout/rightPane.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	min-width: 734px;
}

div.boxLabel {
	position: relative;
	text-indent: -9000px;
	text-decoration: none;
	padding: 12px 0 0 0;/*height: 12px;*/
	overflow: hidden;
	height: 0px !important;
	height /**/: 12px;
	background-repeat:no-repeat;
}

div.boxLabel2 {
	position: relative;
	text-indent: -9000px;
	text-decoration: none;
	padding: 14px 0 0 0;/*height: 12px;*/
	overflow: hidden;
	height: 0px !important;
	height /**/: 14px;
	background-repeat:no-repeat;
}

h2#writeGuest
{
 position:relative; 
 margin:40px 0px 20px 0px; 
 padding:0px; /* hide overflow:hidden from IE5/Mac */
 /* \*/ 
 overflow: hidden; 
 /* */
} 

h2#writeGuest span
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1; /*for Opera 5 and 6*/
} 

h2#writeGuest, h2#writeGuest span
{
    height: 12px;
    width: 194px;
    background-image: url(../images/siteLayout/ScriviGuestbook.gif);
} 

/*h2#inviaGuest
{
    font-size: 14px;
    position: relative;
    margin: 20px 0px 0px 0px;
    padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/
    /*overflow: hidden;
    text-decoration: none;
} */
/*
h2#inviaGuest span
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1; /*for Opera 5 and 6*/
/*} */
/*
h2#inviaGuest, h2#inviaGuest span
{
    height: 14px;
    width: 46px;
    background-repeat:no-repeat;
    background-image: url(../images/siteLayout/Invia.gif);
} */

div#inviaGuest {
	float: left;
	width: 46px; height: 14px;
	margin: 20px 0px 20px 0px;
	background: url(../images/siteLayout/Invia.gif) -46px 0px no-repeat;
	}

div#inviaGuest a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 14px Georgia, serif;
	color:#039;
	text-decoration: none;
	background: url(../images/siteLayout/Invia.gif) top left no-repeat;
	}
div#inviaGuest span {
	display: block;
	margin:0; padding: 14px 0 0 14px;
	}
div#inviaGuest a:hover {
	background-image: none;
	color: yellow;
	}


div.boxVideo {
    margin:20px 0 20px 0;
}

div#box {
	padding-top: 5px;
	padding-bottom:20px;
	margin-bottom:20px;
}

/*div#bandStory {
	background-image:url(../images/siteLayout/bandstory.gif);
	background-repeat:no-repeat;
	padding-top:30px
}*/

body#live div.boxLabel { background-image:url(../images/siteLayout/concerti.gif); margin-top:20px; margin-bottom: 40px }
body#contatti div.boxLabel { background-image:url(../images/siteLayout/contatti.gif); margin-top:20px; margin-bottom: 40px }
body#band div.boxLabel { background-image:url(../images/siteLayout/bandstory.gif); margin-top:20px; margin-bottom: 40px }
body#links div.boxLabel { background-image:url(../images/siteLayout/links.gif); margin-top:20px; margin-bottom: 40px }
body#media div.boxLabel { background-image:url(../images/siteLayout/video.gif); margin-top:20px; margin-bottom: 40px }
body#foto div.boxLabel { background-image:url(../images/siteLayout/foto.gif); margin-top:20px; margin-bottom: 40px }
body#guest div.boxLabel { background-image:url(../images/siteLayout/guestbook.gif); margin-top:20px; margin-bottom: 0px }
body#guest div.boxLabel2 { background-image:url(../images/siteLayout/benvenuto.gif); margin-top:0px; margin-bottom: 20px; margin-left:250px }

body#live div#box { background-image:url(../images/siteLayout/bandPhoto3.jpg); background-repeat:no-repeat; padding-top: 120px }
body#contatti div#box, body#guest div#box { background-image:url(../images/siteLayout/bandPhoto4.jpg); background-repeat:no-repeat; padding-top: 120px }
body#links div#box { background-image:url(../images/siteLayout/bandPhoto6.jpg); background-repeat:no-repeat; padding-top: 120px }
body#media div#box { background-image:url(../images/siteLayout/bandPhoto7.jpg); background-repeat:no-repeat; padding-top: 120px }

div#leftPane {
	width: 54px;
	float: left;
	font-size: 0px;/*	padding-bottom: 1000px;
	margin-bottom: -1000px;*/
}
div#rightPane {
	float: left;
	width: 158px;
	margin-left: -158px;
}
div#contentWrapperOut {
	float: left;
	width: 100%;
}
div#clear {
	width: 1%;
	clear: both;
}
div#contentWrapper { margin: 0px 168px 0px 64px; }
div#content {
	width: 502px;
	margin: 0 auto;
	height: auto !important; /* real browsers */
	height: 520px; /* IE6: treaded as min-height*/
	min-height: 520px; /* real browsers */
}
div#header {
	
	/*position: relative;
	text-indent: -9000px;
	text-decoration: none;
	padding: 151px 0 0 0;/*height: 12px;*/
	/*overflow: hidden;
	height: 0px !important;
	height /**//*: 151px;
	
	margin: 10px 0px 20px 0px;
	background-image:url(../images/siteLayout/header.gif);	
	background-repeat: no-repeat;
	background-position: center top;*/
}

/*div#header h1 {float: left;}*/

div#header h1 a {display: block; width: 502px; height: 140px; text-decoration: none; margin: 10px 0px 20px 0px;}

div#header h1 a span {position: relative; top: -9999px; left: -9999px;}

div#header h1 a {background:url(../images/siteLayout/header.gif) no-repeat center top;}

div.concertoNextOne{}

div.concertoNext, div.concertoPrev {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
	background-image:url(../images/siteLayout/titleBkgColor.gif);
	background-repeat:repeat-y
}

div.concertoNext { background-image:url(../images/siteLayout/titleBkgColor.gif) }
div.concertoPrev { background-image:url(../images/siteLayout/titleBkgGray.gif) }

div.concertoNextFooter { height:20px }

p.dataConcerto {
	font-weight:bold;
	text-transform: capitalize
}

div.concertoNext p.dataConcerto { color:#FF2E09 }
div.concertoPrev p.dataConcerto { color:#CCCCCC }

p.localeConcerto {}
p.luogoConcerto {}

p.dataConcertoOne { text-transform: capitalize }
p.localeConcertoOne { font-weight:bold; color:#FF2E09; 	text-transform: capitalize }
p.luogoConcertoOne {}

div.photothumb {
	/*float: left;*/
	/*margin: 2px 2px 2px 2px;*/
	width: 96px;
	height: 96px;
	display: inline  /* serve per bug double margin IE*/;
	
}
div.photothumb a {
	/*display: table-cell;*/
	text-align: center /* qui e non su precedente, iCab */;
	vertical-align: middle;
}
/*div.photothumb span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}*/
div.photothumb img {
	vertical-align: middle;
	
}div#gradientDown {
	margin: -383px 158px 0px 54px;
	/*background-image: url('../images/siteLayout/contentGradient.gif');
	background-repeat: repeat-x;*/
	height: 383px;
	min-width: 522px;
}
* html div#gradientDown { padding: 0px 261px; }

body#home div#cornerPhoto {
	background-image: url('../images/siteLayout/CornerBackCoca.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 331px;
	margin: -331px 158px 0px 54px;
	min-width: 522px;
}
body#band div#cornerPhoto {
	background-image:url('../images/siteLayout/CornerBackViolet.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 300px;
	margin: -300px 158px 0px 54px;
	min-width: 522px;
}
body#live div#cornerPhoto {
	background-image:url(../images/siteLayout/CornerBackHand.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 300px;
	margin: -300px 158px 0px 54px;
	min-width: 522px;
}
body#contatti div#cornerPhoto, body#guest div#cornerPhoto {
	background-image:url(../images/siteLayout/CornerBackReflex.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 300px;
	margin: -300px 158px 0px 54px;
	min-width: 522px;
}
body#links div#cornerPhoto {
	background-image:url(../images/siteLayout/CornerBackSpeak.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 300px;
	margin: -300px 158px 0px 54px;
	min-width: 522px;
}
body#media div#cornerPhoto {
	background-image:url(../images/siteLayout/CornerBackRedBlue.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 300px;
	margin: -300px 158px 0px 54px;
	min-width: 522px;
}

* html div#cornerPhoto { padding: 0px 261px; }

div#nextLabel {
	position: relative;
	top: 11px;
	width: 127px;
	height: 84px;
	background-image: url('../images/siteLayout/nextShowBkg.gif');
	background-repeat: no-repeat;
	padding: 60px 18px 20px 2px;
	text-align:center
}
div#navigationRight {
	position: relative;
	top: 21px;
}
div#navigationLeft {
	position:absolute;
	top: 71px;
	left:0px
}
div#navigationLeft ul {
	position: relative;
	width: 54px;
	height: 492px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url('../images/siteLayout/leftMenu.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#navigationLeft li {
	position: absolute;
	width: 54px;
	height: 156px;
	margin: 0;
	padding: 0;
}
div#navigationLeft a {
	display: block;
	padding : 156px 0 0 0;
	height: 0px !important;
	height /**/: 156px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	background-image: url('../images/siteLayout/leftMenu.jpg');
}
li#navGuest {
	left: 0px;
	top: 0px;
}
li#navGuest a { background-position: 0px 0px; }
li#navGuest a:hover { background-position: -54px 0px; }
body#guest li#navGuest a { background-position: -54px -0px; }
li#navSondaggio {
	left: 0px;
	top: 178px;
}
li#navSondaggio a { background-position: 0px -178px; }
li#navSondaggio a:hover { background-position: -54px -178px; }
body#sondaggio li#navSondaggio a { background-position: -54px -178px; }
li#navContatti {
	left: 0px;
	top: 355px;
	height: 135px;
}
li#navContatti a {
	background-position: 0px -355px;
	padding : 156px 0 0 0;
	height: 0px !important;
	height /**/: 156px;
}
li#navContatti a:hover { background-position: -54px -355px; }
body#contatti li#navContatti a { background-position: -54px -355px; }
div#navigationRight ul {
	position: relative;
	width: 158px;
	height: 332px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url('../images/siteLayout/rightMenu.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#navigationRight li {
	position: absolute;
	width: 158px;
	height: 40px;
	margin: 0;
	padding: 0;
}
div#navigationRight a {
	display: block;
	padding : 40px 0 0 0;
	height: 0px !important;
	height /**/: 40px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	background-image: url('../images/siteLayout/rightMenu.jpg');
}
li#navHome {
	left: 0px;
	top: 14px;
}
li#navHome a { background-position: 0px -14px; }
li#navHome a:hover { background-position: -158px -14px; }
body#home li#navHome a { background-position: -158px -14px; }
li#navBand {
	left: 0px;
	top: 72px;
}
li#navBand a { background-position: 0px -72px; }
li#navBand a:hover { background-position: -158px -72px; }
body#band li#navBand a { background-position: -158px -72px; }
li#navLive {
	left: 0px;
	top: 126px;
}
li#navLive a { background-position: 0px -126px; }
li#navLive a:hover { background-position: -158px -126px; }
body#live li#navLive a { background-position: -158px -126px; }
li#navFoto {
	left: 0px;
	top: 180px;
}
li#navFoto a { background-position: 0px -180px; }
li#navFoto a:hover { background-position: -158px -180px; }
body#foto li#navFoto a { background-position: -158px -180px; }
li#navMedia {
	left: 0px;
	top: 233px;
}
li#navMedia a { background-position: 0px -233px; }
li#navMedia a:hover { background-position: -158px -233px; }
body#media li#navMedia a { background-position: -158px -233px; }
li#navLink {
	left: 0px;
	top: 290px;
}
li#navLink a { background-position: 0px -290px; }
li#navLink a:hover { background-position: -158px -290px; }
body#link li#navLink a { background-position: -158px -290px; }



div#bandList { margin-bottom:20px; }

div#bandList ul {
	position:relative;
	left:11px;
	width: 480px;
	height: 150px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:url(../images/siteLayout/bandPhoto.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#bandList li {
	float:left;
	width: 80px;
	height: 150px;
	margin: 0;
	padding: 0;
}
div#bandList a {
	display: block;
	padding : 150px 0 0 0;
	height: 0px !important;
	height /**/: 150px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	background-image:url(../images/siteLayout/bandPhoto.jpg);
}
li#xse { left:0px; top:0px; }
li#xse a { background-position: 0px 0px; }
li#xse a:hover { background-position: 0px -150px; }

li#vincenzo { left:80px; top:0px; }
li#vincenzo a { background-position: -80px 0px; }
li#vincenzo a:hover { background-position: -80px -150px; }

li#andrea { left:160px; top:0px; }
li#andrea a { background-position: -160px 0px; }
li#andrea a:hover { background-position: -160px -150px; }

li#giovanni { left:240px; top:0px; }
li#giovanni a { background-position: -240px 0px; }
li#giovanni a:hover { background-position: -240px -150px; }

li#massimo { left:320px; top:0px; }
li#massimo a { background-position: -320px 0px; }
li#massimo a:hover { background-position: -320px -150px; }

li#marco { left:400px; top:0px; }
li#marco a { background-position: -400px 0px; }
li#marco a:hover { background-position: -400px -150px; }
