@charset "UTF-8";


* {margin:0;padding:0;
}  

body{
	
}

#wrapper {
    position: relative;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	font-family: Times, "Times New Roman", Georgia, serif;
	text-align: center;
	
}

#headline {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #949494;
}

#navigator {	
	padding-top: 20px;
	position: absolute;
	width: 150px;
	text-align: left;
	font: small-caps 20px "Courier New", Courier, mono;
}

#sidebar {
	padding-top: 40px ;
	position: absolute;
	margin-left: 890px;
	width: 150px;
	padding-left: 15px
		text-align: left;
			font: small-caps 20px "Courier New", Courier, mono;


}

#content {
	padding-top: 20px;
	width: 740px;	    
	margin-left: 150px;
	border-right: 1px dotted #949494;
	border-left: 1px dotted #949494;
}



h2 {	
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4);
	letter-spacing: 0.08em;
	font: small-caps 42pt/0.9 Georgia, "Times New Roman", Times, serif;
	display: inline;
}
h1 {
	margin: 0;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4);
	letter-spacing: 0.08em;
	font: small-caps 60pt/0.9 Georgia, "Times New Roman", Times, serif;
	display: inline;
}
#video {
	text-align: center;
}	
	
ul {line-height: 1.2;

	list-style-type: none;
}
	
.tag {
	padding-top: 18px;
	text-align: left;
	margin left:auto;
	margin-right: auto;
	font: normal 20px "Times New Roman", Georgia, Times, serif;
	display: inline-block;
	text-decoration: none;
}
	
.past {
	color: #9c9c9c;
		}
	
	
li{
	word-spacing: 0.1em;
	
		padding-bottom: 0;
}




.tourdates {
	
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	padding: 0 0 0.9em;	
	font-variant: small-caps;
	font-size: 17pt;
	text-align: left;
	display: inline-block;
}

.smaller {
	font-size: 15px;
	text-align: right;
	display: inline-block;
}

.tourdates #tourtitle {
	font-size: 32pt;
	text-align: center;
	padding: 0.5em 0 0.3em 0;
}

.pic {
	margin: auto;
	width: 596px;
	height: 394px;
	background: url("../homepage.png") center no-repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px ;
	border-radius: 20px;
	}



.musicplayers {
	text-align: center;
}

.box {
	padding: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#songtitle { 
	text-align: left;
	position: absolute;
}
#songlenth {
	padding-left: 400px;
	text-align: right;
	
}


#credit {
	text-align: left;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	font: normal 16px "Times New Roman", Georgia, Times, serif;
}

/*object {
		display: inline;

}*/

.links {
  	padding:30px 40px 30px 40px ;
}

.crossout {
	text-decoration: line-through;
}


#footer {
	text-align: center;
	font-size: small;
	padding: 30px 0 10px;
}

a:link, a:visited{
	text-decoration: none;
	color: #136666;
}

a:hover, a:active {
	background-color: #d8d8d8;
	}

