@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

body, div.sectionsToggler h2 {
	font-family: "Source Sans Pro", sans-serif;
}

div#theBannerWrapper {
background-color: #fff;
}
body.scrolledDown div#theBannerWrapper {
background-color: rgba(255, 255, 255, 0.97) !important
}

div.sectionsToggler h2 {
color: #000;
text-shadow: none;
}

#theLogo h5 {
margin: 0;
}

body.scrolledDown div#theBannerWrapper {
border-bottom: 1px solid #eee;
}

body.scrolledDown img#theScrolldownLogo {
margin-top: 6px;
}

body.scrolledDown .theFbLiveFedSearchFormWrapper {
top: 9px;
}


.divider h1, .theCatsLine a, .linksTopper h1, h6 .kicker, .sectionsToggler {
color: white;
letter-spacing: 1px;
text-shadow: #e10 1px 1px 0px;
}

.divider h1, .theCatsLine, .linksTopper h1, h6 .kicker {
background-color: #f20;
font-weight: bold;
border-radius: 4px;
}

h6 .kicker {
white-space: nowrap;
}

#altsDate {
display: none;
}

div#theSubBannerWrapper {
background-color: #fff;
border-top: 0px solid #eee;
border-bottom: 0px solid #eee;
}

.theFbLiveFedSearchForm {
top: 36px;
}
.theFbLiveFedSearchBoxWrapper {
background-color: #f20;
}


div.sectionsToggler.courier {
background-image: url('/assets/images/hamburger-red-60x48.png');
}
div.sectionsToggler.courier:hover {
background-image: url('/assets/images/hamburger-black-60x48.png');
}
div.sectionsToggler.courier:active {
background-image: url('/assets/images/hamburger-blue-60x48.png');
}

.blockArea {
border-color: #f20;
}

.blockArea .divider h1 {
background-color: transparent;
color: black;
text-shadow: none;
}