/* podcast.css */

#podcast_header{float:left;position:relative;width:100%;text-align:center;margin-top:10px;padding:0;}
#podcast_header img{width:100%; max-width:100%; }
.podcast_buttons_container{float:left; position:relative; width:100%; margin:15px 0px;}
.podcast_buttons a{ text-decoration:none;}

.podcast_buttons_text{ float:left; position:relative; font-size: 20px; margin: 10px 20px 10px 0px;  text-transform:uppercase;}
.podcast_leader_image{float:left;position:relative;width:100%;text-align:center;margin:0;padding:0;}
.podcast_title{float:left;position:relative;width:100%;font-size: 25px;margin: 10px 0px 10px 0px;padding:0;}
#content_main{float:left; position:relative;}
.podcast_leader_image img{width:100%;max-width:100%; min-width:300px; height:auto; float:left;}
#podcast_social_media_container{float:left; position:relative; width:100%; margin-top:20px 0px 0px 0px;}
a.emailbutton{margin-left:10px;}
a.facebookbutton {margin-left:0px;}
.article_text{margin-top:0px; float:left; }
a{}
#article_body ul li{margin:10px 0px;list-style:none;}

.tm-click-to-tweet .tm-ctt-text a {
	color: #454545 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight:normal;
}

.tm-click-to-tweet a.tm-ctt-btn::before {
	content: '\f099';
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	font-size: 14px;
	font-weight:normal;
}

.tm-click-to-tweet a.tm-ctt-btn {
	color: #454545 !important;
	background: none !important;
	float: left !important;
	padding-right: 0 !important;
	font-weight:normal;
}

.tm-click-to-tweet {
    display: block;
    background-color: #fff;
    margin: 0;
    position: relative;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px;
    margin-bottom: 10px;
    zoom: 1;
	font-weight:normal;
}

#article_text{
	margin-top:0px;
	}
	
.featured_image_full{
	float:left; position:relative; width:100%;
	}
	
.featured_image_full img{
	width: 100%;
    max-width: 100%;
    min-width: 300px;
    height: auto;
    float: left;
	margin-bottom:10px;
}
podcast_category .podcast_summary h2 {
	font-size:24px;
	line-height:30px;
}




/*RIGHT RAIL NEW PODCASTS*/
#right_rail_new_podcasts_container{width:100%;float:left;position:relative; margin:20px 0px 0px 0px}
.right_rail_new_podcasts_header{margin:0px;padding:0px;float:left;position:relative;margin-bottom:15px;}
.right_rail_new_podcasts_thumb{width:100%;float:left;position:relative; margin:0; padding:0;}
.right_rail_new_podcasts_thumb img{/*border:1px solid gray;*/ width:100%;max-width:298px;}
.right_rail_new_podcasts_title{width:100%;float:left;position:relative; margin:7px 0px 24px 0px; padding:0;color: #294e86; }
.right_rail_new_podcasts_title a{color: #294e86; font-size:18px;}
.right_rail_new_podcasts_title a:hover{text-decoration:none;}
.right_rail_podcast_sub_container {float:left; position:relative; width:100%;margin-bottom: 15px; text-align: center;}


/* RIGHT RAIL NEW ARTICLES */
#right_rail_articles_container{width:100%;float:left;position:relative; margin:20px 0px 0px 0px}
.right_rail_articles_header{margin:0px;padding:0px;float:left;position:relative;margin-bottom:15px;}
.right_rail_articles_thumb{width:100%;float:left;position:relative; margin:0; padding:0;}
.right_rail_articles_thumb img{ width:100%;max-width:298px;}
.right_rail_articles_title{width:100%;float:left;position:relative; margin:7px 0px 24px 0px; padding:0;color: black; }
.right_rail_articles_title a{color: black; font-size:18px;}
.right_rail_articles_title a:hover{color: #ab0e00; font-size:18px; text-decoration:none;}

.article_overlay_large{
	content: "";
    position: absolute;
    width: 35%;
    max-width: 100px;
    height: 35%;
    max-height: 100px;
    left: 85%;
    top: 75%;
    bottom: 10px;
    background-image: url("http://www.churchleaders.com/wp-content/themes/churchleaders/img/overlays/new-article-overlay_200.png");
	background-size:100px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*RIGHT RAIL TOP PODCASTS */
#right_rail_top_podcasts_container{width:100%;float:left;position:relative; margin:20px 0px 0px 0px}
.right_rail_top_podcasts_header{margin:0px;padding:0px;float:left;position:relative;margin-bottom:15px;}
.right_rail_top_podcasts_thumb{width:100%;float:left;position:relative; margin:0; padding:0;}
.right_rail_top_podcasts_thumb img{ width:100%;max-width:298px;}
.right_rail_top_podcasts_title{width:100%;float:left;position:relative; margin:7px 0px 24px 0px; padding:0;color:black; }
.right_rail_top_podcasts_title a{color:black; font-size:18px; text-decoration:none;}
.right_rail_top_podcasts_title a:hover{color:ab0e00; font-size:18px; text-decoration:none;}
.right_rail_podcast_sub_container {float:left; position:relative; width:100%;}

.podcast_button_overlay_large{
	content: "";
    position: absolute;
    width: 40%;
    max-width: 100px;
    height: 40%;
    max-height: 100px;
    left: 85%;
    top: 75%;
    bottom: 10px;
    background-image: url("http://www.churchleaders.com/wp-content/themes/churchleaders/img/podcast-button.png");
	background-size:100px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/***************RIGHT RAIL WATCH VIDEO *****************/

.right_rail_large_video_header a{
	color: black;
	font-size:18px;
	text-decoration:none;
}

.right_rail_large_video_header a:hover{
	font-size:18px;
	text-decoration:none;
	color:#ab0e00;
}

.right_rail_small_video_text{
	font-size:16px;
}

right_rail_video_container{
	float:left;
	position:realtive;
	width:100%;
	margin:0;
	padding:0;
}

.right_rail_video_header{
	float:left;
	position:relative;
	width:100%;
	margin:20px 0px;
}

.play_button_overlay_large{
	content: "";
    position: absolute;
    width: 40%;
    max-width: 100px;
    height: 40%;
    max-height: 100px;
    left: 85%;
    top: 75%;
    bottom: 10px;
    background-image: url("http://www.churchleaders.com/wp-content/themes/churchleaders/img/video-button.png");
	background-size:100px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
	
.play_button_overlay_small{	
	content: "";
    position: absolute;
    width: 50%;
    max-width: 60px;
    height: 50%;
    max-height: 60px;
    left: 80%;
    top: 70%;
    bottom: 10px;
    background-image: url("http://www.churchleaders.com/wp-content/themes/churchleaders/img/video-button.png");
	background-size:50px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
	
.right_rail_large_video_container{
	float:left;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.right_rail_large_video_header{
	float:left;
	position:relative;
	width:100%;
	font-size: 18px;margin:3px 0 0 0;padding: 0; 
}

.right_rail_large_video_image{
	float:left;
	position:relative;
	margin:0;
	max-width:298px;
}

.right_rail_large_video_image img{
    width: 100%;
    max-width: 298px;
}

.right_rail_large_video_excerpt{
	float:left;
	position:relative;
	margin:3px 0 0 0;
}

.right_rail_large_video_excerpt p{
	padding:3px;
	margin:0px;
}

.right_rail_large_video_header_bold{
	color:black;font-size:14px; font-weight:bold;
}

	
.right_rail_small_video_container{
	float:left;position:relative;margin-bottom:15px;
}
	
.right_rail_small_video{
	float:left;position:relative;
	margin:0 0 30px 0;
}

.right_rail_small_video_image{
	float:left;position:relative;
	width:auto;
	margin-right:8px;
}

.right_rail_small_video_image img{
	
}

.right_rail_small_video_text{
	float:left;display:block;position:relative; font-size:16px;width:130px; height:100px; margin:0;
}

.right_rail_small_video_text a{
	color:black;
	text-decoration:none;
}

.right_rail_small_video_text a:hover{
	color:#ab0e00;
	text-decoration:none;
}

.center_me_vertical{
	left:0%;top:50%; transform:translate(0%,-50%); -webkit-transform:translate(0%,-50%); position:absolute;
}

.center_me_vertical a{
	color:black;
}

.center_me_vertical a:hover{
	color:#ab0e00;
}


@media (max-width:650px){
	#podcast_container{display:none;}
}

