body{
  margin: 0px;
  padding: 0px;
  font-family: "Verdana",Arial,Helvetica,sans-serif;
  font-size:0.9em;
  background-image:  url(../images/bg_.jpg);
  background-position: 0 0;
}
a{ 
  border-bottom: 1px dotted black; 
  text-decoration: none;
  color: black;
}
a:hover{ border-bottom: 0px }

#caricamento{
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
  position: fixed;
}

#layout{
  width: 1024px;
  height:99%;
  margin-right: auto;
  margin-left: auto;
}

#center{
  background-image:  url(../images/bg.png);
  background-repeat: repeat-y;
  width: 364px;
  height: 100%;
  margin-left: 355px;
  z-index: 0;
  position: absolute;
}

#small-logo{
  background-image:  url(../images/small_logo_trasp.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 193px;
  position: relative;
  margin: auto;
  /*margin-left: 17px;*/
}
#ajax-loader{
  background-image:  url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  margin: auto;
}

#logo{
  background-image:  url(../images/logo.png);
  background-repeat: no-repeat;
  width: 320px;
  height: 427px;
  position: absolute;
  margin-left: 0px;
  /*margin-left: 17px;*/
}
#cde-www{
  background-image:  url(../images/chiave_di_es.png);
  background-repeat: no-repeat;
  width: 263px;
  height: 55px;
  position: absolute;
  /*margin-left: 50px;
  padding-bottom: 100px;*/
}
#email{
  background-image:  url(../images/email.png);
  background-repeat: no-repeat;
  width: 263px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  /*margin-left: 50px;*/
}

#casse{
  background-image: url(../images/casse.png);
  width: 280px;
  height: 325px;
  position: absolute;
  left: 670px;
  /*cursor: pointer;*/
}

#menu{
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
}

.menu-item{
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
}

#menu-bio{
  background-image: url(../images/menu/bio.png);
  width: 48px;
}
#menu-img{
  background-image: url(../images/menu/img.png);
  width: 51px;
}
#menu-disco{
  background-image: url(../images/menu/disco.png);
  width: 64px;
}
#menu-blog{
  background-image: url(../images/menu/blog.png);
  width: 72px;
}


#news-box{
  width: 350px;
  height: 600px;
  top: 20px;
  position: absolute;
}
#news-title{
  background-image: url(../images/news_title.png);
  background-repeat: no-repeat;
  width: 113px;
  height: 51px;
}
#news-container{
  width: 340px;
}
#news-control-box{
   width: 340px;
   text-align: right;
}
a.next{
  background-image: url(../images/scrollable/arrow/down.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-bottom: 0px;
  cursor: pointer;
}
a.next:hover{
  background-position: 0 -18px;
}
a.prev{
  background-image: url(../images/scrollable/arrow/up.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-bottom: 0px;
  cursor: pointer;
}
a.prev:hover{
  background-position: 0 -18px;
}
#news-title-post{
  font-size: 1.0em;
  text-shadow: 0 1px 1px black;
  margin-bottom: 5px;
}
#news-data{
  font-style: italic;
  font-size: 0.75em;
  font-family: georgia;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #C7CFCF;
}
#news-text{
  font-size: 0.75em;
  font-family: verdana;
  margin-bottom: 15px;
  line-height: 1.5em;
  text-align: justify;
}

.concerti-place{
  display: inline-block;
  width: 330px;
  text-align: left;
  font-size: 0.75em;
}

.concerti-data{
  display: inline-block;
  width: 70px;
  text-align: right;
  font-size: 0.75em;
  font-style: italic;
  font-family: georgia;
  margin-bottom: 5px;
  /*color: #B9400E;*/
}

#player-box{
  width: 230px;
  height: 81px;
  background-image: url(../images/player/vinile.png);
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 750px;
}

#player-buttons-box{
  width: 150px;
  height: 24px;
  padding: 0px;
  margin-left: 45px;
  margin-top: 6px;
}
.player-buttons{
  width: 24px;
  height: 24px;
  background-image: url(../images/player/bottoni.png);
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px;
  cursor: pointer;
}
#player-previous{
  background-position: -100px 0px;
}
#player-previous:hover{
  background-position: -100px -27px;
}
#player-stop{
  background-position: 0px 0px;
}
#player-stop:hover{
  background-position: 0px -27px;
}
#player-play{
  background-position: -25px 0px;
}
#player-play:hover{
  background-position: -25px -27px;
}
#player-pause{
  background-position: -50px 0px;
}
#player-pause:hover{
  background-position: -50px -27px;
}
#player-next{
  background-position: -75px 0px;
}
#player-next:hover{
  background-position: -75px -27px;
}
#player-volume{
  background-position: right 0px;
}
#player-volume:hover{
  background-position: right -27px;
}
#player-volume-slider { 
	margin: 10px;
	border: 1px solid #DED3E3;
	background: black none repeat scroll 0 0 !important;
	margin-left: 123px;
	display: none;
}
#song-title{
 text-align: center;
 font-size: 0.8em;
 font-style: italic;
 text-shadow: 0 1px 1px black;
}

#concerti-box{
  width: 400px;
  height: 250px;
  top: 85px;
  margin-left: 720px;
  position: absolute;
}

#concerti-container{
  position:relative; 
  overflow:hidden; 
  height: 128px;
}

#concerti-title{
  background-image: url(../images/concerti_title.png);
  background-repeat: no-repeat;
  width: 201px;
  height: 51px;
  margin-left: 80px;
}

#t-shirt{
  width: 135px;
  height: 141px;
  /*background-image: url(../images/t-shirt_black_thumb.png);*/
  float: left;
  cursor: pointer;
}
#buy-this{
  width: 90px;
  height: 9px;
  background-image: url(../images/buy_this.png);
  float: right;
  margin-right:60px;
  margin-top:40px;
  cursor: pointer;
}

.sell-t-shirt{
  text-align: center;
  padding-top: 10px;
}
.t-shirt-img{
  cursor: pointer;
}

#footeritems{
  padding:0;
  margin:0;
  list-style-type:none;
}
#footeritems li {
  display: inline;
}

#social-network-box{
  width: 300px;
  height: 141px;
  top: 350px;
  margin-left: 720px;
  position: absolute;
  font-family: Verdana;
}

.social-network-button{
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}

.twitter-button{
  background-image: url(../images/social_networks/sn_twitter.png);
}
.facebook-button{
  background-image: url(../images/social_networks/sn_facebook.png);
}
.myspace-button{
  background-image: url(../images/social_networks/sn_myspace.png);
}
.lastfm-button{
  background-image: url(../images/social_networks/sn_lastfm.png);
}


/* scrollable */
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 665px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:10000em; 
}

.items{
  position:absolute; 
 
  /* this time we have very large space for the height */ 
  height:10000em; 
}

.bio-details{
  text-align: justify;
}

#tooltip {
    padding: 5px 10px;
    background: #cad7e0;
    border: 1px solid #b2bdc3;
    opacity: 0.90;
}

.disco-details{
  overflow: auto; 
  height: 600px;
}

/* jQuery UI Tabs */
.ui-tabs .ui-tabs-hide {
  display: none;
}

#store{
  color: white;
}

button.awesome, .button.awesome {
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.blue.awesome {
	background-color: #2daebf;
}

.red.awesome {
	background-color: #e33100;
}

.magenta.awesome {
	background-color: #a9014b;
}

.orange.awesome {
	background-color: #ff5c00;
}

.yellow.awesome {
	background-color: #ffb515;
}

#twitterContainer{
	min-width: 60px;
	min-height: 70px;
}

#twitterBox{
	background-color: black;
	min-width: 60px;
	max-width: 200px;
	min-height: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#twitterBox ul{
	color: white;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: -30px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: justify;
}
#twitterBox ul li{
	font-size: 10px;
	margin-top: 11px;
	padding: 2px;
}
#twitterTriangle{
	height: 10px;
	width: 100%;
	display: block;
}

.twitter-follow-us{
	padding: 6px;
	border-top: dotted 1px white;
	margin-top: 3px;
}
.twitter-follow-us a{
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}
.twitter-follow-us a:hover{
	color: grey;
}
.twitter-text{
	color: white;
}
.twitter-data a{
	color: #A92C0A;
	border-bottom: dotted 1px #A92C0A;
}
.twitter-data a:hover{
	border-bottom: 0px;
}
.twitter-link{
	color: #e33100;
	border-bottom: dotted 1px #e33100;
}
.twitter-link a:hover{
	border-bottom: 0px;
}

#mailForm{
	position: absolute;
	width: 450px;
	height: 470px;
	margin: auto;
	left: 50%;
  margin-left: -225px;
	top: 30px;
	z-index: -1;
	border: 3px solid #FFFBEC;
	background-color: #FAE079;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-family: Georgia, "Times New Roman", Times, serif;

}

#mexForm{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
	padding: 5px;
	width: 470px;

}
form#mexForm legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #c0d576;
}
form#mexForm fieldset {
	border: none;
	margin-bottom: 0px;
}

	
form#mexForm > fieldset > legend:before {
	counter-increment: fieldsets;
}
	
form#mexForm fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

form#mexForm ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	}
				
	form#mexForm ol ol li {
		background: none;
		border: none;
		float: left;
		}
	form#mexForm li {
		min-height: 30px;
		width: 360px;
	}

form#mexForm label {
	float: left;
	font-size: 13px;
	width: 70px;
	}
	
form#mexForm fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 10px;
	width: auto;
	}
		
	form#mexForm label[for=visa] {
		background-image: url(visa.gif);
		}
	form#mexForm label[for=amex] {
		background-image: url(amex.gif);
		}
	form#mexForm label[for=mastercard] {
		background-image: url(mastercard.gif);
		}
		
	form#mexForm fieldset fieldset label:hover {
		cursor: pointer;
		}
	
form#mexForm input:not([type=radio]),
form#mexForm textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 200px;
	}
form#mexForm textarea {
	width: 250px;
	height: 100px;
}
		
	form#mexForm input:not([type=submit]):focus,
	form#mexForm textarea:focus {
		background: #eaeaea;
		}
		
	form#mexForm input[type=radio] {
		float: left;
		margin-right: 5px;
		}
			
form#mexForm button[type=submit] {
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 15px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	background: #E59B1F url(../images/overlay-button.png) repeat-x;
	}
		
	form#mexForm button:hover {
		background-color: #1e2506;
		cursor: pointer;
		}
		
#ourMail{
	border-top: 2px dotted white;
	text-align: center;
	padding-top: 10px;
	padding-right: 70px;
}
#emailAddress{
	border: none;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	text-shadow: 0 1px 1px #C0D576;
}

#mailIcon{
	position: absolute; 
	bottom: 0px;
	left: 300px;
	width: 200px;
}

.close{
	width: 100%;
	text-align: right;
	
}
.close-button{
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 2px 5px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	background: #E59B1F url(../images/overlay-button.png) repeat-x;
	text-align: center;
	float: right;
	margin-right: 20px;
}
.close-button:hover{
	background-color: white;
}


