/*******************************************************
 ----------Import Generic Style Sheets------------------
*******************************************************/
/* yui reset styles */
/* @import url("reset.css"); */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top; position: relative; top: -2px; font-family: Arial, Sans-Serif; }
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/* yui grid styles */
/* @import url("grids.css"); */
/* Grid Styles
To be used for sizes and positioning of major grid elements
*/

@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	sup {
		top: -5px !important;
		font-size: 9.5px;
	}		
}

body {}
.pagecontainer { 
	width: 900px; 
	padding: 0 30px; 
	margin: 0 auto;
	box-shadow: 0 0 11em #888;
}
.headercontainer { width: 900px; padding: 0 0 20px 0; }
.contentcontainer { float:left; width: 900px; padding: 0 0 20px 0; padding-top: 13px; position: relative; }
.subscribe .contentcontainer { min-height: 490px; }
.mainContent { width: 600px; float: left; position:relative; }
.home .mainContent { width:602px; }
.home .mainContent .horizontalRule { width:600px; }
.home .mainContent .twoCol .horizontalRule { width:auto; }
.sidebarcontainer { width: 268px; float: right; }
.footercontainer { clear: both; }

.twoCol { float:left; margin-bottom:20px; }
.col1 { width:280px; padding-right:10px; }
.col2 { width:280px; padding-left:18px; }
.col1.dotsBorder { background:url('../images/interface/dotsBorder.gif') top right repeat-y; width:280px; padding-right:18px; }
.col2.dotsBorder { background:url('../images/interface/dotsBorder.gif') top left repeat-y; }

/* New Family Nav */
#divFamilyNav { display: none; float: right; margin-top: -5px; margin-right: 3px; background: url("/images/interface/bg_familyNavNew.gif") no-repeat 6px -1px; }
#divFamilyNav li {
	display: inline;
	background: url("/images/interface/header/icn_familyNav_divide.gif") no-repeat scroll right 7px transparent;
}
#divFamilyNav a { font-size: 9px; font-weight: bold; padding: 0 7px; text-decoration: underline; }

#aFamilyNavRT { color: #666; }
#aFamilyNavRT:hover { color: #4d4d4d; }
#aFamilyNavWTC { color: #4c5e92; }
#aFamilyNavWTC:hover { color: #273663; }
#aFamilyNavRCG { color: #87394b; }
#aFamilyNavRCG:hover { color: #6b0c21; }
#aFamilyNavAY { color: #607db0; }
#aFamilyNavAY:hover { color: #485e85; }
#aFamilyNavRT.currentSite { text-decoration: none; color: #4d4d4d; cursor: text; }
#aFamilyNavRT.currentSite:hover { color: #4d4d4d; cursor: auto; text-decoration: none; }
.last { background: none repeat scroll 0 0 transparent !important; }

/* a fix for the email article popup */
.emailArticleWrapper .col1.dotsBorder { width:281px; padding-right:17px; }

.home .twoCol { margin-bottom:0; margin-top:7px; }
.home .dotsBorder { float:left; background:url('../images/interface/dotsBorder.gif') repeat-y top center; margin-bottom:20px; }

/* yui fonts layout */
/* @import url("fonts.css"); */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* cms global layout */
/* @import url("global.css"); */
/* Global Styles*/

/* grid visual elements */
body { background: #444444; }
body.mceContentBody { background: #FFFFFF; }
.pagecontainer { position:relative; border-left: 2px solid #cc9933; border-right: 2px solid #cc9933; background: #FFFFFF; }

/* font elements */
strong { font-weight: bold; }
em { font-style: italic; }
strong em { font-weight: bold; font-style: italic; }
strong { font-weight: bold; }
.home p.quote em { font-weight: bold; }

a { color: #035694; text-decoration: none; font-size:85%; outline:none; cursor: pointer; }
a:hover { color: #062E4F; text-decoration: underline; }
a:active { color: #062E4F; outline: none; }
a:visited { color: #6188A7; }
a:visited:hover { color: #062E4F; }

h3 { font-size:85%; }
dl dt { font-size:70%; } /* 70 rather than 68 to fix line-height issues being inconsistant in lists. should not affect the font size display */
p { font-size:85%; }
ol li { font-size:85%; }
dl dt label { font-size:111%; }

/* clearfix << use spairingly */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { min-height: 1px; height: auto !important; height: 1px; }
.byline.clearfix { *min-height: none !important; }

.small-caps { font-variant:small-caps; }
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ 
{
			 .small-caps { font-size: 116%; }
			 .ArticleExcerpt .small-caps { font-size: 135%; }
			 .home p.quote .small-caps { font-size: 110%; }
}
.citation { text-align:right; font-weight:normal; font-style:italic; }
.open-inset { float:right; width:275px; padding:10px; margin:20px 8px; }
.open-inset li.active { font-size: 85%; }
blockquote { text-align: justify; margin: 15px 35px 20px 25px; font-size: 95%; }
blockquote p { margin-bottom: 10px !important; }

/* addthis div bugfix */
#atff {display:none;}
a.at300m .at4-icon {
	display: inline-block !important;
	margin-right: 4px;
	top: 3px;
	position: relative;
}

/* Fix the line height issue with the list items, (base align the list item icons requires that the line heights be the same for both the a tag and li tag */


.inset { width:50%; float:right; border:1px solid #cccccc; padding:10px; margin:10px; font-size:90%; background:#fefefe; }
.contentcontainer .inset p.citation { text-align:left; color:#505050; font-size:9px; line-height: 11px; font-style:normal; }

/* just a loading gif */
.ajax-loading-icon-heading {
	background:#fff;
	border:1px solid #555;
	display:block;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;
	line-height:32px;
	margin:20px auto 10px 139px; 
	padding:10px 0 10px 107px;
	text-align:center;
	width:220px;
}
.ajax-loading-icon { background: url('../images/ajax-loader.gif') left top no-repeat; display:block; height:32px; width:32px; float:left; margin-right:6px; }
.ajax-loading-text { display:block; float:left; height:32px; line-height:32px; }

/*******************************************************
 ----------Import Theme Style Sheets--------------------
*******************************************************/
/* footer theme articles */
/* @import url("sectionArticles.css"); */

/* Family Nav
------------------------------- */

#familyNavWrap {
	position: relative;
	top: 2px;
	width: 90%;
	min-width: 960px;
	margin: 0 auto;
	padding-top: .75em;
	z-index: 100;
}
#familyNav {
    display: block;
    height: auto;
    margin: 0 auto;
    width: inherit;
}
#familyNavItems {
    border-left: 1px solid #999;
    border-right: 0 none;
    border-top: 1px solid #999;
    border-bottom: 0 none;
    display: table;
    height: auto;
    position: relative;
    top: -1px;
    width: inherit;
	background: #7e7e7e;
    border-radius: 3px 3px 0 0;
}
#familyNavItems .familyLink {
    background: none repeat scroll 0 0 #f1f0ee;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #999999;
    cursor: pointer;
    display: table-cell;
    opacity: 0.75;
    padding-bottom: 0.4em;
    padding-top: 0.1em;
    width: auto;
    border-radius: 0 0 0 0;
    text-decoration: none;
}
#familyNavItems #FamilyNavRCG.familyLink {
	border-radius: 2px 0 0 0;
}
#familyNavItems #FamilyNavOrder.familyLink {
	border-radius: 0 0 0 2px;
}
#familyNavItems .familyLink:hover {
	opacity: .999;
}
#familyNavItems .familyLink .linkIcon {
    background: url(/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -25px #dddddd;
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 2px #aaaaaa;
    float: left;
    height: 16px;
    margin-left: 5%;
    margin-right: 5px;
    margin-top: 3px;
    padding: 1px;
    width: 16px;
}
#familyNavItems #FamilyNavOrder .linkIcon {
	background-position: 1px -158px;
	background-color: #FEFEFE;
}
#familyNavItems #FamilyNavRT .linkIcon {
    background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -51px #dddddd;
}
#familyNavItems #FamilyNavWTC .linkIcon {
    background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px 1px #dddddd;
}
#familyNavItems #FamilyNavSEP .linkIcon {
    background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -103px #dddddd;
}
#familyNavItems #FamilyNavAY .linkIcon {
    background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px -77px #dddddd;
}
#familyNavItems .familyLink .linkText {
	text-shadow: 1px 1px #F2F2F2;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #454545;
	display: block;
	float: left;
	margin-top: .5em;
}
#familyNavItems .familyLink.currentSite {
	background: url(/images/interface/bg_current_rt_lines.png) repeat-x 0 bottom #F7F7F7;
	border-bottom: medium none transparent;
    border-left: 1px solid #FEFEFE;
    opacity: 0.999;
}
#familyNavItems .familyLink.currentSite .linkText {
	text-shadow: 1px 1px #E9E9E9;
	color: #381920;
}
#familyNavItems .familyLink.currentSite .linkIcon {
	box-shadow: 0 0 4px #F2F2F2;
	border-color: #84879C;
	color: #EEE;
}
#familyNavItems .familyLink.currentSite:hover .linkIcon {
	box-shadow: 0 0 6px #FFF;
}
.last { background: none repeat scroll 0 0 transparent !important; }

.sectionArticles .footercontainer { border-top-color: #8c9458; }
.sectionArticles .breadcrumb { left: 118px; }

.sectionArticles .pageTitle { background: url('../images/interface/theme/bg_pagetitle_articles.gif') no-repeat left top; }
.sectionArticles .featuredArticle p.articleQuestion { color:#8c9458; }
.sectionArticles .sortBy a.active { color:#8c9458; border:1px solid #aeb48a; }
.sectionArticles .searchList.top a.active { background:url('../images/theme/bg_searchList_top_articles.gif') no-repeat bottom center; }
.sectionArticles .searchList a.active { color:#8c9458; }
.sectionArticles .searchResults h5 { color:#8c9458; }
.sectionArticles .searchList.bottom a.active { background:url('../images/theme/bg_searchList_bottom_articles.gif') no-repeat top center; }

.sectionArticles .commentForm h4 { color: #8c9458; }
.sectionArticles .contentcontainer .lightBorder_vertical h3 { color:#8c9458; background:url('../images/interface/css_sprites.gif') no-repeat 0 -238px; }
.sectionArticles .contentcontainer .caption p { color:#838f36; }
.sectionPersonals .contentcontainer .caption p { color:#8d5353; }
.sectionPersonals .contentcontainer .caption p span.small-caps { font-variant: small-caps !important; text-transform: none !important; color: #8d5353 !important; }

.sectionArticles .contentcontainer .thankYouBox h4 { color:#838f36; }
ul.itemSummary.articles { border-bottom:4px solid #8c9458; }
ul.itemSummary.articles .sectionName { border-right:1px solid #8c9458; }

.sectionArticles .contentcontainer .commentForm h4 { color:#8c9458; }

/* footer theme back issues */
/* @import url("sectionBackIssues.css"); */
.sectionBackIssues .footercontainer { border-top-color: #7a6759; }
.sectionBackIssues .breadcrumb { left: 142px; }
.sectionBackIssues .commentForm form h4 { color: #7a6759; }
.sectionBackIssues .contentcontainer .lightBorder_vertical h3 { color:#7a6759; background:url('../images/interface/css_sprites.gif') no-repeat 0 -338px; font-family:arial,helvetica,sans-serif; }
.sectionBackIssues .pageTitle { background: url('../images/interface/theme/bg_pagetitle_backIssues.gif') no-repeat left top; }
.sectionBackIssues .contentcontainer .thankYouBox h4 { color:#7a6759; }

.sectionBackIssues .issueContainer { border-bottom:2px solid #ccc; float:right; width:414px; }

.sectionBackIssues .contentcontainer .commentForm h4 { color:#7A6759; }
/* footer theme section personals */
/* @import url("sectionPersonals.css"); */
.sectionPersonals .footercontainer { border-top-color: #8d5353; }
.sectionPersonals .breadcrumb { left: 278px; }
.sectionPersonals .breadcrumb .deptHead { border-right: 1px solid #8d5353; }
.sectionPersonals .commentForm form h4 { color: #8d5353; }

.sectionPersonals .pageTitle { background: url('../images/interface/theme/bg_pagetitle_personals.gif') no-repeat left top; }
.sectionPersonals .featuredArticle p.articleQuestion { color:#8d5353; }
.sectionPersonals .sortBy a.active { color:#8d5353; border:1px solid #af8686; }
.sectionPersonals .searchList.top a.active { background:url('../images/theme/bg_searchList_top_personals.gif') no-repeat bottom center; }
.sectionPersonals .searchList a.active { color:#8d5353; }
.sectionPersonals .searchResults h5 { color:#8d5353; }
.sectionPersonals .searchList.bottom a.active { background:url('../images/theme/bg_searchList_bottom_personals.gif') no-repeat top center; }

.sectionPersonals .contentcontainer .lightBorder_vertical h3 { color:#8d5353; background:url('../images/bullet_personals.gif') no-repeat 0 2px; }
.sectionPersonals .contentcontainer .thankYouBox h4 { color:#8d5353; }
ul.itemSummary.personals { border-bottom:4px solid #8d5353; }
ul.itemSummary.personals .sectionName { border-right:1px solid #8d5353; }

.sectionPersonals .contentcontainer .commentForm h4 { color:#8d5353; }

/* footer theme reader comments */
/* @import url("sectionReaderComments.css"); */
.sectionReaderComments .footercontainer { border-top-color:#a59682; }
.sectionReaderComments .breadcrumb { left:142px; }
.sectionReaderComments .commentForm h4 { color:#a59682; }
.sectionReaderComments .contentcontainer h3 { color:#a59682; text-transform:none; padding-bottom:12px;  }
.sectionReaderComments .contentcontainer .lightBorder_vertical h3 { color:#a59682; background:url('../../../images/interface/css_sprites.gif') no-repeat 0 -238px; }
.sectionReaderComments .pageTitle { background: url('../images/interface/theme/bg_pagetitle_readerComments.gif') no-repeat left top; }
.sectionReaderComments .contentcontainer .caption p { color:#a59682; }
.sectionReaderComments .contentcontainer .thankYouBox h4 { color:#a59682; }

.sectionReaderComments .contentcontainer .commentForm h4 { color:#a59682; }


/* footer theme world news desk */
/* @import url("sectionWorldNewsDesk.css"); */
.sectionWorldNewsDesk .footercontainer { border-top-color: #6b8ca8; }
.sectionWorldNewsDesk .breadcrumb { left: 196px; }
.sectionWorldNewsDesk .commentForm form h4 { color: #6b8ca8; }
.sectionWorldNewsDesk .contentcontainer .lightBorder_vertical h3 { color:#6b8ca8; background:url('../../../images/interface/css_sprites.gif') no-repeat 0 -238px; }
.sectionWorldNewsDesk .contentcontainer .thankYouBox h4 { color:#6b8ca8; }
.sectionWorldNewsDesk .pageTitle { background: url('../images/interface/theme/bg_pagetitle_worldNewsDesk.gif') no-repeat left top; }
ul.itemSummary.worldNewsDesk { border-bottom:4px solid #6b8ca8; }
ul.itemSummary.worldNewsDesk .sectionName { border-right:1px solid #6b8ca8; }

.sectionWorldNewsDesk .featuredArticle p.articleQuestion { color:#6b8ca8; }
.sectionWorldNewsDesk .sortBy a.active { color:#6b8ca8; border:1px solid #6b8ca8; }
.sectionWorldNewsDesk .searchList.top a.active { background:url('../images/theme/bg_searchList_top_worldNewsDesk.gif') no-repeat bottom center; }
.sectionWorldNewsDesk .searchList a.active { color:#6b8ca8; }
.sectionWorldNewsDesk .searchResults h5 { color:#6b8ca8; }
.sectionWorldNewsDesk .searchList.bottom a.active { background:url('../images/theme/bg_searchList_bottom_worldNewsDesk.gif') no-repeat top center; }

.sectionWorldNewsDesk .commentForm form h4 { color: #6b8ca8; }
.sectionWorldNewsDesk .contentcontainer .lightBorder_vertical h3 { color:#6b8ca8; background:url('../images/interface/css_sprites.gif') no-repeat 0 -385px; }
.sectionWorldNewsDesk .contentcontainer .caption p { color:#6b8ca8; }

.sectionWorldNewsDesk .contentcontainer .thankYouBox h4 { color:#6b8ca8; }
ul.itemSummary.sectionWorldNewsDesk { border-bottom:4px solid #6b8ca8; }
ul.itemSummary.sectionWorldNewsDesk .sectionName { border-right:1px solid #6b8ca8; }

.sectionWorldNewsDesk .contentcontainer .commentForm h4 { color:#6b8ca8; }

/* footer theme world to come */
/* @import url("sectionWorldToCome.css"); */

/* Disable for now - AKE 06/23/2010 */
.sectionWorldToCome .commentForm { display: none; }

.sectionWorldToCome .footercontainer { border-top-color: #919191; }
.sectionWorldToCome .breadcrumb { left: 297px; }
.sectionWorldToCome .breadcrumb .deptHead { border-right: 1px solid #8C97ba; }
.sectionWorldToCome .commentForm form h4 { color: #5b6b9c; }
.sectionWorldToCome .contentcontainer .lightBorder_vertical h3 { /*color:#5b6b9c;*/ background:url('../images/interface/css_sprites.gif') no-repeat 0 -806px; }
.sectionWorldToCome .pageTitle { background: url('../images/interface/theme/bg_pagetitle_worldToCome.gif') no-repeat left top; }


.sectionWorldToCome .sortBy a.active { color:#5b6b9c; border:1px solid #8C97ba; }
.sectionWorldToCome .searchList.top a.active { background:url('../images/theme/bg_searchList_top_worldToCome.gif') no-repeat bottom center; }
.sectionWorldToCome .searchList a.active { color:#5b6b9c; }
.sectionWorldToCome .searchResults h5 { color:#5b6b9c; }
.sectionWorldToCome .searchList.bottom a.active { background:url('../images/theme/bg_searchList_bottom_worldToCome.gif') no-repeat top center; }
.sectionWorldToCome .contentcontainer .thankYouBox h4 { color:#5b6b9c; }
.sectionWorldToCome .contentcontainer .caption p { color:#5b6b9c; }
.sectionWorldToCome .contentcontainer .articleQuestion p { color:#5b6b9c; }

ul.itemSummary.worldToCome { border-bottom:4px solid #5b6b9c; }
ul.itemSummary.worldToCome .sectionName { border-right:1px solid #5b6b9c; }

.sectionWorldToCome .contentcontainer .commentForm h4 { color:#5b6b9c; }
.sectionWorldToCome .contentcontainer p.wtc-promo {margin-top: 15px;}


/*******************************************************
 ----------Legacy Styles--------------------------------
*******************************************************/
#lit .inset { width:50%; float:right; border:1px solid #AAAAAA; padding:10px; margin:10px; font-size:90%; background:#FEFEFE; }
#lit .inset div#series { font-size:90%; padding-bottom:3px; }
.mainContent .inset-l { width:34%; float:left; border: 0 none; padding: 0 10px 0 0; margin: 0 10px 0 0; font-size:90%; }
.mainContent .inset-i { height:345px; margin:10px; padding:2px 2px 5px 2px; padding-bottom:10px; }
.inset-il { float:left; width:33%; margin:0; margin-bottom:5px; margin-right:15px; }
.inset-ir { float:left; margin:0; }
#lit #content-body .inset h4 { font-size:100%; }
#lit .open-inset { float:right; width:275px; border:1px solid #AAAAAA; line-height:1.5em; padding:10px; margin:20px 8px; font-size:95%; background:#FEFEFE; }
#lit #content-body .open-inset li { padding-bottom:.75em; }
#lit #content-body .open-inset h2 { font-size:130%; padding-bottom:.25em; }
#lit #content-body .open-inset h4 { font-size:115%; line-height:1.5em; font-weight:normal; }



/*******************************************************
 ----------Generic Styles-------------------------------
*******************************************************/
hr { display:none; }
.contentcontainer p { font-family:georgia,serif; margin-bottom:18px; color:#222222; font-size:100%; line-height:1.5em; }
.contentcontainer p a { font-size:100%; cursor: pointer; }
.contentcontainer h2 { width: 900px; height: 40px; margin-bottom: 20px; text-indent: -5000em; }
.contentcontainer h3 { color: #333333; font-family: Tahoma, Verdana, sans-serif; font-weight: bold; font-size: 108%; text-transform:uppercase; }
.contentcontainer h3.searched_text { text-transform: none; }
legend { margin: -10px; padding: 0; text-indent: -9999em; color:#000; }
p.disclaimer { font-size: 85%; }
br.blockElement { clear: both; }


/*******************************************************
 ----------Generic Classes------------------------------
*******************************************************/
.uppercase { text-transform:uppercase; }
h3.uppercase { text-transform:uppercase; }
h2.pageTitle { width: 900px; height: 40px; margin-bottom: 20px; text-indent: -5000em; }
.contentcontainer .issueInstructions { margin-bottom: 18px; color: #666666; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 77%; }
.colored { background-color:#f0f0f0; }
.noMargin, .sidebarcontainer .noMargin, .contentcontainer .noMargin { margin:0; }
.contentcontainer .noMarginTop { margin-top:0; }
.sidebarcontainer .marginBottom { margin-bottom:17px; }
.sidebarcontainer .solidBorder_horizontal .marginBottom { margin-bottom:7px; }
.mainContent h3.marginBottom { margin-bottom: 18px; }
.mainContent p.footnote { font-size: 88%; }

/* css hackery to remove top half-leading on pages with text elements first in mainContent area. NOT COMPLIANT. */
.sectionArticles .mainContent h3.marginBottom,
.sectionWorldNewsDesk .mainContent h3.marginBottom { margin-top: -5px; } /* remove top half-leading */
.sectionArticles .mainContent.articlesContent h3,
.sectionPersonals .mainContent h3.marginBottom { margin-top:-4px; } /* remove top half-ledding */
.sectionWorldNewsDesk .mainContent.articlesContent h3 { margin-top: -7px; } /* remove top half-leading */
.sectionReaderComments .mainContent p.pageDetails { margin-top: -4px; } /* remove top half-leading */
.aboutUs .mainContent .articleContent h4.noMarginTop { margin-top: -4px; } /* remove top half-leading */
.contactUs .mainContent form p.noMarginTop { margin-top: -3px; } /* remove top half-leading */
.subscribe .mainContent form h2.dottedBottom { margin-top: -3px; } /* remove top half-leading */
.searchResultsListing .mainContent h3 { margin-top: -5px; } /* remove top half-leading */
.searchResultsListing .mainContent p.googleSearch { margin-top: -4px; } /* remove top half-leading */
.sectionBackIssues .mainContent p.issueInstructions { margin-top: -4px; } /* remove top half-leading */
.home .mainContent p.updated { margin-top: -3px; } /* remove top half-leading */


/*
.boxArrow a span,
.boxArrow span { float:left; width:11px; height:13px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -117px; padding-right:3px; }
.comment ul li a.boxArrow span { background-position: 0 -118px; }
.ad h4 .boxArrow span { float:none; padding-right: 11px; background-position: 1px -118px; }
*/

/* Yes, IMPORTANT. @TODO Remove the important after we know this works,
	 and then remove the references and bug fixes to the spans for the old icon styles
	 */
span.content-icon {
	background: url('../images/interface/css_sprites.gif') no-repeat left top;
	height: 11px;
	position: relative;
	width: 11px;

	/* remove odd artifacts from ie */
	text-decoration: none;

	/* reference https://www.fruitbatscode.com/css/cross-browser-support-for-inline-block to see why this is here */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.video span.content-icon {
	background-position: 0 -154px;
	margin-right: 3px;
}

span.video {
	background-position: 0 -154px;
	margin-right: 6px;
}

a.video-icon {
	min-height: 11px;
	height: auto;
	position: relative;
	vertical-align: text-top;

	/* remove odd artifacts from ie */
	text-decoration: none;
	/* reference https://www.fruitbatscode.com/css/cross-browser-support-for-inline-block to see why this is here */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	display: inline;
	padding-left:0px !important;
	margin-right: 3px;
}

span.bgPlay
{
	display:block;
	height:11px;
	width:11px;
	background: url('../images/interface/css_sprites.gif') no-repeat 0 -154px;
	float:left;
	margin-right: 3px;
	}

.audio span.content-icon {
	background-position: 0 -135px;
	margin-right: 3px;
}

span.audio {
	background-position: 0 -135px !important ;
	margin-right: 3px;
}

a.audio-icon {
	background: url('../images/interface/css_sprites.gif') no-repeat 0 -135px;
	height: 11px;
	position: relative;
	vertical-align: text-top;

	/* remove odd artifacts from ie */
	text-decoration: none;

	/* reference https://www.fruitbatscode.com/css/cross-browser-support-for-inline-block to see why this is here */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	margin-right: 3px;

}
.boxArrow span.content-icon {
	background-position: 0 -118px;
	padding-right: 3px;
	top: 1px;
}


.colored.solidBorder_horizontal .boxArrow span.content-icon { top:0px; }
.mainContent .seriesResult .audio .content-icon { top:0px; }

/* if a video icon has a video thumbnail, it could have a class that indicates that. if so, don't display the link icon, there is a thumbnail to act as the visual. */
.hasImageThumbnail a.video span.content-icon { display:none; }



a.goBack { text-transform:uppercase; text-decoration:underline; font-weight:bold; padding-bottom:8px; display:block; }
.pagecontainer.sectionWorldToCome a.goBack { text-transform: none !important; }
.mediaContainer { margin-top:16px; margin-bottom:0px; } /* margin-bottom:28px; Note: move this to zero to allow the byline/body text to control this space */
span.mediaLength { color:#999999; font-size:13px; font-family:arial,helvetica,sans-serif; }
.moreInfo { margin-top:2px; margin-bottom:20px; }
.sectionWorldToCome .articlesContent ul.moreInfo { margin-bottom:0; padding-bottom:0; }
.articlesContent ul.moreInfo li { margin-left:0; list-style-type:none; margin-bottom:4px; }
.download { text-transform:uppercase; text-decoration:underline; font-weight:bold; font-size:10px; }
.download span { display:block; float:left; width:8px; height:14px; padding-right:4px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -457px; }
.download_audio span.content-icon { display:block; float:left; width:8px; height:14px; padding-right:4px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -133px; }
.moreBelow { font-size:10px; text-transform:uppercase; font-weight:bold; color:#5b6b9c; }
.moreBelow span { display:block; float:left; width:8px; height:15px; padding-right:8px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -483px; }
.twoCol a.pageTop.noMarginBottom { margin-bottom:0; }
.contentcontainer .suggestion p { font-family:arial,helvetica,sans-serif; color:#666666; font-size:11px; margin-bottom:0; }
.contentcontainer .suggestion p a { font-size:11px; font-weight:bold; }

/* in-page content automatically applied link icons */
.mainContent span.content-icon { top:1px; }
.mainContent .inset span.content-icon { top:-1px; }

.mainContent p a.download span { float: none; display: inline; padding-right: 9px; text-transform: none; font-weight: normal; text-decoration: none; height: auto; }
.mainContent p a.moreBelow span { float: none; display: inline; padding-right: 9px; text-transform: none; font-weight: normal; text-decoration: none; height: auto; color: #035694; }


/* patch for 071108-001-middle.html */
.mainContent a.audio em span,
.mainContent a.video em span,
.mainContent a.moreBelow em span,
.mainContent a.boxArrow em span { float: none; background: none; height: auto; width: auto; padding-right: 0; }

/*******************************************************
 ----------Reused Components----------------------------
*******************************************************/
/* Page Breadcrumb */
.breadcrumb { position: absolute; top: 29px; }
.breadcrumb li { height: 14px; padding-left: 9px; color: #8C8C8C; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 77%; text-transform: uppercase; float: left; }
.breadcrumb .deptHead { width: 85px; background: url('../images/icn_fromEditor.gif') no-repeat left 2px; text-indent: -5000em; }
.breadcrumb .breadcrumb_end_item { border:none !important; }

/* Dotted Horizontal Rule */
.horizontalRule { clear:both; margin:0 0 10px 0; padding:0; background:url('../images/interface/horizontalBreak.gif') repeat top left; }
form .horizontalRule { margin:0 0 12px 0; }
.horizontalRule.dark { background:url('../images/interface/horizontalBreak_dark.gif') repeat top left; margin-bottom:5px; }
.horizontalRule.inline { clear:both; }
.horizontalRule.thickAndThin { height:12px; background:url('../images/interface/bg_thickAndThin.gif') repeat-x top left; margin:22px 0 20px 0; }
.horizontalRule.thickAndThinReverse { height:12px; background:url('../images/interface/bg_thickAndThinReverse.gif') repeat-x top left; margin:-3px 0 20px 0; }
.horizontalRule.oneDot { height:4px; padding:0 !important; margin-bottom:10px; }
.horizontalRule.twoDots { height:8px; padding:0 !important; }
.horizontalRule.threeDots { height:12px; padding:0 !important; } /***GET RID OF IMPORTANT - FOR IE6 FIX***/
.horizontalRule.fourDots { height:16px; padding:0 !important; }
.horizontalRule.solid.threePx { background-image:none; background-color:#dbdbdb; height:3px; padding:0; }

/* Back to Top Link */
.pageTop { clear:both; display:block; width:600px; text-transform:uppercase; font-weight:bold; padding:8px 0 7px 0; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; margin-bottom:15px; }
.contentcontainer .pageTop a { font-family:arial,helvetica,serif; }
.contentcontainer a.pageTop:hover { text-decoration:none; }

/* Author/Article Info */
dl.byline { margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #777777; clear: right; }

.articlesContent dl.byline { margin-top:10px; } /** FIX **/
dl.byline dt, dl.byline dd { margin-bottom: 0; font-size: 70%; font-weight: bold; font-family: Arial, Helvetica, sans-serif; float: left; }
dl.byline dt { padding-top:1px; padding-right: 12px; margin-right:6px; background:url('../images/interface/bg_byline.gif') no-repeat right 4px; }
.sectionArticles .articlesContent dl.byline dt {
	background: 0 none;
}
.sectionArticles .articlesContent dl.byline dd {
	background: url("../images/interface/bg_byline.gif") no-repeat scroll left 5px transparent;
	padding-left: 12px;
	margin-left: -12px;
}
.sectionArticles .articlesContent dl.byline dd.noIcon {
	background: 0 none;
	margin-left: 0;
	padding-left: 0;
}
.sectionPersonals .articlesContent dl.byline dt,
.sectionWorldToCome .articlesContent dl.byline dt { color:#6F2F3D; }
.sectionWorldToCome .articlesContent dl.byline dt, .sectionWorldToCome .mainContent dl.byline dt {
	background: none;
	text-transform: none !important; 
	color: #6F2F3D !important; 
	font-size: 110%; 
	font-style: oblique; 
	font-family: Georgia,'Times New Roman',Times,serif; 
	font-weight: bold;
}

dl.byline dt strong { color:#6F2F3D; }
dl.byline dd { padding-top:1px; color:#777777; }
.sectionBackIssues dl.byline dd { padding-left:0; background:none; }
dl.byline dt a { min-width:26px; font-weight:bold; font-size:9px; padding:1px 0 5px 15px; background:url('../images/icn_download.gif') no-repeat left top; text-transform:uppercase; font-family:Arial,Helvetica,sans-serif; }
.searchResults dl.byline { margin-bottom:4px !important; width: auto !important; }
.articlesContent .searchResults dl.byline { margin-top:30px; }
.searchResults dl.byline dt { font-size:12px; color:#222222; text-transform:none; background:none; float: left !important; padding-right:0 !important; }
.searchResults dl.byline dd { padding-left: 11px; padding-top:2px; color:#777777; background: url('../images/interface/bg_byline.gif') no-repeat 0 5px; }
.byline.bottomRule { padding-bottom: 15px; height: 20px; margin-bottom: 10px; background: url('../images/bg_currentIssue_rule.gif') no-repeat left bottom; }
.featuredArticle dl.byline, .articlesContent dl.byline { margin-bottom:6px; }

/* Image Covers */
.contentcontainer .book_cover { padding-right: 5px; float: left; }

/* Small Image Component */
.imageComponent_small { clear:both; position:relative; float:left; border:1px solid #cccccc; padding:7px; margin-right:20px; margin-bottom:15px; font-size:85%; }
.imageComponent_small .contentImage { border:1px solid #8D5353; }
.imageComponent_small a .contentImage { border:1px solid #6F2F3D; }
.imageComponent_small img.clickableImage { border: 1px solid #6F2F3D; }
.imageComponent_small .alt { border:1px solid #6f2f3d; margin-bottom:7px; }
.articlesContent .imageComponent_small .alt { margin-bottom:0; }
.articlesContent .imageComponent_small p { margin-top:4px; margin-bottom:0; }
.imageComponent_small .biggerImage { display:block; position:absolute; top:8px; right:8px; width:14px; height:14px; text-indent:-5000em; outline:none; background:url('../images/interface/css_sprites.gif') no-repeat 0 -191px; }
.imageComponent_small h6 { color:#666666; font-weight:bold; font-family:tahoma,verdana,sans-serif; margin-bottom:1px; }
div.imageComponent_small p { color:#505050; font-family:arial,helvetica,sans-serif; margin-top:7px; margin-bottom:0; line-height:1.5em; width:175px; }
blockquote div.imageComponent_small { text-align: left; }
.imageComponent_small span { display:block; color:#505050; margin-top:5px; }
.articlesContent .imageComponent_small span { width:182px; margin-top:5px; margin-bottom: 3px; }
.articlesContent .inset .imageComponent_small span { width:274px; }

/* Large Image Component */
.imageComponent_large { border:1px solid #cccccc; text-align:center; padding-bottom:11px; margin:16px 0 20px 0; font-family:arial,helvetica,sans-serif; color:#505050; font-size: 10px; display:inline-table; }
.imageComponent_large img { border:1px solid #cccccc; margin:11px 11px 6px 11px; }
.contentcontainer .imageComponent_large p { font-size: 115%; font-family:arial,helvetica,sans-serif; text-align:left; color:#505050; line-height:1.5em; margin-bottom: 7px; padding-left:12px; padding-right:12px; }
.contentcontainer .imageComponent_large span { font-size: 105%; display:block; text-align:left; margin-top:2px; margin-bottom: 2px; padding-left:12px; padding-right:12px; }
.home .contentcontainer .imageComponent_large span { padding-left:0; padding-right:0; }

/* More Info Article Inset - Used to be .article_moreInfo */
.inset { float:right; width:276px; border:1px solid #cccccc; margin-left:20px; margin-bottom:10px; padding:13px 11px 13px 11px; background-color:#f2f2f2; }

.inset h2, .inset p, .inset li { color:#333333;  margin-bottom:15px; }
.inset p strong.inlineHeading,
.inset li strong.inlineHeading { font-family:tahoma,verdana,sans-serif; }
.contentcontainer .inset p, .inset ul { color:#333333; font-size:11px; font-family:arial,helvetica,sans-serif; line-height:1.5em; }
.inset ul li { list-style-type:disc !important; list-style-position:inside; }
.inset p.sourceInfo { margin-bottom:0; color:#505050; font-size:69.5%; }
.inset li strong { font-family:tahoma,verdana,sans-serif; font-size:102%; }
.inset .imageComponent_small { color:#505050; padding:0 0 18px 0; border:none; margin-right:0; border-bottom:1px solid #b5b5b5; }
.inset .imageComponent_small a.biggerImage { right:1px; top:1px; }
.inset .imageComponent_small.last { border-bottom:1px solid #b5b5b5; margin-bottom:14px; }
.inset .imageComponent_small p strong { display:block; font-family:tahoma,verdana,sans-serif; font-size:9px; font-weight:bold; padding-top:4px; }
.inset .imageComponent_small p { font-family:arial,helvetica,sans-serif; font-size:9px; color:#505050; margin-bottom:5px; width:auto; }
.inset .imageComponent_small span { display:block; font-family:arial,helvetica,sans-serif; font-size:9px; color:#505050; }

/* Bottom Inset - In-Depth Analysis - used to be .articleLinks */
.contentcontainer .series-end { float:left; margin:7px 0 25px 0; font-family:georgia,serif; width:100%; /* 7px because the p-tag should be a 18 pixel margin above it */ 
																border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; padding: 14px 0 16px 0; font-size:101%; } /* font-size is a small fix to the pixel off of the icon on the li tags */
.contentcontainer .series-end h4 { color:#999999; font-size:100%; line-height:100%; margin-bottom:16px; margin-top:0; }
.contentcontainer .series-end ul { margin:0 0; padding:0 0; display:block; width:100%; }
.contentcontainer .series-end li { padding-bottom:4px; overflow:hidden; margin-left:0px; background:url('../images/bullet_box.gif') no-repeat scroll 0 5px; float:left; width:268px; margin-right:20px; }
.contentcontainer .series-end li span { float:left; display:block; width:9px; height:20px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -74px; padding-right:6px; }
.contentcontainer .series-end li { padding-left:12px; }
.contentcontainer .series-end li.current { font-size:85%; color:#555; }

/* Open Inset More in this Series - used to be .articleLinks */
.open-inset { float:left; margin:0 20px 15px 0; font-family:georgia,serif; }
.open-inset li { background:url('../images/bullet_box.gif') no-repeat scroll 0 5px; padding-left:12px; padding-bottom:4px; }
.inset .open-inset ul { margin-top: 0; }
.inset .open-inset ul li { list-style-type: none !important; padding-top: 0; }
.inset .open-inset ul li.last { background:url('../images/bullet_box.gif') no-repeat scroll 0 5px !important; }
.contentcontainer .open-inset h4 { color:#999999; font-size:100%; margin-bottom:11px; margin-top:0; }

.open-inset { clear:both; width:200px; background:url('../images/bg_doubleBorder_horizontal.gif') no-repeat top left; padding: 17px 0 0px 0; margin-top:6px; }
.open-inset p { font-size:77%; font-family:arial,helvetica,sans-serif; font-weight:bold; color:#666666; margin-bottom:12px; }
.open-inset p em { font-weight: bold; }
.open-inset ul { margin-bottom: 14px; }
.open-inset .open-inset-footer {background:transparent url('../images/bg_disclaimer.gif') no-repeat scroll left top; height:7px; width:100%; }
.open-inset.open-inset-more .open-inset-footer { background:#d6d6d6; height:2px; width: 100%; }
.open-inset.open-inset-more p { margin-bottom:18px; }

/* Featured Articles/Personals Component */
.contentcontainer .featuredArticle { margin-bottom:12px; }
.contentcontainer .featuredArticle h4 { font-size:92.5%; color:#666666; margin-bottom:10px; margin-top:0; }
.featuredArticle h4 strong { font-size:117%; color:#000000; }
.featuredArticle h4 a { font-size:117%; color:#666666; text-transform:none; font-size: 100%; text-decoration:none; }
.featuredArticle h4 a:hover { text-decoration:underline; }
h4 a.ren-link { font-family: Tahoma, Verdana, sans-serif; font-size: 98%; }
.contentcontainer .featuredArticle p { font-size:89%; color:#222222; margin-bottom:3px; }
.contentcontainer .featuredArticle .imageComponent_small p { font-size: 100%; }
.featuredArticle p.articleQuestion { color:#5B6B9C; font-family:arial,helvetica,sans-serif; font-weight:bold; line-height:1.3em; font-size:84.5%; padding: 10px 15px; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; margin-bottom:10px; }
.featuredArticle.withImage { float: none; display:block;  }
.featuredArticle.withImage .imageComponent_small { clear: none !important; float: left !important; margin-bottom: 5px !important; } 
.featuredArticle.withImage h4, .featuredArticle.withImage p, .featuredArticle.withImage a.readMore { float: none; }
.featuredArticle p.articleQuestion { width: 340px; margin-left: 217px; display: block; }

.featuredArticle.withImage .byline { clear: none !important; float: none; } 
.featuredArticle a { text-decoration:underline; text-transform:uppercase; font-weight:bold; font-size:77%; }

/* Secondary Featured WTC */
.contentcontainer .secondary-featured-wtc .featuredArticle h4 {margin-bottom: 0;}
.contentcontainer .secondary-featured-wtc .featuredArticle { margin-bottom:10px;}
.secondary-featured-wtc .featuredArticle a.watch-audio-link { margin-left: 7px; }
.secondary-featured-wtc .featuredArticle h4 strong {margin-left: 0;}
.secondary-featured-wtc .featuredArticle dl.byline {margin-bottom:3px;}


/* Search Results Sort By Component */
.sortBy { clear:both; margin-top:8px; margin-bottom:28px; }
.sortBy li { display:inline; background:url('../images/interface/css_sprites.gif') no-repeat 0px -47px; padding-left:15px; }
.sortBy a { font-weight:bold; color:#999999; }
.sortBy a.active { padding:1px 4px; }
.sortBy a:hover { color:#666666; }
.sortBy li.first { background:none; padding-left:0; margin-right:4px; }
.sortBy strong { font-size:86%; color:#666666; }
.sortBy .sortBy_title { background:none; padding:0 8px 0 0; }
.sortBy .sortBy_subject { padding-right:8px; }

/* Search Results Sort By Media Component */
.sortByMedia { margin-top:6px; margin-bottom:6px; font-size:84%; float:left; padding-bottom:10px; background:url('../images/interface/horizontalBreak.gif') repeat-x bottom left; }
.sortByMedia li { float:left; display:block; padding-right:12px; }
.sortByMedia a { font-weight:bold; color:#999999; font-size:11px; }
.sortByMedia a span { float:left; display:block; width:11px; height:12px; background:url('../images/interface/css_sprites.gif') no-repeat 0px -410px; padding-right:2px; }
.sortByMedia .active a, .sortByMedia .active a:hover { color:#5b6b9c; }
.sortByMedia .active a span { background:url('../images/interface/css_sprites.gif') no-repeat 0px -434px; }
.sortByMedia a.active { padding:1px 4px; }
.sortByMedia a:hover { color:#666666; }
.sortByMedia li.first { padding-left:0; padding-right:7px; }
.sortByMedia li.last { padding-right:0; }
.sortByMedia strong { color:#666666; }

/* Search Results Components */
.searchList { clear:both; font-weight:bold; font-size:84%; color:#c5c4c4; }
.searchList a { font-size:100%; padding-bottom: 7px; }
.searchList a.active { padding-left:2px; padding-right:2px; }
.searchList a.active:hover { text-decoration:none; }
.searchList li { display:inline; padding-right:8px; }
/*** Top Search List */
.searchList.top a { padding-bottom:6px; }
.searchList.top { border-bottom:1px solid #b5b5b5; margin-bottom:7px; padding-bottom:7px; }
.searchList.top.borderTop { border-top:1px solid #b5b5b5; padding-top:7px; }
.searchList.top.last { margin-bottom:12px; }
/*** Bottom Search List */
.searchList.bottom a { padding-top:7px; }
.searchList.bottom { border-top:1px solid #b5b5b5; padding-top:7px; margin-top:7px; }
.searchList.bottom a.active { padding-left:1px; }
/*** Secondary Search List */
.subSearchList { text-transform:uppercase; margin-top:14px; margin-bottom:4px; font-size:83%; color:#222222; }
.subSearchList li { font-size:111.5%; color:#C5C4C4; }
.subSearchList li strong { color:#222222; }

/*** Results Listing */
.searchResults { padding-bottom:10px; float:left; }
.searchResults h5 { margin-bottom:12px; font-size:108%; margin-top: 4px; }
.searchResults dl {  margin-bottom:10px; float:left; width:600px; }
.sectionWorldToCome .searchResults dl {  margin-bottom:10px; float:left; width:300px; }
.searchResults dt { float:left; }
.searchResults dt a { font-size:130%; font-family:georgia,serif; margin-right:14px; } /* font size 130 rather than 136 to fix random 1px issue with icon linning up with the text base. does not affect text pixel height */
.sectionWorldToCome .searchResults dt a { margin-right:0; color: #000; font-size: 125%; line-height:1.25em; font-weight:bold;}
.sectionWorldToCome .searchResults dt a.watch-audio-link { font-size: 115%; font-weight:normal; color:#035694;}
.sectionWorldToCome .searchResults dt p { font-size: 115%; line-height:1.5em; margin-bottom:5px}
.searchResults dd { display:inline; clear:both; margin-right:14px; font-size:70%; padding-top:2px; color:#333333; font-weight:bold; }
.searchResults dd.searchResultDate { color:#777777; }
.searchResults table td { width:470px; padding-left:20px; padding-bottom:7px; font-size:70%; color:#333333; font-weight:bold; }
.searchResults table td a { font-family:georgia,serif; font-size:134%; margin-right:15px; font-weight:normal; }
.searchResults table th { font-size:70%; color:#777777; padding-top:3px; font-weight:bold; vertical-align:top; width: 66px; }
.searchResults table { border-spacing: 0px 10px; }

.searchResults .seriesResult { float:left; margin-bottom:2px; width:600px; }
.searchResults .seriesResult dl { float:left; display:block; width:266px; }
.searchResults .seriesResult dt, .searchResults .seriesResult dd { float:none; }
.searchResults .seriesResult.audio dl { background:url('../images/icn_audio.gif') no-repeat 0 1px; padding-left:17px; }
.searchResults img { border:1px solid #cccccc; margin-right:9px; float:left; }

.searchResults .singleResult { float:left; margin-bottom:12px; background:url('../images/bg_verticalBreak.gif') repeat-y top right; }
.searchResults .singleResult dl { display:block; width:280px; margin-bottom:0px; }
.searchResults .singleResult dt, .searchResults .seriesResult dd { float:none; padding-right:15px; }
.searchResults .singleResult.audio dl { background:url('../images/icn_audio.gif') no-repeat 0 1px; padding-left:17px; }
.searchResults .horizontalRule { margin-bottom:12px; }
.searchResults .seriesResult.video dl, .searchResults .singleResult.video dl { width:280px; padding-right:38px; }
.searchResults .seriesResult.video dt.image { float:left; }
.searchResults .video dl.odd { padding-right:0; }
.searchResults dl.singleResult.video { background:url('../images/bg_verticalBreak.gif') repeat-y 293px 0; margin-right:20px; }

.sectionWorldToCome .searchResults dl { display:block; width:580px; margin-bottom:0px; padding-bottom:12px; float:left; }
.sectionWorldToCome .searchResults dl dt, .sectionWorldToCome .searchResults dl dd { clear:none; float:none; padding-right:21px; }
.sectionWorldToCome .searchResults dl.odd dt, .sectionWorldToCome .searchResults dl.odd dd { padding-right:0; }
.sectionWorldToCome .searchResults dl.odd { padding-left:17px; padding-right: 0; width: 275px; }
.sectionWorldToCome .searchResults dl.newSeries { background:url('../images/bg_verticalBreak.gif') repeat-y 0 0; width:285px; }
.sectionWorldToCome .searchResults dl.newSeries.odd { margin-bottom:11px; padding-bottom:0; }
.sectionWorldToCome .searchResults dl.standAlone { background:url('../images/bg_verticalBreak.gif') repeat-y 294px 0; width:300px; padding-bottom:0; margin-bottom: 12px; }
.sectionWorldToCome .searchResults dl.standAlone.odd { background:none; width: 275px; }


/* Comments Form */
.commentForm form { clear:both; }
.contentcontainer .commentForm h4 { margin-bottom: 2px; font-family: Tahoma, Verdana, sans-serif; font-weight: bold; font-size: 123.1%; color: #666; }
.commentForm p.required, p.required, #emailArticle p.required { color: #6F2F3D; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 77%; line-height: 93%; margin-bottom:13px; }
.commentForm form fieldset { width:600px; margin-bottom:12px; }
.commentForm fieldset dl { margin-bottom:0; }
.commentForm fieldset dt { width:58px; padding-right: 4px; padding-top:1px; line-height: 185%; color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: right; text-transform: capitalize; float: left; text-align: right; }
.commentForm form dt.even { clear:left; } /* fix the resized text issue with the js magnifier */
.commentForm form dt.odd {  width:75px; margin-left:28px; }
.commentForm form dd { float: left; width: 219px; margin-bottom: 5px; }
.commentForm form dd.odd { width:200px; }
.commentForm form dd.odd input { width:198px; }
.commentForm form input { width: 210px; }
.commentForm form fieldset.second ul { width:527px; }
.commentForm form fieldset.second textarea { width:514px; }
input, select, textarea { padding: 2px 5px; background-color: #fff; border-width: 1px; border-style: solid; border-color: #ccc; font-size:11px; }
input.checkbox { border: 0 !important; }
.commentForm form input.button { display:block; width: 48px; height: 21px; border: none; margin-top:-6px; padding-bottom:0; }
.commentForm fieldset .second { width: 600px; }
.commentForm fieldset .second dt { text-align: left; }
dl.withTools dt { padding-top:6px; }
.contactUs dl.withTools dt { padding-top:8px; }
fieldset textarea { width: 521px; height: 156px; padding: 10px; background-color: #fff; border-width: 1px; border-style: solid; border-color: #CCC; font-size: 12px; }
fieldset ul { width: 531px; padding: 6px 3px 6px 10px; background-color: #F3F3F3; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
.subscribe fieldset ul {width:527px}
fieldset.second ul { padding: 6px 3px 6px 10px !important; }
fieldset ul li { display: inline; padding: 0 4px 0 0; }
.commentForm form ul li a, fieldset ul li a { color: #777; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 93%; text-transform: uppercase; text-decoration: none; }
.commentForm form ul li.underline a, .commentForm form ul li.underline a:hover, fieldset ul li.underline a, fieldset ul li.underline a:hover { text-decoration:underline; }
.commentForm form ul li.bold a, fieldset ul li.bold a { font-weight:bold; }
.commentForm form ul li.italic a, fieldset ul li.italic a { font-style:oblique; }
fieldset ul li a:hover { text-decoration: none; }
.commentForm form .italic, fieldset form .italic { font-style: oblique; }
.commentForm form p { margin-bottom: 12px; color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 77%;  }
.reCaptcha { margin-bottom:4px; padding-top:2px; clear:both; }
.reCaptcha ul.error_list { display:none; } /* hide duplicate error display */
.contentcontainer .commentForm h4 { margin-top:25px; }

.yui-toolbar-container { display: none !important; } /* hide the yui toolbar items */
.yui-editor-editable-container { border:1px solid #CCCCCC; }
#RT-Subscription .htmlarea { width: 265px !important; }
.htmlarea .toolbar { padding: 3px 0 0 0 !important; }

/* Media Series List */
.contentcontainer .articlesContent .mediaSeriesList h3 { font-size:14px; text-transform:uppercase; margin-bottom:10px; }
.mediaSeriesList { margin-top:15px; }

.mediaSeriesList.videoSeriesList { display:none;  }
.sectionWorldToCome .moreInfo + .horizontalRule {display:none;}
.mediaSeriesList.videoSeriesList table { width: auto; }

.mediaSeriesList table td { padding-right:25px; padding-bottom:7px; font-size:70%; color:#777777; font-weight:bold; }
.mediaSeriesList td.video a, .mediaSeriesList td.audio a { font-size:134%; font-family:georgia,sans-serif; font-weight:normal; }
.mediaSeriesList td.video a span, .mediaSeriesList td.audio a span { margin-right:6px; top:1px; }
.mediaSeriesList td.active a { color:#5b6b9c; }

.mediaSeriesList .video.active a span.content-item { background-position: 0 -506px; }
.mediaSeriesList .audio.active a span.content-item { background-position: 0 -833px; }

.mediaSeriesList td.download { text-decoration:none; }
.mediaSeriesList .download a { text-decoration:none; text-transform:lowercase; font-size:9px; }
.mediaSeriesList table { float:left; width:300px; background:url('../images/bg_verticalBreakSingle.gif') repeat-y right top; margin-right:18px; }
.mediaSeriesList table.odd { width:275px; background:none; margin-right:0; }
.mediaSeriesList table.odd td.download { padding-right:0; }

/*Thank You Box */
.thankYouBox { border:2px solid #6f2f3d; padding:10px; }
.contentcontainer .thankYouBox h4, .thankYouBox h4 { font-family:tahoma,verdana,sans-serif; font-size:16px; margin:0; padding-bottom:3px; color:#777777; font-weight:bold; }
.contentcontainer .thankYouBox p, #emailArticle .thankYouBox p { margin:0 0 10px 0; font-family:arial,helvetica,sans-serif; font-weight:bold; font-size:11px; line-height:1.5em;}
.contentcontainer .thankYouBox p em, #emailArticle .thankYouBox p em { font-weight:bold; }
#emailArticle .thankYouBox p span.highlight { color:#895661; }
#emailArticle .thankYouBox { margin-bottom: 741px; }

/*Error Box */
.errorBox { clear:both; border:3px solid #4d1f27; padding:5px 10px; margin-bottom:20px; background-color:#f0f0f0; }
.contentcontainer .errorBox h4 { font-family:tahoma,verdana,sans-serif; font-size:16px; margin:0; padding-bottom:3px; color:#4d1f27 !important; }
.contentcontainer .errorBox span { display:block; width:18px; height:19px; float:left; padding-right:4px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -713px; }
.contentcontainer .errorBox ul li { color:#6f2f3d; margin:0; font-family:arial,helvetica,sans-serif; font-weight:bold; font-size:11px; padding-bottom:3px; }

/* 404 Page */
.four0four .contentcontainer .errorBox p.alert {font-size:20px; font-weight:bold;}


/*******************************************************
 ----------Header Styles--------------------------------
*******************************************************/
.headercontainer { padding: 10px 0 0 0; background: url(/images/interface/header/bg_header.png) repeat-x left -4px #F7F7F7; }

.headercontainer h1 { float: left; margin: 0 0 7px 12px; }
.headercontainer h1,
.headercontainer h1 a { margin-top: -.15em; width: 271px; height: 71px; }
.headercontainer h1 a { display: block; /*background: url('../images/header/bg_logo.gif') no-repeat left top; text-indent: -5000em; */ }

/* shared styles */
#topNav { width: 900px; clear: both; }
.mainNav { width: 901px; clear: both; }
.addthis_counter_style {
	position: absolute !important;
	left: 23em !important;
	background: transparent !important;
}

/* clear fixes */
.tools:after,
.familyNav:after,
.bulletin:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* family navigation */

.familyNav { width: 374px; height: 16px; padding-top: 15px; background: url('../images/header/bg_familyNav.gif') no-repeat left top; float: right; margin-top: 44px; }
.familyNav dd,
.familyNav dt { height: 11px; background-image: url('../images/interface/header/icn_familyNav.gif'); background-repeat: no-repeat; float: left; text-indent: -5000em; }
.familyNav dt { width: 83px; background-position: left top; }
.familyNav dd { padding: 0 7px 0 12px; background: url('../images/interface/header/icn_familyNav_divide.gif') no-repeat left 2px; }
.familyNav dd a { display: block; height: 11px; background-image: url('../images/interface/header/icn_familyNav.gif'); background-repeat: no-repeat; }

.familyNav dd.restored a { width: 148px; background-position: -83px top; }
.familyNav dd.restored a:hover { background-position: -83px -15px;}
.familyNav dd.ambassador a { width: 99px; background-position: -237px top; }
.familyNav dd.ambassador a:hover { background-position: -237px -15px; }
.familyNav dd.church a { width: 103px; background-position: -343px top; }
.familyNav dd.church a:hover { background-position: -343px -15px; }

/* top navigation */
#topNav {
	background:url("https://images.azureedge.net/images/interface/bg_subnav.jpg") no-repeat scroll right 0 transparent;
	border-top:3px solid #CD9933;
	height: 30px;
	margin-bottom: 3px;
}
#topNav #topNavLinks { margin-top: 6px; float: left; width: auto; }
#topNav li  
{
	display: inline;
	background: url("https://images.azureedge.net/images/interface/icn_square_full.gif") no-repeat scroll right 9px transparent;
	padding: 3px 9px 0 5px;
}
#topNav li.first { padding-left:13px; }
#topNav li a, #topNav li a:link, #topNav li a:visited {
	border-bottom:medium none;
	color:#EAEAEA;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11.25px;
	font-weight:600;
	padding:0 7px;
	text-decoration:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/  {
	#topNav li a, #topNav li a:link, #topNav li a:visited {
		font-size: 10.5px;
	}
}


#topNav li a:hover, #topNav li a:active { color:#FFF; }
.headercontainer #topNav li a.active { color:#BBB; }

/* Search Form */
#divSearch {
	width: auto; 
	float:right;
	margin-right:22px; 
}
#divSearch form { display: inline !important; float: right; }
#divSearch form input { display: inline; }
#divSearch .textInput {
	background-color: #eaeaea;
	border: 1px solid #4e0300;
	margin-right: 3px;
	padding: 2px;
	width: 275px;
	float: left;
	margin-top: 4px;
}
#divSearch .button {
	height:21px;
	width:36px;	
	background-color: transparent;
	padding: 1px;
	float: left;
	margin-top: 3px;
}
.WaterMarkOn {
	color: #666;
	/*font-style: italic;*/
	font-size: 12px;
}


/* main navigation */
.mainNav { margin-bottom:6px; background-color: #FFF; }
.mainNav a { color: #FFF; font-size: 85%; text-transform: uppercase; font-weight:bold; text-decoration:none; }
.mainNav a:visited { color:#FFF; }
.mainNav a.active {text-decoration:none; border-color: #888; }
.mainNav a {
	text-shadow: 0 1px 1px #333;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	height: 23px;
	padding-top: 8px;
	line-height: 1.2;
	float: left;
	margin-bottom: 4px;
 }

/* Personal */
.mainNav a.personals { width: 247px; }
.mainNav a.personals:hover, .mainNav a.personals.active { 
	background: #915757; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,79,79,1) 0%, rgba(157,93,93,1) 50%, rgba(131,81,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,79,79,1)), color-stop(50%,rgba(157,93,93,1)), color-stop(100%,rgba(131,81,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,79,79,1) 0%,rgba(157,93,93,1) 50%,rgba(131,81,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,79,79,1) 0%,rgba(157,93,93,1) 50%,rgba(131,81,81,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,79,79,1) 0%,rgba(157,93,93,1) 50%,rgba(131,81,81,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,79,79,1) 0%,rgba(157,93,93,1) 50%,rgba(131,81,81,1) 100%); /* W3C */
}

/* Articles */
.mainNav a.articles { width: 142px; }
.mainNav a.articles:hover, .mainNav a.articles.active { 
	background:#8e9849; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(105,113,55,1) 0%, rgba(147,157,75,1) 50%, rgba(110,118,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,113,55,1)), color-stop(50%,rgba(147,157,75,1)), color-stop(100%,rgba(110,118,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(105,113,55,1) 0%,rgba(147,157,75,1) 50%,rgba(110,118,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(105,113,55,1) 0%,rgba(147,157,75,1) 50%,rgba(110,118,57,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(105,113,55,1) 0%,rgba(147,157,75,1) 50%,rgba(110,118,57,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(105,113,55,1) 0%,rgba(147,157,75,1) 50%,rgba(110,118,57,1) 100%); /* W3C */
}

/* WNDs */
.mainNav a.news { width: 182px; }
.mainNav a.news:hover, .mainNav a.news.active { 
	background: #558eba; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(66,110,143,1) 0%, rgba(89,147,194,1) 50%, rgba(68,113,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,110,143,1)), color-stop(50%,rgba(89,147,194,1)), color-stop(100%,rgba(68,113,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,110,143,1) 0%,rgba(89,147,194,1) 50%,rgba(68,113,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,110,143,1) 0%,rgba(89,147,194,1) 50%,rgba(68,113,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(66,110,143,1) 0%,rgba(89,147,194,1) 50%,rgba(68,113,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(66,110,143,1) 0%,rgba(89,147,194,1) 50%,rgba(68,113,147,1) 100%); /* W3C */

}

/* Back Issues  */
.mainNav a.backissue { width: 172px; }
.mainNav a.backissue:hover, .mainNav a.backissue.active {
	background: #8a6e5b; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(91,72,60,1) 0%, rgba(138,110,91,1) 50%, rgba(98,78,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,72,60,1)), color-stop(50%,rgba(138,110,91,1)), color-stop(100%,rgba(98,78,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(91,72,60,1) 0%,rgba(138,110,91,1) 50%,rgba(98,78,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(91,72,60,1) 0%,rgba(138,110,91,1) 50%,rgba(98,78,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(91,72,60,1) 0%,rgba(138,110,91,1) 50%,rgba(98,78,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(91,72,60,1) 0%,rgba(138,110,91,1) 50%,rgba(98,78,65,1) 100%); /* W3C */
}
/* Subscribe */
.mainNav a.subscribe { width: 153px; }
.mainNav a.subscribe:hover, .mainNav a.subscribe.active {
	background: #d3ae4c; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(207,171,78,1) 0%, rgba(229,186,67,1) 50%, rgba(207,171,78,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,171,78,1)), color-stop(50%,rgba(229,186,67,1)), color-stop(100%,rgba(207,171,78,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(207,171,78,1) 0%,rgba(229,186,67,1) 50%,rgba(207,171,78,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(207,171,78,1) 0%,rgba(229,186,67,1) 50%,rgba(207,171,78,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(207,171,78,1) 0%,rgba(229,186,67,1) 50%,rgba(207,171,78,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(207,171,78,1) 0%,rgba(229,186,67,1) 50%,rgba(207,171,78,1) 100%); /* W3C */
}

.mainNav a:visited, .mainNav a:link {
	background: #6a1d29; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(86,41,41,1) 0%, rgba(122,58,58,1) 50%, rgba(86,41,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,41,41,1)), color-stop(50%,rgba(122,58,58,1)), color-stop(100%,rgba(86,41,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,41,41,1) 0%,rgba(122,58,58,1) 50%,rgba(86,41,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,41,41,1) 0%,rgba(122,58,58,1) 50%,rgba(86,41,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(86,41,41,1) 0%,rgba(122,58,58,1) 50%,rgba(86,41,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(86,41,41,1) 0%,rgba(122,58,58,1) 50%,rgba(86,41,41,1) 100%); /* W3C */
	margin-right: 1px;
	border: 0 !important;
}

/*.mainNav a:hover { background-position: 0 -423px; }*/



/* site tools (and search) */
.tools { height: 29px; padding-bottom: 2px; border-bottom: 1px solid #999; clear: both; }

.functional { background-color: #f2f2f2; border: 1px solid #d6d6d6; }

dl.functional { width: 440px; height: 27px; float: left; }

dl.functional dd,
dl.functional dt { float: left; }

.functional dt { padding: 9px 14px 10px 11px; font-size: 70%; font-weight: bold; text-transform: uppercase; line-height: 1; color: #895661; font-family:verdana,sans-serif; }
dl.functional dd a,
dl.functional dd span { display: block; height: 14px; margin-right: 14px; padding-top: 10px; text-indent: -5000em; background-image: url('../images/interface/header/icn_tools.gif'); background-repeat: no-repeat; }

dl.functional dd.text span { width: 36px;  background-position: left 5px; margin-right:6px; }
dl.functional dd.textIncrease a { width: 12px; background-position: -39px 5px; margin-right:2px; }
dl.functional dd.textIncrease a:hover { background-position: -39px bottom;}
dl.functional dd.textDecrease a { width: 12px;  background-position: -53px 5px; }
dl.functional dd.textDecrease a:hover { background-position: -53px bottom;}
dl.functional dd.print a { width: 44px; background-position: -65px 5px; }
dl.functional dd.print a:hover { background-position: -65px bottom; }
dl.functional dd.email a { width: 47px; background-position: -109px 5px; }
dl.functional dd.email a:hover { background-position: -109px bottom; }
dl.functional dd.share { display: none; /* not needed since we have other share options listed elsewhere */ } 
dl.functional dd.share a { width: 49px; background-position: -156px 5px; }
dl.functional dd.share a:hover { background-position: -156px bottom; }
dl.functional dd.rss a { width: 40px;  background-position: -205px 5px; }
dl.functional dd.rss a:hover { background-position: -205px bottom; }
dl.functional dd.help a { width:40px; margin: 0px; background-position: -245px 5px; }
dl.functional dd.help a:hover { background-position: -245px bottom; }

form.functional { width: 459px; height: 27px; float: right; }
form.functional legend { margin: -10px; padding: 0; position: absolute; text-indent: -9999em; color:#000; }

form.functional dl dt,
form.functional dl dd { float: left; }

form.functional dl dt label { font-size:100%; }

form.functional input,
form.functional select { font-size: 85%; font-family: Arial, Helvetica, sans-serif; color: #333; }

form.functional dl dd { padding-top: 4px; }
form.functional input { width: 318px; padding: 2px; border: 1px solid #ccc; margin-right:14px; } /* width is 200px when select box is not hidden */
form.functional .button { float: right; overflow:hidden; padding-right: 12px; }
form.functional .button input { width: auto; padding: 0px; border: none; margin: 0px; }
form.functional select { width: 110px; margin: 0 7px 0 0; }

/* YUI Custom Drop-down styles */
form.functional .rt-yui-select-box { background: none; margin: 0 0; padding: 0 0; }
form.functional .rt-yui-select-box button { background: #fff url('../images/header/bg_yui_select_box_down_arrow.gif') right -2px no-repeat; border: 1px solid #D6D6D6; font-size: 90%; padding: 1px 25px 1px 2px; width: 125px; }
form.functional .rt-yui-select-box .yuimenu { background: #F2F2F2; border: 1px solid #D6D6D6; padding: 3px 5px; }

.bulletin { height: 25px; border-top: 4px solid #6F2F3D; border-bottom: 4px solid #6F2F3D; clear: both; background:transparent url(../images/header/bg_bulletinRt.gif) no-repeat scroll 877px 8px; }
.bulletin dt,
.bulletin dd { float: left; font-size: 90%; font-family: Tahoma, Verdana, sans-serif; font-weight: bold; color: #4a4949; text-transform: uppercase; }
.bulletin dt { /*width: 145px;*/ background: url('../images/header/bg_bulletinLf.gif') no-repeat right 8px; padding:5px 19px 5px 12px; color: #6F2F3D; }
.bulletin dd { font-family:arial,helvetica,sans-serif; width: 713px; padding: 6px 0 5px 7px; overflow: hidden; white-space: nowrap; }
.bulletin dd a { font-size: 98%; background: #fff url('../images/bulletin_divider.gif') right 2px no-repeat; padding-right: 6px; margin-right: 2px; }


/* Social Icons - Share Tools */
#socialBox { width: 443px; height: 27px; float: right;  }
#_atssh { display: none; }

/*******************************************************
 ----------Sidebar Styles-------------------------------
*******************************************************/
.sidebarcontainer div { margin-bottom:10px; padding:10px 25px 8px 22px; margin-top:4px; position: relative; }
.sidebarcontainer div.breakingNews { margin-top:0; }
.sidebarcontainer div div { margin:0; padding:0; }
.contentcontainer .sidebarcontainer h3 { font-family:Tahoma,Verdana,sans-serif; color:#555555; font-size:92.5%; text-transform:none; font-weight:bold; border-bottom:1px solid #d6d6d6; padding-bottom:4px; margin-bottom:4px; }
.sidebarcontainer a { font-family:Georgia,serif; line-height:90%; }
.sidebarcontainer a.advertisement { display:block; margin-bottom:10px; margin-top:10px;}
.sidebarcontainer p { margin-bottom:20px; color:#333333; }
.sidebarcontainer dl dt { font-family:Arial,Helvetica,sans-serif; color:#777777; text-transform:uppercase; margin-bottom:1px; font-weight:bold; }
.sidebarcontainer li { padding-bottom:6px; }
.sidebarcontainer li.last { padding-bottom:0px; }
.sidebarcontainer ol { margin-left:18px; }
.sidebarcontainer ol li { color:#BCBCBC; font-family:Tahoma,Verdana,sans-serif; font-size:84%; font-weight:bold; line-height:14px; list-style-type:decimal; }

/* Note: don't override line height on this, it screwes up the base-align of the OL List item numbers with the LI content */
.sidebarcontainer ol li a { font-size:100%; font-weight:normal; line-height:14px; }

.sidebarcontainer ol.popularIssues a { background:transparent url(../images/icn_download.gif) no-repeat scroll 1px 0px; display:block; padding-left:0; text-indent:15px; font-size:11px; line-height:127%; }

.home .contentcontainer .clearBorder_horizontal h3, .home .contentcontainer .issue h3 { border-bottom:1px solid #D6D6D6; }

.sidebarcontainer .advertisement.wtc img { width: 268px; height: auto; }
.solidBorder_vertical { border-top:1px solid #919191; border-bottom:1px solid #919191; background:url('../images/interface/solidBorder_vertical.gif') #f0f0f0 repeat-y top left; }
.darkBorder_vertical { background:url('../images/darkBorder_vertical.gif') repeat-y top left; }
.sidebarcontainer div.clearBorder_horizontal_wrapper { margin:0; padding:0; border-left:1px solid #dbdbdb; border-right:1px solid #dbdbdb; background:url('../images/interface/clearBorder_horizontal.gif') no-repeat bottom left; margin-bottom:10px; }
.sidebarcontainer div div.clearBorder_horizontal { padding:20px 25px 5px 25px; background:url('../images/clearBorder_horizontal.gif') no-repeat top left; font-family:arial,helvetica,sans-serif; }
.sidebarcontainer .clearBorder_horizontal h3 { font-size:84.5%; text-transform:uppercase; }
.contentcontainer .clearBorder_horizontal p { font-size:84.5%; margin-bottom:15px; font-family:arial,helvetica,sans-serif; }
.sidebarcontainer div.solidBorder_horizontal_wrapper { margin:0; padding:0; border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; background:url('../images/interface/solidBorder_horizontal.gif') #f0f0f0 no-repeat bottom left; margin-bottom:10px; }
.sidebarcontainer div div.solidBorder_horizontal { padding:20px 26px 20px 26px; background:url('../images/interface/solidBorder_horizontal.gif') no-repeat top left; }
.contentcontainer .solidBorder_horizontal h3 { color:#333333; background:url('../images/interface/css_sprites.gif') no-repeat 0px -215px; padding-left:15px; padding-top:1px; font-size:84.5%; text-transform:uppercase; }
.lightBorder_vertical { background:url('../images/interface/lightBorder_vertical.gif') repeat-y top left; }
.lightBorder_vertical ol li strong { font-family:arial,helvetica,sans-serif; font-size:87.5%; }
.lightBorder_vertical.issue h3 { color:#555555; padding:0; }
.lightBorder_vertical.issue h3 span { background: url('../images/interface/css_sprites.gif') left -21px no-repeat; }

.contentcontainer .lightBorder_vertical h3 { padding-left:16px; font-size:84.5%; text-transform:uppercase; border-bottom: 1px solid #ac8890; }
.thinBorder_vertical { border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; }
.contentcontainer .thinBorder_vertical h3 { color:#666666; background:url('../images/interface/css_sprites.gif') no-repeat 0 -257px; padding-left:17px; font-size:84.5%; }

.sidebarcontainer .captionWrapper { background:url('../images/quote_sidebar_top.gif') no-repeat top center; padding:22px 0 0 0; }
.sidebarcontainer .caption { background:url('../images/quote_sidebar_bottom.gif') no-repeat bottom center; padding:0 25px 22px 25px; }
.sidebarcontainer .caption p { color:#a59682; line-height:1.6em; }
.sidebarcontainer .caption p em { font-weight:bold; }
.sidebarcontainer .caption p span { color:#a59682; font-weight:normal; font-size:11px; }
.contentcontainer .sidebarcontainer .caption a { text-transform:uppercase; font-size:bold; text-decoration:underline; font-family:arial,helvetica,sans-serif; font-weight:bold; font-size:77%; }

.sidebarcontainer .breakingNews dd a { font-weight:bold; }
/*******************************************************
 ----------Sidebar Section Override Styles-------------
*******************************************************/
.sectionWorldToCome .sidebarcontainer .wtc {display:none}
.contentcontainer .lightBorder_vertical.issue a.pdf {display:none;}
div.subscribe .contentcontainer .lightBorder_vertical.issue a.pdf {display:block; margin-bottom: 1.5em; background: transparent url(../images/interface/css_sprites.gif) no-repeat scroll 1px -458px; }
div.subscribe .contentcontainer .lightBorder_vertical.issue a.sub-link {display:none;}


/*******************************************************
 ----------Footer Styles--------------------------------
*******************************************************/
.footercontainer { border-top-style:solid; border-top-width: 12px; }
.footercontent { padding: 11px 0 5px 0; background: url('../images/interface/bg_footercontent.gif') 0 0 repeat-x #666666; border-top: 1px solid #FFFFFF; font-weight:bold; }
.footercontent ul { padding: 0 0 6px 14px; }
.footercontent li { padding: 0 17px 0 0; font-size: 77%; color: #D2D2D2; background: url('../images/interface/css_sprites.gif') right -21px no-repeat; display: inline; }
.footercontent li.otherBullet { background: url('../images/interface/css_sprites.gif') right -531px no-repeat; }
.footercontent li.last { background: none; }
.footercontent a { color: #D2D2D2; font-size:99%; }
.footercontent a:hover { color: #A4A4A4; text-decoration:none; }
.footercontent a:active { color: #D2D2D2; }
.footercontent a:visited { color: #D2D2D2; }
.footercontent a:visited:hover { color: #A4A4A4; text-decoration:none; }



/*******************************************************
 ----------Issue Archive Styles-------------------------
*******************************************************/
.issueInstructions { margin-bottom: 24px; color: #666666; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 77%; line-height: 146.5% ; }
.issuesFeature img { width: 166px; margin-bottom: 7px; }
.issuesFeature ul, .issuesFeature dl { width: 414px; float: left; }
.issuesFeature dl { padding-bottom: 7px; }
.issuesContainer { border-bottom: 2px solid #d6d6d6; margin-bottom: 40px; }

.issuesFeature dt { margin-bottom: 9px; color: #999999; font-family: Tahoma, Verdana, sans-serif; font-weight: bold; font-size: 100%; text-transform: capitalize; }
.issuesFeature dd { padding-left: 12px; width: 183px; margin-bottom: 7px; background: url('../images/icn_issueItems.gif') no-repeat left 6px; float: right; }
.issuesFeature dd.firstCol { float: left; clear: left;}
.issuesFeature dd a { font-family: Georgia, Times, 'Times New Roman', serif; font-size: 85%; line-height: 108%; padding-bottom: 5px; }
.issuesFeature a.download { display: block; width: 166px; margin: 0 20px 0 0;  float: left; text-decoration:none; font-size:10px; }
.issuesFeature a.download:hover { text-decoration: none; }
.issuesFeature a.download span { display: block; width:auto; height: 12px; padding: 1px 0 0 15px; background: url('../images/icn_download.gif') no-repeat left top; font-size: 90%; font-weight: bold; text-transform: uppercase; text-decoration: none !important; /*TODO - find out where inheritence is overwriting this */}
.issuesFeature a.download span:hover { text-decoration: underline; }

.issueYearColumn { margin-bottom: 11px; background: url('../images/bg_archived_years.gif') repeat-y top right; }
dl.issueYear { width: 175px; padding-right: 35px; float: left; }
dl.issueYear.last { padding-right: 0px; margin-right: 0px; background: none; }

.yearList { padding-bottom:7px;  border-bottom:1px solid #D6D6D6; margin-bottom:15px; clear:both; }
.yearList.bottom { padding:10px 0 0 0; border-top:1px solid #D6D6D6; border-bottom:none; margin-bottom:0; clear:both; }

.yearList li { display:inline; padding-right:13px; }
.yearList li a { color:#035694; font-weight:bold; }

.issueYear .year { padding: 0 0 18px 0; background: none; font-family: Tahoma, Verdana, sans-serif; font-weight: bold; font-size: 108%; text-transform: uppercase; color: #7a6759; }
.issueYear dt a { display: block; padding: 1px 0 2px 15px; background: url('../images/icn_download.gif') no-repeat left top; font-size: 108%; font-weight: bold; text-transform: uppercase; }
.issueYear dd { padding: 0 0 8px 15px; color: #333333; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 85%; line-height: 126%; padding-bottom: 8px; }
.issueYear dd.last { padding-bottom: 0px; }

.issueYear dt.inactive { padding: 0 0 11px 15px; background: url('../images/icn_download_inactive.gif') no-repeat left top; font-weight: bold; text-transform: uppercase; color: #c4c4c4; }
.issueYear dt.inactive span { font-size: 108%; }

.secondrow { float: left; padding-left: 24px; width: 195px !important; padding-bottom: 7px; }
.firstrow { float: left; width: 195px !important; padding-bottom: 7px; }
.issuesFeature dd { float: none; }

.articlesContent ul { margin-bottom: 1.2em; margin-top: -7px; }
.articlesContent ul li { padding-top: 7px; list-style-type:disc; margin-left:25px; }
.articlesContent ul, .articlesContent ol { font-family: Georgia, Serif; }
.sectionArticles .articlesContent ul li, .sectionWorldNewsDesk .articlesContent ul li { font-family: georgia,serif; font-size: 13px; line-height: 1.5em; }
.sectionArticles .articlesContent .inset ul li, .sectionWorldNewsDesk .articlesContent .inset ul li { color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding-bottom: 2px; }
.articlesContent div ul { padding-bottom:0; }
.articlesContent div ul li,
.articlesContent div ul li.active { margin-left:0; list-style-type:none; font-size:85% }

.articlesContent .open-inset-more ul li.active { font-size: 13px; }
.articlesContent div ul li.active { color:#555; }
.articlesContent div ul li.last { padding-bottom: 0px; margin-bottom:0px; }
.articlesContent div ul li a { line-height: 100%; font-size: 0.8125rem; } /* font-size reset to maintain line-height control (base align the list item icon with the text) */

.articlesContent p a { font-size:100%; line-height:1em; }
.articlesContent ul li a { font-size: 100%; }
.articlesContent ul li a.download { font-size: 10px; }
.articlesContent a.litLink { 
	background: url("https://rcg.org/images/interface/css_a_sprite.gif") no-repeat scroll 4px -90px transparent;
	padding-left: 18px;
}
.articlesContent a.litLink:hover { background-position: 4px -58px; }

/*******************************************************
 ----------Article Styles-------------------------------
*******************************************************/
.contentcontainer .articlesContent h3 { color:#333333; font-family:Tahoma, Verdana, sans-serif; font-size:168%; font-weight:bold; text-transform:none; margin-bottom:0px; margin-top:0px; }
.contentcontainer .articlesContent h3 em { font-weight:bold; }
.contentcontainer .articlesContent h3.subhead { color:#666666; font-size:137%; margin-bottom:0px; margin-top:3px; } /*  margin-bottom:16px NOTE: the margin bottom should be 0, so the item below can determin the space here, be it an image or the caption, or even the body text/slug */
.contentcontainer .articlesContent h3.subhead em { font-weight:bold; }
.contentcontainer h4 { color:#333333; font-family:Tahoma, Verdana, sans-serif; font-weight:bold; margin-bottom:12px; line-height:1.4em; font-size:92%; margin-top:29px; }
.contentcontainer h4 em { font-weight:bold; }
.contentcontainer h5 { font-family:Tahoma, Verdana, sans-serif; font-weight:bold; }
.contentcontainer h5 em { font-weight:bold; }
.mainContent a.verse, a.verse { color:#6f2f3d; font-weight:bold; font-size:92%; }
a.verse:hover, a.verse:active { text-decoration:none; color:#4d1f27; }
a.verse:visited { color:#; }
.captionWrapper { padding: 0 30px 10px 30px; background:url('../images/interface/bg_caption_top.gif') no-repeat top center; margin-top:13px; }
.sectionReaderComments .captionWrapper { margin-bottom:30px; }
.caption { background:url('../images/interface/bg_caption_bottom.gif') no-repeat bottom center; padding:17px 0; }
.contentcontainer .caption p { font-family:arial,helvetica,sans-serif; font-size:100%; font-weight:bold; line-height:1.35em; margin-bottom:0; }
.contentcontainer .caption p em { font-weight:bold; }
.contentcontainer .caption a { font-size:100%; }
.contentcontainer .caption p span { text-transform:uppercase; color:#666666; font-weight:bold; }
ul.bulletedList li { font-family:georgia,serif; list-style-type:disc; list-style-position:inside; margin-bottom:15px; }



/*******************************************************
 ----------Personal Article Styles----------------------
*******************************************************/
/* margin-bottom: 31px; Note: move margin to zero to control the space here */
.sectionPersonals .contentcontainer .mainContent h3.articleTitle, .sectionSpecialLetter .contentcontainer .mainContent h3.articleTitle { width: 320px; height: 105px; margin-bottom:0px; padding: 24px 260px 0 20px; text-transform:none; background: url('../images/rt_perspg_banner.jpg') no-repeat left top; line-height: 144%; }
.sectionPersonals .contentcontainer .mainContent h3.articleTitle, .sectionSpecialLetter .contentcontainer .mainContent h3.articleTitle { display:block; color:#ffffff; font-family: Tahoma, Verdana, sans-serif; font-weight:bold; font-style:normal; font-size:22px; line-height:25px; padding-bottom:8px; }
.sectionPersonals .contentcontainer .mainContent h3.articleTitle em, .sectionSpecialLetter .contentcontainer .mainContent h3.articleTitle em { font-weight:bold; }
.sectionPersonals .contentcontainer .mainContent h3.articleTitle span, .sectionSpecialLetter .contentcontainer .mainContent h3.articleTitle span { display:block; color:#444444; line-height:20px; font-size:15px; font-family:Tahoma, Verdana, sans-serif; font-weight:bold; padding-top:5px; }



/*******************************************************
 ----------About Us Styles------------------------------
*******************************************************/
.articleContent a { font-size:100%; }
.articleContent a.verse { font-size:92%; }

.aboutUs .footercontainer { border-top-color: #666666; }
.aboutUs .pageTitle { background:url('../images/interface/bg_pagetitle_aboutUs.jpg') no-repeat left top; }


/*******************************************************
 ----------Dontation Info Styles------------------------------
*******************************************************/
.DoIn .footercontainer { border-top-color: #666666; }
.DoIn .pageTitle { background:url('../images/interface/bg_pagetitle_donation.jpg') no-repeat left top; }
.DoIn .mainContent .actionContainer {
	margin-top: 2.5em;
	clear: both;
	display: block;
}
.DoIn .mainContent .button, .button.gold {
	color: #333;
	border: 1px solid #d39700;
	background: #fee45e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fee45e 0%, #fcd000 4%, #e8b500 68%, #d39700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee45e), color-stop(4%,#fcd000), color-stop(68%,#e8b500), color-stop(100%,#d39700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fee45e 0%,#fcd000 4%,#e8b500 68%,#d39700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee45e', endColorstr='#d39700',GradientType=0 ); /* IE6-9 */
	text-shadow: 0 1px 0 #fee45e;
	border-radius: 4px;
	padding: 0.75em 2em;
	line-height: 1.5em;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 220px;
	text-decoration: none;
}
.DoIn .mainContent .button:hover {
	text-decoration: none;
	color: #000;
}

/*******************************************************
 ----------Search Results Styles------------------------
*******************************************************/
.searchResultsListing .footercontainer { border-top-color: #777; }
.searchResultsListing .pageTitle { background:url('../images/interface/bg_pagetitle_search.jpg') no-repeat left top; }
p.googleSearch { position:absolute; top:0; right:0; color:#999999; font-family:arial,helvetica,sans-serif; font-size:85%; }
p.pageDetails, ul.pageDetails li { color:#666666; font-size: 12px; font-family:arial,helvetica,sans-serif; font-weight:bold; margin-bottom:20px; line-height:1.4em; }
ul.pageDetails { padding-bottom: 25px; }
ul.pageDetails li { list-style-type: square; margin-left: 30px; font-size: 90%; color: #656565; line-height: 1.25em; margin-bottom: 10px; }
.searchResultsListing h3 { padding-bottom: 4px; }

.pagination { color:#c4c4c4; text-transform:uppercase; font-weight:bold; font-size:84.5%; margin-bottom:18px; }
.pagination li { float:left; padding-right:3px; padding-left:2px; }
.pagination li.bracket { padding:0 1px 0 0; }
.pagination a { font-size:100%; }
.pagination span { width:11px; height:12px; }
.pagination li.first span { background:url('../images/interface/css_sprites.gif') no-repeat 0 -555px; padding-left:18px; }
.pagination li.first { padding-right:11px; padding-left:0; }
.pagination li.first a { padding:0; }
.pagination li.first.active span { background:url('../images/interface/css_sprites.gif') no-repeat 0 -626px; }
.pagination li.last { padding-left:10px; padding-right:0; }
.pagination li.last span { background:url('../images/interface/css_sprites.gif') no-repeat 7px -579px; padding-left:20px; }
.pagination li.last.active span { background:url('../images/interface/css_sprites.gif') no-repeat 7px -603px; }

.pagination.top li.current { color:#777777; background:url('../images/icon_paginationTop.gif') no-repeat center bottom; padding-bottom:8px; }
.pagination.top { border-bottom:1px solid #b5b5b5; }
.pagination.bottom { clear:both; border-top:1px solid #b5b5b5; }
.pagination.bottom li.current { color:#777777; background:url('../images/icon_paginationBottom.gif') no-repeat center 1px; }
.pagination.bottom li { padding-top:10px; }

.searchResultsListing .results dl.resultDetail { width: 97%; padding-right:0; margin-bottom: 32px; font-family:georgia,serif; }
.searchResultsListing .results dl.resultDetail dt { padding-bottom:1px; }
.searchResultsListing .results dl.resultDetail .product_title { padding-bottom: 2px; font-size: 77%; }
.searchResultsListing .results dl.resultDetail dt.product_info { font: 13px/1.231 arial,helvetica,clean,sans-serif; }
.searchResultsListing .results dl.resultDetail dt.product_info span.product_site { color: #333333; font-size: 77%; font-weight: bold; }
.searchResultsListing .results dl.resultDetail dt.product_info span.product_type { color: #777777; font-size: 77%; font-weight: bold; }
.searchResultsListing .results dl.resultDetail dt a { font-size:132%; font-weight:normal; }
.searchResultsListing .results dl.resultDetail dt a.boxArrow { padding-left:14px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -117px; }
.searchResultsListing .results dl.resultDetail dd { font-size:84.5%; color:#333333; font-weight:normal; padding-bottom:1px; line-height:14px; }
.searchResultsListing .results dl.resultDetail dd.date { font-family:arial,helvetica,sans-serif; color:#333333; font-weight:bold; text-transform:uppercase; font-size:70%; }
.searchResultsListing span.highlight { color:#6f2f3d; font-weight:bold; }
.boxArrow span.highlight { background:none; float:none; padding:none; width:auto; height:auto; }



/*******************************************************
 ----------Help Styles----------------------------------
*******************************************************/
.help .footercontainer { border-top-color: #a4a4a4; }
.help .pageTitle { background:url('../images/interface/bg_pagetitle_help.jpg') no-repeat left top; }
.help p.pageDetails { padding-top:0; margin-bottom:30px; }
.help h3 { color:#a4a4a4; font-size:108%; text-transform:none; padding-bottom:12px; }
.help .searchList.top.last { margin-bottom:15px; }
.help p { font-size:84.5%; }
.help a span { font-size:100%; } /* this fix's the 1 px off issue with icons, so that the icon is baseline (due to the p tag font size being different) */
.help p.last { margin-bottom:7px; }
.help p.pageDetails { font-size:81%; }
.help .mainContent p.pageDetails a { font-weight:bold; }
.twoCol a.pageTop { width:280px; font-size:77%; }
.twoCol a.pageTop.last { margin-bottom:0; }
.help .contentcontainer h4 { margin:0; }
.help .mainContent a.getPlayer { text-decoration:underline; text-transform:uppercase; font-weight:bold; }
.help .mainContent a.getPlayer span { padding-right: 6px; } /* Add the 6px padding right special case for help icons */
.help .mainContent p a { text-decoration:none; text-transform:none; font-weight:normal; font-size:110%; }
.help .mainContent p a:hover { text-decoration:underline; }
.help .twoCol { margin-bottom:0; }

/*******************************************************
 ----------Reader Comments Styles-----------------------
*******************************************************/
p.pageDetails em { font-weight:bold; }
p.pageDetails a.arrowLink { line-height:2.6em; text-transform:uppercase; font-weight:bold; text-decoration:underline; font-size:10px; padding-left:14px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -692px; }
.sectionReaderComments p.pageDetails { margin-bottom:6px; }
.comment {  } /* padding-bottom:20px; */
.comment.last { padding-bottom:0px; }
.comment.endCol { padding-bottom:0px; }
.comment p { font-style:italic; margin:0; }
.comment p em { font-style:normal; }
.comment p span { font-style:normal; }
.comment p.commenter { font-style:normal; font-size:84.5%; margin-bottom:0; margin-top:0; }
.comment h5 { font-size:84.5%; text-transform:uppercase; color:#666666; font-family:arial,helvetica,sans-serif; padding-bottom:3px; margin-top:10px; }
.comment ul { margin-top:0; }
.comment ul li { padding-left:13px; background:url('../images/bullet_box.gif') no-repeat 0 5px; line-height:1em; padding-bottom:5px; }
.comment ul li a { font-family:georgia,times,'Times New Roman',serif; line-height:14px; }
.comment p.note { font-size:11px; font-style:normal; }
.comment.last p.note { padding-bottom:10px; }
.sectionReaderComments a.pageTop { margin:10px 0 15px 0; } /* margin-top:-20px; */
.sectionReaderComments .twoCol { margin-top: 10px; }
.commentDivid { line-height:1px; display:block; height:20px; overflow:hidden; background:transparent; margin:0 0; }


/*******************************************************
 ----------Contact Us Styles----------------------------
*******************************************************/
.contactUs .footercontainer { border-top-color: #777777; }
.contactUs .pageTitle { background:url('../images/interface/bg_pagetitle_contactUs.gif') no-repeat left top; }
fieldset dl { clear:both; margin-bottom:5px; float:left; }
fieldset dl dt { color:#666666; float:left; text-align:right; font-weight:bold; padding-right:4px; padding-top:4px; }
fieldset dl dt label.error { color:#6f2f3d; }
fieldset dl dd { float:left; }
.contactUs .col1 fieldset dl dt { width:81px; padding-top:3px; }
#emailArticle .col1 fieldset dl dt { width:96px; padding-top:3px; }

.contactUs .col1 fieldset dl dd input,
.contactUs .col1 fieldset dl dd select { width: 178px; }
#emailArticle .col1 fieldset dl dd input,
#emailArticle .col1 fieldset dl dd select { width:165px; }

.contactUs .col1 fieldset dl dd select { width: 190px; }
#emailArticle .col1 fieldset dl dd select { width:178px; }

.contactUs .col2 fieldset dl dt { width:128px; padding-top:3px; }
.contactUs .col2 fieldset dl.checkbox dt { padding-top:7px; }
.contactUs .col2 fieldset dl dd input, .contactUs .col2 fieldset dl dd select { width:136px; }

.contactUs .col2 fieldset dl dd select { width:148px; }

.contentcontainer fieldset h3 { text-transform:none; font-size:93%; padding-bottom:5px; }
fieldset.fullWidth { padding-bottom:12px; }
fieldset.fullWidth dt { width:46px; }
#emailArticle fieldset.fullWidth dt { width:48px; }
#emailArticle fieldset.fullWidth ul { width:527px; }
#emailArticle fieldset.fullWidth input { width:528px; }
#emailArticle fieldset.fullWidth textarea { width:518px; }
.contactUs fieldset.fullWidth dt { width:48px; }
.contactUs fieldset.fullWidth ul { width:527px; }
.contactUs fieldset.fullWidth input { width:530px; }
.contactUs fieldset.fullWidth textarea { width:520px }
input.button { border:0; }
fieldset.fullWidth input { width:531px; }
p.captchaDirections, #emailArticle p.captchaDirections { font-size:10px; color:#666666; font-weight:bold; font-family:arial,helvetica,sans-serif; margin-bottom:5px; }
dl.checkbox dd input, .contactUs .col2 fieldset dl.checkbox dd input { width:auto; vertical-align:middle; }

.probablyTwoLines dd { padding-top:.45em; }
span.warnIcon { background:url("../images/interface/css_sprites.gif") no-repeat scroll 0 -717px transparent; display:block; float:left; height:19px; padding-right: 5px; width:18px; }
p.email-notice { padding: 1.25em 1.25em 1em 1.75em; border: 1px solid #666666; background-color: #F0F0F0; font-weight: normal !important; line-height: 20px !important; width: 560px !important; }

.contentcontainer .mainContent form .thankYouBox { border: none !important; }

/*******************************************************
 ----------Subscribe Styles-----------------------------
*******************************************************/
.subscribe .footercontainer { border-top-color: #919191; }
.subscribe .pageTitle { background:url('../images/interface/bg_pagetitle_subscribe.gif') no-repeat left top; }
.subscribe h2.dottedBottom { text-indent:0; height:auto; width:auto; margin-bottom:7px; padding-bottom:5px; background:url('../images/bg_oneDot.gif') repeat-x bottom left; font-weight:bold; font-family:tahoma,verdana,sans-serif; font-size:16px; color:#919191; }
.contentcontainer fieldset h3 span, #emailArticle fieldset h3 span { font-size:83%; }
.subscribe .col1 dl dt {padding-top:3px; width: 75px}
.subscribe .col1 fieldset input:focus { background-color: #EEEEEE !important; border-color: #2A4487 !important; }
.subscribe .col1 fieldset dl dd input, .subscribe .col1 fieldset dl dd select { width:181px; }
.subscribe .col1.second fieldset dl dt { width:81px; }
.subscribe .col1.second fieldset dl dd input, .subscribe .col1.second fieldset dl dd select { width:181px; }
.subscribe .col1.second fieldset dl dd select { width:193px; }
.subscribe .col1.second fieldset dl dd input.small,
.subscribe .col1.second fieldset dl.small dd input { width:auto; vertical-align:middle; }
p.notRequired { color: #666666; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 77%; line-height: 93%; margin-bottom:10px }
fieldset dl dd label { padding:0 18px 0 6px; font-size:80%; font-family:arial,helvetica,sans-serif; color:#666666; }
.subscribe .col2.twoLines { padding-top:42px; }
.subscribe .col2.twoLines fieldset dl dt { float:none; text-align:left; padding-bottom:4px; }
.subscribe .col2.twoLines fieldset dl dd input { width:267px; }
.subscribe .col2.twoLines fieldset ul { width:264px; }
.subscribe .col2.twoLines fieldset textarea { width:257px; height:53px; }
.unsubscribe { background:url('../images/bg_oneDot.gif') repeat-x 0 0; padding-top:5px; }
.unsubscribe fieldset { background:url('../images/bg_oneDot.gif') repeat-x bottom left;}
.unsubscribe fieldset dl { padding-left:11px; }
.unsubscribe fieldset dl dt { padding-bottom:4px; }
.unsubscribe fieldset dl dd input { width:246px; margin-bottom:4px; }
.unsubscribe .button { margin-left:11px; margin-bottom:10px; }
.unsubscribeWrapper { background:url('../images/bg_unsubscribe.gif') repeat-y 0 0; }
.subscribe h2.dottedBottom { text-indent:0; height:auto; width:auto; margin-bottom:7px; padding-bottom:5px; background:url('../images/bg_oneDot.gif') repeat-x bottom left; font-weight:bold; font-family:tahoma,verdana,sans-serif; font-size:16px; color: #656565; }
.subscribe .horizontalRule { margin-bottom:12px; }
.subscribe .twoCol { margin-bottom:15px; }
.subscribe .col1 { padding-right:0; width: 300px; height: 268px; }
.subscribe .col2 { width: 278px; }
.subscribe .col2 fieldset, .subscribe .col2 fieldset h3, .subscribe .col2 fieldset p, .subscribe .col2 fieldset dl, .subscribe .col2 fieldset dd { width: 99%; }
.subscribe .col2 fieldset dl dd div, .subscribe .col2 fieldset div.first-child { width: 275px !important; }
.subscribe .col2 fieldset dl dd ul { width: 262px; }
.subscribe .col2 input {width: 180px;}
.subscribe .mainContent { width: 625px; }
.subscribe .mainContent dl dt {color:#666666; float:left; font-weight:bold; padding-right:4px; padding-top: 3px; text-align:right;}

.subscribe div.field input.checkbox { border: none; float: left; margin-right: 7px; }
.subscribe fieldset h3 { font-size: 97%; }
.subscribe div.field p { font-family: Tahoma,Verdana,sans-serif; float: left; color: #000000; width: 94%; }
.subscribe div.field p strong { color: #555; }
.subscribe span.detail { font-size: 90%; color: #555; }
.subscribe span.note { color: #6F2F3D; font-weight: bold; font-size: 100%; }
.subscribe dl.small { margin-bottom:6px; }

.pagecontainer.subscribe div.field { margin-left: 0 !important; }
.pagecontainer.subscribe .Additional.MailingList { float: left; width: 355px; margin-bottom: 5px; }
.pagecontainer.subscribe .Additional.MailingList input { margin-left: 0 !important; }
.pagecontainer.subscribe .MailingList p.form_detail {
	font-size: 100%;
	margin-bottom: -3px;
}
.pagecontainer.subscribe .MailingList #lbl_S31_Q194.question /* RT Monthly text hidden for No Cost test */ {
	display: none;
}
.pagecontainer.subscribe p.subscribePromo { color: #505050; width: 350px; margin-bottom: 20px; line-height: 1.65em; float: left; }
.subscribeRTSpread { 
	width: 35%;
	float: right;
	display: block;
	margin-top: -2.8em;
	margin-right: 4.5em;
	margin-bottom: 1em;
}
#subscribeCall {
	font-weight: bold;
	font-family: Tahoma,Verdana,sans-serif;
	color:#555; 
	font-size: 100%; 
	line-height:1.5em; 
}
#subscriptionNotes {
	float: left;
	width: 43%;
	margin-left: 2.45em;
	display: block;
}
#subscriptionNotes li {
	list-style-type: square;
	font-weight: bold;
	margin-bottom: 1em;
	color: #6F2F3D;
	font-size: 12.4px;
}
#magTopicsContainer {
	clear: both;
	width: 90%;
	border: 1px solid #BBB;
	background: #F0F0F0;
	padding-bottom: .85em;
	margin-bottom: 1.65em
}
#magTopicsContainer .sectionTitle {
	text-transform: none;
	color: #555;
	margin-top: 0;
	margin-bottom: 0;
	padding: .75em 1em .5em 1.25em;
	font-size: 102.5%;
	background: #DDD;
	border-bottom: 1px solid #BBB;
}
#magTopicsContainer .sectionTitle .icon {
	display: inline-block;
}
#magTopicsContainer .sectionTitle .icon.news {
	background: url(https://images.azureedge.net/images/interface/icn_news.png) no-repeat center center;
	width: 22px;
	height: 22px;
	margin-right: .65em;
}
#magTopicsContainer #topicsList  {
	margin-top: 1.25em;
}
#magTopicsContainer #topicsList.first.half  {
	margin-left: 4.85em;
	padding-right: 5%;
}
#magTopicsContainer #topicsList.half {
	float: left;
	width: 41%;
}
#magTopicsContainer #topicsList li {
	list-style-type: square;
	font-weight: bold;
	color: #666;
	margin-bottom: .65em;
	font-size: 95%;
}

/*******************************************************
 ----------Home Styles----------------------------------
*******************************************************/
.home .mainContent p.updated { display: none; font-size:70%; font-family:arial,helvetica,sans-serif; color:#999999; text-transform:uppercase; font-weight:bold; margin-bottom:10px; }

.home .col2.dotsBorder { width:291px; padding-left:12px; }
.home .col2 { width:290px; padding-left:9px; }

ul.itemSummary { padding-bottom:4px; margin-bottom:11px; }
ul.itemSummary li { display:inline; text-transform:uppercase; font-family:arial,helvetica,sans-serif; color:#8c8c8c; font-size:77%; font-weight:bold; padding-left:4px; }
ul.itemSummary .sectionName, .latestListing h4 { font-family:tahoma,verdana,sans-serif; color:#666666; text-transform:none; font-size:92%; padding-right:7px; padding-left:0; }

.home .imageComponent_large { padding: 0 5px 4px 5px; margin:0 0 8px 0; }
.home .imageComponent_large img { margin:5px 0 0 0; }
.home .col1 { width: 289px; }
.home .col2 .imageComponent_large { float:left; margin-right:10px; margin-bottom: 2px; }
.home .imageComponent_large a img { border:1px solid #6F2F3D;}

.home .contentcontainer .imageComponent_large p { padding-left:0; font-size:100%; }
.home .mainContent h3 { text-transform:none; color:#000000; font-size:123%; }
.home .mainContent h3 a { text-decoration:none; }
.home .mainContent h3 a .head { display:inline; text-transform:none; color:#000000; font-size:123%; font-family:tahoma,verdana,sans-serif; text-decoration:none; }
.home .mainContent h3 a:hover .head { text-decoration:underline; }
.home .mainContent h3 em { font-weight:bold; }
.home .mainContent h3.noSubhead { margin-bottom:4px; }
.home .mainContent h3 a .subhead { display:block; font-size:107%; color:#666666; margin-bottom:4px; font-family:Tahoma,Verdana,sans-serif; font-weight:bold; text-transform:none; }
.home .mainContent h3 a:hover .subhead { text-decoration:underline; }
.home .mainContent p { font-size:85%; margin-bottom:2px; }
.home .mainContent a { font-family:arial,helvetica,sans-serif; font-weight:bold; text-transform:uppercase; margin-bottom:12px; text-decoration:underline; }
.home .mainContent a em { font-weight: bold; }
.home .mainContent a.readMore { font-size:77%; }
.home .mainContent a.pageTop { text-decoration:none; }
.home p.quote { color:#8c9458; font-weight:bold; font-size:12px; font-family:arial,helvetica,sans-serif; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; padding:8px 10px; line-height:1.3em; margin-bottom:8px; }
.home .twoCol .horizontalRule.oneDot { margin-top:12px; margin-bottom:20px; }
.home h2.fromEditor { background:url('../images/text_fromTheEditor.png') no-repeat 0 0; width:85px; height:7px; margin-top:-8px; margin-bottom:1px; }
.home ul.offers { float:left; margin-bottom:10px; }
.home ul.offers li { float:left; }
.home ul.offers li.last { border-left:2px solid #7d6f61; }
.marginBottom { margin-bottom:10px; }
.horizontalRule.marginBottom2 { margin-bottom:20px; }

.latestListing { float:left; width:260px; padding:0 13px; border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; margin-bottom:15px; }
.latestListing.odd { margin-left:20px; }
.latestListing h4 { font-size:108%; margin-top:5px; padding-bottom:4px; border-bottom:4px solid #8c9458; }
.latestListing h4 span { float:left; width:12px; height:16px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -738px; padding-right:4px; }
.latestListing.odd h4 { border-bottom:4px solid #6b8ca8; }
.latestListing.worldNewsDesk h4 span { float:left; width:12px; height:16px; background:url('../images/interface/css_sprites.gif') no-repeat 0 -761px; padding-right:4px; }
.home .pageTop { width:auto; font-size:77%; }
.home .mainContent .latestListing dl { padding-bottom:15px; }
.home .mainContent .latestListing dl dd a { font-family:georgia,serif; text-transform:none; text-decoration:none; font-size:12px; display:block; margin-bottom:0; }
.home .mainContent .latestListing dl dd a:hover { color:#062E4F; text-decoration:underline; }
.home .mainContent .latestListing dl dt { text-transform:uppercase; color:#919191; font-size:84%; font-weight:bold; padding-bottom:5px; }
.home .mainContent .latestListing dl dd { color:#333333; font-family:georgia,serif; font-size:11px; background:url('../images/icn_issueItems.gif') no-repeat left 6px; padding-left:15px; padding-bottom:6px; }
.home .footercontainer { border-top-color: #6f2f3d; }
.home .contentcontainer .lightBorder_vertical h3 { color:#494949; background:url('../images/interface/css_sprites.gif') no-repeat 0 -859px; }
.home .contentcontainer .lightBorder_vertical.subjectsAndSearches h3 { color:#666666; background:url('../images/interface/css_sprites.gif') no-repeat 0 -884px; }
.contentcontainer .lightBorder_vertical.alt h3 { color:#494949; background:url('../images/interface/css_sprites.gif') no-repeat 0 -806px; }
.contentcontainer .lightBorder_vertical.issue h3 { padding-bottom:4px; margin-bottom:10px; }
.contentcontainer .lightBorder_vertical.issue dl.byline { margin-bottom:6px; }
.contentcontainer .lightBorder_vertical.issue a { display:block; margin-bottom: .25em; }
.contentcontainer .issue .freeSticker, .contentcontainer .lightBorder_vertical.issue a.freeSticker {
	text-indent: -5000%;
	overflow: hidden;
	display: inline-block;
	width: 90px;
	height: 90px;
	background: url(/images/interface/icn_free_gold.png) no-repeat 0 0;
	position: absolute;
	right: -3.2em;
	bottom: 1.85em;
	margin-bottom: 0;
}
.pagecontainer.subscribe .contentcontainer .issue .freeSticker.subscribeLink {
	display: none;
}
.pagecontainer.subscribe .contentcontainer .issue .freeSticker.noLink {
	display: inline-block !important;
	right: 11px;
	bottom: 0.6em;
}
.contentcontainer .lightBorder_vertical.issue img { margin-bottom:4px; width: 166px; }
.contentcontainer .lightBorder_vertical.issue .magazineCover.subscribeLink img {
	display: block;
	margin: 1em auto .6em auto;
}
.contentcontainer .lightBorder_vertical a { display:block; }
.contentcontainer .lightBorder_vertical ol li span.articleSubject { background:transparent url(../images/interface/bg_byline.gif) no-repeat scroll 0 5px; color:#999999; display:block; font-family:arial,helvetica,sans-serif; font-size:91%; padding-left:8px; }
.contentcontainer .lightBorder_vertical.issue a { font-size:77%; text-transform:uppercase; font-weight:bold; font-family:arial,helvetica,sans-serif; padding-left:16px; min-height:11px; padding-top:2px; }
.contentcontainer .lightBorder_vertical.issue .magazineCover {
	padding-left: 0;
	display: inline;
}
.pagecontainer.subscribe .contentcontainer .magazineCover.subscribeLink {
	display: none;
}
.pagecontainer.subscribe .contentcontainer .magazineCover.downloadLink {
	display: inline !important;
}
.contentcontainer .lightBorder_vertical.issue a.sub-link {background:transparent url(../images/interface/css_sprites.gif) no-repeat scroll 0 -912px; color: #df3626; margin-bottom: 1.5em; font-size: 84.5%; font-family: Tahoma,Verdana,sans-serif; }
.contentcontainer .lightBorder_vertical.issue a.sub-link.button {
	background: #7C303A;
	font-size: 13.5px;
	padding: 0.9em 1.25em .8em 1.5em;
	line-height: 1.25em;
	text-align: center;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px 0 #8a2d2f;
	border-radius: 2px 2px 2px 2px;
	width: 72%;
	margin: 0 auto;
	-moz-transition: .3s background ease;
	-webkit-transition: .3s background ease;
	-o-transition: .3s background ease;
	transition: .3s background ease;
}
.contentcontainer .lightBorder_vertical.issue a.sub-link.button:hover {
	background: #993234;
	-moz-transition: .3s background ease;
	-webkit-transition: .3s background ease;
	-o-transition: .3s background ease;
	transition: .3s background ease;
}
.contentcontainer .lightBorder_vertical.issue a.sub-link.button .icon {
	display: inline-block;
	width: 16px;
	height: 17px;
	background: url("https://images.worldtocome.org/wtc/images/interface/sprite_hallow_arrows_white.png") no-repeat scroll 0 -160px transparent;
	background-size: 26px auto;
	margin-left: .25em;
}

.mainContent .solidBorder_vertical { background:#F0F0F0 url('../images/interface/solidBorder_vertical_large.gif') repeat-y left top; margin-bottom:20px; padding:13px 22px; width:556px; }
.mainContent .solidBorder_vertical h3 { color:#6f2f3d; font-family:tahoma,verdana,sans-serif; font-size:13px; padding-bottom:6px; border-bottom:1px solid #bcbcbc; margin-bottom:6px; }
.mainContent .solidBorder_vertical span { font-size:77%; color:#777777; border-left:1px solid #bcbcbc; padding-left:8px; margin-left:8px; text-transform:uppercase; font-family:arial,helvetica,sans-serif; }
.mainContent .solidBorder_vertical dt a { font-family:georgia,serif; text-decoration:none; font-size:136%; text-transform:none; }
.mainContent .solidBorder_vertical dd { font-size:85%; color:#222222; font-family:georgia,serif; }



/*******************************************************
 ----------Popup Styles---------------------------------
*******************************************************/
.pagecontainerplain { margin:auto 0px; width:auto; padding:0 0; background:#ffffff; border:none; }
.pagecontainerplain .contentcontainer { width:auto; padding:0 0; }
.pagecontainerplain .mainContent { width:auto; }


.imageComponent_small.imagePopup { display:none; position:absolute; top:1330px; left:60px; background:#ffffff; padding:12px; border:2px solid #6f2f3d; }
.imageComponent_small.imagePopup img { margin-bottom:0; border:1px solid #cccccc; }
.smallerImage { text-indent:-5000em; display:block; width:20px; height:20px; background:url('../images/icon_close.gif') no-repeat 0 0; position:absolute; top:13px; right:13px; outline:none; }
.imageComponent_small.imagePopup p { width:100%; font-size:110%; line-height: 1.4em; color:#505050; margin-top:8px; margin-bottom:5px; }
.imageComponent_small.imagePopup span { color:#505050; margin-top:4px; margin-bottom: 2px; }

#v1 { display:none; top:4847px; left:551px; }
#v2 { display:none; top:4868px; left:551px; }
#v3 { display:none; top:4907px; left:54px; }
.verseBoxWrapper { position:absolute; width:196px; border:2px solid #6f2f3d; background:#f0f0f0; padding:7px; z-index: 20; }
.verseBox { border:1px solid #cccccc; background:#ffffff; }
.verseBox div { border-bottom:1px solid #e6e6e6; border-top:1px solid #e6e6e6; text-align:center; margin:0 10px; }
.verseBox ul { display:inline-block; margin:auto; padding:3px 10px; *margin-left: 28px; }
.verseBox ul li { display:block; float:left; margin:0 0; padding:0 0; }
.verseBox ul li a { display:block; float:left; }
.verseBox ul li a img { float:left; }
.verseBox ul li.last { padding-right:0; }
.verseBox h6, .verseBox p { padding:0 10px; }
.verseBox h6 { clear:both; color:#333333; font-weight:bold; font-family: tahoma,verdana,sans-serif; font-size: 92%; padding: 0px; margin:6px 0px; cursor: move; text-align:center; }
.verseBox p { color:#222222; font-family:georgia,serif; line-height:1.5em; padding: 0 12px 10px 12px; }
.closeVerse { text-indent:-5000em; display:block; width:14px; height:14px; background:url('../images/icon_closeVerse.gif') no-repeat 0 0; position:absolute; top:8px; right:8px; outline:none; }
.verseBox.scroll { padding-bottom:0; }
.verseBox.scroll p { height:104px; overflow:auto; margin-bottom:14px; }

/* attempted fix */
.verseBox.scroll p { margin-bottom:0; }

/* different button spacings */
a.scriptBtnPreviousChapter { padding-right:14px; }
a.scriptBtnPreviousVerse { padding-right:17px; }
a.scriptBtnNextVerse { padding-right: 14px; }
a.scriptBtnNextChapter { padding-right:0px; }

#emailArticle { /* js handles the position now */ width:600px; }

.emailArticleIframeWrapper { padding:7px; background:#f0f0f0; border:2px solid #6f2f3d; }
.emailArticleIframeWrapper .bd { background:#ffffff; padding: 0px; border:1px solid #cccccc; }
.emailArticleWrapper { padding:30px; background: #ffffff; }
.emailArticle { border:1px solid #cccccc; background:#ffffff; padding-bottom:13px; padding:30px; }
h6.dottedBottom { text-indent:0; height:auto; width:auto; margin-bottom:7px; padding-bottom:5px; background:url('../images/bg_oneDot.gif') repeat-x bottom left; font-weight:bold; font-family:tahoma,verdana,sans-serif; font-size:16px; color:#919191; }
#emailArticle p { color:#222222; font-family:georgia,serif; font-size:100%; margin-bottom:20px; }
.emailArticleWrapper h3 { text-transform:none; font-size:93%; padding-bottom:5px; font-weight:bold; font-family:tahoma,verdana,sans-serif; }
#emailArticle .checkbox.input { border: 0 none; }
#emailArticle .col2 dt { width:130px; padding-top:0; }
#emailArticle .col2 dl.alignLabelLeft dt { width: auto; margin-bottom: 1.5em; text-align: left; padding-left: 5px; }
#emailArticle .col1 .note { text-align: right; color: #6f2e3c; margin: 0 0 6px 0 !important; clear: both; font-weight: bold; display: block; }
#emailArticle .fullWidth ul li a { color:#777777; }
#emailArticle p.tos { font-weight:bold; color:#333333; font-size:10px; font-family:arial,helvetica,sans-serif; margin-bottom:10px; padding-top:5px; }
p.tos { font-weight:bold; color:#333333; font-size:10px; font-family:arial,helvetica,sans-serif; margin-bottom:10px; padding-top:5px; line-height:1.2em; }
p.tos a { font-size:100%; }
p.tos em { font-weight:bold; }
.sectionOverlayEmail #emailArticle { display:block; }
.emailArticleWrapper .col2 h3 { padding-bottom:12px; }
.emailArticleWrapper .fullWidth h3 { padding-bottom:16px; }
.emailArticleWrapper .col2 fieldset dl { margin-bottom:0; }

.inset h2 { height:auto; margin-bottom:10px; text-indent:0; width:auto; font-family:tahoma,verdana,sans-serif; font-size:16px; font-weight:bold; }

.pagePopupIframeWrapper { padding:7px; background:#f0f0f0; border:2px solid #6f2f3d; }
.pagePopupIframeWrapper .bd { background:#ffffff; padding: 0px; border:1px solid #cccccc; }
.pagecontainer.pagePopup, .pagecontainer.pagePopup .contentcontainer, .pagecontainer.pagePopup h2.pageTitle { width: 600px; }

/*******************************************************
 ----------Privacy Policy Styles------------------------
*******************************************************/
.sectionPrivacyPolicy .pageTitle { background: url('../images/interface/theme/bg_pagetitle_privacyPolicy.gif') no-repeat left top; }
.sectionPrivacyPolicy .footercontainer { border-top-color: #555555; }
.sectionPrivacyPolicy .contentcontainer p.last { margin-bottom:0; }

/*******************************************************
 ----------Special Letter Styles------------------------
*******************************************************/
.sectionSpecialLetter .pageTitle { background: url('../images/interface/theme/bg_pagetitle_letter.gif') no-repeat left top; margin-bottom: 7px; }
.sectionSpecialLetter.noPageTitle .pageTitle { display: none; }
.sectionSpecialLetter .footercontainer { border-top-color: #8d5353; }
.sectionSpecialLetter .contentcontainer p.last { margin-bottom:0; }




/*******************************************************
 ----------Captcha Policy Styles------------------------
*******************************************************/
.reCaptcha .recaptchatable #recaptcha_image { border:2px solid #DFDFDF !important; }
.reCaptcha #recaptcha_response_field { border:2px solid #666666 !important; }
.reCaptcha #recaptcha_reload, .reCaptcha #recaptcha_switch_audio, .reCaptcha #recaptcha_whatsthis { display:none !important; }
.reCaptcha #recaptcha_reload_btn { display:block !important; height:17px !important; width:25px !important; background:url('../images/recaptcha_reload.gif') no-repeat 0 0 !important; }
.reCaptcha #recaptcha_switch_audio_btn { display:block !important; height:16px !important; width:25px !important; background:url('../images/recaptcha_audio.gif') no-repeat 0 0 !important; }
.reCaptcha #recaptcha_whatsthis_btn { display:block !important; height:16px !important; width:25px !important; background:url('../images/recaptcha_whatsthis.gif') no-repeat 0 0 !important; }
.reCaptcha .recaptcha_input_area { background:url('../images/recaptcha_input_area.gif') no-repeat 0 0 !important; padding-top:15px !important; }


/*******************************************************
 ----------SideBar Sections-----------------------------
*******************************************************/
.topAd { magin-bottom: 0px !important; margin-top: 0px; !important; padding: 0px !important; }
.editorialAd { magin-bottom: 0px !important; margin-top: 0px; !important; padding: 0px !important; }
.extraText { magin-bottom: 0px !important; margin-top: 0px; !important; padding: 0px !important; }


/*******************************************************
 ----------Login-----------------------------
*******************************************************/
#login-pg .contentcontainer { margin-top: 10px; }
#login-pg .mainContent { margin-left: 1.5em; }
#login-pg h2 { font-weight: 600; font-size: 135%; text-indent: 0; margin-bottom: 10px; color: #333333; }
#member-log .fm-input { margin-bottom: 12px; font-size: 12px;  }
#member-log .fm-input input { font-size: 12px; }
#member-log .fm-input input:focus { background-color: #f7f8f3; border: 1px solid #1a1a1a; }
#member-log .fm-submit input:hover { cursor: pointer; background-color: #F2F2F2; border-left: 1px solid #7e7e7e; border-top: 1px solid #7e7e7e; }
#member-log .fm-submit input#login{ width: 55px; }
div.info-wrap { width: 90%; margin: 40px 0; border: 1px solid #D6D6D6; padding: 5px 5px; }
div.info-box { background-color: #f5f5f5; width: 90%; margin: 1em auto 1em auto; *margin: 1.25em auto 1em auto; padding: 1em; border: 1px solid #D6D6D6; }
div.info-box h4 { margin-top: 5px; }
div.info-box p.pageDetails { font-size: 12px; color: 000000; font-weight: normal; margin-bottom: 5px; }



/*******************************************************
 ----------Admin Editor-----------------------------
*******************************************************/

.mainContent #editor { padding-bottom: 10px; }
.mainContent #editor input { display: inline; }
.sectionPersonals .mainContent #editor { margin-top: -55px; padding-bottom: 32px; width: 500px; margin-left: 478px; }
.sectionWorldNewsDesk .mainContent #editor, .sectionArticles .mainContent #editor {
	float: right; 
	position: absolute; 
	left: 313px; 
	margin-top: -58px; 
	padding-bottom: 33px; 
	width: 450px; 
	top: -3px;
}
.sectionWorldNewsDesk .mainContent #editor input, .sectionArticles .mainContent #editor input { margin-left: 5px; }
.mainContent #editor input:hover { cursor: pointer; background-color: #F2F2F2; border-left: 1px solid #7e7e7e; border-top: 1px solid #7e7e7e; }
#cmdHide { display: none !important; }

#popup input:hover, #popup select:hover { cursor: pointer; background-color: #F2F2F2; border-left: 1px solid #585858; border-top: 1px solid #585858; }
#popup select:hover { background-color: #FFFFFF; }
#popup input { text-align: center; width: 25%; border: 1px solid #8b8b8b; }


div.adNewWTC { margin: 0; padding: 1px; border: 1px solid #CECECE; background: #FFF; height: 119px; width: 596px; }
div.adNewWTC:hover { border: 1px solid #333; }

#editor .button {
	background-color: #F5F5F5;
		border: 1px solid #CCCCCC;
		border-radius: 2px 2px 2px 2px;
		box-shadow: 0 1px 1px #EDEBE7;
		color: #666666;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 10.75px;
		font-weight: bold;
		padding: 3px 6px;
		text-decoration: none !important;
		margin-right: 4px;
}
#editor .button:hover {
	background-color: #F2F2F2;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 1px 1px #D3D3D3;
		border-color: #CCC #CCC #CCC #CCC !important;
		color: #333333;
		cursor: pointer;
}
#editor .button.makeLive, #editor .button.makeLive:hover
	{ box-shadow: 0 1px 1px #DDD; border-radius: 2px; background-color: #6b1c28; color: #FEFEFE !important; border-color: #460f1a !important; } 
#editor .button.makeLive:hover { background-color: #995A5A !important; }

@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ 
{
	#editor .button { padding: 4px 9px; }
}

/*******************************************************
 ----------Social Icons-----------------------------
*******************************************************/

#socialBox { background-color: #f2f2f2; border: 1px solid #d6d6d6; width: 440px; height: 27px; float: right; margin-right: 1px;   }
#socialBox .toolsLabel {
	padding: 2px 14px 9px 11px;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	color: #895661;
	font-family:verdana,sans-serif;
	float: left;
	width: auto;
}

#socialBox div { margin-top: 3px; }
span.at300bs { float: left; display: block; margin-top: -1px; padding-right: 3px; }
span.at15t_facebook { padding-right: 0; }
#socialBox a:hover, span.tb:hover, #tweet-button span.tb #btn { cursor: pointer !important; }
#socialBox a#shareMore:hover { color: #4C5786; text-decoration: underline; }
#socialBox a#shareMore:visited { color: #4C5786; }
#socialBox #fb-like { margin-top: 0; margin-left: 3px; }
#socialBox a#facebook, #socialBox a#twitter, #socialBox a#shareMore { margin-top: 3px; }
#socialBox a#facebook { margin-right: 7px; }
#socialBox a#shareMore { color: #38478B; font-size: 11px !important; text-transform: none; font-weight: normal; margin-top: -1px; }
#socialBox .shareLink { display: block; float: left; margin-right: 9px; }
#socialBox a#facebook_like { /*width: 47px; overflow: hidden;*/ margin-right: 0px !important; }
#socialBox span#tweet, #socialBox span#tweet:hover { display: inline-block; cursor: pointer !important; }

#socialBox div.addthis_toolbox addthis_pill_combo { clear: none; float: left; width: 400px; }
#socialBox iframe table td div { width: auto !important; min-width: none !important; }
#socialBox a#plus1 div { width: 50px !important; margin-top: 2px !important; }


/* New Classes (temporary) */
div.fakeList { margin-left: 2.5em; }
div.fakeList p { margin-bottom: 12px !important; }
.fakeBullet {
	display: block;
		float: left;
		font-size: 14.5px;
		font-weight: bold;
		margin-left: -1.25em;
}

/* Form Builder tweaks - JDD */
#col1 {
	float: left;
	padding-bottom: 5px;	
	min-height: 235px;
	background: url("../images/interface/dotsBorder.gif") repeat-y scroll right top transparent
}

#col2 {
	float: left;
	margin-bottom: 20px;
}

#col1 .note, #divMessageWrap .note
{
	display: block;
	clear: left;
	color: #6F2F3D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 77%;
	font-weight: bold;
	line-height: 93%;
	margin-bottom: 13px;	
	margin-top: 3px;
}

p.form_detail {
	font-size: 93%;
	text-transform: none;
}

.subscribeHeader {
    width:  auto;
    float: left;
}

#col1 div.required {
	width: 300px;
	margin-bottom: 5px;
}


#col1 label {
	width: 81px;
	padding-top: 5px;
}

#col1 label, #col2 label, #divMessageWrap label {
	font-size: 77.7%;
	color: #666666;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	margin-right: 3px;
}

#col2 label {
	width: 128px;
	padding-top: 3px;
}

#divMessageWrap label 
{
	width: 51px;
}

#col1 input {
	width: 178px;
}
input#txtZip { width: 70px !important; }

#col1 select {
	width: 190px;
}

#col2 p.form_detail span {
	font-size: 83%;
}

#col2 input {
	width: 136px;
}

#col2 select {
	width: 148px;
	margin-top: 7px;
}

#col2 div.field {
	clear: left;
	margin-top: 7px;
}

#col2 p.question {
	font-size: 77.7%;
	color: #666666;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	margin-right: 3px;
	width: 128px;
	padding-top: 3px;
	font-family: arial,helvetica,clean,sans-serif;
}

#col2 .checkbox {
	vertical-align: middle;
	width: auto;
}

#divMessageWrap h3
{
	font-size: 93%;
	padding-bottom: 5px;
	text-transform: none;
}

#divMessageWrap .note
{
	color: #6F2F3D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 77%;
	font-weight: bold;
	line-height: 93%;
	margin-bottom: 13px;
}

#divMessageWrap label
{
	padding-top: 4px;
}

#divMessageWrap div.field 
{
	margin-bottom: 10px;
}

#divMessageWrap input 
{
	width: 530px;
}

#RT #divMessageWrap #txtMessage
{
	width: 528px;
}


.xinha_iframe /* \9 targets IE 8 or less */
{
	border-bottom: 1px solid grey \9 !important;
	/*border-right: 1px solid grey \9 !important;*/
	margin-bottom: -3px\9;
}
#RTArticle .xinha_iframe { *border-right: none !important; }
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ 
{
	.htmlarea { border: 1px solid black !important; } 
}

#RT #cmdSend, #RTArticle #cmdSend, #RT-Contact #cmdSend
{
	background: url("/images/interface/btn_send.gif");
	width: 48px;
}
#cmdSend 
{
	height: 21px;
	cursor: pointer;
	margin-bottom: 10px;
}
#RT-Subscription #cmdSend
{
	background: url("/images/interface/btn_subscribe.gif");
	width: 81px;
}

#errors 
{
	font-size: 88%;
}
#errors p
{
	color: #D80000;
	margin: 2px 0;
	font-weight: bold;
}

#errors div.horizontalRule
{
	margin-top: 10px;
}

.SuccessBox
{
	padding: 10px;
}
.SuccessBox h4
{
	color: #777777;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 3px;
	
}
.SuccessBox p
{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
.SuccessBox p em 
{
	font-weight: bold;
}

#RT-Subscription #divMessageWrap 
{
	padding-left: 18px;
	width: 278px;
	margin-bottom: 15px;
	float: left;
	
}

#RT-Subscription #divMessageWrap #txtMessage
{
	width: 240px !important;
}

#RT-Subscription #divMessageWrap .xinha_iframe
{
	width: 240px !important;
	width: 263px\0/ !important;
	*width: 250px !important;
	*border-right: none !important;
}

#RT-Subscription #Message-wrap 
{
	margin-left: 0 !important;
}
#Message-wrap { margin-top: 0; }

#RT-Subscription #col1 .field
{
	margin-bottom: 5px;
}
#mailingListItem { margin-bottom: 18px; }
#chkMailingList 
{
	margin-left: 2em;
}

#chkMailingList input
{
	float: left;
	clear:left;
}
p.mailingList 
{
	float: left;
	margin-left: 5px;
	color: #555555;
	font-size: 92% !important;
}

.mailingListHeading 
{
	color: #777777;
}

#RT-Subscription #errors
{
	margin: -8px 0 0 0;
	padding: 0 0 0 10px;
}

#RT-Subscription #errors .horizontalRule
{
	margin: 10px 0 12px -10px;
}

input.field-error 
{
	background-color: #EEEEEE;
	border-color: #6F0A26;
}

/*
#RTArticle #divMessageWrap #txtMessage
{
	width: 586px;
}

#RTArticle input 
{
	width: 205px;
	*float: none;
	*display: inline;
}
#RTArticle label
{
	float: none;
	display: inline;
	width: 72px;
	text-align: right;
}

#RTArticle .field
{
	float: left;
	margin: 5px 0;
	clear: left;
}

#RTArticle #FirstName-wrap, #RTArticle #LastName-wrap { clear: left; width: 285px; }
#RTArticle #Email-wrap, #RTArticle #ConfirmEmail-wrap
{
	clear: none !important;
	margin-left: 18px;
}

#Email-wrap label, #ConfirmEmail-wrap label
{
	float: left;
}

#RTArticle .note
{
	font-size: 100%;
}

#RTArticle #errors .horizontalRule
{
	display: none;
}

#RTArticle #errors
{
	margin: 10px 0;
	font-size: 110%;
}

#RTArticle #LastName-wrap 
{
	margin-bottom: 10px;
}
*/
/* Special Ad */

.greyBox {
	background: url("https://www.parkonepublishing.com/images/publishing/brd_blue_grey_top.jpg") repeat-x scroll 0 bottom transparent;
		background-color: #EBEEEF;
		border-color: #ADB6BE;
		border-style: none solid;
		border-width: 1px;
		clear: both;
		height: auto;
		padding: 0;
		margin-bottom: 7px;
}
.greyBoxTop {
	background: url("https://www.parkonepublishing.com/images/publishing/brd_blue_grey_top.jpg") repeat-x scroll 0 top transparent;
		margin: 0;
		padding: 0;
}
.greyBoxContent {
	background: url("https://www.parkonepublishing.com/images/publishing/brd_blue_grey_top.jpg") repeat-x scroll 0 bottom transparent;
		padding: 18px 15px !important;
		color: #6F767C;
}
.greyBox h4 {
	background: url("https://www.parkonepublishing.com/images/publishing/icn_sprite.gif") no-repeat scroll 4px 2px transparent;
		border-bottom: 1px solid #ADB6BE;
		color: #6F767C;
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
		font-size: 112%;
		margin: 0 0 5px;
		padding: 0 2px 3px 0;
		text-indent: 24px;
}
.greyBoxContent .newsItemWrap { margin: 0 !important; }
.greyBoxContent .newsItem { padding: 3px 0 7px 6px; font-weight: bold; font-size: 95%; }
.alludes .greyBoxContent a { font-weight: bold; }
.greyBoxContent .postdate { font-size: 88%; padding-top: 5px; margin-left: -6px; text-transform: uppercase; }

.blockElement { display: block; clear: both; float: none; height: 1px; }

/* Book cover & Video Thumbnail images */
.bookCover {
	margin: 0 7px 8px 0;
	background: url("https://rcg.org/images/interface/bg_book_cover.png") no-repeat 0 0;
	padding: 6px 10px 6px 6px !important;
}

/*a .bookCover:hover { background: url("https://rcg.org/images/interface/bg_book_cover_hover.png") no-repeat 0 0 !important; }*/

/* Related Items */
.greyBoxContent .relatedItem { border: 1px solid transparent; padding: 11px 4px 11px 13px; height: auto; margin-top: 12px; display: block; width: auto; float: left; margin-left: 5px; }
.relatedItem:hover { background-color: #CED5DB; border: 1px solid #AEB5BB; }
.relatedItem.first { margin-left: 5px; }
.relatedItem.video span, .relatedItem.screenshot span { margin-top: 8px; }
.relatedItem span em { font-weight: bold; }
.relatedItem.video img { /*padding-top: 28px;*/ height: 106px !important; width: 159px; }
.relatedItem.video { padding-right: 11px; }
.relatedItem.screenshot { padding-right: 10px; }
.relatedItem .helpText { display: block; clear: left; width: 130px; margin: 0 auto; text-align: center; font-weight: bold; }


#cmdHide { display: none !important; }


/* Added for RT History / Inro Video player pages */
.sectionWorldToCome h2.pageTitle { background: url("/images/interface/bg_pagetitle_rtintro.png") no-repeat scroll left top transparent; }
.hidden { display: none !important; }  


/* Speical Unsubscribe Page Styles & Login Page */
.pagecontainer.unsubscribePage .contentcontainer h2.pageTitle { background: url(/images/interface/bg_pagetitle_unsubscribe.jpg) no-repeat 0 0; }
.pagecontainer.unsubscribePage .col1.nocol2 label { font-size: 95%; }
.pagecontainer.unsubscribePage .MailingList input.question.checkbox { margin-right: 5px; }
form#member-log .fm-input
	{ clear: both; padding-bottom: 20px; }

form#member-log .fm-input label 
{
	float: left; 
	font-weight: bold;
	color: #666;
	margin-right: 5px;
	padding-left: 7px;
	font-size: 100%;
}
form#member-log .fm-input label { margin-top: 2px; clear: left; width: 7.35em; text-align: right; }
.pagecontainer.unsubscribePage .contentcontainer form input,
form#member-log .fm-input input
	{ float: left; }
.pagecontainer.unsubscribePage .contentcontainer form input:focus,
form#member-log .fm-input input:focus
	{ border: 1px solid #01488F !important; background-color: #EFEFEF !important; }
.pagecontainer.unsubscribePage .contentcontainer form .fm-submit,
form#member-log .fm-submit
	{ clear: left; margin-top: 22px; }
#member-log .fm-submit .button, form#UnsubscribeForm .divSubmit .button {
		background-color: #F5F5F5;
		border: 1px solid #CCCCCC !important;
		color: #666666;
		font-weight: bold;
		font-size: 13px;
		width: auto;
		border-radius: 2px 2px 2px 2px;
		padding: 4px 8px;
		font-size: 12px !important;
		font-family: Arial;
		box-shadow: 0 1px 1px #EDEBE7;
		text-decoration: none !important;
		height: auto !important;
}
#member-log .fm-submit .button:hover, form#UnsubscribeForm .divSubmit .button:hover {
	background-color: #F2F2F2;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	box-shadow: 0 1px 1px #D3D3D3;
}



/* Beta "Blocker" */
#AddThisBetaBlocker { height: 19px !important; }



/*******************************************************
 ----------Literature Ads (Bottom)----------------------
*******************************************************/

.contentcontainer .suggestedReading {
	width: 99.5%;
	border-radius: 2px 2px 0 0;
}
.contentcontainer .suggestedReading .literatureContainer {
	display: table;
	position: relative;
	width: 100%;
	border: 1px solid #AAA;
	margin-top: -1px;
	z-index: 1;
}
.contentcontainer .suggestedReading #suggestedReadingTitle {
	font-size: 123.1%;
	color: #FFF;
	border: 1px solid #757E44;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px 0 #757E44;
	margin-bottom: 0;
	margin-top: 0;
	top: auto;
	width: 100%;
    padding: 0.5em 0;
	position: relative;
	text-align: center;
	text-transform: none;
	background: #8b9356;
	z-index: 2;
}
.sectionPersonals .contentcontainer .suggestedReading #suggestedReadingTitle {
	border-color: #6A3434;
	text-shadow: 0 1px 0 #6A3434;
	background: #8D5353;
}
.sectionWorldNewsDesk .contentcontainer .suggestedReading #suggestedReadingTitle {
	border-color: #507897;
	text-shadow: 0 1px 0 #507897;
	background: #6B8CA8;
}

.contentcontainer .suggestedReading .alludeType {
	font-weight: bold;
	margin: .75em 0 .25em 0;
	font-size: 88.5%;
	text-transform: uppercase;
	color: #333;
}
.contentcontainer .suggestedReading .primary .alludeType {
	text-align: center;
}
.contentcontainer .suggestedReading .whole .alludeType {
	border-bottom: 1px solid #BBB;
	padding-bottom: 0.35em;
	width: 95%;
	margin-bottom: .65em;
	margin-top: 2em;
}
.contentcontainer .suggestedReading .whole {
	padding-bottom: .85em;
    padding-left: 2em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.contentcontainer .suggestedReading .whole {
		padding-bottom: 0;
	}
}
.contentcontainer .suggestedReading .whole ul {
	margin-bottom: .75em;
}
.contentcontainer .suggestedReading .alludeList.secondary {
	margin-bottom: 2em;
}
.contentcontainer .suggestedReading .half {
	display: table-cell;
	padding-bottom: .5em;
}
.contentcontainer .suggestedReading .half:not(.hasWTC) {
	padding-top: 1em;
}
.contentcontainer .suggestedReading .half.primary {
	width: 41%;
	padding-right: 2%;
	border-right: 1px solid #BBB;
	background: #DBDBDB;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	padding-bottom: 1.5em;
}
.contentcontainer .suggestedReading .half.primary:not(.hasWTC) {
	vertical-align: middle;
}
.contentcontainer .suggestedReading .half.primary.hasWTC {
	width: 50%;
	background-color: #181D46;
}
.contentcontainer .suggestedReading .half.primary .headingIcon {
	position: absolute;
	top: 0;
	left: 0;
}
.contentcontainer .suggestedReading .half.primary .freeCornerLabel {
	background: url("/images/interface/icn_free_label.png") no-repeat scroll 0 0 transparent;
	width: 70px;
	height: 70px;
}
.contentcontainer .suggestedReading .half.primary.hasWTC .headingIcon {
	background: #181D46 url("https://images.azureedge.net/images/video/wtc_header_logo_small.png") no-repeat scroll 0 0;
	width: 100%;
	height: 81px;
	position: relative;
	display: block;
}
.contentcontainer .suggestedReading .half.primary .freeCornerLabel.bottom {
	height: 50px;
	bottom: 0;
	top: auto;
	background: url("/images/interface/icn_free_label_bottom.png") no-repeat scroll 0 0 transparent;
}
.contentcontainer .suggestedReading .half.secondary {
	width: 88%;
	padding-left: 7%;
	float: left;
}
.contentcontainer .suggestedReading .half.secondary  #alludeSuggestedList {
	margin-bottom: 1.85em;
}
.contentcontainer .suggestedReading .hasWTC .primaryLink {
	width: 105%;
	display: block;
	position: relative;
	margin-top: -.25em;
}
.contentcontainer .suggestedReading .primaryLink img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25em;
}
.contentcontainer .suggestedReading .primaryLink img.cover {
	border: 1px solid #666;
	max-width: 150px;
	-moz-transition: .5s box-shadow ease;
	-webkit-transition: .5s box-shadow ease;
	-o-transition: .5s box-shadow ease;
	transition: .5s box-shadow ease;
}
.contentcontainer .suggestedReading .primaryLink:hover img.cover {
	box-shadow: 0 0 50px #FFF;
	-moz-transition: .5s box-shadow ease;
	-webkit-transition: .5s box-shadow ease;
	-o-transition: .5s box-shadow ease;
	transition: .5s box-shadow ease;
}
.contentcontainer .suggestedReading .primaryLink img.video {
	width: 100%;
}
.contentcontainer .suggestedReading .primaryLink .playOverlay {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50% transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 188px;
	cursor: pointer;
	z-index: 50;
	opacity: 0;
	-moz-transition: opacity .5s ease, visibility 0s .51s;
	-webkit-transition: opacity .5s ease, visibility 0s .51s;
	-o-transition: opacity .5s ease, visibility 0s .51s;
	transition: opacity .5s ease, visibility 0s .51s;
}
.contentcontainer .suggestedReading .primaryLink:hover .playOverlay {
	opacity: 1;
}
.contentcontainer .suggestedReading .primaryLink .title {
	display: block;
    font-weight: bold;
    margin-top: .75em;
    padding: 0 1em;
    text-align: center;
}
.contentcontainer .suggestedReading .primaryLink .button {
	border-radius: 2px;
    display: block;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 11.5px;
    font-weight: bold;
    line-height: 1.25em;
    margin: 1.5em auto 0;
    min-width: 0;
    padding: 0.5em 1em;
    text-decoration: none;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
    width: 30%;
	position: relative;
}
.contentcontainer .suggestedReading .primaryLink .button:hover {
	text-decoration: none !important;
}
.contentcontainer .suggestedReading .allInSeries {
	color: #fff;
    display: block;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11.4px;
    font-weight: bold;
    margin-top: 1.5em;
    opacity: 0.6;
    text-align: center;
    text-transform: uppercase;
    width: 104%;
}
.contentcontainer .suggestedReading .primaryLink .title em {
	font-weight: bold;
}
.contentcontainer .suggestedReading .alludeList li {
	list-style-type: none;
	font-size: 90%;
	padding-top: 10px;
}