@charset "UTF-8";
/* CSS Document */

/* Layout */

body {
	background: #000000;
	height: 100%;
	text-align: center;
}

#container {
	margin: 30px auto;
	position: relative;
	width: 800px;
	height: 648px;
	background:url(background.jpg);
	text-align: left;
}

#textpanel {
	position: relative;
	width: 390px;
	height: 500px;
	left: 400px;
	top: 65px;
}

#tourdates {
	width: 380px;
	margin-left: 0;
	margin-top: -10px;
}

#tourdates .column1 {
	width: 70px;
}

#tourdates .column2 {
	width: 90px;
}

#tourdates td {
	padding: 4px 1px;
	margin: 0;
}

#leftpanel {
	position: absolute;
	top: 450px;
	left: 30px;
	height: 150px;
	width: 315px;
	}
#emailbox {
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	opacity:0.8;
	filter:alpha(opacity=80);
	width: 275px;
	height: 50px;
	padding: 10px 20px 15px 10px;
}

input#email {
	position: absolute;
	height: 20px;
	top: 35px;
	border: 4px solid black;
	/* margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px; 
	float: left; */
}

input#subscribe {
	position: absolute;
	height: 30px;
	top: 35px;
	left: 233px;
	width: 40px;
	padding: auto 0;
	border: 4px solid black;
	background-color: #ffffff;
	/* opacity:0.8;
	filter:alpha(opacity=80);
	overflow: visible;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;  */
}

	
#returnbox {
	position: absolute;
	left: 40px;
	bottom: 30px;
}

/* Typography */

p, td {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 0.8em;
}

p.musicblurb {
	font-size:13px;
	font-weight:bold;
	letter-spacing: narrow;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size:24px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 0.8em 0;
	padding: 0;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size:22px;
	font-weight: bold;
	line-height: 0.4em;
	margin: 1em 0 1em 0;
	padding: 0;
}

.formheader {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-stretch: condensed;
	letter-spacing: -1px;
	font-size: 13px;
	font-weight: bold;
}
#subscribeform {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #00FF00;
	text-decoration: none;
	font-weight: inherit;
}

