/* CSS Document */


#leftcol {
	margin: 0;
	padding: 0;
	width: 670px;
	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 */
#showheader h1 {
/*	background-color: #EAEAEA;
	font-size: 14px;	
	padding-bottom: 6px;
	padding-left: 10px; */
}

#subscribe {
	text-transform: lowercase;
}
#subscribe h1 {
	background-color: #EAEAEA;
	font-size: 14px;	
	padding-bottom: 6px;
	padding-left: 10px;
}
#populartags {
	text-transform: lowercase;
}
#populartags h2, #subscribe h2, #star_rating h2 {
	background-color: #EAEAEA; 
}
.mainentry {
	background-color: #EAEAEA;
}
.entry h2 a {
	color: #0076EC;
	text-decoration: underline;
}

.program_box {
	background-color: #EAEAEA;
}

.program_box .program_header {
	background-color: #EAEAEA;
}
.program_box .program_header  h2 {
	color: #0076EC;
}

#showcontainer {
	width: 670px;
}

/*
.nowplayingtools {
	width: 60px;
	position: absolute;
	top: 70px;
	right: 2px;
}*/
.program_box .program_details {
	width: 425px;
}
#showcontainer .nowplayingtools {

}

.nowplayingtools {
	width: 55px;
	right: 30px;
    top: 70px;
}
.nowplayingtools a span {
	display: none;
	margin-left: 55px;
	line-height: 28px;
}
.nowplayingtools .link_button {
	width: 55px;
}

