@import 'https://fonts.googleapis.com/css?family=Oswald:700';

/* =override layout bg images that are not used to prevent failed requests*/

/*
body=bg.jpg;
#siteWrapper=contentrepeat.jpg;
#site=bottomrepeat.jpg;
#siteSub=bottom.jpg;
#frameWrap=toprepeat.jpg;
#frame=top.jpg;
*/
body,
#site,
#siteSub,
#frameWrap
{background:none;}


/* =end override layout bg images that are not used to prevent failed requests*/

h2, #menu
{
	font-family: 'Oswald', sans-serif;
	font-style: italic;
}

#menu
{
	position: relative;
	top: 96px;
	font-size: 1.3em;
}

#menu li
{margin:0 10px;}

#menu a:hover
{
	text-decoration: none;	
	color: #FFC602;
}

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

#headerWrap, #headerSub
{
	height: 544px;	
}

#feedWrapper h2
{
	display: block;
	text-align: center;
}

#mainBox
{padding-top:10px;}

.mainBoxSub
{
	float: right;	
}

#mainTop
{
	padding-top: 15px;	
	margin-top: 0px;
}

.statsFeedSub
{
	text-align: center;	
}

#footer{
	background: #DDDDDD;
	opacity: 50;
	border-top: #FFC602 solid medium;
}

#homeBody .subHeading
{
	display: none;	
}

#homeBody .subContent h2
{
	display: block;
	border-bottom: medium solid #FFC602;
	font-size: 1.5em;
}

.newsFeed .contentSubWrap, #homeBody .newsFeedSub .contentSubWrap:last-child
{
	border-bottom: none;	
}

#mainBottom h2
{
	font-size:18px;
	padding:7px 0 0;
	text-transform:uppercase;
}

.videoFeedWrap, .twitWrap, .galleryFeedWrap
{
	position:relative;
	display:block;
	float:left;
	vertical-align:top;
	margin:0 16px 0 20px;
	width:360px;
	height:302px;
	text-align: center;
	border-radius:5px;
	border:solid 1px #FFC602;
}

.galleryFeedPicWrap, .videoFeedPicWrap
{
	float:none;
	display:inline-block;
}
