@import url(touts.css);
@import url(layoutBlocks.css);

/* div outlines for testing 
div{border:1px solid #999999;}
div div{border:1px solid #cccccc;}
*/

* {
	margin:0px;
	padding:0px;
}
div#wrapper
{
	background-image: url(images/int-bg-wrapper.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position:relative;
	text-align:center;
	min-height:500px;

}
div#page
{
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	padding-top:0px;
	width:960px;	
}
div#header
{
	height: 50px;
	background-image: url(images/int-bg-header.jpg);
	background-repeat: repeat-x;	
	background-position:left -2px;
	color: #ffffff;
	position:relative;
}
div#header h1
{
	display: none;
	visibility: hidden;
}
div#header a#logoLink
{
    background-image:url(Images/int-bg-logoLink.gif);
    background-repeat: no-repeat;
    background-position:left -2px;
    display:block;
	width: 150px;
	height: 50px;
	position:absolute;
}
* html div#header div#logoLink a
{
	display: block;
}

div#header div#globalMenu
{
	font-weight: normal;
	text-align: right;
	position:absolute;
	top:25px;
	right:250px;
	font-size:1.1em;
	color: #666666;
}
div#header div#globalMenu a
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	margin-left:5px;
	margin-right:5px;
}
div#header div#globalMenu a:hover
{
	text-decoration: none;
}
div#header div#searchBlock
{
	position:absolute;
	right:10px;
	top:20px;
}
div#header div#searchBlock .inputText, div#header div#searchBlock .inputButton
{
    padding:0px;
	background-color:#eee;
	border: 1px solid #ddd;
	font-size:1.5em;
    top:0px;
   
}

div#header div#searchBlock .inputText
{
    width:180px;
    font-size:1.5em;
    padding-top:1px;
    padding-bottom:1px;
}
div#header div#searchBlock .inputButton
{
    width:50px;
	text-align: center;
	cursor:pointer;
	margin-left:3px;
	background-color:#666;
	color:#ccc;
	border-color:#ccc;
	font-size:1.4em;
}
div#mainMenu
{
    height:26px;
    background-image:url(images/int-bg-mainMenuButton.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    overflow:visible;
    border-bottom:1px solid #fff;
}
div#mainMenu a
{
	display:block;
	float:left;
	font-size:1.2em;
    height:26px;
    line-height:26px;
    color:#fff;
    text-transform:uppercase;
    background-position:center 0px;
    margin:0px;
    margin-left:0px;
    padding:0px 9px;
    border-left:1px solid #7e8daa;
    border-right:1px solid #41507b;
    background-image:url(images/int-bg-mainMenuButton.jpg);
    background-repeat:repeat-x;
}


div#mainMenu a:link
{
    background-position:center 0px;
    border-left:1px solid #7e8daa;
    border-right:1px solid #41507b;
}
div#mainMenu a:hover
{
    background-position:center -34px;
    text-decoration:none;
}
div#mainMenu a.selected
{
    position:relative;
    background-position:center -68px;
    height:26px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    background-color:#000;
    top:1px;
}

div#mainMenu a.selected:hover
{
    background-position:center -68px;
}

div#subMenu
{
	background-color:#777A88;
	background-image:url("http://www.cbn.com/App_Themes/CBNNews/Images/CBNNews_header.jpg");	
	background-position:left top;
	color:#FDF4D5;
	font-size:1.1em;
	height:72px;
	margin:0 0 20px;
	position:relative;
}
div#subMenu a
{
    color:#dfdfdf;
    text-transform:uppercase;
	text-decoration: none;
	display:inline-block;
	line-height:1em;
	padding:0em .75em;
}
div#subMenu a:hover
{
	color: #fff;
}
div#subMenu a.selected
{
	color:#ffffff;
	background-color:Transparent;
	font-weight:bolder;
}
div#subMenu a.selected:hover
{
	color:#ffffff;
}
div#subMenu h2
{
	color:#fff;
	position:absolute;
	display:block;
	font-size:2.5em;
	font-weight:normal;
	left:120px;
	bottom:5px;
	height:40px;
	padding-top:20px;
	padding-left:12px;
	border-left:solid 1px #999;
	margin:0px;
}

div#subMenu h2 a
{
    color:#fff;
    text-transform:capitalize;
    font-weight:normal;
    margin:0em;
    padding:0em;
}

div#subMenu ul#menuItems
{
	position:absolute;
	left:120px;
	top:7px;
}
div#subMenu ul#menuItems li
{
    border-right:1px solid #999;
}
div#subMenu ul#extraItems
{
    position:absolute;
    left:170px;
    bottom:12px;
}
div#subMenu ul#extraItems a
{
    text-decoration:underline;
    color:#dfdfdf;
}
div#subMenu ul
{
    margin:0px;
	padding:0px;
}

div#subMenu li
{
	list-style: none;
	display: inline;
	margin: 0px;
}


div#sectionBanner
{
	font-size: 1.5em;
	height:1em;
	line-height:1em;
	background-color: #4E82D0;
	margin-bottom: 10px;
	background-image: url(images/sectionBanner-generic.gif);
	background-repeat: no-repeat;
	padding: 0.25em 20px;
}
div#sectionBanner h2
{
	font-size: 1em;
	color: #6B3507;
	margin:0;
	padding:0;
}
div#sectionBanner a
{
	color: #224B87;
	text-decoration:none;
}
div.breadcrumbs
{
    margin-bottom:10px;
    font-size:1.2em;
}
div#mainContent
{
    position:relative;
	font-size: 1.1em;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

div#newsIndexBlock
{
    border:1px solid #ccc;
    padding:0px;
}
div#newsIndexBlock h2 
{
    padding-left:5px;
    padding-top:5px;
}
div#newsIndexBlock .container
{
    margin:0px;
    padding-top:10px;
    padding-bottom:10px;
}
div#newsIndexBlock .third
{
    width:170px;
    padding:14px;
}
div#newsIndexBlock .left
{
    border-right:1px solid #dfdfdf;
    margin-right:10px;
}



div#channelBody
{
   min-height: 1180px;
}

div#focusBlock
{
    background-color:#fff;
}

div#bodyAdBlock
{
    position:relative;
    padding:0px;
    height:120px;
}
div#bodyAdBlock div#subscriptions, div#bodyAdBlock div#eReports
{
    position:absolute;
    top:10px;
    margin:0px;
}
div#bodyAdBlock div#subscriptions{left:0px;}
div#bodyAdBlock div#eReports{right:0px;}

div#newsChannelPromo{height:75px;}
div#videoBlock
{
    overflow:hidden;
    background-color:#efefef;
    padding:5px;
}
div#videoBlock .tout
{
    width:75px;
    float:left;
    padding-right:10px;
    padding-left:10px;
}
div#videoBlock .tout img
{
    width:75px;
    height:56px;
}
div#videoBlock ul
{ 
    clear:left;
    background-image: url("/App_Themes/CBN/Images/int-third-divider.gif");
    background-repeat: no-repeat;
    background-position:top center;
    margin-top:1em;
    padding-top: 10px;
    padding-bottom:10px;
}
div#blogsBlock
{
    margin-bottom:20px;
}
div#blogsBlock .tout{padding-right:20px; padding-left:20px;}
div#sidebar
{
    background-color:#ffffff;
}
div#footerMainMenu
{
    margin-top:20px;
	clear: both;
	margin-bottom: 10px;
	text-align:center;
	font-size: 1.2em;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
div#footerMainMenu ul
{
	padding:1px 0px;
	margin:0px;
}
div#footerMainMenu li
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#footerMainMenu a
{
	padding: 0px 12px;
}
div#footer
{
    text-align:left;
    font-size:1.2em;
    color:#305488;
	clear: both;
	padding-top: 20px;
	background-image: url(images/int-bg-footer.jpg);
	height: 200px;
	width:960px;
	background-repeat: repeat-x;
	display: block;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #fff;
}
div#footerExplore,div#footerMore,div#footerInvolved
{
    padding:0px 30px;
    width:255px;
}
div#footerExplore, div#footerMore
{
    border-right:1px solid #ccc;
}
div#footerExplore ul
{
    width:100px;
    float:left;
    clear:none;
}
div#footerMore
{
}
div#footerInvolved
{
}

div#footerAd
{
	width: 230px;
	float: left;
	height: 75px;
	clear: both;
	padding-top:20px;
	padding-left:20px;
}
div#footerMenu
{
	width: 600px;
	float: right;
	font-size:1.2em;
}
div#footerMenu h4
{
	margin-left: 15px;
}
div#footerMenu ul
{
	color: #FDF4D5;
}
div#footerMenu li
{
	margin-bottom: .5em;
}
div#footerMenu .column
{
	padding: 0px;
}
div#copyright
{
	background-image: url(images/int-bg-contentBottom.gif);
	background-repeat: repeat-x;
	width:960px;
	clear: both;
	text-align: center;
	padding: .5em 0px 1em;
	font-size: 1.1em;
	margin-left:auto;
	margin-right:auto;
}

/* article styles */
div#articleImage
{
	height:109px;
	width:193px;
	float:right;
	margin-left:20px;
	margin-top:.3em;
	background-color:#000000;
	text-align:center;
}
.articlePreTitle
{
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	display: block;
	font-size: 0.8em;
	padding-top: .3em;
	color:#666666;
}
#articleTitle
{
	font-size: 1.4em;
	display: block;
	font-weight: bold;
	color: #224B87;
	margin-top:.5em;
	margin-bottom:.5em;
}
.articleAuthor
{
	display: block;
	color:#999999;
}
.articleAuthorInfo
{
	display: block;
	color:#999999;
	font-style: italic;
}
.articleDate
{
	display: block;
	color:#999999;
}
#articleContent
{
	margin-top:1em;
	margin-bottom:2em;
}
#articleExtras
{
	clear:right;
	float:right;
	width:193px;
	padding-left:30px;
	padding-bottom:20px;	
}
#articleExtras .item
{
	clear:both;
	padding-top:1em;
}
#articleExtras .sectionHeader
{
	margin-bottom:.2em;
	color:#0066CC;
	border-bottom:1px solid;
	font-size:1.4em;
	font-weight:600;
}
#articleExtras .sectionBlock
{
	margin-bottom:.5em;
}
.post img 
{
	margin: 0 5px 5px 5px;
}
.post a 
{
	font-weight: bold;
}

/* Post comment */

fieldset.comment 
{
	padding: 20px;
	
}

fieldset.comment ul
{
	font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    font-size: 0.8em;
	background-color: #eeeeee;
	margin: 1em 0;
	padding: 1em;
}

fieldset.comment li
{
	margin-left: 1.4em;
	list-style-image: none;
    margin-bottom: 0.7em;
    padding: 0;
}

fieldset.comment label 
{
	margin-top: 10px;
}
fieldset.comment label,
fieldset.comment input,
fieldset.comment textarea
{
	display: block;
}

fieldset.comment input.textinput,
fieldset.comment textarea
{
	width: 325px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
fieldset.comment textarea
{
	height: 140px;
}

/* misc styles */
.highlight, a.highlight:link, a.highlight:visited, a.highlight:hover
{
    color:#cc0000;
}
.highlight1
{
	font-style:italic; 
	color:#224b87;
}
.comments
{
	margin-bottom:1em;
}
.comments h3
{
	font-size:1.4em;
}

