/*
PINK PAPERS COLORS:

Extra-Light background:
#ffcee2
rgba(255,206,226,1)

Light background:
#ff94c0
rgba(255,148,192,1)

Dark background:
#ff68a6
rgba(255,104,166,1)

Display text:
#ff388a
rgba(255,56,138,1)

Sub-display text:
#650029
rgba(101,0,41,1)

Links:
#98003e

*/
div.sectionsToggler {
	background-image: url(/assets/images/hamburger-light-pink-60x48.png) !important;
}
div.sectionsToggler:hover {
	background-image: url(/assets/images/hamburger-extralight-pink-60x48.png) !important;
}
.carib div.sectionsToggler:hover {
	background-image: url(/assets/images/hamburger-deep-pink-60x48.png) !important;
}
div.sectionsToggler:active {
	background-image: url(/assets/images/hamburger-midnight-pink-60x48.png) !important;
}
    
a, a:link, button {
    color: #98003e;
    text-decoration: none;
}
a:visited {
    color: #98003e;
}
a:hover {
    color: #ff388a;
}
a:active {
    color: #ff68a6;
}

.queens .theCatsLine,.courier .theCatsLine,.bronx .theCatsLine, .airport .theCatsLine, .queens h6 .kicker {
    background-color: #ff68a6;
}

h6 .kicker {
	background-color: white !important;
	text-shadow: none;
}

.queens .theCatsLine a, .courier .theCatsLine a, .bronx .theCatsLine a,.airport .theCatsLine a, .sectionsToggler {
	text-shadow: #ff388a 1px 1px;
}

.divider h1, .linksTopper h1 {
	background-color: #ff68a6;
	text-shadow: #ff388a 1px 1px;
}
.blockArea {
	background-color: #ff68a6;
	background-image: none;
}

.info, .kicker, .storyInfo, .copyright, .view {
	color: #ff388a !important;
}

div#theBannerWrapper {
	background-color: rgba(255,104,166,1);
}
.airport div#theBannerWrapper, .carib div#theBannerWrapper {
	background-color: rgba(255,255,255,1);
}
body.scrolledDown.carib div#theBannerWrapper, body.scrolledDown.airport div#theBannerWrapper {
	background: linear-gradient( rgba(255,206,226, 0.97), rgba(255,188,212, 0.97)) !important;
}

.queens div#theBannerWrapper, .carib #theSubBannerWrapper {
	background-color: rgba(255,56,138,1) !important;
}

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

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

#theTopmostAdBarWrapper, .theFbLiveFedSearchBoxWrapper {
	background-color: rgba(255,148,192,1);
}
.carib #theTopmostAdBarWrapper {
	background-color: #fff;
}
#theSubBannerWrapper {
	background-color: rgba(255,206,226,1) !important;
	border-color: rgba(255,206,226,1) !important;
}
input[type="text"], textarea {
    border-color: rgba(225,186,206,1) !important;
}

@media only screen and (max-width: 600px) {
	.carib div#theBannerWrapper {
		background: linear-gradient( rgba(255,206,226, 0.97), rgba(255,188,212, 0.97)) !important;
	}
}