html, body {
	color: #999;
	height: 100%;
	background: #000 url(images/bg_blk.gif);
}
a 			{ text-decoration: none; }
a:link		{ color: #F60; }
a:visited	{ color: #F60; }
a:active	{ color: #F63; }
a:hover		{ color: #A0410D; text-decoration: underline; }

h1, h2, h3 {
	color: #F60;
}
h4, h5, h6 {
	color: #999;
}

li {
	list-style-image: none;
	list-style-type: none;
}
.float_left {
	float: left;
	padding-right: 10px;
}
.clear {
	clear: both;
}

.body_wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -30px;
	background: url(images/speakerbg.gif) no-repeat top left;
}

.hd {
	padding-top: 20px;
}
.hd h2 {
	float: right;
	padding: 40px 12px 0 0;
}


/* @group navigation */

.nav {
	/*border-top: 1px solid #A0410D;*/
	border-bottom:1px solid #622808;
	background: url(images/nav_bg_off.jpg) 0 50% repeat-x;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

.nav ul {
	padding: 4px 0;
}
.nav li {
	display:inline;
}
.nav li a {
	font-size: 130%;
	letter-spacing: 1px;
	padding: 5px 25px;
	border-left: 1px solid #111;
}
.nav li a:hover {
	text-decoration: none;
}
.nav li a.on {
	background: url(images/nav_bg_on.jpg) 0 50% repeat-x ;
}
.nav li a.last {
	border-right: 1px solid #111;
}

/* @end navigation */

.bd {
	background: url(images/bg_bd.png);
}
.splash {
	padding: 20px 0 0 12px;
}

/* @group main */

.main {
	padding: 10px;
}
.main h1 {
	margin-top: 4px;
	padding: 10px;
	background: url(images/bg_event.png);
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}

.main dl {
	padding: 0 10px 10px 10px;
}
.main dt {
	color: #F60;
	font-size: 150%;
	font-weight: normal;
	padding-top: 10px;
}
.main dd {
	font-size: 120%;
}
.map {
	padding: 20px 0 20px 10px;
}

/* @group show listings */

.show {
	clear: both;
	padding: 5px 0;
	margin-bottom: 10px;
	background: url(images/bg_event.png);
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
.show_cal {
	float: left;
	width: 50px;
	margin: 0 10px;
	border: 1px solid #323232;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
.show_cal p.day {
	text-align: center;
	background: #151516;
	border-bottom: 1px solid #232323;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
.show_cal p.date {
	text-align: center;
	font-size: 150%;
	padding: 0 0 3px 0;
	background: #121213;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}
.show p {
	font-size: 120%;
}
.band_img {
	float: left;
}
.band_list {
	float: right;
	width: 425px;
}
.show h3, .show h4 {
	margin-bottom: 6px;
}
.show h3 acronym {
	font-size: 80%;
	border-bottom: none;
}
.show acronym {
	color: #777;
}
.show a {
	color: #999;
}

/* @end show listings */

/* @end main */

.right {
}

.box {
	padding: 15px;
	margin: 15px 15px 0 0;
	background: url(images/bg_bd.png);
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
.box li {
	font-size: 110%;
	padding-bottom: 5px;
}
.box span {
	font-weight: bold;
}

.picbox {
	padding: 10px;
	margin: 15px 15px 0 0;
	background: url(images/bg_bd.png);
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

ul.fliers {
	
}
ul.fliers li {
	padding: 10px 0;
}

p.large {
	font-size: 120%;
}


/* @group footer */

.ft, .push {
	height: 30px;
}
.ft {
	color: #777;
	background: #222;
	border-top:1px solid #A0410D;
	border-bottom: 2px solid #622808;
}
.ft p {
	font-size:110%;
	text-align:center;
	padding: 6px 0;
}
.ft a {
	color: #777;
	text-decoration: none;
}
.ft a:hover {
	color: #A0410D;
}

/* @end footer */