/***********/
/* General */
/***********/
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: arial, helvetica, sans;
}
form {
  margin: 0;
  padding: 0;
}
a, span.hrefClone {
  color: #460303;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
span.subtleHrefClone {
  color: #006E97;
}
a:hover, span.hrefClone:hover {
  text-decoration: underline;
}
/**************/
/*  Sprites   */
/**************/
#dd-navigation, #nav-strip ul li.active, #nav-strip ul li:hover, #masthead {
  background: url(../images/menu_bg.jpg) no-repeat top left;
}
/**********/
/* Header */
/**********/

#header {
  float: left;
  display: inline;
  width: 100%;
  min-width: 980px;
  background: #971b00;
  padding: 0;
  margin: 0 0 10px 0;
  height: auto;
  overflow: visible;
  border-bottom: 4px solid #ffa200;
  overflow: visible;
}
#header #logo {
  width:940px;
  margin:0px auto;
  height: 150px;
}
#header #logo h1 {
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #FFF;
}
#header #logo img {
  margin: 0px  auto;
}
#content {
  clear: left;
}
/***/
#masthead #search.panel {
  padding-right: 0;
  margin: 10px 0 0 15px;
  height: 27px;
  background: none;
  clear: none;
  float: right;
  right: 0;
  width: 580px;
}
/**************/
/*  Nav */
/**************/
#dd-navigation { /*section*/
  background-color: #7c0a0a;
  background-position: 0 0;
  clear: both;
  background-repeat: repeat-x;
}
#nav-strip {
  clear: both;
  margin: 0 auto;
  width: 940px;
  height: 36px;
  position: relative;
  z-index: 16777265;
}
#nav-strip a:hover {
  text-decoration: none;
}
#nav-strip ul {
  margin: 0;
}
#nav-strip ul li {
  display: inline;
  float: left;
  border-right: 1px solid #c12503;
  border-left: 1px solid #2e0101;
  position: relative;
  height: 36px;
  margin: 0;
}
/**********/
/* Footer */
/**********/

#footerHead {
  background: none repeat scroll #7c0a0a;
  clear: both;
  margin: auto;
  padding-top: 10px;
}
#footerHead .sectionContent {
  background: #7c0a0a;
  padding: 0px;
}
#footer .sectionContent {
  background: #7c0a0a;
}
#footer {
  background: none repeat scroll 0 0 #7c0a0a !important;
  clear: both !important;
  margin: 0px auto 0px auto !important;
  padding: 12px 0px 30px 0px !important;
  max-width: 100% !important;
}
#footer .sectionContent, #footerHead .sectionContent {
  width: 960px;
}
#footerHead #topLink {
  float: right;
  color: #999999;
  font-size: 10px;
  font-weight: bold;
  background-position: 0 -604px;
  padding: 0px 0px 0px 14px;
  margin-top: 10px;
}
#footerHead #topLink p {
  line-height: 1;
  font-size: 12px;
  margin: 0px;
}
#footerHead #topLink a {
  color: #999999;
  font-weight: bold;
}
#footer .columnLeft {
  height: 30px;
}
#footerHead #footerHeader {
  float: left;
  display: inline;
  border-top: none !important;
  margin: 0px 10px 0px;
  width: 940px;
}
#footerHeader #footerLogo {
  background: url(../images/footer_logo.png) no-repeat;
  width: 168px;
  height: 38px;
  padding-bottom: 10px;
}
/**********/
/* Layout */
/**********/

#content {
  float: left;
  width: 100%;
}
.section {
  width: 960px;
  margin: 0 auto 0 auto;
  clear: both;
  overflow: hidden;
}
.section .sectionContent {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 0 10px 0;
}
.section .sectionContent .sectionContent {
  padding: 0;
}
.gridPanel .section {
  width: auto;
  margin: 0;
}
.gridPanel .sectionContent {
  width: auto;
  margin: 0;
}
.section.bleeding {
  width: 100%;
}
.section.bleeding .sectionContent {
  width: 960px;
  margin: 0 auto;
  float: none;
  clear: both;
  overflow: hidden;
}
.sectionDivider {
  height: 3px;
  background: #CCC;
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
}
#networkFooterHeader {
  border-top: 3px solid #CCC;
  background: #FFF;
  padding: 10px 0 0 0;
  margin: 0 10px;
}
.gridPanel {
  float: left;
  margin: 0 10px;
  /* padding: 0 10px; */
  display: inline;
  overflow: hidden;
}
.gridPanel .gridPanel {
  margin: 0;/* padding: 0; */
}
.grid1 {
  width: 60px;
}
.grid2 {
  width: 140px;
}
.grid3 {
  width: 220px;
}
.grid3plus {
  width: 260px;
}
.grid4 {
  width: 300px;
}
.grid5 {
  width: 380px;
}
.grid6 {
  width: 460px;
}
.grid7 {
  width: 540px;
}
.grid8 {
  width: 620px;
}
.grid9 {
  width: 700px;
}
.grid10 {
  width: 780px;
}
.grid11 {
  width: 860px;
}
.grid12 {
  width: 940px;
}
.grid7 .gridHalf {
  width: 260px;
}
.grid8 .gridHalf {
  width: 300px;
}
.grid11 .gridHalf {
  width: 420px;
}
.columnLeft {
  float: left;
  display: inline;
  clear: left;
  margin-right: 20px;
}
.columnCenter {
  float: left;
  display: inline;
}
.columnRight {
  float: right;
  display: inline;
  clear: none;
}
/***********/
/* Modules */
/***********/

.module {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.module.inline {
  margin: 0 !important;
}
.module .moduleHeader h3 {
}
.module .moduleHeader {
  float: left;
  width: 100%;
  background: #971b00;
  padding: 8px 0;
  margin: 0 0 5px 0;
}
.module .moduleHeader h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 0;
  color: #FFF;
  text-align: left;
}
.module .moduleHeader h3 a {
  color: #FFF;
}
.module .moduleHeader h3 a.keyDevLink {
  color: #000;
}
.module .moduleBody {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}
.module .moduleBody ul, .module .moduleBody ol {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 5px 0;
  padding: 0;
}
.module .moduleBody ul li {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  font-size: 11px;
  font-weight: bold;
  /* border-bottom: 1px dotted #CCC; */
  background: url("../images/dotsHorizontal.gif") bottom left repeat-x;
}
.crossSectionHeadlines .module .moduleBody ul li {
  font-size: 12px;
}
.module .moduleBody ol li {
  margin: 0 0 5px 25px;
  padding: 0;
  font-size: 12px;
  padding-top: 5px;
}
.module .storytype, .module .storytype a {
  text-transform: uppercase;
  color: #000;
}
.module .moduleBody h4 {
  margin: 0 0 4px 0;
  padding: 0;
}
.module .inlinePhoto {
  float: left;
  margin: 0 10px 10px 0;
}
.topStory {
  float: left;
  width: 100%;
  padding-bottom: 1px;
  background: url("../images/dotsHorizontal.gif") bottom left repeat-x;
}
.topStory .photo {
  margin: 0 0 10px 0;
}
.topStory h1, .topStory h2 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.1;
}
.feature {
  float: left;
  width: 100%;
  padding: 0;/* background: url("../images/dotsHorizontal.gif") bottom left repeat-x; */
}
.feature h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
}
.feature .photo {
  float: left;
  margin: 0 10px 4px 0;
}
.photo {
  position: relative;
  display: block;
}
.topStory p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}
.feature p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}
/**********************/
/* Home Page Styling */
/********************/

h1 a:visited, h2 a:visited, .moduleBody h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .module .moduleBody ul li a:visited {
  color: #460303 !important;
}
.byline {
  font-size: 9px;
  color: #666;
  white-space: nowrap;
}
.byline a {
  color: #666;
}
.module .storytype {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  margin: 0 0 5px 0;
  text-transform: none;
}
.module .storytype a {
  color: #666;
  text-transform: none;
}
.story-info {
  margin: 0 0 5px 0;
  ;
  padding: 0;
  font-size: 9px;
  color: #999;
}
#content .sectionDivider {
  height: 5px;
  background: #7c0a0a;
}
.timestamp {
  color: #999;
  font-size: 9px;
  padding-right: 5px;
  white-space: nowrap;
}
.sectionDivider {
  background: none repeat scroll 0 0 #7c0a0a;
  clear: both;
  height: 5px;
  margin: 0 0 5px;
  overflow: hidden;
}
.moreLink {
  margin: 0;
}
/************************/
/* Homepage Top Stories */
/************************/

#topStoryHeader {
  float: left;
  display: inline;
  width: 100%;
  background: #333;
  margin: 0 0 10px 0;
}
.grid8 #topStoryHeader {
  width: 620px;
}
#topStoryHeader h1 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  padding: 0;
  margin: 8px 10px;
}
#topStory .module {
  margin: 0;
}
#topStory .topStory {
  background-image: none;
}
#topStory h1, #topStory h2 {
  font-weight: normal;
  font-size: 30px;
  padding: 0;
  margin: 0 0 4px 0;
}
#topStory p, #latestHeadlines p, #moreSectionNews p {
  margin: 4px 0 10px 0;
  padding: 0;
  line-height: 1.4;
  color: #666;
  font-size: 12px;
}
#topStory ul li {
  background: none;
  padding: 0;
  margin: 0 0 10px 0;
}
#topStory ul li a {
  color: #000 !important;
}
#topStoryNuclear h1, #topStoryNuclear h2 {
  margin: 0 0 10px 0;
  font-size: 34px;
  line-height: 1.1;
}
#topStoryNuclear .module {
  margin: 0 0 15px 0;
}
#topStoryNuclear .photo {
  margin: 0 0 15px 0;
}
#topStoryNuclear p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  padding: 0;
  margin: 0;
}
#topStoryNuclear ul {
  margin: 0;
}
#topStoryNuclear ul li {
  font-size: 11px;
  background-image: none;
  margin: 0 0 10px 0;
  padding: 0;
}
/**************/
/* Right Rail */
/**************/

.focus .module {
  background: #F3F3F3;
  margin: 0 0 15px 0;
}
.focus .module .moduleHeader {
  margin: 0;
}
.focus .module .moduleBody {
  margin: 15px 15px 0 15px;
  padding-bottom: 5px;
  width: 270px;
  display: inline;
  overflow: hidden;
}
.focus .module .moduleBody .dividerInlineH {
  height: 5px;
  background: #D6D6D6;
  background-image: none;
  float: none;
  width: 270px;
  margin: 0 0 10px 0;
  clear: both;
  overflow: hidden;
}
.focus .module .moduleBody .moduleBody {
  margin: 0;
  width: auto;
  display: inline;
}
.focus .module .moduleBody .feature {
  padding: 0;
}
.focus .module .moduleBody ul li {
  padding: 0;
  margin: 0 0 10px 0;
  background: none;
}
.focus .module .moduleBody .moreLink {
  margin: 0 0 10px 0;
}
.module .moduleBody .gallery.feature .photo, .focus.gallery .module .moduleBody .feature .photo, .gallery .module .moduleBody .feature .photo {
  float: left !important;
  margin: 0 0 5px 0 !important;
}
#trendWatch.focus .module .moduleBody .module .moduleBody {
  padding-bottom: 0;
}
.focus .module .moduleBody .inline-modules .module {
  margin: 0 0 10px 0;
  padding: 0;
}
.focus .module .moduleBody .inline-modules .moduleBody {
  margin: 0;
  padding: 0;
}
/* Laundry List */

.laundry-list .module .moduleHeader {
  background: #FFF;
  border: none;
  margin: 0;
}
.laundry-list .module .moduleHeader h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  text-align: left;
  text-transform: none;
}
.laundry-list .module .moduleHeader h3 a {
  color: #000;
}
.laundry-list .module .moduleBody ul li {
  background: none;
  margin: 0 0 10px 0;
  padding: 0;
}
/********************/
/* Opinion Carousel */
/********************/

#opinionCarouselCanvas {
  margin: 0 0 10px 0;
}
#opinionCarousel, #opinionCarouselCanvas {
  float: left;
  width: 300px;
  position: relative;
  zoom: 1;
  z-index: 1;
}
#opinionCarouselCanvas #opinionControls {
  float: left;
  position: absolute;
  top: 7px;
  right: 10px;
  zoom: 1;
  z-index: 2;
}
#opinionControls #lastOpinion, #opinionControls #nextOpinion {
  float: left;
  display: block;
  width: 16px;
  height: 18px;
  margin: 0 2px;
  cursor: pointer;
  cursor: hand;
}
#opinionControls #lastOpinion {
  background: url("../images/sprite-core.gif") 0 -192px no-repeat;
}
#opinionControls #nextOpinion {
  background: url("../images/sprite-core.gif") 0 -219px no-repeat;
}
#opinionControls #opinionCount {
  float: left;
  width: 38px;
  height: 16px;
  margin: 2px 0 0 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
#opinionCarousel .module {
  position: relative;
  zoom: 1;
  display: none;
  z-index: 1;
  margin: 0;
  padding: 0 0 10px 0;
}
#opinionCarousel .module .moduleHeader {
  width: 100%;
}
#opinionCarousel .module .moduleBody {
  height: 190px;
  background: #F5F5F5;
  overflow: hidden;
}
#opinionCarousel .module .moduleBody h2 {
  font-size: 12px;
}
/***************/
/* Page Bottom */
/***************/

#splitColumn .column2 {
  margin-left: 20px;
}
#mainSection .column1 .module .moduleBody {
  margin-top: 0;
}
#mainSection .column1 .module .moduleHeader {
  background: transparent;
  padding: 0 0 10px 0;
  margin: 0;
}
#mainSection .column1 .module .moduleHeader h3 {
  padding: 0 0 5px 0;
  margin: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  color: #7c0a0a;
  border-bottom: 5px solid #971b00;
}
#mainSection .column1 .module .moduleHeader h3 a {
  color: #7c0a0a;
}
#homepageColumnists .module {
  margin: 0;
}
#homepageColumnists .photo {
  float: left;
  margin: 0 10px 5px 0;
}
#homepageColumnists .photo img {
  width: 80px;
}
#homepageColumnists .feature h2 {
  font-size: 12px;
}
#homepageColumnists .feature {
  margin: 0 0 10px 0;
}
#homepageColumnists .feature .contributor {
  font-size: 11px;
  text-transform: none;
  color: #333;
  font-weight: bold;
  margin: 0 0 2px 0;
  padding: 0;
}
#homepageColumnists .feature .contributor a {
  color: #333;
}
#splitColumn .laundry-list .module .moduleHeader {
  padding: 5px 0;
  margin: 0;
}
#splitColumn .laundry-list .module .moduleHeader h3 {
  padding: 2px 0;
  font-weight: bold;
  font-size: 14px;
  border: none;
}
#splitColumn .laundry-list .module .moduleBody ul {
  margin: 0;
}
#latestVideos {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
#latestVideos .module {
  margin-bottom: 0;
}
#latestVideos .module .moduleBody {
  margin: 0;
  padding: 5px 0 0 0;
}
#latestVideos #leadVideo h2 {
  font-size: 20px;
  font-weight: normal;
}
#latestVideos #leadVideo .topStory {
  background: none;
}
#latestVideos #leadVideo .topStory h2 {
  margin: 0 0 5px 0;
}
#latestVideos #leadVideo .photo {
  margin: 0 0 10px 0;
  padding: 0;
  background: #000;
}
#latestVideos #leadVideo .photo img {
  width: 380px;
  height: 214px;
}
#latestVideos #leadVideo p {
  font-size: 12px;
  margin: 0;
}
#latestVideos #moreVideos .photo4up {
  margin: 0;
}
#latestVideos #moreVideos .photo {
  float: left;
  margin: 0 10px 0 0;
}
#latestVideos #moreVideos .photo .videoOverlay {
  display: none;
}
#latestVideos #moreVideos h2 {
  font-size: 12px;
  clear: right;
  margin: 0;
  width: 130px;
  float: right;
}
#latestVideos #moreVideos .feature {
  padding: 0 0 15px 0;
  margin: 0;
}
#galleryOfTheDay .feature h2 {
  font-size: 12px;
}
/***********************/
/* Additional Styling */
/*********************/

/* VIDEO UPDATES */
.video_updates {
  padding: 5px;
  width: 195px;
  float: left;
  margin: 0px auto;
}
.video_updates img {
  padding: 2px;
  border: 1px solid #ccc;
  width: 185px;
  height: 140px;
  margin: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 3px #c5c5c5;
  -moz-box-shadow: 0px 0px 3px #c5c5c5;
  -webkit-box-shadow: 0px 0px 3px #c5c5c5;
  padding: 5px;
}
.video_updates div.video_title {
  width: 190px;
  height: 50px;
  margin: 2px;
  padding: 4px;
  background: #eee;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.video_play_icon {
  background: url(../images/play.png) center bottom no-repeat;
  position: absolute;
  margin: -158px 0px 0px 9px;
  border: 0px;
  width: 185px;
  height: 140px;
}
.video_play_icon:hover {
  background: url(../images/play_over.png) center bottom no-repeat;
  cursor: pointer;
}
/* SITE LINKS */
ul#site_links {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 300px;
}
ul#site_links li {
  background: url(../images/bullet_list_icon.png) left center no-repeat;
  padding: 5px 5px 5px 20px;
  width: 120px;
  float: left;
  margin: 0px auto;
}
#sites_link img {
  padding: 2px;
  border: 1px solid #ccc;
  width: 185px;
  height: 140px;
  margin: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 3px #c5c5c5;
  -moz-box-shadow: 0px 0px 3px #c5c5c5;
  -webkit-box-shadow: 0px 0px 3px #c5c5c5;
  padding: 5px;
}
.separator {
  margin: -20px 0px 10px 0px;
  border-bottom: 1px dotted #ccc;
}
#footer_links {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
#footer_links a {
  color: #fff;
}
/* Advetisement Banners */
.advertisement {
  display: block;
  margin: 5px auto;
  padding: 0px;
  border: none;
  width: 990px;
}
.advertisement div {
  background: #FFF;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  display: block;
  float: left;
}
.advertisement div img {
  margin: 0px;
  padding: 0px;
  border: none;
}

/************************/
/* IWC Style Overwrite */
/**********************/
.article, .block, #response{
  font-size:12px;
}
.article .video_player {
	border:2px solid #d9d9d9;
	margin:0px 0px 5px 0px;
	width:600px;
	padding:3px 3px 2px 3px;
}
.article .video_player iframe {
	width:600px;
}
.article .audio_player {
	width:375px;
}
.article .audio_player object{
	width:375px;
}
.post h1, .block h3, .block h1 {
	background:#971b00;
	border:2px solid #5f0707;
}
.article .post{
  margin-top:10px;
}
/* SITEMAP */
.sitemap #pages,.sitemap #categories{
	width:278px;
	float:left;
	margin:10px;
}

/* Social Media Icons */
#header_social {
  margin:10px 0px;
  padding:10px;
  border:solid 2px #900;
  border-radius:8px;
}

#header_social #title1 {
  margin:-10px 10px -10px -10px;
  padding:25px 10px;
  background:#900;
  width:100px;
  height: auto;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  color:#fff;
  float:left;
  letter-spacing:1px;
  border-radius:6px 0px 0px 6px;
}

#header_social #title {
  margin: 0px 10px 0px 0px;
  padding:6px 10px;
  background:#900;
  width:100px;
  height: auto;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  color:#fff;
  float:left;
  border-radius:8px;
  line-height:17px;
  letter-spacing:0.5px;
}

#header_social a {
  margin: 0px 5px;
  text-decoration:none;
}
#header_social a i {
  font-size: 2.4em;
  width: 1.5em;
  text-align: center;
  line-height: 1.5em;
  background: #00a800;
  color: #fff;
  border: solid 0.05em #00a800;
  border-radius: 2.25em;
}
#header_social a i.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
#header_social a i.fa-twitter {
  background: #00aced;
  border-color: #00aced;
}
#header_social a i.fa-linkedin {
  background: #0073b2;
  border-color: #0073b2;
}
#header_social a i.fa-google-plus {
  background: #e14107;
  border-color: #e14107;
}
#header_social a i.fa-pinterest {
  background: #cb2027;
  border-color: #cb2027;
}
#header_social a i.fa-digg {
  background: #0c2d68;
  border-color: #0c2d68;
}
#header_social a i.fa-stumbleupon {
  background: #3fc555;
  border-color: #3fc555;
}
#header_social a i.fa-delicious {
  background: #2d2b2a;
  border-color: #2d2b2a;
}
#header_social a i:hover {
  background: #fff;
  color: #881804;
  border: solid 0.05em #881804;
}
