@font-face {
    font-family: 'microgramma';
    src: url('fonts/microgramma_d_extended_bold-webfont.woff2') format('woff2'),
         url('fonts/microgramma_d_extended_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* remove annoying yellow background in auto fill fields in Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fcfcfc inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

.sl-title-link, .sl-title-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.site-description p {
	font-size: 1.8em;
	font-weight: bold;
}

.navbar-top {
	margin-bottom: 10px;
}

.navbar-bottom {
	margin-top: 20px;
}

.navbar a {
	color: #ffffff;
}

.navbar li a {
	padding: 5px 8px;
}

.navbar li a:hover, .navbar li a:focus {
	background: #aa0000;
	color: #ffffff;
	text-decoration: none;
}

.navbar-top .dropdown a, .navbar-bottom .dropdown a {
	color: #bb0000;
}

.navbar-top .dropdown a:hover, .navbar-top .dropdown a:focus, .navbar-bottom .dropdown a:hover, .navbar-bottom .dropdown a:focus {
	background: #ffffff;
	color: #333333;
	text-decoration: underline;
}

#notification_list .pointer {
	border-color: #333333 transparent;
}

#notification_list .pointer-inner {
	border-color: #bb0000 transparent;
}

.dropdown-extended .header, .dropdown-extended .header a {
	color: #ffffff;
}

#notification_list a {
	text-decoration: none;
}

#notification_list .bg2 {
	background: #f8f8f8;
}

.navbar-crumbs {
	background: #ffffff;
	color: #333333;
	border: 1px solid #333333;
}

.navbar-crumbs a {
	color: #333333;
}

.navbar-crumbs a:hover {
	background: #bb0000;
	color: #ffffff;
}

.crumb-sep {
	display: inline-block;
	transform: scaleY(2);
}

.sl-info {
	margin-bottom: 10px;
}

.stat-block .icon {
	color: #bb0000;
}

.stat-block h3 {
	border: none;
	color: #333333;
	margin-top: 0;
	font-size: 1.3em;
}

.topiclist.forums.stats .row {
	padding-right: 10px;
	padding-left: 10px;
}

.jumpbox {
	margin: 0;
}

.jumpbox .dropdown-trigger {
	display: inline-block;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
}

.jumpbox:hover {
	background: #bb0000;
	color: #ffffff;
}

.jumpbox-cat-link {
	background: #333333;
	border-color: #333333;
	color: #ffffff !important;
}

.jumpbox-forum-link {
	background: #ffffff;
	font-weight: normal;
}

.jumpbox-sub-link {
	background: #ffffff;
}

.forumtitle {
	text-transform: uppercase;
}

.row-item {
	line-height: 1.6;
}

.sl-grey {
	opacity: 0.6;
}

.post {
	border: 1px solid #333333;
}

.sl-post {
	margin-top: 10px;
}

.sl-post-buttons {
	clear: both;
	list-style: none;
	margin-top: 15px;
	text-align: right;
}

.sl-post-buttons > li {
	display: inline;
	margin-right: 3px;
}

.post-notice a {
	color: #ffffff;
}

.button:hover .caret {
	border-color: #ffffff;
}

.panel {
	border: 1px solid #333333;
}

.navigation .active-subsection a {
	margin-right: 0px;
}

.navigation .active-subsection a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	box-shadow: 2px 0px 0px 0px #f8f8f8;
}

.missing-column li.header dl.row-item dt .list-inner {
	font-family: "Open Sans";
}

.cp-menu hr {
	border-color: transparent;
}

.rules a {
    color: #ffffff;
}

@media (max-width: 700px) {
	.sl-post {
		margin-top: 0;
	}
}
