/* Custom MediaMonkey styles */
.mm-header{
	color: #404040;
	margin: 0 auto;
    max-width: 1112px;
}
.mm-header:after,.mm-header:before,#page-header:after,#page-header:before{content:"";display:table;clear:both}
.mm-logotitle-container{
	float: left;
	height: 50px;
	overflow: hidden;
}
.mm-logo-container{
	float: left;
}
.mm-logo{
	width: 40px;
	padding: 10px 0;
}
.mm-title-container{
	float: left;
}
.mm-title{
	display: inline-block;
	
	font-size: 24px;
	font-weight: 400;
	padding: .645rem 1rem;
}
.mm-navlink-selected{
	color: #d85b0e!important;
}

.mm-nav-container{
	float: right;
}
.mm-navlink{
	display: inline-block;
	text-decoration: none;
	color: #000000bf;
	font-size: 14px;
	padding: .9375rem;
	line-height: 20px;
}
.mm-header a:hover, .mm-footer a:hover{
	text-decoration: none;
	color: #000000bf;
}

.mm-footer{
	width: 100%;
	background-color: #f0f0f0;
	padding: .9375rem 1.25rem;
	box-sizing: border-box;
}
.mm-footer-left{
	float: left;
}
.mm-footer-right{
	float: right;
}
#page-body{
	margin-top: 20px!important;
}

.headerbar{
	margin-bottom: 0.2rem;
}

@media(max-width: 730px) {
	.mm-nav-container:after,.mm-nav-container:before{content:"";display:table;clear:both}
	.mm-logo-container{
		position: absolute;
		margin-left: 20px;
	}
	.mm-nav-container{
		float: none;
		display: block;
		width: 100%;
		padding: 0px 8px;
		box-sizing: border-box;
	}
	.mm-navlink{
		width: 19.99%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
		float: left;
	}
	.mm-logotitle-container{
		width: 100%;
		text-align: center;
	}
	.mm-title-container{
		float: none;
	}
}

/* END Custom MediaMonkey styles */

*, a.forumtitle, a.topictitle, li.header dt, li.header dd, h3 {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	letter-spacing: -0.2px;
}

.navbar > .inner > ul > li > a > i, ul#nav-footer > li.breadcrumbs > span.crumb > a > i, .copyright a {
	color: #FCAF4D;
}


.index-footer li.row {
	padding: 0 20px;
}



/* ------- Subforums & Moderators ------- */
a.subforum, .forumlist_mods a {
	display: inline-block !important;
	margin-bottom: 5px;
	border-radius: 15px;
	background: rgba(0,0,0,.05);
	padding: 5px 12px 5px 30px !important;
/*	font-weight: 600;*/
}

a.subforum:hover, .forumlist_mods a:hover {
	text-decoration: none !important;
	background: rgba(0,0,0,.1);
}

a.subforum i, .forumlist_mods a i {
	margin-right: 5px;
	margin-left: -23px;
	padding: 5px 4px;
	position: absolute;
	font-size: 8px;
	color: #FFFFFF !important;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
}


