#pageContentContainer,
#pageContentContainer #panelTwo,
#displayBodyContent,
#yieldContent {
    background: #000000 !important;
}
a {
    color: #F8BC18;
}
a:hover {
    color: #f8dc3a;
}
/* Content Background */

#pageContentContainer,
#pageContentContainer #panelTwo,
#displayBodyContent,
#yieldContent {
    background: #000000;
}
#displayBodyHeader {
    padding: 0;
}
/* Calendar */

#monthViewCalendar caption,
#month_navigation h2 {
    color: #F8BC18;
}
.contentTabs .selected a,
.contentTabs a,
#monthViewCalendar a.dateLink {
    color: #2f2f2f;
}
.contentTabs a:hover,
#monthViewCalendar a.dateLink:hover {
    color: #646464;
}
/* Sports Page */

.sportsPage #panelTwo a {
    color: #333;
}
.newsPage .siteContainer2,
#pageContentContainer,
.newsPage #pageContentContainer #panelTwo,
.newsPage #displayBodyContent,
.newsPage #yieldContent {
    background: #fff none !important;
}
.newsPage #displayBodyHeader {
    display: none;
}
.newsPage #topNav {
    margin: 0;
}
.newsPage #pageContentContainer {
    padding-top: 10px;
}
/*Text elements*/

.textBlockElement h3,
.photoGalleryElement h3,
.directorySearchElement h3,
.newsTitle,
.newsImageCaption,
.itemDetails h2 {
    color: #fff;
}
.user_mode .textBlockElement .text {
    color: #fff;
}
/* UPDATES AFTER SWITCHING TO PRIME V3 */

.newsPage .siteContainer2,
#pageContentContainer,
.newsPage #pageContentContainer #panelTwo,
.newsPage #displayBodyContent,
.newsPage #yieldContent,
.yieldPageContent {
    background: #000 none !important;
}
.user_mode .textBlockElement p,
.user_mode .textBlockElement ul,
.user_mode .textBlockElement ol,
.user_mode .textBlockElement div {
    color: #fff;
}
.weatherElement {
    background: #000000;
    border: 1px solid #555;
    border-radius: 10px;
}
.weather-temperature,
.pe50 .weather-currentConditions,
.pe33 .weather-currentConditions,
.pe25 .weather-currentConditions {
    color: #fff;
    border: none;
}

.contactElement .phone {
    color: #fff;
}

/* SOCIAL MEDIA */
.social { 
	width: 113px; 
	height:30px; 
	position: absolute; 
	top: 150px; 
	right:0px; }
.social > a { 
	text-indent: -9999px;
	height:30px;
	width:30px; 
	margin-left:5px; 
	display: inline-block; }
.social > a:hover {
	opacity: .9; }
a.facebook { background: transparent url(fb.png) center center no-repeat; }
a.twitter { background: transparent url(tw.png) center center no-repeat; }
a.instagram { background: transparent url(ig.png) center center no-repeat; }