/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight:bold;color:#0289ce;
}

em {
	font-style:oblique;
}

p {
	margin:15px 0 0 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

h1 {font-size:180%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

a:link {color:#0289ce;}
a:hover {color:#f64274;}

/*End RESET - Begin Full Width CSS*/



html
{
height: 100%;
}

body {
		background: white;
		background-color: rgb(102, 102, 102);
		color: Black;
		font-size: 15px;
		font-family: Helvetica,  Arial,  sans-serif;
		margin:0;
   		padding:0;
   		height:100%;	
   		line-height: 120%;	
	}



a:link  {color:DarkRed; background-color:transparent; text-decoration: none;}
a:visited {color:#990099; background-color:transparent; text-decoration: none;}
a:hover   {color:#000000; background-color:transparent; text-decoration: underline;}
a:active  {color:#3300CC; background-color:transparent; text-decoration: none;}

h1 {
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 18pt;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: darkred;
	color: white;
	width: 100%;
	letter-spacing: 5px;
	

}

h2 {
		color: darkred;
		padding: 25px 0px 10px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 900;
		font-size: 16pt;
		text-decoration: none;
		text-align: center;
		
}

h3 {
		padding: 10px 0px 0px 0px;
		color: black;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
		text-align: left;
		
		
}

h4	{	color: black;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		text-align: left;
		padding: 15px 0px 5px 0px;}
	



#background {

	min-height: 100%;
	position: relative;
	background-color: white;
	width: 780px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
   	
}


img {
    vertical-align: middle;
}

#header {
		width:100%;
		float:center;
		padding-top: 10px;
		text-align: center;
		
	} 
	
	#header img {
		float:center;
		
		padding: 10px;
		
	}
	
	#header p {
		float:right;
		width:800px;
		margin:0px;
	}



#Menu {
		color: darkgray;
		padding: 10px 0px 10px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 200;
		font-size: 12pt;
		text-decoration: none;
		letter-spacing: 5px;

}

	#Menu a:link {	color: DarkRed; }
	#Menu a:active {	color: Black; }
	#Menu a:visited {	color: DarkRed;}

	#Menu a:hover {
		border-bottom: 2px solid;
		border-top: 2px solid;
		text-decoration: none;
		color: black;
		border-color: black;
	}
	

	
	
	#content {
		padding: 0px 0px 50px 0px;
		clear:both;
		text-align: center;
		width:724px;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		background-color: white;
		
	}
	
	#NoBreak {
		margin:0;
		text-align: left;
		}
		

	#LeftText {
		text-align: left;
		line-height: 120%;
		}
	
	#IndexContent {
		padding:40px 15px 50px 15px;
		clear:both;
		text-align: center;		
		width:900px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		overflow: hidden;
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		z-index: 0;	
	}
	
	
	#footer {
		width:100%;
		float: center;
		padding: 30px 0px 0px 0px;
		text-align: center;
		
   		bottom:0px;
		height: 20px;
		display: block;
		z-index: 1;	
		clear: both;
	}
		
	#MusicBox {
	 	display: inline-block;
	 	background-color: darkgray;
	 	color: white;
		font-weight: 300;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17pt;
		letter-spacing: 2px;
		padding: 10px;
		margin: 10px;
	}
	
	#HeaderBox {
	 	display: inline-block;
	 	background-color: white;
	 	color: purple;
		font-weight: 400;
		font-family: Open Sans, Arial, Helvetica, sans-serif;
		font-size: 20pt;
		letter-spacing: 8px;
		padding: 10px;
		margin: 10px;
	}
	
	
	
	
	#MusicBox a:link {	color: white; }
	#MusicBox a:active {	color: white; }
	#MusicBox a:hover {	color: white; }
	#MusicBox a:visited {	color: white;}
	
	#SiteLink	{
		margin: 10px;
		color: purple;
		padding: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 900;
		font-size: 21pt;
		text-decoration: none;
	
	}
	
	#SiteLink a:hover {
		border-bottom: 2px solid;
		text-decoration: none;
	}
	 
	 #LiveTable	{
	 	color: Black;
		font-size: 11pt;
		font-family: Helvetica,  Arial,  sans-serif;
		padding:5px;
		margin:0px;
		border-spacing: 2px;
		}

	 #LiveDate	{
	 	padding:2px 4px 2px 4px;
	 	color: white;
	 	background-color: #603D81;
	 	font-weight: bold;
	 	text-align: right;
	 	}	 	
	 	
	 #LiveVenue	{
	 	padding: 2px;
	 	font-family: Arial Black, Arial, Helvetica, sans-serif;
	 	font-size: 11pt;
	 	text-align: right;
	 }
	 
	 #LiveAddress {
	 	padding:2px;
	 	font-size: 8pt;
	 	}
	 	
	 #LiveLink	{
	 	background-color: #999999;
	 	color: white;
	 	padding:2px 4px 2px 4px;
	 	font-size: 10pt;
	 	text-align: center;
	 	}
	 	
	 	#LiveLink a:hover {color: black; }
	 	#LiveLink a:link {	color: white; }
		#LiveLink a:active { color: white; }
		#LiveLink a:visited {	color: white;}
		
	#mc_embed_signup	{
		clear:left; 
		font:13px Helvetica,Arial,sans-serif; 
		width: 700px;
		margin: auto;
		  }
		
	#Video	{
		padding: 10px;
		}	
		
	#VideoR	{
		padding: 10px;
		margin: 10px;
		float: right;

		}
		
	#AlbumPic	{
		padding: 0px;
		border: 2px solid;
		margin: 0px 0px 0px 0px;
		}
		
	
	#PressText	{
		
		height: 140;
		text-align: left;
		clear: both;
		margin: auto;
		}
		
	#PressImg {
		float: left;
		margin: 0 20px 20px 0;
		border: 2px solid;
		}
		
	#PressImgR {
		float: right;
		margin: 10px 10px 10px 10px;
		border: 2px solid;
		}
		
	#PressDate	{
	 	padding: 4px 4px 4px 4px;
	 	color: white;
	 	background-color: #603D81;
	 	font-weight: bold;
	 	font-size: 12pt;
	 	}	
	 	
	 p	{
	 text-align: left;
	 }	