@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------*/
/*-----------EDITED EXISTING STYLES------------*/
/*---------------------------------------------*/

body {
	font-size:1.5em;
	overflow-x: hidden;
}

#blogContent {
	line-height: 1.4em !important;
	padding:10px;
}

p, li, ul, ol {
	padding:.5em 0 !important;
	line-height: 1.1em !important;
}

a:link {
	color:#3399cc;
}
a:visited {
	color:#3399cc;
}
a:hover {
	color:#ff6633;
}
a:active {
	color:#3399cc;
}

.thumbs {
	display:none;
}

#topheaderimage img {
	width:100%;
	height:auto;
}

.storycontent {
	padding:0;
	position:relative;
	width: 100%;
}

.storycontent img {
	width: 100%;
	height: auto;
}

.storycontent .wp-caption {
	width: 100% !important;
}

.entry-title {
	font:bold .9em Georgia, serif;
	color:#333333;
	padding:14px 0;
}

.entry-title a:link {
	color:#333333;
}
.entry-title a:visited {
	color:#333333;
}
.entry-title a:hover {
	color:#ff6633;
}
.entry-title a:active {
	color:#333333;
}

.wp-caption-text {
	font:bold .5em Arial, sans-serif;
	color:#3399cc;
	font-size:.7em !important;
	padding:0 !important;
	margin: 5px 0 !important;
}

.entry-title-wrapper .posted-by {
	font:bold .7em Arial, sans-serif;
	color:#3399cc;
	padding: 0 0 10px;
}

.EntryTags, .related-topics-wrapper {
	font:.8em 'Open Sans', sans-serif;
	font-weight:700;
	color:#3399cc;
	padding:15px 0;
}

.EntryTags strong {
	font-weight:800;
	text-transform:uppercase;
	color:#ff6633;
}

.hdivDotted {
	display:none;
}

.leaveComment {
	background-image:none;
	margin:40px 0;
}
.leaveComment a:link {
	text-align:center;
	margin:auto;
	background-color:#3399cc;
	display:block;
	padding:14px;
	font:1em 'Open Sans', sans-serif;
	font-weight:700;
	letter-spacing:-.03em;
	color:#ffffff;
}
.leaveComment a:visited {
	color:#ffffff;
}
.leaveComment a:link {
	color:#ffffff;
}
.leaveComment a:link {
	color:#ffffff;
}

.chevron {
	display:none;
}

.datestamp {
	color:#FF0004;
}

.prevBtn {
	background-color:rgba(0,170,255,1.00);
	background-image:none;
	width:100%;
	height:auto;
	font:1em 'Open Sans', sans-serif;
	text-align:center;
}

.nextBtn {
	background-color:rgba(0,170,255,1.00);
	background-image:none;
	width:100%;
	height:auto;
	font:1em 'Open Sans', sans-serif;
	text-align:center;
}


.blog-entry {
	position:relative;
	padding: 0 10px 0 10px;
}

.entry-title-wrapper .with-grade {
	padding-right: 184px;
}

.comment-count {
	background-color: #ffffff;
	border-radius: 50px;
	color: #349cda;
	display: inline-block !important;
	zoom: 1;
	min-height: 35px;
	min-width: 38px;
	text-align: center;
	line-height: 47px;
	padding: 0 5px;
	margin-left: 14px;
	font-size: .8em;
	position: relative;
	font-weight: 800;
	z-index: 1;
}

.comment-count .bubble-tail {
	width:40px;
	height:40px;
	background:url(../images/jump-to-comments-bubble-tail.png) no-repeat;
	background-size:cover;
	position:absolute;
	bottom:-9px;
	left:-7px;
	z-index: -1;
}

/*----------------------------------------------------------*/
/*-----------------------ALL NEW STYLES---------------------*/
/*----------------------------------------------------------*/

.posted-time-date {
	font:.65em 'Open Sans', sans-serif;
	font-weight:700;
}

.prevPosts-title {
	font:2.2em 'Open Sans', sans-serif;
	font-weight:300;
	letter-spacing:-.03em;
}

.prevPosts-title span {
	font-weight:700;
	color:#6699cc;
}

/*--------------MOBILE ADS----------------*/
.ad-wrapper {
	background-color:#e9f0f4;
	width:auto;
	margin: 0 0 10px 0;
	font:.2em 'Open Sans', sans-serif;
	color:#999999;
	padding: 10px 0;
	text-align:center;
}

.storycontent .ad-wrapper {
	/* width: 107%; */
	margin-left: -10px;
	text-align: center;
	margin-top: 0;
}

.top-ad {
	/*margin:-40px 0px 30px 0px;*/
}

.ad-wrapper .container {
	margin:auto;
	text-align:right;
	display:inline-block;
}

.ad-wrapper img {
	display:block;
}



/*--------------MOBILE BUTTON----------------*/
.full-width-btn {
	background-image:none;
	margin:12px 0;
}
.full-width-btn a:link {
	text-align:center;
	margin:auto;
	background-color:#3399cc;
	display:block;
	width:100%;
	padding:11px 0;
	font:.85em 'Open Sans', sans-serif;
	font-weight:700;
	letter-spacing:-.03em;
	color:#ffffff;
}

.full-width-btn a:visited {
	color:#ffffff;
}

.full-width-btn a:hover {
	color:#ffffff;
	background-color:#ff6633;
}

.full-width-btn a:active {
	color:#ffffff;
}



.small-blog-index-btn {
	background-image:none;
	display: block;
	float:right;
}

.small-blog-index-btn a:link {
	text-align: center;
	background-color: #3399cc;
	padding: 4px 4px;
	font: .5em 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #ffffff;
}

.small-blog-index-btn a:visited {
	color:#ffffff;
}

.small-blog-index-btn a:hover {
	color:#ffffff;
	background-color:#ff6633;
}

.small-blog-index-btn a:active {
	color:#ffffff;
}

/*--------------IT TWEAKS----------------*/

body {
	display: relative;
}

/* Hide These Items */
ul#sidebar,
div#breadcrumbs,
img#HeaderImage {
	display: none;
}

img#MobileHeaderImage {
	display: block !important;
}

/* Fix Scale of these items */
div#blogContent,
div#footerAd,
div#wrapper,
div.leaveComment {
	width: auto;
	margin: 10px 0 0 0;
	padding: 0;
}

div#wrapper {
	margin: 0;
}

div#blogContent {
	padding: 0 0 10px 0;
}

div#wrapper {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.2em !important;
}

.layoutF #mainTripleColWrap,
.entryFooter,
div#blogContent>table,
.hideOnMobile {
	display: none !important;
}

#wrapper p {
	padding: 0.3em 0 !important;
	margin: 2px 0 !important;
	font-size: 0.8em;
	line-height: 1.2em !important;
}

div.shareBar {
	margin: 15px 0;
	width: auto;
}

div.shareBar .pw {
	text-align: center;
}

a.pw-size-large.pw-button {
	margin-right: 20px !important;
}

/* "Filed Under" and "Related Topics" */
.lightblue18-serif {
    font-family: inherit;
    font-weight:800;
    text-transform:uppercase;
    color:#ff6633;
}

/* "Previous Posts" Title*/
.blue28-serif {
	font: 1.5em 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: -.03em;
}

/* Previous Post Title */
.blue20-serif {
	font-weight: bold;
}

/* Previous Post Blurb */
.grey12-sans.static-box {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	display: block;
	margin-top: 7px;
}

div.mobile-next-prev-btns {
	display: block;
	text-align: center;
	margin: 32px 0;
	font-size: 0.9em
}

.gallery-blue-btn {
	height: 36px;
	border: 2px solid #4576a2;
	letter-spacing: -1px;
	border-radius: 5px;
	float: none;
	display: inline-block;
	margin-left: 0;
	font-family: "Open Sans";
	color: rgb( 255, 255, 255 ) !important;
	text-align: center;
	text-shadow: 0.5px 0.866px 3px rgb( 13, 69, 125 );
	transition: none;
	font-weight: 700;
	font-size: 1.3em;
	padding-top: 0.2em;
	padding: 0 16px;
	background: linear-gradient(to bottom, #79aad3 0%,#5b8bb6 100%);
}

.gallery-blue-btn img {
	top: 0;
	height: 12px;
	width: auto;
	position: relative;
}

#beliefnet-mobile-footer li {
	padding: 0 !important;
	line-height: 1.3em !important
}

#NewSiteHeader {
	height: 70px;
}

p > iframe {
	width: 100% !important;
	height: auto !important;
}

#wrapper p.AdModuleTitle {
	font-size: 11px !important;
	margin-top: 0 !important;
	line-height: 18px !important;
	margin-right: 10px !important;	
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.hideOnDesktop {
	display: block;
}

#wrapper {
	overflow-x: hidden;
}

div.jwplayer {
	width: 100%;
	height: auto;
}

h2.entry-title,
h1.entry-title {
	font-size: 1.3em;
	padding: 5px 0;
}