::selection {
	background: rgba(45, 125, 134, .75); /* WebKit/Blink Browsers */
	color: #fff;
}

::-moz-selection {
	background: rgba(45, 125, 134, .75); /* Gecko Browsers */
	color: #fff;
}

body {
	font-family: 'Raleway', 'Arial', 'sans-serif';
	font-size: .8rem;
	font-weight: 400;
	color: #333;
	background: initial;
    padding: initial;
	-webkit-font-smoothing: antialiased;
	/*-moz-osx-font-smoothing: antialiased;*/
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.3rem;
}

h3 {
	font-size: 1.1rem;
}

.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
	font-family: 'Raleway', 'Arial', 'sans-serif';
}

.logo-main {
	width: 60%;
	max-height: 100px;
	min-width: 300px;
}

.smalltext, tr.smalltext th {
	font-family: 'Raleway', 'Arial', 'sans-serif';
}

p.moderators {
	font-family: 'Raleway', 'Arial', 'sans-serif';
}

p {
	line-height: 1.5rem;
}

#main-menu {
	margin-bottom: 2em;
}

main a, main a:visited {
	color: #4947ad;
}

main a:hover, main a:active {
	color: #4947ad;
}

.content-title {
	padding-top: 1em;
}
.content-author p {
	padding-right: 1em;
}

.card {
	border: 0;
}

.sidebar {
	font-size: 0.8rem;
	color: #000;
}

.sidebar .card {
	background-color: transparent;
}

.sidebar .card-body:not(:nth-child(2)) {
	border-top: solid 1px rgba(0, 0, 0, .125);
}

.sidebar .card-header h6 {
	font-size: .75rem;
	font-weight: bold;
	margin-bottom: 0;
}

.sidebar .card-body {
	padding: .75em;
	padding-top: .75rem;
}

.sidebar .card-body p {
	margin: 0;
}

.sidebar .w-100 {
	margin-bottom: 2em;
}

.sidebar ul, .sidebar ol {
	list-style-type: none;
	padding-left: 0;
}

.sidebar .user-list li, .sidebar .guide-list li {
	display: inline-block;
	margin-right: 0.5rem;
}

.guide-list strong {
  color: #cc0000;
}

.guide-list li {
  padding: 0.5em;
}

.sidebar .site-list li {
	margin-bottom: .75rem;
}

.sidebar .site-list li img {
	/*max-width: 100%;*/
	width: 107px; /*replace with above when all svg*/
}

.sidebar .event-list li:not(:first-child) {
	margin-top: 1rem;
}

a.dropdown-item {
	font-size: 0.8rem;
}

a.dropdown-item:hover, a.dropdown-item:active, a.dropdown-item:focus {
	background-color: #f7d7a1;
	color: initial;
}

@media screen and (min-width: 992px) {
	.navbar-brand {
		display: block;
		width: 14em;
	}
}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.main {
	margin-bottom: 2em;
}

.main .card {
	border: 1px solid rgba(151, 216, 121, .5);
	margin-bottom: 1rem;
}

.main .card-header h1,
.main .card-header h2,
.main .card-header h3,
.main .card-header h4,
.main .card-header h5,
.main .card-header h6 {
	margin-bottom: 0;
}

.main a {
	font-size: .75rem;
	line-height: 1.2;
}

table.table_list a.unreadlink, table.table_list a.collapse {
	line-height: inherit;
}

main .row {
	margin-bottom: 1rem;
}

/**
	* Submenus
	*/
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: -.5em;
	left: 98%;
	margin-left: .1rem;
	margin-right: .1rem;
}

/* forum overrides */
#header {
	background: #fff;
    border-radius: calc(.25rem - 1px);
}

#header div.frame {
	background: initial;
	padding: 5px 20px 0 0;
}

#menu_nav {
	position: absolute;
}

#content_section div.frame {
	background: initial;
}

.cat_bar, div.cat_bar {
	background: initial;
}

tr.catbg th.first_th, tr.catbg th.last_th {
	background: initial;
}

h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
	background: initial;
}

tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:visited {
    color: #000;
}

.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
	background: initial;
    color: #000;
}

h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
    color: #000;
}

.windowbg, #preview_body {
	background: initial;
    color: #000;
}

.windowbg span.topslice,
.windowbg span.topslice span,
.windowbg span.botslice,
.windowbg span.botslice span {
	background: initial;
}

.windowbg2 span.topslice,
.windowbg2 span.topslice span,
.windowbg2 span.botslice,
.windowbg2 span.botslice span {
	background: initial;
}

.windowbg2 {
	color: #000;
}

#content_section {
    background: #fff;
	padding-bottom: 2em;
    border-radius: calc(.25rem - 1px);
}

div.roundframe div.cat_bar {
    background: initial;
}

div.roundframe div.cat_bar h3.catbg {
    background: initial;
}

div.title_barIC, div.title_barIC h4.titlebg {
    background: initial;
}

#footer_section div.frame, #footer_section {
    background: initial;
}

table.table_grid th, table.table_grid td {
	padding: .5rem .75rem;
}

#upper_section {
	margin-bottom: initial;
}



#index_common_stats
{
	display: initial;
	margin: initial;
	float: right;
	font-size: 0.8em;
	position: initial;
	top: initial;
	line-height: initial;
}

.twitter-collection {
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
.tweet-message {
	text-align: left;
}
.tweet-pic {
	float: left;
}
.tweet-pic {
	float: left;
	margin: 0 1em 1em 0;
}
.tweet-author {
	font-weight: bold;
}
.tweet-time {
	font-color: #ccc;
	font-size: 80%;
	text-align: right;
}

.poster h4 {
	font-weight: bold;
	letter-spacing: .05em;
}
#top_section p.news {
	float: left;
	margin: 1em;
	width: 50%;
}

#smflogo {
	width: 20%;
	min-width: 200px;
}

#poster {
	float: none;
	width: 0;
}
.postarea, .moderatorbar {
	margin: 0;
}
.post_wrapper {
	float: none;
}

.section-menu .navbar-toggler-icon {
	font-size: 50%;
}

.section-menu .container {
	margin: 0px;
	padding: 2px;
}

.section-menu  {
	padding: 0px;
}

.section-menu .nav-link {
	padding: 3px;
}

.section-menu.nav-link a, .section-menu.nav-link a:visited {
	color: #2a5a8b;
}

a.nav-link.active, a.nav-link.active:visited {
    background-color: #fd9604;
	border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

#upper_section {
	overflow: visible;
	padding: 0px;
}

#top_section {
	min-height: initial;
	margin-bottom: initial;
}

.dropdown-menu {
	margin: 0;
}

ul.display-elements {
	padding-left: 1em;
}

ul.display-elements li {
	margin: .5em 0;
}

.inner {
	padding: 2em .5em;
}

.text-muted a {
    color: #6c757d !important;
    font-weight: bold;
}