/* showspage2.css */



#mediacontent {
	margin: 10px 0 10px;
}
.videocontentX {
	width:80%;
	max-width: 640px;
	margin: 0 auto;
}
.videocontent {
	width: 100%;
	max-width: 100%;
/*	max-width: 800px; */
	min-height: 200px;
	height: 400px;
	max-height: 500px;
	margin: 0 auto;
}

.videocontent .mejs-container{
  width: 100% !important;
  height: 100% !important;
}
.videocontent .mejs-layers .mejs-layer{    
  width: 100% !important;
  height: 100% !important;    
}


.episode-data {
	margin: 20px 0;
}

.episode-data h3 {
	font-size: 18px;
}
.playnow {

	width: 48px;
	height: 48px;
	
	padding: 0;
	margin: 0 10px 0 0;
	display: inline-block;

	
	text-decoration: none;
	text-align:left;
	vertical-align: top;
	line-height: 48px;
	
	
	overflow: hidden; 
	
	background: url(spriteStandard.png) -100px 0;
	background-color: #2196F3;
	
	
	
	border-radius: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
	
	position: absolute;
	left: 15px;
	top: 15px;
}
.entry {
	position: relative;
	padding: 15px;
}
.entry h5 {
	margin: 0;
	padding: 0 0 0 60px;
}
.entry i {
	font-size: 90%;
	padding: 0 0 0 60px;
}


.episode-title {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 590px;
}

.episode-title a {
	font-size: 16px;
}

.episode-data .navarchivetop {
	font-size: 12px;
	position: absolute;
	top: 2px;
	right: 0;"
}

#showcontent .entry {
	margin: 20px 0;
	padding: 10px;
	font-size: 14px;
}
#showcontent .entry table tr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#showcontent .entry img {
	border: 0;
}

#showcontent .entry .entrydata {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#showcontent .entry .entrydata p
{ margin: 1.12em 0; }

#showcontent .entry .entrydata a {
	text-decoration: underline;
}

#showcontent .entry .entrydata img {
	max-width: 470px;
	height: auto;
}
#showcontent .entrynav .prev {
	float: left;
	display: inline;
	width: auto;
	margin-right: 10px;
}
#showcontent .entrynav .next {
	float: right;
	display: inline;
	width: auto;
	margin-left: 10px;
}
.entrylinks {
	font-size: 12px;
	margin-top: 10px;
}






/*
PowerPress subscribe widget
*/
#subscribe-info {
	
}
.pp-sub-widget {
	width: 100%;
	max-width: 800px;
	margin: 10px auto;
	border: 3px solid #787878;
	font-family: Sans-serif;
	background-color: #FFFFFF;
}
.pp-sub-box {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	width: auto;
	height: auto;
	margin: 0 10px -10px 0px;
	max-width:620px;
}


.pp-sub-button {
	width: 100%;
	height: 48px;
	padding: 0px 0px 0px 0px;
	background-color: #888888;
	color: #FFFFFF;
	display: inline-block;
	margin: 10px 0 5px 0;
	text-decoration: none;
	text-align:left;
	vertical-align: middle;
	line-height: 48px;
	font-size: 90%;
	font-weight: bold;
	overflow: hidden;
	
	
	border-radius: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
}
.pp-sub-button:link,
.pp-sub-button:visited,
.pp-sub-button:active,
.pp-sub-button:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.pp-sub-logo {
	width: 100% !important;
	height: auto !important;
	max-width: 300px;
	padding: 0;
	margin: 10px 0;
		
	border-radius: 1px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.pp-sub-buttons {
	width: 100% !important;
	margin:  0;
	padding: 0;
	display: inline-block;
}

@media screen and (max-width: 400px) {
	.pp-sub-box {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}
.pp-sub-itunes {
	background-color: #732BBE;
}
.pp-sub-mycast {
	background-color: #003466;
}
.pp-sub-pr,
.pp-sub-email {
	background-color: #337EC9;
}
.pp-sub-bp,
.pp-sub-rss {
	background-color: #FF8800;
}
.pp-sub-browse {
	background-color: #1976D2;
}
.pp-sub-android {
	background-color: #6AB344;
}

.pp-sub-img {
	width: 48px;
    height: 48px;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.pp-sub-itunes .pp-sub-img {
    background: url(spriteStandard.png) -49px 0;
}
.pp-sub-rss .pp-sub-img {
    background: url(spriteStandard.png) 0 -49px;
}
.pp-sub-email .pp-sub-img {
    background: url(spriteStandard.png) -196px -49px;
}
.pp-sub-pr .pp-sub-img {
    background: url(spriteStandard.png) -196px 0;
}
.pp-sub-bp .pp-sub-img {
    background: url(spriteStandard.png) -147px 0;
}
.pp-sub-mycast .pp-sub-img {
    background: url(spriteStandard.png) 0 -98px;
}
.pp-sub-share .pp-sub-img {
    background: url(spriteStandard.png) -245px 0;
}
.pp-sub-browse .pp-sub-img {
    background: url(spriteStandard.png) -49px -98px;
}
.pp-sub-android .pp-sub-img {
	background: url(spriteStandard.png) -98px -98px;
}

.play-button {
	width: 48px;
	height: 48px;
	margin-left: 10px;
	vertical-align: text-top;
}

.feature-box {
	padding: 10px 20px 20px 20px;
}
.feature-box > h1,
.feature-box > h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.program-logo {
	margin: 10px 0 0px;
}

img.program-logo{
	width: 100%;
}

.program-info-box h3 {
	font-size: 18px;
	font-weight:bold;
	margin-top: 10px;
}
.program-info-box h5 {
	font-size: 12px;
	font-weight:bold;
}
.program-info-box p {
	font-size: 12px;
}
.double-right,
.double-left {
	position: relative;
}
.double-right:after {
	content: "\00BB";
	position: absolute;
	top: 5px;
	right: 6px;
}
.double-left:before {
    content: "\00AB";
	position: absolute;
	top: 5px;
	left: 6px;
}
.episode-box {
	padding: 30px 0;
}