body {
	background:#d2d2d2 url(../images/custom/background.png);
	background-repeat: repeat;
}

a,a:hover {
	color: rgb(56, 51, 102);
	text-shadow: 0px 1px 1px #F8F8FA;
	text-decoration: none;
}

a:visited {
	color: rgb(56, 51, 102);
	text-shadow: 0px 1px 1px #F8F8FA;
	text-decoration: none;
}

input, button, select, textarea {
  padding: 0 0.4em;
  height: 2em;
  line-height: 2em;
  background: rgb(220, 220, 220);
  background-image: linear-gradient(rgb(249,249,249) 0%, rgb(220, 220, 220) 100%);
  box-shadow: none;
}

input:hover, textarea:hover, button:hover, select:hover {
  outline: none;
  background: rgb(209,209,209);
  background-image: linear-gradient(rgb(249,249,249) 0%, rgb(209,209,209) 70%);
}

input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
  border-color: rgb(127, 176, 216);
  background: rgb(249,249,249);
}

/*  Header and Board Index */

#header {
	padding: 0px;
	width: 100%;
	display: flex;
	height: 54px;
}

#wrapper {
	max-width: 1200px;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	background: #f9f9f9 url(../images/custom/header.png) repeat-x;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

h1.forumtitle {
	font-size: 0em;
	font-family: "Tahoma", sans-serif;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
}

.logoholder {
  padding: 0px 12px;
  display: flex;
  flex: 0 0 auto;
}

.children {
	border-top: 1px solid rgb(252,252,252);
	padding: 5px;
	width: 100%;
	box-shadow: 0px 0px 0px 2px rgb(221, 221, 221)
}

.new_posts, a.new_posts {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 0 4px;
    background: rgb(114, 113, 155) url(../images/custom/catbg.png) repeat-x;
    border: 1px solid rgb(0,0,0,0.3);
    color: rgb(255, 255, 255);
    font: 9px/15px verdana, sans-serif;
    border-radius: 2px;
    opacity: 0.8;
	font-weight: 700;
}
a.moderation_link, a.moderation_link:visited {
	font-weight: bold;
	padding: 0px 8px;
	background: rgb(114, 113, 155) url(../images/custom/catbg.png) repeat-x;
	border-radius: 50%;
}
/*Stuff*/
.quickbuttons > li, .quickbuttons li ul, .quickbuttons li ul li a:hover, .quickbuttons ul li a:focus {
	background: rgb(209,209,209);
	background-image: linear-gradient(rgb(249,249,249) 0%, rgb(209,209,209) 70%);
}

.quickbuttons > li > a {
	line-height: 1.475rem;
}

/*NavBox, User Date/Time, and Unread post */

.navbox {
	background: transparent;
    padding: 0px;
	border: none;
	box-shadow: none;
	width: 100%;
}

div.news {
	padding: 10px 4px 8px 4px;
	font-size: 0.9em;
	display: inline-flex;
	align-items: baseline;
}

.newsanduser {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user { 
	padding: 10px 4px 8px 4px;
	display: inline-flex;
	width: 50%;
}

.user:not(:last-child) time:not(:last-child)::after, .user .unread_links li:not(:last-child)::after {
	content: " • ";
	margin: 0 1ch;
}

.user:only-child {
	width: auto;
	display: inline-flex;
	justify-content: space-between;
}

.user .unread_links {
	margin-left: 0px;
	display: inline-flex;
}

.newscontain {
	padding: 0px 12px;
}
#top_info > li {
	display: flex;
    margin: 0 2px 0 1px;
    font-size: 1.0em;
    line-height: 2.0em;
}

ul#top_info li a span {
  color: rgb(255,255,255);
}
ul#top_info li a .amt {
    color: rgb(255,255,255);
    text-shadow: 0px 1px 1px rgb(203, 205, 220);
}
#inner_wrap {
	border: none;
	margin-bottom: 0px;
}
#inner_section {
    padding: 0px 10px 2px 10px;
    border-radius: 6px 6px 0 0;
}

#pick_theme .selected {
    background: rgba(114, 113, 155, 0.2);
}

.logoholder {
	padding: 0px 12px;
}
#upper_section {
  padding: 0px 2px 0 2px;
}
#top_info {
    padding: 0px;
    line-height: 1.1em;
    width: auto;
    color: rgb(114, 113, 155);
    font-family: "Calibri",sans-serif;
    font-size: 1.1em;
}

#top_info > li > a {
    padding: 0 7px 0 7px;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Calibri", sans-serif;
	text-shadow: 0px 1px 1px rgb(0, 0, 0);
	color: rgb(203, 205, 220);
}

#top_info > li > a:hover, #top_info > li:hover > a, #top_info > li > a.open {
    background: #72719b;
    border: 1px solid #ad93c6;
	color: rgb(255,255,255);
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    text-shadow: -1px -1px 1px rgba(0,0,0,.2);
    font-family: "Calibri",sans-serif;
	
}

#top_info a:hover {
	text-decoration: underline;
}
#top_info li a.active {
    padding: 0 7px 0 7px;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Calibri", sans-serif;
	text-shadow: -1px -1px 1px rgba(0,0,0,.2);
	color: rgb(255,255,255);
	background: none;
}

#inner_section {
    background: none;
	background-image: none;
	border: none;
}

.navigate_section ul {
	background: #72719b url(../images/custom/catbg.png) repeat-x;
    border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: none;
}

.navigate_section ul li a {
    color: rgb(114, 113, 155);
	text-shadow: none;
	box-shadow: none;
}

.up_contain {
	background: #eaeaea;
	overflow: hidden;
	border: 1px solid;
	border-color: #fcfcfc #cdcdcd #cdcdcd #fcfcfc;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.roundframe {
    margin: 10px 0 0 0;
    padding: 12px 16px;
    background: rgb(234, 234, 234);
    border: 1px solid rgb(205, 205, 205);
    border-radius: 7px;
    box-shadow: none;
    overflow: auto;
}

/* Footer */

#footer {
	background: #72719b url(../images/custom/catbg.png) repeat-x !important;
    margin: 4em -10px 0 -10px;
    padding: 10px 22px;
    border-top: 2px solid #ad93c6;
    flex: none;
	max-width: none;
	text-shadow: 0px 1px 1px #222233;
	font-weight: 700;
}

 #footer .inner_wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

/* Admin Stuff */

fieldset.admin_group legend {
    background: rgb(234, 241, 244);
    border: rgb(0,0,0,0.2);
    padding: 1px 5px;
    border-radius: 3px;
    background: rgb(114, 113, 155);
}

fieldset legend {
    font-weight: bold;
    box-shadow: none;
    border: none;
    color: rgb(255,255,255);
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

/*Calender*/

#main_grid td.holidays, #month_grid td.holidays {
    background: rgb(135, 133, 184);
}

#main_grid td.holidays a, #month_grid td.holidays a {
    color: rgb(252,252,252);
}

#month_grid td.days a:hover {
    text-decoration: none;
    background: rgb(255,255,255);
}

.calendar_today, td.days:hover {
    background: rgb(255, 255, 255);
}

/*Bradcrumb */

/*The Breadcrumb*/
.breadcrumb {
    font: 1em sans-serif;
    list-style: none;
    border: 1px solid rgb(211,211,211);
    line-height: 1em;
}

.breadcrumb ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.breadcrumb p {
    margin: 0;
}

.breadcrumb li {
    display: inline-flex;
}

.breadcrumb li {
    background-color: rgb(135, 133, 184);
    box-sizing: border-box;
    color: rgb(255,255,255);
    max-height: 2em;
    padding: .5em 1em .5em 1.5em;
    position: relative;
    text-decoration: none;
    transition-timing-function: ease-in;
    transition: 0.5s;
    font-weight: 700;
}

.breadcrumb li:before {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid rgb(249, 249, 249);
    content: "";
    position: absolute;
    top: 0;
    right: -1.25em;
    z-index: 1;
}

.breadcrumb li:after {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid rgb(135, 133, 184);
    content: "";
    position: absolute;
    top: 0;
    right: -0.9em;
    transition-timing-function: ease-in;
    transition: 0.5s;
    z-index: 1;
}

/* Colors */

.breadcrumb strong {
    color: rgb(135, 133, 184);
}

.breadcrumb li a {
    color: rgb(255,255,255);
	text-shadow: 0px 1px 1px rgba(0, 0, 0);
}

.breadcrumb li a:hover {
    color: rgb(255,255,255);
}

.breadcrumb li:hover a {
    color: rgb(255,255,255);
}

.breadcrumb li:hover {
    background-color: rgb(203, 205, 220);
    color: rgb(255,255,255);
}

.breadcrumb li:hover:after {
    border-left-color: rgb(203, 205, 220);
    color: rgb(255,255,255);
}

.breadcrumb li:last-child  {
    background-color: rgb(203, 205, 220);
    color: rgb(255,255,255);
}

.breadcrumb li:last-child a  {
    color: rgb(255,255,255);
	text-shadow: 0px 1px 1px rgb(0,0,0);
}

.breadcrumb li:last-child::after {
    border-left-color: rgb(203, 205, 220);
}

@media screen and (max-width: 767px) {
.breadcrumb {
    font: 1em sans-serif;
    list-style: none;
    border: none;
}

.breadcrumb ul {
    display: block;
}

.breadcrumb li {
    display: block;
    width: max-content;
    margin: 5px 0px 5px 0px;
}
}
/* CatBar, TitleBar, & SubBar */
div.cat_bar {
	background: #72719b url(../images/custom/catbg.png) repeat-x;
	border-top: 1px solid #ad93c6;
    border-bottom: none;
    padding: 4px 0 4px 0;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
    text-shadow: none;
}

h3.catbg, h3.catbg a, h3.catbg a:hover {
    color: rgb(255,255,255);
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.cat_bar .desc {
    background: transparent;
    color: rgb(255,255,255);
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0px 0px 0px 8px;
    padding: 0px;
    box-shadow: none;
    border-radius: 5px;
}

.title_bar {
	border: none;
	background: #72719b url(../images/custom/catbg.png) repeat-x;
	color: #666;
	border-radius: 2px 2px 0 0;
	margin: 5px 0 0 0;
	font-size: 1.1em;
	padding: 4px 0 4px 0;
	border-radius: 6px 6px 0 0;
}
.sub_bar {
    background: #b6b6b6 url(../images/custom/titlebg.png) repeat-x;
	border-bottom: 1px solid #ddd;
	text-shadow: none;
	box-shadow: 0 -1px 0 #999 inset;
	clear: both;
	border-radius: 0px 0px 5px 5px;
}
h4.subbg, .subbg {
	color: #666;
	text-shadow: 0px 2px 3px #d5d5d5;
	font-family: "Tahoma", sans-serif;
	font-weight: bold;
	overflow: hidden;
	padding: 6px 12px 5px 12px;
}
.subbg a {
	background: none;
	color: #555;
	text-decoration: none;
}
.title_bar + .windowbg, .title_bar + .roundframe {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

h3.titlebg, h4.titlebg, .titlebg{
  background: none;
  font-family: "Tahoma", sans-serif;
  font-weight: bold;
  overflow: hidden;
  padding: 6px 12px 5px 12px;
  text-shadow: none;
  color: rgb(255,255,255) !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5)!important;
}

tr.title_bar a {
  color: rgb(255,255,255);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#upshrink_stats {
    margin-top: 0px;
}

.titlebg a {
    background: none;
    color: rgb(255,255,255);
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    text-decoration: none;
}

.subbg a {
    background: none;
    color: #2E2E2E;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

#topic_header a {
    color: rgb(255,255,255);
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.info .subject {
    font-weight: 700;
    font-size: 1.1em;
    color: #72719b;
	text-shadow: 0px 1px 1px #F8F8FA;
}

#search_form {
    padding: 0px 0px 5px 0px;
}

.title_bar .main_icons.sort_down {
    color: #fff;
}

.title_bar a span {
    color: #fff;
}

tr.windowbg:hover {
    background: rgba(114, 113, 155, 0.2);
}
/* Menu */

.dropmenu .main_icons::before {
	display: none;
    background: none;
}

#main_menu {
    margin: 12px 12px 0px 0px;
	text-align: right;
	width: 100%;
	font-size: 1.0em;
}

.dropmenu li a {
    background: none;
    border: none;
    color: rgb(77, 77, 77);
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    text-shadow: 0px 2px 2px #f1f1f1;
	font-weight: 700;
}

.dropmenu li a.active {
    background: none;
    color: rgb(60, 60, 60);
    font-weight: 700;
    border: none;
    box-shadow: none;
    text-shadow: 0px 2px 2px #f1f1f1;
	text-decoration: none;
}

.dropmenu li a.active:hover {
	background: none;
    border: none;
	color: rgb(77, 77, 77);
    box-shadow: none;
    text-shadow: 0px 2px 2px #f1f1f1;
	text-decoration: none;
}

.dropmenu li:hover a.active {
    background: none;
    border: none;
	color: rgb(77, 77, 77);
    box-shadow: none;
    text-shadow: 0px 2px 2px #f1f1f1;
	text-decoration: none;
}

.dropmenu li a:hover, .dropmenu li a:focus {
    background: none;
    border: none;
    color: rgb(77, 77, 77);
    text-shadow: 0px 2px 2px #f1f1f1;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
	font-weight: 700;
}

.dropmenu li a.active:hover {
	font-weight: 700;
}

.dropmenu li:hover a {
    background: none;
    border: none;
    color: rgb(60, 60, 60);
    cursor: pointer;
    box-shadow: none;
	font-weight: 700;
	text-decoration: none;
    text-shadow: 0px 2px 2px #f1f1f1;
}

.dropmenu li ul {
    background: #d1d1d1 url(../images/custom/menudrop.png) repeat-x;
	margin-top: 0px;
	border-radius: 0px;
    box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.5);
	border: none;
	text-align: left;
}

.dropmenu li li:hover, .button, .dropmenu li li:hover > a{
    background: #73739b;
    background-image: linear-gradient(to bottom,#9594bf 0%,#73739b 70%);
}


.dropmenu li li a:hover, .dropmenu li li a:focus {
	background: #73739b;
    background-image: linear-gradient(to bottom,#9594bf 0%,#73739b 70%);
	color: rgb(255,255,255);
    text-shadow: none;
}

.dropmenu > li {
    margin: 0 2px 0 2px;
    font-size: 1em;
    line-height: 1.8em;
}

.dropmenu .main_icons::before, #profile_menu .main_icons::before, .dropmenu img {
    margin: -3px 8px 0 24px;
    vertical-align: middle;
    width: 0px;
}

.amt {
    margin-left: 3px;
    padding: 0 5px;
	background: #73739b;
    background-image: none;
    background-image: linear-gradient(to bottom,#9594bf 0%,#73739b 70%);
    border-radius: 50%;
    color: rgb(255,255,255);
    text-shadow: 0px 1px 1px rgb(203, 205, 220);
	border: 1px solid rgb(0,0,0);
}

#pm_menu, #alerts_menu, #profile_menu {
    left: 0;
    right: 0;
    padding-right: 10px;
    background: rgb(222,223,222);
    background: linear-gradient(180deg, rgb(222, 223, 222) 0%, rgb(255, 255, 255) 100%);
}

/* Button Stuff */

.button {
	background: #575493 url(../images/custom/searchbutton.png) repeat-x !important;
	color: #fcfcfc!important;
	box-shadow: none;
	border: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.button:hover {
	background: #575493 url(../images/custom/searchbuttonhv.png) repeat-x !important;
	color: #fcfcfc;
    box-shadow: none;
	border: none;
}

.button:active {
	background: #575493 url(../images/custom/searchbuttonhv.png) repeat-x !important;
	color: #fcfcfc;
    box-shadow: none;
	border: none;
}

.button.active:hover, .button.active:focus {
	background: #575493 url(../images/custom/searchbuttonhv.png) repeat-x !important;
	color: #fcfcfc;
	box-shadow: none;
  	border: none;
}

.pagesection .button {
    color: #fcfcfc;
  	box-shadow: none;
  	border: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.quickbuttons li:hover {
  	background: rgb(209,209,209);
  	background-image: linear-gradient(rgb(249,249,249) 0%, rgb(209,209,209) 70%);
}

/* Those collapse and expand icons are wonderful. */
/* Those collapse and expand icons are wonderful. */
.toggle_up::before, .toggle_down::before {
    width: 28px;
    height: 17px;
    display: inline-block;
    background: transparent url(../images/custom/collapse.png) no-repeat 0 0 / 28px;
    overflow: hidden;
    content: '';
    vertical-align: middle;
    margin: 0px 5px 0 5px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    transition: background-color 0.25s;
    padding: 0;
}
.toggle_down::before {
    background: transparent url(../images/custom/expand.png) no-repeat 0 0 / 28px;
	box-shadow: none;
}

.toggle_up:hover:before, .toggle_down:hover:before {
	background-color: transparent;
	box-shadow: none;
	transition: background-color 0.25s;
}

/* Message Index */

#topic_container .windowbg {
    border: 1px solid;
    border-color: rgb(252, 252, 252) rgb(205, 205, 205) rgb(205, 205, 205) rgb(252, 252, 252);
    display: flex;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.windowbg:nth-of-type(2n+1), .bg.odd {
    background: rgb(234, 234, 234);
}
.windowbg:nth-of-type(2n), .bg.even {
    background: rgb(234, 234, 234);
}
/* Nobody wants locked topics to stand out much. */
.windowbg.locked {
	background: rgb(227, 229, 232);
}
/* Sticky topics get a different background */
.windowbg.sticky {
	background: rgb(227, 229,232);
}
/* Locked AND sticky are a bit more technical */
.windowbg.sticky.locked {
	background: rgb(227, 229,232);
}
/* Awaiting approval is a bit special, topics first */
.windowbg.approvetopic {
	background: rgb(241, 208, 189);
}
/* Unapproved posts in approved topics */
.windowbg.approvepost {
	background: rgb(241, 208, 189);
}
/* Colors for background of posts requiring approval */
.approvebg {
	color: #222;
	background: rgb(241, 208, 189);
}
.approvebg2 {
	color: #222;
	background: rgb(241, 208, 189);
}
.current_page {
  padding: 0 4px 0 2px;
  color: rgb(180, 97, 0);
  font-family: verdana, sans-serif;
  font-weight: bold;
  color: rgb(135, 133, 184);
}
#description_board, .filter_row {
    padding: 8px 10px;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    box-shadow: none;
    background: rgb(182, 182, 182) url(../images/custom/titlebg.png) repeat-x;
    color: rgb(102, 102, 102);
    text-shadow: 0px 2px 3px rgb(213, 213, 213);
}

.information {
	background: rgb(234, 234, 234);
	overflow: auto;
	padding-bottom: .5em;
	border-radius: 0 0 7px 7px;
	margin: 0 0 10px 0;
	padding: 12px 9px 8px 9px;
	border: 1px solid;
	border-color: rgb(252, 252, 252) rgb(205, 205, 205) rgb(205, 205, 205) rgb(252, 252, 252);
}
.news h2, .news p {
    display: inline-flex;
    padding: 0 0 0 4px;
}

.title_bar th, .windowbg th {
    padding: 2px 7px;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
}
/* PostBit */
/* Credit to Antechinus for this tutorial - https://www.simplemachines.org/community/index.php?topic=578882.0 */

/* ---------------------------------------------------- */
/* Adjust parent .windowbg for better looks of content. */
#forumposts .windowbg,
#forumposts .approvebg,
#personal_messages .windowbg {
    padding: 0;
}
/* -------------------- */
/* Grid parent element. */
/* -------------------- */
.post_wrapper {
    display: grid;
    grid-template-columns: 175px minmax(0,calc(100% - 32px));
    grid-auto-rows: 1fr min-content;
    border-radius: 6px;
}
/* ---------------------- */
/* You need to kill this! */
.post_wrapper::after {
    display: none;
}
/* ----------------- */
/* First grid child. */
.poster {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 175px;
    padding: 10px 0 10px 15px;
}
/* ------------------ */
/* Second grid child. */
.postarea {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    /* Set to flex parent. */
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 10px 15px 0 10px;
}
/* ----------------- */
/* Third grid child. */
.moderatorbar {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 15px 10px 10px;
}
/* --------------------- */
/* End of grid children. */
/* --------------------- */
/* Start flex children. */
/* -------------------- */
/* General reset. */
.postarea > div {
    flex: none;
}
/* ------------------ */
/* Second flex child. */
.postarea > .post {
    flex: 1 0 auto;
}
/* ----------------- */
/* Third flex child. */
.postarea > .attachments {
    /* Changed position to #4. */
    /* Attachments are now beneath buttons. */
    order: 4;
    margin: 0;
}
/* ------------------ */
/* Fourth flex child. */
.postarea > .under_message {
    /* Changed position to #3. */
    /* Buttons are now above attachments. */
    order: 3;
}
/* ------------------ */
/* End flex children. */
/* ------------------ */

/* ----------------------------------- */
/* Responsive code for mobile. */
/* Post & PM templates, media queries. */
@media screen and (max-width: 720px) {
    .pagesection.top {
        display: block !important;
    }
    #forumposts #new::after {
        margin-left: calc(50% - 16px);
    }
    .post_wrapper {
        display: block;
    }
    .poster {
        width: auto;
        min-height: 65px;
        padding: 10px 10px 5px;
    }
    .poster::after {
        display: block;
        clear: both;
        content: '';
    }
    .poster h4, .poster .user_info {
        margin-left: 0px;
    }
    .poster li.avatar {
        display: block!important;
        float: left;
        width: 50px;
        margin: 0px;
        text-align: center;
    }
    .poster img.avatar {
        max-height: 50px !important;
        max-width: 50px !important;
    }
    .poster li {
        padding-right: 4px;
        vertical-align: bottom;
    }
	.user_info li::before {
        content: none!important;
        padding: 0 1ch 0 0.5ch;
    }
    .poster .icons {
        padding: 0 4px 0 0;
    }
    .poster .blurb {
        display: none;
    }
}
.keyinfo .postinfo a, .keyinfo .postinfo a strong {
  color: rgb(135, 133, 184);
}
.poster h4, .poster h4 a, .poster li:hover h4 a, .poster h4 a:hover .poster li h4 a, .poster h4 a:focus {
  margin: 0;
  padding: 0;
  color: rgb(135, 133, 184);
}
.bbc_standard_quote {
  background-color: rgb(203, 205, 220);
}
.bbc_code {
    display: block;
    font-size: 0.78rem;
    border: 1px solid rgb(223, 223, 223);
    border-top: 2px solid rgb(187, 187, 187);
    border-bottom: 2px solid rgb(170, 170, 170);
    border-radius: 2px;
    margin: 1px 0 6px 0;
    padding: 3px 12px;
    overflow: auto;
    white-space: nowrap;
    max-height: 25em;
    background-color: rgb(203, 205, 220);
    color: rgb(0,0,0)
}

blockquote {
    margin: 0 0 8px 0;
    padding: 6px 10px;
    font-size: 0.85rem;
    border: 1px solid rgb(214, 223, 226);
    border-left: 2px solid rgb(170, 170, 170);
    border-right: 2px solid rgb(170, 170, 170);
	color: rgb(0,0,0)
}

blockquote cite a {
  color: #000 !important;
}

/* PopUp Windows */
.popup_window {
	top: 15%;
	width: 480px;
	padding: 0 6px 6px 6px;
	background: rgb(114, 113, 155) url(../images/custom/catbg.png) repeat-x;
    border-top: 1px solid rgb(173, 147, 198);
}
.popup_window .main_icons.login {
	color: #fff;
}
.popup_heading {
	padding: 10px 8px;
	color: #fff;
}
.popup_content {
	color: #222;
	line-height: 1.6em;
	max-height: 30em;
	overflow: auto;
	padding: 10px 8px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-radius: 6px 6px 2px 2px;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(255, 255, 255, 0.2);
}

/*Bars */
.generic_bar .bar, .progress_bar .bar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(203, 205, 220);
    transition: width .3s;
    border-radius: 1px;
    box-shadow: 4px -4px 8px rgba(0, 0, 0, 0.1) inset, 4px 4px 8px rgba(255,255,255,0.3) inset;
    display: block;
}
/* Grid */

.column {
  flex-basis: 100%;
}

@media screen and (min-width: 800px) {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .column {
    flex: 1;
  }
  ._25 {
    flex: 2.5;
  }
  ._5 {
    flex: 5;
  }
}

.column {
  padding: 2px;
  border: none;
  margin: 5px 0;
  background: none;
}


@media (max-width: 480px) {
h1.forumtitle a, h1.forumtitle {
	padding: 0px!important;
    max-width: none !important;
    margin: 0px !important;
	}
}

@media (max-width: 720px) {

#top_info {
	padding: 0px!important;
}

.news h2, .news p {
  display: none;
}
}

@media screen and (max-width: 720px) {
.up_contain .lastpost {
  min-height: initial;
  border-top: 1px solid rgb(252,252,252)!important;
  box-shadow: 0px 0px 0px 2px rgb(221, 221, 221);
}
}

@media (max-width: 800px) {

.menu_icon {
  display: inline-block;
  background: url(../images/icons/menu.svg) no-repeat;
  height: 20px;
  width: 20px;
}
}

/* BoardStats Flex Grid Thingy thing thing */
.boardstats_grid_row {
    border-bottom: 1px solid rgb(221, 221, 221);
    flex-basis: 100%;
    color: rgb(22, 79, 89);
    padding: 4px 10px;
    margin: 0px;
    text-align: left;
    font-size: 1em;
}

.boardstats_grid_row i {
    color: rgb(135, 133, 184);
    font-size: 1.2em;
	text-shadow: 0px 1px 1px rgb(0,0,0);
}

.boardstats_grid_row i:hover {
	color: rgb(135, 133, 184);
    font-size: 1.2em;
	text-shadow: 0px 1px 1px rgb(0,0,0);
}

@media screen and (min-width:800px) {
 .boardstats_grid_column {
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap
 }
 .boardstats_flex {
    flex:1
 }
}

/* Recent Flex Grid Thingy thing thing */
.recent_grid_column {
    border-bottom: 1px solid rgb(221, 221, 221);
    flex-basis: 100%;
    color: rgb(22, 79, 89);
    padding: 4px 10px;
    margin: 0px;
    text-align: left;
    font-size: 1em;
}

.recent_grid_column i{
    color: rgb(135, 133, 184);
    font-size: 1.2em;
	text-shadow: 0px 1px 1px rgb(0,0,0);
}

.recent_grid_column i:hover {
	color: rgb(135, 133, 184);
    font-size: 1.2em;
	text-shadow: 0px 1px 1px rgb(0,0,0)
}

@media screen and (min-width:800px) {
 .recent_grid_row {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap
 }
 .recent_grid_flex {
    flex:1
 }
}

/*Font Awesome Icons Stuff*/


.main_icons, .icon {
    margin-inline-end: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.main_icons.error {
    color: unset;
}

.centericon {
    vertical-align: middle;
}
.main_icons::before {
    content: "";
    width: 16px;
    height: 24px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
	text-shadow: 0px 1px 1px rgb(0,0,0);
}
.main_icons.home::before {
    content: "\f015";
}

.main_icons.search::before {
    content: "\f002";
}

.main_icons.admin::before {
    content: "\f7d9";
}

.main_icons.moderate::before {
    content: "\f637";
}

.main_icons.mlist::before {
    content: "\f0c0";
}

.main_icons.lock::before, .main_icons.security::before {
    content: "\f023";
}

.main_icons.sticky::before {
    content: "\f249";
}

.main_icons.poll::Before {
    content: "\f681";
}

.menu_icon::before, .toggle_down::before, .toggle_up::before, .errorbox::before, .infobox::before, .noticebox::before, .main_icons {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #cbcddc;
}

.main_icons.help::before {
    content: "\f059";
}

.main_icons.search::before, .main_icons.engines::before {
    content: "\f002";
}

.main_icons.quick_edit_button::before, .main_icons.modify_button::before {
    content: "\f044";
}

.main_icons.check::before {
    content: "\f059";
}

.main_icons.invalid::before {
    content: "\f071";
}

.main_icons.profile_sm::before {
	background: none;
	content: "\f007";
}

.main_icons.gender_2::before {
    content: "\f221";
}

.main_icons.select_above::before {
    content: "\f0d8";
}

.main_icons.select_here::before {
    content: "\f0d9";
}

.main_icons.select_below::before {
    content: "\f0d7";
}

.main_icons.watch::before {
    content: "\f1e5";
}

.main_icons.move::before, .main_icons.next_page::before {
    content: "\f35a";
}

.main_icons.general::before, .main_icons.boards::before, .main_icons.topics_views::before {
    content: "\f200";
}

.main_icons.gender_1::before {
    content: "\f222";
}

.main_icons.features::before {
    content: "\f1de";
}

.main_icons.posters::before {
    content: "\f091";
}

.main_icons.replies::before, .main_icons.topics_replies::before {
    content: "\f46d";
}

.main_icons.history::before, .main_icons.time_online::before, .main_icons.scheduled::before {
    content: "\f017";
}

.main_icons.views::before {
    content: "\f200";
}

.main_icons.last_post::before {
    content: "\f14d";
}

.main_icons.starters::before, .main_icons.people::before, .main_icons.membergroups::before, .main_icons.mlist::before {
    content: "\f500";
}

.main_icons.poll::before {
    content: "\f681";
}

.main_icons.previous_page::before {
    content: "\f359";
}

.main_icons.inbox::before {
    content: "\f01c";
}

.main_icons.permissions::before, .main_icons.login::before {
    content: "\f2f6";
}

.main_icons.www::before {
    content: "\f0ac";
}

.main_icons.exit::before, .main_icons.logout::before {
    content: "\f2f5";
}

.main_icons.switch::before {
    content: "\f079";
}

.main_icons.replied::before, .main_icons.send::before {
    content: "\f658";
}

.main_icons.im_on::before {
    content: "\f075";
}

.main_icons.im_off::before {
    content: "\f075";
}

.main_icons.split_desel::before {
    content: "\f0a8";
}

.main_icons.split_sel::before {
    content: "\f0a9";
}

.main_icons.mail::before {
    content: "\f0e0";
}

.main_icons.warning_mute::before {
    content: "\f4b3";
}

.main_icons.alerts::before, .main_icons.warn_button::before,
.main_icons.warning_moderate::before {
    content: "\f071";
	background-image: none;
}

.main_icons.mail_new::before {
    content: "\f0e0";
}

.main_icons.drafts::before,
.main_icons.reply_button::before,
.main_icons.reply_all_button::before {
    content: "\f573";
}

.main_icons.warning_watch::before {
    content: "\f06a";
}

.main_icons.calendar_export::before {
    content: "\f271";
}

.main_icons.calendar::before {
    content: "\f133";
}

.main_icons.calendar_modify::before {
    content: "\f304";
}

.main_icons.plus::before {
    content: "\f055";
}

.main_icons.warning::before, .main_icons.moderate::before {
    content: "\f637";
}

.main_icons.themes::before {
    content: "\f55d";
}

.main_icons.support::before {
    content: "\f590";
}

.main_icons.liked_users::before, .main_icons.liked_messages::before, .main_icons.like::before {
    content: "\f004";
}

.main_icons.unlike::before {
    content: "\f7a9";
}

.main_icons.current_theme::before {
    content: "\f482";
}

.main_icons.stats::before {
    content: "\f080";
}

.main_icons.right_arrow::before {
    content: "\f0da";
}

.main_icons.left_arrow::before {
    content: "\f0d9";
}

.main_icons.smiley::before {
    content: "\f580";
}

.main_icons.server::before {
    content: "\f233";
}

.main_icons.ban::before, .main_icons.ignore::before {
    content: "\f05e";
}

.main_icons.boards::before {
    content: "\f07b";
}

.main_icons.regcenter::before {
    content: "\f055";
}

.main_icons.posts::before {
    content: "\f15b";
}

.main_icons.sort_down::before {
    content: "\f884";
}

.main_icons.change_menu2::before, .main_icons.sent::before {
    content: "\f061";
}

.main_icons.post_moderation_moderate::before {
    content: "\f071";
}

.main_icons.sort_up::before {
    content: "\f885";
}

.main_icons.post_moderation_deny::before {
    content: "\f023";
}

.main_icons.post_moderation_attach::before {
    content: "\f0c6";
}

.main_icons.post_moderation_allow::before {
    content: "\f138";
}

.main_icons.personal_message::before {
    content: "\f0e0";
}

.main_icons.permissions::before, .main_icons.signup::before {
    content: "\f084";
}

.main_icons.paid::before {
    content: "\f53a";
}

.main_icons.packages::before {
    content: "\f466";
}

.main_icons.filter::before {
    content: "\f0b0";
}

.main_icons.change_menu::before {
    content: "\f060";
}

.main_icons.package_ops::before {
    content: "\f085";
}

.main_icons.reports::before {
    content: "\f0c5";
}

.main_icons.news::before {
    content: "\f1ea";
}

.main_icons.delete::before, .main_icons.prune::before, .main_icons.remove_button::before {
    content: "\f1f8";
}

.main_icons.modifications::before {
    content: "\f12e";
}

.main_icons.maintain::before, .main_icons.admin::before {
    content: "\f7d9";
}

.main_icons.administration::before, .main_icons.home::before {
    content: "\f015";
}

.main_icons.frenemy::before {
    content: "\f506";
}

.main_icons.attachment::before {
    content: "\f0c6";
}

.main_icons.lock::before, .main_icons.security::before {
    content: "\f023";
}

.main_icons.error::before, .main_icons.disable::before {
    content: "\f06a";
}

.main_icons.languages::before {
    content: "\f1ab";
}

.main_icons.members_request::before {
    content: "\f234";
}

.main_icons.members_delete::before {
    content: "\f503";
}

.main_icons.members::before {
    content: "\f0c0";
}

.main_icons.members_watched::before {
    content: "\f507";
}

.main_icons.sticky::before {
    content: "\f08d";
}

.main_icons.corefeatures::before, .main_icons.settings::before, .main_icons.manrules::before, .main_icons.manlabels::before {
    content: "\f085";
}

.main_icons.calendar::before {
    content: "\f073";
}

.main_icons.logs::before {
    content: "\f022";
}

.main_icons.valid::before {
    content: "\f00c";
}

.main_icons.approve::before, .main_icons.enable::before,
.main_icons.approve_button::before,
.main_icons.read_button::before {
    content: "\f00c";
}

.main_icons.close::before {
    content: "\f05e";
}

.main_icons.details::before {
	 content: "\f15c";
}

.main_icons.merge::before {
    content: "\f0c1";
}

.main_icons.folder::before {
    content: "\f078";
}

.main_icons.restore_button::before {
    content: "\f2f1";
}

.main_icons.split_button::before {
    content: "\f127";
}

.main_icons.unapprove_button::before,
.main_icons.unread_button::before,
.main_icons.hide_popup::before {
    content: "\f00d";
}

.main_icons.quote::before {
     content: "\f10e";
}

.main_icons.quote_selected::before {
    content: "\f246";
}

.main_icons.notify_button::before {
    content: "\f0f3";
}
