@import url(https://fonts.googleapis.com/css?family=Oswald);
/*
font-family: 'Oswald', sans-serif;
*/

/*
	Disable logo image
*/
#logo, #topPicsWrap div.topPic1
{
	background-image: none;	
}

#topPicsWrap, #mainWrap
{box-shadow:0 0 0 #000;}

#frame
{background:url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/17422/v1/img/topbg1.jpg) center 0 no-repeat;}


/* Taken from randolph county raceway */
/* changed custom colors for backgrounds */
#menu
{
	background-color:#de0000;	
}

#menu a, .subHeading, .feedWrapper h2
{
	font-family: 'Oswald', sans-serif;
}

#logo
{
	left:35px;
	top:-178px;
	width:193px;
	height:168px;
}

#menu a
{
	font-size:1.1em;
	margin:0 10px;
}

#headerWrap .feedWrapper
{
	color:#fff;
	background-color: #9c9c9c;	
}

.feedWrapper h2
{
	margin:0 40px;
	font-size:1.6em;
	color:#fff;
	border-bottom:solid 2px #de0000;
	text-transform:uppercase;
}

.resultsFeedWrap .feedInfo .feedSpec1
{display:none;}

#headerWrap #headlineNav li.active
{
	background-color:#9c9c9c;
}

#mainBox
{
	box-shadow:0 0 10px #000;
	background:#ffffff;
}

.subHeading
{
	font-size:2.5em;
}

.subContent
{padding:10px;}

#footer
{
	color:#ffffff;
	background:#de0000;
}

#footer a
{
	color:#ffffff;
}

/* Custom CSS */

.contentSubWrap, .mrp_contentSubWrap
{
	border-bottom: solid #c2c2c2;	
}

#homeBody .subContent .homeFeeds .galleryFeedWrap h2
{
	text-align: left;	
	font-size: 1.7em;
	text-transform: uppercase;
}

h2, h3 a
{
	color: #de0000;
}

#menu a
{
	color: #ffffff;	
}

.adminBody #siteWrapper
{
	top: 0px;
	margin-bottom: 0px;
}

#headerWrap .headlineText
{
	height: 75px;	
}

a.btnGeneral
{
	color:#fff;
	background:#de0000;
}

a.btnGeneral:hover
{
	background:#9c9c9c;
}

/* Show icons */
/* this can stay in this css file and add to other ones that need it individually*/
/* or you can move this to layout and use content: none; to hide in individual tracks that don't need it */
.feedPrev:before
{
	position: absolute;
	content: "\f100";
	font-family: FontAwesome;
}

.feedNext:before
{
	position: absolute;
	content: "\f101";
	font-family: FontAwesome;
}

.feedNext span, .feedPrev span
{
	display: none;	
}
