BODY .btn-primary{
	background-color: #7a9e00;
}

BODY.admin-bar .tertiary-nav{
	top: 25px;
}

.tertiary-nav{
	text-align: right;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	z-index: 1;
	display: none;
}

.tertiary-nav UL{
	max-width: 1260px;
	margin: auto;
	text-align: right;
}

.tertiary-nav LI.facebook,
.tertiary-nav LI.twitter{
	font: normal normal normal 14px/1 FontAwesome;
}

.tertiary-nav LI.facebook A,
.tertiary-nav LI.twitter A{
	font-size: 0;
}

.tertiary-nav LI.facebook A:hover,
.tertiary-nav LI.twitter A:hover{
	text-decoration: none;
}

.tertiary-nav LI.facebook A:before,
.tertiary-nav LI.twitter A:before{
	text-decoration: none;
	font-size: 24px;
}

.tertiary-nav LI.facebook A:before{
	content: "\f082";
}
.tertiary-nav LI.twitter A:before{
	content: "\f081";
}

.tertiary-nav A{
	color: #428bca;
	text-transform: none;
	font-weight: normal;
}

.tertiary-nav A:hover{
	color: white;
	text-decoration: underline;
}

BODY HEADER.sticky .tertiary-nav{
	display: none;
}

BODY HEADER.sticky{
	box-shadow: 0px 0px 5px #000;
}

@media (min-width: 1200px){
	.tertiary-nav{
		display: block;		
	}
	
	BODY HEADER UL LI.mobile-only{
		display: none;
	}	

	BODY HEADER #logo{
		overflow: visible;
		margin-top: 8px;
	}

	BODY HEADER #logo IMG{
		max-height: 150px;
	}	
}

BODY HEADER UL LI.highlight A{
	background-color: #cf523a;
	color: white;
}

BODY .timecounter{
	background-color: #7a9e00;
}

BODY #tile_sponsors .btn-primary{
	display: none !important;
}

BODY FOOTER UL{
	text-align: center;
	list-style: none;
}

BODY FOOTER UL LI{
	display: inline-block;
	list-style: none;
}

BODY FOOTER UL LI + LI:before{
	content: " | ";
}

BODY P {
	margin: 0 0 25px 0;
}

BODY .container .row h3 {
	color: #35aadc;
}

#comments hr {
	display: none;
}

.guests .guest .guest-inner:hover:before {
    opacity: 1.0;
}

body footer ul li + li:before {
	content: " \00a0\00a0 | \00a0\00a0 ";
}

BODY FOOTER A.fa{
	color: white;
	font-size: 1.5em;
}

BODY FOOTER A.fa + A.fa{
	margin-left: 0.5em;
}

BODY FOOTER A.fa:hover{
	color: #35aadc;
	text-decoration: none;
}

.widget_recent_entries{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1.125em;
	font-size: 36px;
	font-weight: 300;
	color: #242424;
}

.widget_recent_entries UL{
	font-size: 16px;
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

.widget_recent_entries LI:before, .widget_recent_entries LI:after{
	content: "";
	display: table;
	clear: both;
	width: 100%;
	height: 0;
}

.widget_recent_entries SPAN.post-date{
	float: left;
	margin-right: 1em;
}

@media (min-width: 768px){
	.widget_recent_entries{
		width: 750px;		
	}
}

@media (min-width: 1024px) {
    .widget_recent_entries {
        width: 1008px;
    }
}