.themes_container {
	padding:15px;
	margin:15px;
	display:block;
	background-color:#333a3d; 
}

.rightc a {
	color:#a3c3f8;
	text-decoration:none;
	font-weight:bold;
	border-bottom:dashed thin;
}

.rightc a:hover {
	color:#dae8ff;
}

.episodes_container {
	margin:10px 10px 10px 20px;
	padding:10px;
	display:block;
	background-color:#1d1e1e; 
}

.leftc {
	float:left;
	width:100px;
	margin-bottom:5px;
}

.rightc {
	margin-left:100px;
	margin-bottom:5px;
}


.episode {
	margin:15px;
	background-color:red;
}


h1 {
	margin-top:5px;
	font-size:18px;
}

.small {
	font-size:10px;
}

a.player {
	display:block;
	width:525px;
	height:394px;
	background:url(/site_media/images/play.png) no-repeat center center;
}

a.player:hover {
	background:url(/site_media/images/play-hover.png) no-repeat center center;
}

img.transparent {
	background:transparent;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.left-theme {
	float:left;
	width:400px;
}

.right-theme {
	float:right;
	width:100px;
}
