body {
	color: #000;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}
a {
	outline: none;
	}

#container {
	width: 952px;
	margin: 0 auto;
	}
#masthead {
	width: 564px;
	margin: 0 auto;
	}
#masthead h1 {	
	margin: 35px 0 30px 0;	
	}
.rule {
	height: 4px;
	background-image: url(../../assets/images/rule.gif);
	}
h2 {
	width: 952px;
	color: #111;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	margin: 20px 0;
	}
#board {
	width: 952px;
	border-top: 1px #ccc solid;
	background-image: url(../../assets/images/background.gif);
	padding: 0;
	margin: 0;
	float: left;
	}
#board .event {
	width: 222px;
	height: 260px;
	border-top: 4px #eee solid;
	border-bottom: 1px #ccc solid;
	padding: 8px 8px 0 8px;	
	float: left;
	z-index: 1;
	}
#board .wrapper {
	width: 222px;
	height: 260px;
	position: relative;
	}
#board .empty {
	width: 221px;
	background-image: url(../../assets/images/empty.gif);
	border-top: 4px #eee solid;
	border-left: 1px solid #ccc;
	}
#board .event .details {
	width: 222px;
	letter-spacing: -1px;
	float: left;
	}
#board .event .details span {
	color: #666;
	background-color: #ff0;
	font-size: 12px;
	letter-spacing: 0;
	padding: 2px 4px;
	}
#board .event .day {
	color: #999;
	font-size: 12px;
	letter-spacing: 0;
	}
#board .event h4 {
	font-size: 24px;
	font-weight: normal;
	padding-right: 3px;
	line-height: 1em;
	display: inline;
	}
#board .event h3 {
	font-size: 30px;
	line-height: 1em;
	margin: 12px 0 0 0;
	}
#board .event .details .support {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 4px 0;
	margin: 0;
	}
#board .event h5 {
	font-size: 18px;
	line-height: 1em;
	margin: 4px 0 0 0;
	}
#board .event h5 a {
	color: #000;
	text-decoration: none;
	}
#board .event h5 a:hover {
	text-decoration: underline;
	}
#board .event .meta {
	width: 214px;
	color: #666;
	font-size: 11px;
	bottom: 0;
	left: 8px;
	position: absolute;
	}
#board .event .meta a {
	color: #666;
	text-decoration: none;
	}
#board .event .meta a:hover {
	text-decoration: underline;
	}
#board .event .meta span {
	float: left;
	}
#board .event .meta .expand {
	color: #333;
	background-color: #ccc;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px 0 4px;
	float: right;
	}
#board .event .meta .expand:hover {
	text-decoration: none;
	}
#board .event .meta .extras {
	width: 180px;
	background-color: #ccc;
	padding: 10px 10px 7px 10px;
	display: none;
	position: absolute;
	z-index: 2;
	}
#board .event .meta .extras p {	
	margin: 0;
	}
#board .event .sample {
	width: 20px;
	height: 20px;	
	top: 0;
	right: 0;
	position: absolute;
	}
#board .event .sample a {
	width: 20px;
	height: 20px;
	background-image: url(../../assets/images/sample-stop.png);
	background-repeat: no-repeat;
	display: block;
	}
#board .event .sample .sm2_playing {
	background-image: url(../../assets/images/sample-play.png);
	}
	
/*

VENUE

*/

#venue {
	width: 952px;
	border-top: 1px #ccc solid;
	padding: 0;
	margin: 0;
	float: left;
	}
#venue .wrapper {
	border-top: 4px #eee solid;
	}
#venue .details {
	width: 456px;
	padding: 20px 10px;
	float: left;
	}
#venue .details img {
	margin-right: 10px;
	display: block;
	float: left;
	}
#venue .details .address {
	width: 201px;
	height: 105px;
	font-weight: bold;
	line-height: 1.2em;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0;
	float: left;
	}
#venue .details .address a {
	color: #000;
	}
#venue .details .about {
	margin: 20px 0;
	}
#venue .details .about a {
	color: #000;
	}
#venue .details table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0;
	}
#venue .details table td {
	border-top: 1px solid #ccc;
	padding: 8px 0;
	}
#venue .details table .date {
	width: 60px;
	font-weight: bold;
	}
#venue .details table .headliner {
	font-weight: bold;
	width: 305px;
	}
#venue .details table .tickets {
	width: 101px;
	font-weight: bold;
	text-align: right;
	}
#venue .details table .tickets a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	}
#venue .details table .tickets a:hover {
	text-decoration: underline;
	}
#venue .details table .tickets del {
	color: #999;
	font-size: 12px;
	}
#venue .directions {
	width: 456px;
	padding: 20px 10px;
	float: left;
	}
#venue .directions p {
	color: #666;
	font-size: 12px;
	text-align: right;
	}
#venue .directions p a {
	color: #000;
	}
#google_maps {
	width: 456px;
	height: 300px;
	}
	
/*

FOOTER

*/
	
#footer p {
	width: 952px;
	color: #999;
	font-size: 12px;
	text-align: center;
	padding: 30px 0;
	float: left;
	}
#footer p a {
	color: #999;
	text-decoration: none;
	}
#footer p a:hover {
	text-decoration: underline;
	}

/*

PLAYER

*/

#now_playing {
	color: #666;
	background-color: #ddd;
	font-size: 11px;
	padding: 6px 10px;
	position: fixed;
	top: 0;
	left: 10px;
	z-index: 1;
	display: none;
	}