/*
Theme Name: Churchleaders Magazine
Theme URI: http://wordpress.org/extend/themes/churchleaders
Author: Fayez Qandeel
Author URI: customvivvo@gmail.com
Description: Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('css/layout_default.css?xxx');
@import url('css/style.css');
@import url('css/forms.css');

#right-rail-large-video img{
	width:300px;
	max-height: 220px;
}
.smallVideo img{
	width:150px;
	max-height: 100px;
}
#newchannel_showcase a img{
	width:330px;
	height:220px;
}
.post-categories{
	display: inline
}
.post-categories li{
	display: inline
}
ul.most_popular_stories li a img{
	width:100px;
	height:66px;
}



.navigation{
	width:100%;
	float:left;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.tw-pagination {
	padding: 5px;
	margin: 0;
	list-style: none;
}

.tw-pagination li {
	display: inline;
	list-style: none;
}

.tw-pagination a {
	background: #e7e7e7;
	border: 1px solid #d7d7d7;
	color: #666666;
	margin-right: 4px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}

.tw-pagination a:hover,.tw-pagination a:active {
	background: #d7d7d7;
	color: #888888;
}

.tw-pagination .title {
	margin-right: 4px;
}

.tw-pagination .gap {
	color: #999999;
	margin-right: 4px;
}

.tw-pagination .current {
	color: #666666;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	margin-right: 4px;
	padding: 3px 6px;
}

.tw-pagination .page {
	
}

.tw-pagination .prev,.tw-pagination .next {
	
}

/* C O M M E N T S   P A G I N A T I O N
----------------------------------------*/
.tw-pagination-comments {
	padding: 5px;
	margin: 0;
}

.tw-pagination-comments li {
	display: inline;
	list-style: none;
}

.tw-pagination-comments a {
	background: #e7e7e7;
	border: 1px solid #d7d7d7;
	color: #666666;
	margin-right: 4px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}

.tw-pagination-comments a:hover,.tw-pagination-comments a:active {
	background: #d7d7d7;
	color: #888888;
}

.tw-pagination-comments .title {
	margin-right: 4px;
}

.tw-pagination-comments .gap {
	color: #999999;
	margin-right: 4px;
}

.tw-pagination-comments .current {
	color: #666666;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	margin-right: 4px;
	padding: 3px 6px;
}

.tw-pagination-comments .page {
	
}

.tw-pagination-comments .prev,.tw-pagination-comments .next {
	
}
.article_text .pb_feed {
height:auto!important;
}
.article_text .pb_feed .pb_top_content_container {
padding-bottom:0!important;
}
.article_text .pb_feed .pb_iframe_bottom{
display:none!important;
}



/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #555; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #2b5085; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #2b5085; /* Current page background */
    color:#fff;
}

.pf-content img{
    max-width: 100%;
}