body{
		font: 15px/1.5 'Oswald', sans-serif;
		padding:0;
		margin:0;
		background-color:#f4f4f4;
}

/* Global */
.container{
	width:90%;
	margin:auto;
	overflow:hidden;
}

a{
	text-decoration:none;
}

ul{
	margin:0;
	padding:0;
}

/* Header */
header{
	position:fixed;
	background:#35424a;
	color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#BEBB9A 3px solid;
	z-index: 2; /* Stay on top */
	width:100%;
	height:200px;
}

header a{
	color:#BEBB9A;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}

header img{
	max-width:60vw;
	margin-top:10px;
	float:left;
	clear:right;
}

header ul{
	float:right;
}


header li{
	list-style: none;
	text-decoration: none;
	padding:8px;
}

header nav{
	float:right;
}

header .highlight, header .current a{
	color:#179FD1;
	font-weight:bold;
}

 /* The sidebar menu */
.sidenav {
	height: 100%; /* Full-height: remove this if you want "auto" height */
	width: 140px; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	top:260px;
	left: 0;
	background-color: #111; /* Black */
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #179FD1;
}

.main ul{
	list-style: none;
	text-decoration: none;
	width:10%; 
	float:left;
}

/* Style page content */

.schedule_day{
	margin-left: 140px; /* Same as the width of the sidebar */
	max-width: 300px;
	padding: 5px;
}

.times ul{
	list-style: none;
	text-decoration: none;
	float:left;
	margin-top:270px;
}

.shows ul{
	list-style: none;
	text-decoration: none;
	float:right;
	margin-top:270px;
}

.schedule_day a{
	color:#179FD1
}

.showcase{
	background:#179FD1;
	margin-top:270px;
}

.showcase a{
	color:#179FD1;
	z-index:1;
}

.player{
	float:left;
	margin-left:40px;
	margin-top:270px;
}

.twitterfeed{
	display:none;
}










