/*________________________________________________________ SITE OVERRIDES */
a:hover {
	color:rgb(225,39,27) !important;
    border-bottom: 0;
}
#nav {
	display:none;
}
label {
    margin-bottom: 0;
    font-weight: 400;
}
input[type="checkbox"] {
    margin: 0 1em 0 0;
}
input[type="radio"] {
    margin: 0;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="button"], select, a.button, textarea, button {
    font-size: inherit;
}
table {
	width: 100% !important;
    border-collapse: collapse !important;
}
#dow {
    margin-top: 0;
}

/*_______________________________________________ GENERAL FORUM OVERRIDES */
.forum {
	background:#eee;
	font-size:12px;
	padding-bottom:2rem;
}
.forumcontent {
	margin:0;
}
.innercontainer {
	padding: 0 0.9375rem;
	width: auto;
	max-width:80rem;
}
.forum img {
	display: inline;
	margin: 0;
}
.forum .container {
	width:auto !important;
}
.forumcontent a {
    color: rgb(225,39,27);
}
.forumcontent th {
    color: rgb(15,36,83);
    text-align: left;
    font-size: 1.25em;
	padding: 0 0 1em;
}
.forumcontent table.biglist th {
    padding: 0 15px 15px 0;
}
.forumcontent th h2 {
	font-size:1em;
    margin-left: 0;
	margin-top: 1.5em;
}
.forumcontent div.location h2 {
    color: rgb(15,36,83);
    font-size: 1.25em;
	margin: 0.5em 0;
	font-weight:400;
}
.forumcontent div.location .smalltoolbar + h2 {
    float:left;
}
.forumcontent div.location h2 a {
	color:inherit;
    font-size: inherit;
}
.forumcontent div.location h2 a:hover {
	color:rgb(225,39,27);
}
.forumcontent .usertools {
    float: none;
	margin-top: 2em;
    margin-left: 0;
}
.forumcontent .usertools input,
.forumcontent .usertools button {
    width: 100%;
}
img.avatar {
    height: auto;
}
.breadcrumb-separator {
	opacity:0.4;
	padding:0 0.25em;
}
a.button,.forumcontent input[type="button"], .forumcontent input[type="submit"], .forumcontent button {
   background-color: rgb(225,39,27);
	color:#fff !important;
}
a.button:hover, .forumcontent input[type="button"]:hover, .forumcontent input[type="submit"]:hover, button:hover {
    background-color: rgb(15,36,83);
	color:#fff !important;
}
div.richeditor {
   margin:1em 0 2em !important;
}
div.richeditor div button {
    color: Black !important;
}
.forum-desc {
	margin-top:1em;
}
.forumcontent h1 {
	font-size:1.5em;
}
.forumcontent div.location h1 a {
    font-size: inherit;
}
.forumcontent div.location .postbutton {
    padding:2em 0 1em;
}
.forumcontent div.location .postbutton a {
    font-size: 1.25em;
    font-weight: bold;
}


@media screen and (max-width:47.9375em) {
	.mobilehidden {
		display: none !important;
	}
}
@media screen and (min-width:48em) {
	.innercontainer {
		width:92.5vw;
		margin:0 auto;
	}
	.forumcontent .smalltoolbar a {
		background: rgba(255,255,255,0.5);
		display: inline-block;
		padding: 0.5em;
		margin-left: 0;
	}
	.forumcontent div.location h2 {
		margin-bottom: 2em;
	}
	.forumcontent h1 {
		font-size:2em;
	}
}


/*____________________________________________________________ TOP HEADER */
.topheader {
    background-color: rgb(15,36,83);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.topheader a:hover {
    color: rgb(225,39,27) !important;
}
.topheader ul li {
	margin-left: 0;
}
.topheader ul li + li + li {
	margin-left: 10px;
}
.topheader .backtowebsite {
	margin-right:1em;
}
.topheader.admin-header {
	background-color: rgba(15,36,83,0.8);
}
.topheader.admin-header li:first-child {
	margin-right:1em !important;
}


/*________________________________________________________________ HEADER */
.header {
    background-color: rgb(15,36,83);
	min-height: 0;
	padding:1em 0;
}
.header a:hover {
    border-bottom: 0;
}
.header h2 {
	float:left;
	line-height: inherit;
	margin-bottom: 0.5em;
}
.header input[type="submit"] {
    line-height: 1;
}
.header .logininfo {
	float:right;
    line-height: inherit;
	max-width:100%;
}
.header .logininfo > div,
.header #curuserTable > div {
    height: auto;
}
.header .login-block {
	float: none !important;
	margin-bottom: 0.5em;
}
.header .login-block input::placeholder {
	color:#999;
}
.header .register-block {
	float: none !important;
}
.header .register-block br {
	display:none;
}
.header .logininfo a.registerLink {
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	margin-right: 1em;
}
.header .logininfo a.lostpswLink {
    color: rgba(255,255,255,0.6);
}
.header .sociallogin {
    border: 0;
    background: #fff;
}
.header .curUserInfo {
    margin-top: 0;
	min-width: 0;
}
.header a.curUsername {
    color: #fff;
}
.header .logininfo .edit-profile {
    display:none;
}
.header input[type="text"], .header input[type="password"] {
    background-color: #fff;
}
.header input[type="text"], .header input[type="password"], .header input[type="submit"] {
    color: #000;
}
.header input[type="submit"] {
    background-color: rgb(225,39,27);
    color: #fff;
}


@media screen and (min-width:48em) {
	.header .login-block {
		float:left !important;
		margin-top:0.2em;
	}
	.header .register-block {
		float:right !important;
	}
	.header .register-block br {
		display:block;
	}
	.header .logininfo a.registerLink {
		font-size: 1.5em;
		font-weight: bold;
		margin-right: 0;
	}
	.header .unreadInfo {
		float:left !important;
		margin-right:3em;
	}
	.header .unreadInfo a:first-child {
		margin-left: 0;
	}
}

