 /*
*********
Bartertown Layout - Section (non-homepage layout) Styles
****************************/

#region8 { float: left; margin-right: 15px; }
#region9 { float: right; /* margin-top: 15px; */ }

#dfmHeader .masthead h1
{
bottom: 7px;
position: absolute;
}

#dfmHeader .masthead h3
{
bottom: 52px;
position: absolute;
}

/* Should be in home-layout too */
/* .previousNewsPulldown, */ .complexListingSubTitle, .complexListingItemPhotoCredit { display: none; }

/* Extra space is being allotted above the centerpiece photo, this removes that. We don't use complexListingTitle here anyway. */
#region2and3box #region3 .layout5FeatureItemBox a.complexListingTitle { display:none; }

/* These two styles hide the first two links in region9, which are duplicates of the centerpiece top 2. Should be moved to bartertown-section.css
#region9 .complexListingBox .layout5FeatureItemBox > div { display:none; }
#region9 .complexListingBox .otherItemBox > div:nth-child(-n+1) { display:none; }

#region9 .complexListingBox .listing5ImageBox {
    display: none;
}
*/

/* Hide an errant gray bar at the top of region3 */
#region2and3box #region3 .complexListingBox a.complexListingTitle { border-top:0px none; }
hr.top-border { display:none; }

/*.rss-item a,
.feedburnerFeedBlock .headline a { font-size:18px!important; color:#333!important; }*/


.rss-item a,
.feedburnerFeedBlock .headline a,
#region8and9box #region8 .complexListingBox .listNoImage a { font-size:16px!important; color:#333!important; }

#region8 .complexListingBox .listNoImage a,
#region9 .complexListingBox .listNoImage a {
    color: #333333!important;
    text-decoration: none;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    font-size: 16px!important;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 1.2;
    border: none;
    padding:11.326px 0;
    display:block;
}

/*#region8and9box #region8 .complexListingBox .listNoImage a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
#region3 .listingItemDateWithBlurb, #region9 .listingItemDateWithBlurb { font-style: none; display:block; color:#666; }
#region3 br, #region9 br { /* display:none; */ }
#region3 .listingArticleBlurb br, #region9 .listingArticleBlurb br { display:block; }

/* Hide the line appearing below CL titles, eg "MORE SPORTS COLUMNS HEADLINES" */
.complexListingMoreHeadlines { display: none; }


#region3 .layout5FeatureItemBox:first-child > a.listingItemTitle { font-size:33px!important; }

/* Dogears shouldn't appear on section fronts */
#dfp-16, #dfp-17 { display:none!important; }

#outerOuterRegion { margin:auto; width:980px!important; } /* was 1010, but that didn't play nice with the wallpaper ads. */

#region3 .layout5FeatureItemBox { margin-bottom:15px; }

/* BT specific MC Rotator styles */
#mc-widget-container-large #mc-widget-large-carousel .slide .was-figure a {
display: block!important;
overflow:hidden!important;
width: 150px!important;
height: 80px!important;
margin: 0 1px 6px!important;
line-height: 1.5!important;
}



/* Weather fixes */
.weatherBox .weatherLink img { width:150px!important; margin-right:10px; }




/* Most Popular - Widget */
#region8and9box #region8 #mostpopwidget .complexListingBox .listNoImage a.complexListingLink {
font: normal 14px Arial, Helvetica, sans-serif!important;
border-top: 1px solid #E3E3E3;
color: #808080!important;
}


/* Most Popular - Section */
.popsection { font-size:12px; }
#popularstate > div
{
width:46%;
float:left;
}
.popsection h3, .popsection h4 { margin-bottom:0; }
.popmain
{
font-size:13px;
clear:both;
width:660px;
}
.popcol
{
width:320px;
float:left;
margin-right:10px;
}
.popmain ol { padding-left:0; }
.popmain ol li { list-style-position:inside; }
#popularbysection { clear:both; }


/* SiteMap */
#dfmSiteMap li { list-style: none; }
#dfmSiteMap li.dropdown.bubble { margin: 1.5em 0 0.25em 0; }
#dfmSiteMap a[id*='headerPrimary'] { font-size: 24px; }

/* Internal Sitemap, ala http://www.advocateweekly.com/sitemap */
.sitemap h1, .sitemap h2, .blockSiteMap h1, .blockSiteMap h2 { margin: 15px 0 0 0; }
.sitemap li, .blockSiteMap li { margin-left: 10px; }

/* KAANGO Real Estate link box */


#kaangoLinkbox { 
margin-bottom: 20px;
}
#kaangoLinkbox .insert.active .insert-media {
  height: auto;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#kaangoLinkbox .insert-link {
  border-top: 2px solid #39547a;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 10px 0;
}
#kaangoLinkbox .insert-link strong {
  color: #39547a;
  font-weight: 700;
}
#kaangoLinkbox .insert-link:hover {
  background-color: #f5f7fa;
  background-image: -moz-linear-gradient(top, #eef2f7, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eef2f7), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eef2f7, #ffffff);
  background-image: -o-linear-gradient(top, #eef2f7, #ffffff);
  background-image: linear-gradient(to bottom, #eef2f7, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeef2f7', endColorstr='#ffffffff', GradientType=0);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
/* end KAANGO Real Estate link box */



/* For right-rail poll placement */
#region4 .tips-widget { display: none; } /* hide the first newstip widget */
#region4 .pollsBox .pollsQuestion img,
#region4 table.pollsBox {
width: 282px !important;
}
#region4 table.pollsBox { margin: 0 0 0 10px !important; }
