

div#channellogo {
	margin: 17px 20px 10px 0px;
	padding: 0 20px 0 0;
	display: block;
}

div#playinc {
	clear: both;
	font-family: "Trebuchet MS", "Sans-Serif";
}

div#channellogo img {
	margin: 0px 15px 10px 0px;
	
	display: block;
}


div#channelblock {
	padding: 0 0 0 0px;
	display: block;
	
}

div#channelblock h1, div#channelblock h2 {
	font-size: 150%;
}

div#midcontent {
	min-height: 600px;
	
}

div#midcontent ol {
	padding-top: 3em;
	clear: both;
}

#midcontent ul { width: 200px };

#midcontent ul dd span { width: 500px };

#midcontent h3 {  /* Note this causes issues with using a H3 for other links. */
	font-size: 150%;
	display: block;
}



div#midcontent div#chname, div#midcontent div#chdj {
	display: none;
	
}



div#midcontent dl dd, span.playing, span.playing a { width: 450px };

div#midcontent dl dd span { clear: all; float: left;}


/* Left Hand Nav, transitional style */
/* See also #midcontent */

#lhn {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	width: 140px;
	margin-top: 16px;
  }

#lhn ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	padding-right: 14px;
}

#lhn li {
	margin: 2px 0px 0 0;
	
}

#lhn a {
	display: block;
	width:110px;
	
	color: #eeeeee;
	background: #222222;
	text-decoration: none; /*lets remove the link underlines*/
	padding: 4px 20px 2px 10px;
	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#lhn a:link, #lhn a:active, #lhn a:visited {
color: #eeeeee;
}

#lhn a:hover {

	background: #bbbbbb;
	color: #222222;
}
