/* CSS Document */

#contentcontainer {
	width: 985px;
	height: auto;
}

#leftcol {
	margin: 0;
	padding: 0;
	width: 620px;
	height: auto;
	float: left;
	text-align: left;
}

#leftcol ul {
	font-size: 12px;
}

#rightcol {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	width: 300px;
	height: auto;
	float: right;
}





/* THE FOLLOWING ARE STYLES TO OVERRIDE DEFAULT STYLING */
#showheader h1 {
/*	background-color: #D4E8FF;
	font-size: 14px;	
	padding-bottom: 6px;
	padding-left: 10px; */
}

#subscribe {

}

#populartags h2, #subscribe h2, #star_rating h2 {
	font-size: 18px;
	color: #8CB20E;
	margin-bottom: 0;
	padding-left: 5px;
}

.mainentry {
	
}
.entry h2 a {
	color: #FF6600;
	color: #8CB20E;
	text-decoration: underline;
}

/* Top right box background for static pages */
#pagebox {
	background-color: #DFF495;
	border: 1px solid #ADDA12;
	
}

.program_box {
	background-color: #DFF495;
	color: #003366;
	border: 1px solid #ADDA12;
}

.program_box .program_header {
	background-color: #DFF495;
}

#showcontainer {
	width: 680px;
}

#showcontainer .nowplayingtools {
	width: 125px;
	position: absolute;
	top: 70px;
	right: 2px;
}
/*
.nowplayingtools {
	width: 60px;
	position: absolute;
	top: 70px;
	right: 2px;
}*/
.nowplayingtools a span {
	display: none; 
	margin-left: 55px;
	line-height: 28px;
}
.nowplayingtools .link_button {
	width: 110px;
}
.program_box .program_details {
	width: 375px;
}
#showcontainer .nowplayingtools {
	right: 2px;
    top: 70px;
    width: 90px;
}
