/* main player design */

#playerbox {
	width: 730px;
	height: 160px;
	padding: 5px;
	position: relative;
}

#podcast {
	display: none;
}

#player {
	overflow: hidden;
	/*width: 98%;*/
	margin-left: 5px;
	margin-top: 10px;
	height: 150px;
	position: relative;
	border-radius: 10px;
}

#player .display {
	background: #c1c5ae none repeat scroll 0 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.33) inset;
	color: #14173a;
	height: 95px;
	width: 100%;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;

}

#player .display > * {
	/*
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	*/
	text-shadow: 0 0 2px rgba(32, 32, 32, 0.5);
	white-space: nowrap;
	overflow: hidden;
}


#player .buttons {
	border: 1px solid #888888;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	height: 48px;
}

#player .buttons div,
#player .buttons a {
	height: 48px;
	text-align: center;
	line-height: 48px;
	display: block;
	text-decoration: none;
	color: #000000;
	
}

#player .buttons .play {
	width: 35%;
	border-right: 1px solid #888888;
	float: left;
	font-size: 30px;
	color: #000000;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: awesome;
}

#player .buttons .dl {
	width: 15%;
	border-right: 1px solid #888888;
	float: left;
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	position: relative;
	font-family: awesome;
}
#player .buttons .dl span {
	background: rgba(245, 245, 245, 0.75) none repeat scroll 0 0;
	border-radius: 14px;
	display: block;
	font-family: Lato Bold,sans-serif;
	font-size: 14px;
	height: 14px;
	left: 46px;
	line-height: 14px;
	padding: 0 4px;
	position: absolute;
	text-align: center;
	top: 26px;
	font-family: "Lato", sans-serif;
}

#player .buttons .ph {
	font-family: "Lato Bold", sans-serif;
	font-size: 20px;
	color: #888888;
}

#player .display .name {
	font-family: Lato,sans-serif;
	font-size: 23px;
	height: 32px;
	left: 1%;
	line-height: 32px;
	position: absolute;
	top: 6px;
	width: 80%;
}


#player .display .desc {
	font-family: Lato,sans-serif;
	height: 20px;
	margin-left: 1%;
	position: absolute;
	top: 40px;
	width: 98%;
}

#player .display .time {
	font-size: 14px;
	position: absolute;
	right: 1%;
	text-align: right;
	top: 6px;
}

#player .display .progress {
	height: 24px;
	left: 3%;
	overflow: visible;
	position: absolute;
	top: 66px;
	width: 94%;
	border-radius: 20px;
	
}

#player .display .progress:hover {
	background: rgba(32, 32, 32, 0.25);
}

#player .display .bar {
	background: #14173a;
	/* width: 50%; */
	box-shadow: 0 0 2px rgba(32, 32, 32, 0.5);
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 10px;	
}


/* video player wrappers */

div.videoplayer {
	background-color: #353535;
	border-radius: 18px;
	color: #e7e7e7;
	padding: 20px;
	box-shadow: 6px 6px 5px #888;

	width: 80%;
	margin: auto auto 16px auto;
	padding: 8px;
}
div.videoplayer h2 {
	color: #e7e7e7;
	font-size: 18px;
	font-family: "Lato Bold", sans-serif;
}

div.videoplayer video {
	width: 90%;
	margin-left: 5%;
}

/* official episode guide looking thing */
.eplist h1 {
	font-family: "Lato Bold", sans-serif;
	color: #000000;
	font-size: 28px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 2px 2px;
	height: 32px;
	white-space: nowrap;

}

.eplist article {
	width: 600px;
	border: 1px solid #cccccc;
	/*overflow: hidden;*/
	height: 125px;
	margin-bottom: 10px;
	color: #000000;
	background: #ffffff;
}

.eplist article a {
	text-decoration: none;
}

.eplist article .id {
	width: 20%;
	height: 100%;
	float: left;
	line-height: 125px;
	text-align: center;
	font-family: "Lato Bold", sans-serif;
	font-size: 35px;
	border-right: 1px solid #cccccc;
	color: #000;
}


.eplist article h1 {
	font-size: 17px;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto 0 20%;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
}
.eplist article h1 a {
	color: #000000;
}
.eplist article .info {
	width: 80%;
	margin-left: 20%;
	border-bottom: 1px solid #cccccc;
	height: 20px;
}

.eplist article h2,
.eplist article h3 {
	font-size: 12px;
	width: 49%;
	font-family: Tahoma, Arial, Helvetica, "sans-serif";
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.eplist article h2 {
	border-right: 1px solid #cccccc;
}
.eplist article h2 span,
.eplist article h3 span {
	font-weight: bold;
}

.eplist article p {
	margin: 5px 5px 5px 21%;
	font-size: 12px;
	text-align: justify;
}
