/*Solid lines separating sections*/
hr {
	height: 1px;
	border: 0;
	background-color: #ccc;	
	color: #ccc;
	border-color: #ccc;
	clear: both;
}

.episodeHeader {
	width: 54%;
	color: #672F9F;
	line-height: 1.4;
	text-align: center;
	margin: 2% 0 1%;
	float: left;
	clear: left;
}

.vidDesc {
	clear: left;
	line-height: 1.4;
	text-align: left;
	width: 50%;
	margin: 2.5% !important;
	font-size: 14px;
	color: #404040;
	padding: 0;
	float: left;
}

span
{
	color: rgb(130, 130, 130);
}

aside {
	width: 40%;
	float: right;
	padding: 5px;
	height: 400px;
	border-left: 1px solid #ccc;
}

	aside li {
		line-height: 2;
	}

header{
	background-image: url("/sptv/PublishingImages/banners/banner.jpg");
	background-position: 96% 24%;
	width: 100%;
	height: 80px;
	border-radius: 50px;
}

header h1 {
	width: 100%;
	margin: 0;
	text-align: center;
	line-height: 80px;
	font-size: 36px !important;
	color: #fff;
	text-shadow: 0px 2px 10px #000;
}

#p1 {
		
}

#p2 {
		
}

#f2 {
		
}

#f1, #f2 {
	display: block;
	width: 50%;
	height: 246px;
	margin: 2.5%;
	padding: 1%;
	/* border: 3px solid #C2A3FF; */
	background-color: #ddd;
	box-shadow: 0px 6px 30px -10px #000;
	float: left;
	clear: left;
}

#f1 {

}

#f2 {
	
}

@media only screen and (max-width: 625px) {
	#f1, #f2{
		width: 96%;
		height: 253px;
	}
	
	aside {
		height: auto;
	}
	
	.episodeHeader {
		width: 100%;
	}
}