/* CSS Document */

#contentcontainer {
	width: 945px;
	height: auto;
}

#leftcol {
	margin: 0;
	padding: 0;
	width: 620px;
	height: auto;
	float: left;
	text-align: left;
}

#rightcol {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	width: 300px;
	height: auto;
	float: right;
}





/* THE FOLLOWING ARE STYLES TO OVERRIDE DEFAULT STYLING */

#subscribe h1 {
	background-color: #EAEAEA;
	font-size: 14px;	
	padding-bottom: 6px;
	padding-left: 10px;
}

.mainentry {
	background-color: #EAEAEA;
}
.entry h2 a {
	color: #000000;
	text-decoration: underline;
}

#categories {
/*PREV	width: 240px; */
	width: 300px;
	background-color: #EAEAEA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#categoryheader {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 100%;
	background-color: #FFFFFF;
}
#categoryheader h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
}

#categories ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#categories ul li {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 12px;
	min-width: 100px;
	max-width: 220px;
}

.program_box {
	background-color: #EAEAEA;
}

.program_box .program_header {
	background-color: #EAEAEA;
}
.program_box .program_header  h2 {
	color: #000000;
}

#showheader h1 {
	-moz-border-radius:8px 8px 8px 8px;
	-khtml-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #777777;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin: 9px 0 5px 0;
	padding:6px 8px;
	text-transform:uppercase;
}
#showheader .nowplaying {
	margin-top: 10px;
}

#categories,
#subscribe,
.tabbox2 {
	-moz-border-radius:8px 8px 8px 8px;
	-khtml-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	border:1px solid #999999;
	padding-top: 9px;
	/* padding: 9px; */
	background-color: #FFFFFF;
	width: 100%;
}
#subscribe h1,
.tabbox2 h3 {
	background-color: #FFFFFF;
}
#categories a,
#subscribe a {
	color:#005000;
}
#categories a:hover,
#subscribe a:hover {
	color:#008000;
	text-decoration: none;
}

#showcontainer {
	width: 620px;
}

#showcontainer .nowplayingtools {
	width: 60px;
	position: absolute;
	top: 70px;
	right: 2px;
}
.nowplayingtools {
	width: 60px;
	position: absolute;
	top: 70px;
	right: 2px;
}
.nowplayingtools a span {
	display: none;
}
.nowplayingtools .link_button {
	width: 50px;
}
.program_box .program_details {
	width: 375px;
}
