/*--------[GLOBAL]--------*/
.right{
	width: 330px;
	position: relative;
	overflow: hidden;
	font-family: 'News Cycle', Helvetica, arial, serif;
}
.formLite, .musicPlay, .showDate, .sideBarL {
	width:100%;
	background: rgba(49,25,41, 0.9);
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
.formLite h2, .musicPlay h2, .showDate h2, .sideBarL h2{
	width: 95%;
	height: 35px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 24px;
	padding: 5px 5px 5px 10px;
	text-shadow: 1px 1px 2px rgba(20, 20, 20, 0.7);
	text-align: left;
	background: none;	
}
.label, .p-Icons a, .musicPlay p{
	color: #fff;
	font-family: 'News Cycle', Helvetica, arial, serif;
	font-weight: 700;
}
/*--------[END]--------*/
/*--------[LOCAL]--------*/
/*----[MUSIC PLAYER AND PLAYLIST]----*/
.musicPlay p{
	font-size: 12px;
	padding: 2px 5px;
	margin: 5px auto 20px;
	width: 85%;
}
/*--[player-more customizable options located within the audio.js file]--*/
.player{
	width: 100%;
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 55px;
	position: relative;
	clear: both;			
}
/*--[Playlist anchors]--*/
.controls{
	margin-left: -38px;
}
.playList a {
	width: 85%;
	text-decoration: none;
	padding: 5px;
	line-height: 15px;
	font-family: 'Karla',serif;
	font-size: 14px;
	margin: 0 auto 1px;
	font-weight: 900;
	display: block;
	color: #1a1a1a;
	clear: both;
	border-radius: 5px;
	text-indent: 10px;
	text-shadow: 2px 1px 2px rgba(255, 255, 255, 0.9);
	box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.9) inset;
}
.odd{
	background: #00E9FF;
}
.even{
	background: #1CAFC9;
}
.odd:hover, .even:hover, .p-Icons a:hover{
	background: #F3E252;
	color: #1a1a1a;
}
.odd:clicked, .even:clicked{
	color: #000;
	background: #00FF00;
}
/*--[END]--*/
/*--[Purchase anchors]--*/
.p-Icons{
	margin-left: 20px;
	margin-bottom: 20px;
}
	.p-Icons a {
		width: 125px;
		text-decoration: none;
		padding: 5px;
		color: #fff;
		line-height: 25px;
		margin-left: 2px;
		font-size: 19px;
		display: inline;
		border-left: 2px solid white;
		border: 1px solid white;
		border-radius: 5px;
		text-shadow: -2px 2px 3px rgba(20, 20, 20, 0.9);
		box-shadow: -2px 2px 3px rgba(20, 20, 20, 0.9) inset;
		float: left;
		text-indent: 10px;
		margin-bottom: 10px;
		margin-right: 5px;
		background: #00E9FF;
	}
/*--[END]--*/
/*----[EMAIL SIGNUP FORM]----*/
.btn_email{
	font-size: 15px;
	padding: 7px 10px;
	background: rgb(0,233,255);
	border: none;
	width: 90px;
	cursor: pointer;
}
.btn_email:hover{
	background: rgb(181,115,149);
	}

.email{
	width: 200px;
	height: 30px;
	margin: 20px 10px;
}
/*----[END]----*/
/*----[TOUR DATES]----*/
.showDate, .showdate1 {
	overflow: hidden;
	margin: 0 0 10px 0;
}
	.showDate ul, .showdate1 ul{
		overflow: hidden;
		margin-left: -30px;
	}
	.showDate li{
		text-decoration: none;
		padding: 2px;
		line-height: 20px;
		margin: 5px;
		display: block;
		color: #fff;
		width: 90%;
		font-size: 14px;
		font-weight: 900;
		clear: both;
		border-bottom-left-radius: 5px;
		text-indent: 10p;
		list-style-type: none;
		border-bottom: 2px solid white;
		text-indent: 20px;
	}
	.showdate1 li {
		text-decoration: none;
		padding: 5px;
		line-height: 40px;
		margin: 5px;
		display: block;
		color: #fff;
		width: 90%;
		font-size: 18px;
		font-weight: 900;
		clear: both;
		border-bottom-left-radius: 5px;
		text-indent: 10p;
		list-style-type: none;
		border-bottom: 2px solid white;
		text-indent: 20px;
	}	
		.showDate li a, .showdate1 li a{
			color: #00E9FF;
			text-decoration: none;
			font-size: 17px;
			font-weight: 800;
		}
		.showDate li p, .showdate1  li p{
			font-size: 15px;
			font-size: 500;
			text-indent: 35px;
		}
/*--------[END]--------*/
/*--------[CUSTOM SIDEBARS]--------*/
/*----[ABOUT PAGE]----*/
.sideBarL h3{
	margin-top: 20px;
	padding-left: 5px;
	line-height: 10px;
	font-size: 18px;
	width: 45%;
	color: #fff;
	font-family: 'News Cycle', Helvetica, arial, serif;
}

/*--[MUSIC PLAYER]--*/
.player1{
	width: 95%;
	margin: 8px auto;
	padding-top: 15px;
	padding-bottom:  10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	position: relative;
	background: rgba(0, 0, 0, 0.85);
	clear: both;
}
	controls{
	background: rgba(0, 0, 0, 0.85);
	}
	
	
	.player1 p{
		color: #ffffff;
		font-family: 'News Cycle', Helvetica, arial, serif;
		font-size: 10px;
		font-weight: 800;
		padding: 1px 5px;
		margin-top: -5px;
	}
	.play1{
		width: 98%;
	}
	.player1 a{
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
		font-family: 'News Cycle', Helvetica, arial, serif;
		font-weight: 800;
		width: 30%;
		text-align: center;
		padding: 10px;
		background: red;
		border: 2px solid #ffffff;
		border-radius: 10px;
		margin: -53px 10px 5px 5px;
		box-shadow: -1px 1px 2px rgba(20, 20, 20, 0.9);
		float: right;
		text-shadow: 1px 1px 2px rgba(20, 20, 20, 0.9);
	}
.sideBarL a:hover{
	background: green;
}
/*--[END]--*/
/*----[END]----*/