h1 {
	font-size: 150%;		
}
h2 {
	font-size: 2em;
	line-height: 32px;
	margin-bottom: 10px;
	height: 32px;
}
h2#pageHeader{
	color: #AA141E;
	height: auto;
	line-height: 30px;
	margin-bottom: 0;
}
h2.noTimeline {
	border-top: solid 3px #cc0000;	
}
h6 {
	text-transform: uppercase;
	padding-bottom: 3px;	
}

/* MPU ad */
.mpu {
	display: inline-block;
}

/* VIDEO STRIP: VIDEO PLAYER AND SIDE INFO */
#videoStrip {	
	padding: 15px 10px 15px 0;
	min-height: 370px;
	margin-bottom: 20px;
}
#videoStrip .videoPlayer {
	float: left;
	margin-right: 15px;
	width: 640px;
	height: 360px;
	overflow: hidden;
}
.videoInfo {
	width: 299px;
	float: left;
	overflow: hidden;
}
#videoStrip .videoInfo h3 {
	font-size: 150%;
	font-weight: bold;
}
#videoStrip .videoInfo .upcoming h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#videoStrip .videoInfo p {
	margin-bottom: 10px;
}

/* UPCOMING Videos: What's Next */
.upcoming {
	margin-top: 30px;
	margin-left: 655px;	
}
.upcoming ul.dates {
	margin-top: 30px;
	margin-bottom: 10px;	
}
.upcoming ul.dates li {	
	font-size: 150%;
	line-height: 2em;	
}

.upcoming ul.channels {
	margin-top: 0;
	margin-bottom: 0;	
}
.upcoming ul.channels li {
	line-height: 1.2em;
	font-size: 100%;
}
ul.pagination {
	width: 650px;
	padding-right: 5px;	
}

.upcoming p.more {
	margin-left: 10px;	
}

.jsTab {
position: absolute;
left: -9999px;

}
#newest.jsTab {
position: static;
display: block;
}
.sidepanel {
width: 300px;
display: inline-block;
overflow: hidden;
}
