@font-face {
	font-family: Gotham-Light; src: url(../ref/Gotham-Light.ttf) format("truetype");
}

body{
	margin: 0;
	background: url(../ref/bkgd_003.jpg) no-repeat fixed;
	background-size: cover;
	height:100%;
}

#header{
	position: relative;
	top: 0%;
	height: 88px;
	margin-bottom:50px;
	background-color: rgba(34,34,34,0.85);
}

#logo{
	padding-top: 13px;
	display: table;
	margin: auto;
	cursor: pointer;
	height: 38px;
	color: white;
	font: 38px "Gotham-Light";
	font-variant: small-caps;
	letter-spacing: 2px;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;		
}

#nav{
	padding-top: 10px;
	color: white;
	margin: auto;
	display: table;
	height: 25px;	
	clear: left;
	font: 19px "Gotham-Light";
	text-transform: lowercase;
}

.navBtn{
	float: left;
	padding-left:10px;
	padding-right: 10px;
	cursor: pointer;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;	
}

.navBtn:hover {
	color: #dbdbdb;
}

.activeBtn:hover{
	color: #53f6d5;
}

.activeBtn{
	color: #53f6d5;
}

.activePg{
	
}

#music{
	display: none;
}

#instruction{
	display: none;
}

#performance{
	display: none;
}

#about{
	display: none;
}

#pricing{
	display: none;
}

#contact{
	display: none;
}

.set{
	width: 440px;
	display: table;
	margin: auto;
	margin-bottom:30px;
	background-color: rgba(255,254,255,0.85);
	border: 1px solid #d5d5d5;
}

hr{
	background-color: gray;
	color: gray;
	border: 0;
	opacity: .3;
	height: 1px;
	margin-bottom: 30px;
	clear: both;
}

.date{
	margin-bottom: 10px;
	width: 80px;
	float: left;
}

.venue{
	margin-bottom: 10px;	
	width: 140px;
	float: left;
}

.band{
	margin-bottom: 10px;	
	float: left;
}

.ShowSet{
	width: 630px;
	display: table;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 35px;
	margin-bottom:30px;
	background-color: rgba(255,254,255,0.85);
	border: 1px solid #d5d5d5;
	margin: auto;
}

.ShowSet .infoText{
	width: 550px;
	margin: auto;
}

.infoText{
	font: 12px "Gotham-Light";
	line-height: 150%;	
	padding: 30px;
}