body {
	background: #FFF;
}

.work {
	background: #FFF;
}

#wrapper {
	background: #FFF;
	min-height: 600px;
}

#innerWrap {
	background: #FFF;
	min-height: 600px;
}

#ID {
	background: transparent;
	z-index: 100;	
	position: relative;
	top: 100px;
	left: 5px;
	text-align: left;
}

.entry {
	padding: 15px 0px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#poster {
	background: transparent;
	min-height: 600px;
}

#controls {
	position: fixed; bottom:0; left:0;
	height: 85px;
	width: 100%;
	background: #FFF;
	z-index: 100;
	border-top: 1px solid #e0e0e0;
	}
	
	#social-media-links {
		float: left;
		padding-top: 10px;
		padding-left: 25px;
		width: 200px;
	}

	#player-graphic {
		background: transparent url('http://s65904.gridserver.com/images/audioPlayer.png') bottom left no-repeat;
		min-height: 145px;
		width: 250px;
		z-index: 1000;
		position: relative;
		top: -80px;
		left: 10px;
		float: left;
	}

	#channel-switch {
		width: 500px;
		float: left;
	}

	#channels ul, #channels ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#channels ul li {
		display: inline;
		float: left;
	}
	
	#channels ul li.active {
		background: #FFF;
	}
	
	#channels ul li a, #channels ul li a:visited {
		padding: 0px 25px;
		font-size: 3.0em;
		color: #eeeeee;
		font-weight: bold;
	}

	#channels ul li a:hover {
		color: #d8d8d8;
	}

	#channels ul li.active a {
		color: #000;
	}
	
	.entry p img {
		margin: 5px;
	}

#center {
	text-align: left;
}

#nav {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.975em;
	text-align: center;
	padding: 5px 0px 0px 0px;
	float: right;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
} 

#nav ul li {
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0 0 3px 0;
}
	
#nav ul li.here {
	list-style: none;
	display: inline;
	border-bottom: 3px solid #FFF;
}

#nav li a {
	display: block;
	padding: 5px 15px 5px 0.5em;
	margin-left: 3px;
	background-color: #FFF;
	color: #666;
	text-decoration: none;
	float: left;
}

html>body #nav li a {
	width: auto;
}

#nav li a:hover {
	background-color: #FFF;
	color: #000;
}
	
#nav ul li.here a {
	background: #FFF;
	color:#000;
	border-bottom: 2px solid #FFF;
	
}

.tweet {
	clear:left;
	margin-top:20px;
	min-height:55px;
	padding:5px;
	text-align:center;
	width:375px;
}
.tweet p {
	font-weight: bold;
}

.tweet ul li {
	list-style-type: none;
}

.tweet a:link, .tweet a:visited {
	color: #fd0303;
}

/* JQUERY OVERRIDES */

.ui-tabs .ui-tabs-nav { 
	padding: 0;
}

.ui-state-active {
	color: #FFF;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: transparent;
	border: none;
}

.ui-widget-header {
	background: transparent;
	border: none;
}

.ui-widget-content {
	border: none;
}

.ui-widget-content p {
	line-height: 1.5em;
	margin:0 0 1.5em;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
}