* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 70px;
	font-weight: normal;
	text-align: center;
}
body {
	background: #000;
	background: url(img/bg.jpg) top left no-repeat #000;
	color: #fff;
	font-family: "arial";
	line-height: 16px;
	font-size: 14px;
	position: relative;
}
html {overflow-y: scroll;}
#body {
	font: normal normal 14px "Courier new", sans-serif;
	color: #fff;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(img/black78p.png);
}
#hide {
	display: block;
}
a {
	text-decoration: none;
}
h1#title {
	font-size: 70px;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	padding: 10px 0 5px 0;
	font-weight: normal;
	font-family: courier new;
}
.speaker {
	background: url(img/speaker.png) right top no-repeat;
}
.about {
	background: url(img/about.png) right top no-repeat;
}
#title a {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	background: url(img/grad01.png);
	border: 1px #0e0e10 solid;
}
#title a:hover {
	background: url(img/grad02.png);
	border: 1px #0e0e10 solid;
}

#top {
	margin: 0 auto;
	padding: 10px;
	width: 700px;
}
#edge {
	background: url(img/edge.png) no-repeat left top;
	height: 21px;
	width: 297px;
	
}
#edgelong {
	background: url(img/edge.long.png) no-repeat left top;
	height: 60px;
	width: 297px;
	float: left;
}
.pika_last, .pika_first, .pika_selected, .sliderjs {
	display: none;
}
.event, .eventx {
	background: url(img/gig.on.off.png) 0 0 no-repeat;
	width: 650px;
	height: 68px;
	font-family: trebuchet ms;
	margin: 10px 0;
}
.event a {
	text-decoration: none;
	color: #fff;
}
.event:hover {
	background: url(img/gig.on.off.png) 0 -68px no-repeat;
}
.eventx {
	background: url(img/gig.x.png) 0 0 no-repeat;
}
.event .time, .event .venue, .event .location, .eventx .time, .eventx .venue, .eventx .location {
	display: block;
	float: left;
}
.event .time, .eventx .time {
	padding-top: 25px;
	text-align: center;
	font-size: 25px;
	width: 100px;
}
.event .venue, .eventx .venue {
	width: 400px;
	font-size: 40px;
	max-height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 13px 0 13px 15px;
	background: url(img/gig.break.png) no-repeat right bottom;

}
.event .location, .eventx .location {
	width: 130px;
	height: 51px;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	background: url(img/gig.break.png) no-repeat right bottom;
}
.event .location span,.eventx .location span {
	display: block;
	font-family: georgia;
	font-size: 14px;
}
#sidebar {
	float: right;
	list-style-type: none;
	width: 230px;
	padding: 0 0 0 5px;
	margin-bottom: 30px;
}
#sidebar p {
	margin: 0 0 5px 0;
	line-height: 1.6em;
	font-size: 14px;
}
#content {
	width: 900px;
	margin: 0 auto;
}
#shows {
	margin: 0 auto;
	width: 660px;
}
#shows ol {
	font-size: 40px;
	margin-top: 20px;
	list-style-type: katakana;
}
#bottom {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(img/black78p.png);
	margin: 30px auto 20px auto;
	margin-top: 20px;
	text-align: right;
	font-family: georgia;
}
#bottom ul li {
	display: inline;
}
#bottom ul {
	margin: 0 auto;
	width: 460px;
	height: 16px;
	border: 1px solid #999;
	border-top: none;
}
#bottom a {
	background: #000;
	color: #666;
	padding: 3px 6px;
	margin: 6px 10px;
	float: left;
	font-size: 18px;
}
#bottom a:hover {
	background: #222;
	color: #666;
}
#explorer {
	display: none;
}
.linkon {
	float: right;
	padding: 5px;
	display: block;
	margin-right: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.linkon:hover, #edgelong a:hover {
	background: #000;
	border-bottom: #fff 1px solid;
}
#wrapper {
	background: url(img/wave.png) bottom left no-repeat;
}
table.shows {
	width: 700px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#shows h1 {
	text-align: right;
	font-size: 50px;
	font-family: courier new;
	margin-right: 10px;
	font-weight: normal;
}
h2.shows {
	margin-bottom: -30px;
}
table.shows td {
	padding: 10px;
	background-image: none;
}
table tr.event, table tr.event:hover {
	background: url(img/gig.on.off.png) 0 -18px no-repeat;
	height: 40px;
}
table tr.eventx, table tr.eventx:hover {
	background: url(img/gig.x.png) 0 -18px no-repeat;
	height: 40px;
}
table tr.eventx:first-child, table tr.eventx:first-child:hover {
	background: url(img/gig.x.png) 0 0px no-repeat;
}
table tr.event:first-child, table tr.event:first-child:hover {
	background: url(img/gig.on.off.png) 0 0px no-repeat;
}
table tr:last-child, table tr:last-child:hover {
	background: url(img/gig.x.png) 0 -28px no-repeat;
}
#edgelong a {
	padding: 5px;
	display: block;
	margin: 5px 30px 0 0;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
#contact, #mailing {
	position: fixed;
	width: 0%;
	height: 0%;
	bottom: 0px;
	left: 50%;
	display: none;
	background: url(img/black78p.png);
}

#contact div, #mailing div {
	width: 400px;
	padding: 10px 15px;
	height: 0px;
	display: none;
	margin: 60px auto;
	background: #000;
}
#contact div {
	width: 700px;
	height: 60px;
}
#contact h2 {
	width: 600px;
	float: left;
	color: #fff;
}
#contact h2 a {
	color: #fff;
}
#contact span {
	padding: 19px 10px;
}
#contact span, #mailing span {
	display: block;
	float: right;
	color: #ff0000;
	font-size: 40px;
	font-weight: bold;
	font-family: courier new;
	cursor: pointer;
	margin-top: 360px;
}
#contact span {
	margin-top: 0px;
}
.b1 {width: 30px; background:none;}
.b2 {width: 320px; background:none;}
.b3 {width: 200px; background:none;}
.b4 {width: 150px; background:none;}

#form label, #form input {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
}
#form {
	margin: 10px 0;
}
#form input {
	background: #222;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: "Georgia", Times New Roman, Times, serif;

}
#form label {
	text-align: right;
	width: 50px;
	padding-right: 15px;
}
#form .button {
	margin-left: 70px;
	width: 80px;
	background: #333;
}
#form br {
	clear: left;
}
.green {
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #107b0d;
	background: #3dd739;
	font-size: 14px;
	width: 630px;
}
.red {
	padding: 4px;
	margin: 5px 0;
	font-size: 14px;
	border: 1px solid #7b0d0d;
	background: #d03636;
	width: 630px;
}
#sidebar .graphic li a.acoustic {
	background: #a4ceda;
}
p.acoustic {
	background: url(img/acoustic_button.png) 0 2px no-repeat;
	padding-left: 23px;
}
#myspace {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	border: none;
	width: 63px;
	text-align: center;
	color: white;
	margin-bottom: 0px;
	background: url(img/black78p.png);
	padding: 10px;
}
#myspace img {
	border: none;
}