




html {
	background-color: #242424;
	color: #cacaca;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	background: #161819 url(backloop.jpg) repeat-y fixed top center;
}

body {
	width: 600px;
	margin: 0 auto;
	/*background: #161819 url(backloop.png) repeat-y fixed top left;*/
}



a, a:link, a:visited, a:active {
	color: #cacaca;
}

a:hover {
	text-decoration: none;
}

a .selected, a.selected, .selected {
	color: #565656;
}




h1, h2, h3, h4 {
 margin: 0;
}


#mast {
	position: relative;
	z-index: 1;
}

#mast h1 a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 209px;
	background: transparent url(brand.png) scroll no-repeat top left;
}
#mast h1 a:hover {
	background-position:  bottom left;
}

#mast p {
	display: none;
}

#nav {
	position: absolute;
	top: 152px;
	left: 260px;
	height: 20px;
	width: 225px;
	/*background: transparent url("nav.jpg") no-repeat top left;*/
	background: #000;
}




h2 {
	display: none;
}








.hub {
	position: relative;
	top: -75px;
}

.hub div div {
	margin-top: 30px;
	/*border-top: 1px solid #fff;*/
}
.hub div > div:first-child {
	margin: 0;
	border: 0;
}




#content2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 450px;
	text-align: left;
	padding: 10px;
	padding-top: 85px;
	padding-left: 20px;
	width: 184px;
	background: transparent url(content_2_bg.png) repeat-y scroll top left;
	z-index: 0;
}

#content2 h3 {
	border-bottom: 1px dotted #565656;
	font-size: 130%;
	padding: 4px;
	font-weight: normal;
}






#content1 {
	position: absolute;
	top: 0;
	left: 214px;
	right: 0;
	background: transparent url(content_1_bg.png) repeat-y scroll top right;
	text-align: left;
	width: 356px;
	padding: 10px;
	padding-top: 85px;
	padding-right: 20px;
	z-index: 0;
	/*background: transparent url("upcoming.jpg") no-repeat top left;*/
}
#content1 p {
	margin: 2px 0 10px 0;
}
#content1 h3 {
	border-bottom: 1px dotted #343434;
	font-size: 130%;
	padding: 4px;
	font-weight: normal;
}
#content1 h4 {
	background-color: #131313;
	border-bottom: 1px dotted #343434;
	font-size: 90%;
	padding: 4px;
}





#location #content1 {
	/*background: transparent url("location.jpg") no-repeat top left;*/
	text-indent: -9999px;
	height: 480px;
}












ul {
	list-style: none;
}

ul li {
	float: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid #454545;
	font-size: 200%;
}
ul li ul li {
	padding: 2px;
	margin: 4px;
	border: 1px solid #282828;
	font-size: 50%;
}
ul li:hover {
	border: 1px solid #787878;
}
ul li ul li:hover {
	border: 1px solid #323232;
}
#content2 ul li {
	font-size: 100%;
}






#nav ul {
	/*height: 1.6em;*/
	padding: 0;
	margin: 0;
	border: 0;
}
#nav ul li {
	font-size: 100%;
	float: left;
	width: 75px;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
}
#nav ul li ul {
	display: none;
}




#footer {
	background: transparent url() scroll repeat-y top center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 600px;
	text-align: center;
	font-size: 90%;
	padding: 10px;
	display: none;
}
#footer > div {
	padding: 0 20px 0 20px;
	display: inline;
	border-left: 1px solid #ededed;
}
#footer > div:first-child {
	border: 0;
}







.module {
	margin-bottom: 60px;
}








.sound {
	display: none;
}



.date {
	position: relative;
	display: block;
	width: 46px;
	height: 69px;
	padding: 0 5px;
	margin: 0 0 15px 15px;
	float: right;
	background: #000;
	color: #bbb;
	text-align: center;
}
.date span {
	width: 46px;
	position: absolute;
	left: 0;
}
.date .year {
	top: 48px;
	font-size: 12px;
	line-height: 12px;
	color: #c4c9cd;
	padding-top: 2px;
}
.date .month {
	top: 4px;
	font-size: 14px;
	line-height: 14px;
	color: #e5e7e9;
	padding-top: 3px;
}
.date .day {
	top: 23px;
	font-size: 24px;
	line-height: 24px;
	color: #b6bcc1;
}








body>div:after,
ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
