@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,900;1,400;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,900;1,500;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap);

:root {
    --main-accent: 200, 200, 150; /* Hex: #c8c896 */
    --gray: 147, 147, 146; /* Hex: #939392 */
    --blackish: 53, 53, 53; /* Hex: #353535 */
    --accent2: 186, 190, 176; /* Hex: #babeb0 */
    --beige: 240, 243, 231; /* Hex: #f0f3e7 */
    --accent3: 202, 205, 194; /* Hex: #cacdc2 */
	--speechbubble: 232, 236, 218; /* Hex: #e8ecda */
}

body {
    background: #e7ebe1 url(../../../images/design_lighthouse/dotnoise-lightgrey.png) repeat fixed;
    color: rgb(var(--blackish));
    line-height: 1.5;
    margin: 0 auto;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.3px;
    overflow-y: scroll;
	overflow-x: hidden;
}

.margin-bottom {
    margin-bottom: 0.2em;
}

/* a:link */

a:link {
    color: rgb(var(--gray));
    text-decoration: none;
}

a:visited {
    color: rgb(var(--gray));
    text-decoration: none;
}

a:hover {
    color: rgb(var(--main-accent));
    text-decoration: none;
}

a:active {
    color: rgb(var(--gray));
    text-decoration: none;
}

.bold_sub {
    color: #A4A079;
}

strong,
b {
    font-weight: 700;
}

#container {
	text-align: justify;
	line-height: 1.5;
	min-width: 800px;
	max-width: 1100px;
	margin: auto auto;
	
	color: rgb(var(--blackish));
	width: 85%;
	font-size: 0.85em;
	font-weight: 500;
	text-decoration: none;
}

.wrapper {
    width: 100%;
    margin: auto auto;
}

#logo {
    padding: 0;
    text-align: center;
    background-image: url(../../../images/design_lighthouse/headerlighthouse.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#content {
    /*background: rgb(var(--accent2));
	padding: 10px; */
    width: auto !important;
    margin: 1em 0 0 0;
    overflow: hidden;
}

/*
.headernav {
	z-index: 1;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1.7em;
	background: rgba(var(--beige), 0.9);
	text-align: center;
	color: rgb(var(--main-accent));
	font-size: 0.75em;
	white-space: wrap;
}

.headernav ul {
	list-style-type: none;
	width: 80%;
	margin: auto;
	line-height: 2rem;
}

.headernav ul li {
	display: inline;
	padding: 2px;
	color: rgb(var(--blackish));
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.headernav ul li a:link {
	padding: 5px;
	background: rgb(var(--beige));
}

.headernav ul li a:hover {
	color: rgb(var(--accent3));
}

*/

#header_logo {
    background-position: center top;
}

#header ul.menu {
    padding: 0;
    list-style: none;
    text-align: center;
}

#header ul.menu li {
	color: rgb(var(--blackish));
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 0.85em;
	font-weight: 400;
	flex-basis: 24%;
	background: rgba(var(--beige), 0.45);
	margin: 0.5%;
}

#header ul.menu li:hover {
    background: rgba(var(--beige), 0.9);
	font-weight: 900;
}

#header ul.top_links,
#panel .lower ul.panel_links {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	row-gap: 0.5em;
}

/* #header ul.top_links a.search {
	background-position: 0 0;
}

#header ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#header ul.top_links a.calendar {
	background-position: 0 -40px;
}

#header ul.top_links a.help {
	background-position: 0 -60px;
}

#header ul.top_links a.portal {
	background-position: 0 -180px;
}

*/

#panel .upper a.logout {
    font-weight: bold;
    background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
    padding-right: 20px;
    margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
    background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
    padding-left: 20px;
    margin-left: 10px;
    font-weight: bold;
}

#panel .upper a.register {
    background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
    padding-right: 20px;
    margin-left: 10px;
    font-weight: bold;
}

#panel .lower ul.panel_links li {
}

#panel .lower ul.panel_links a.usercp {
    background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp,
#panel .lower ul.panel_links a.admincp {
    text-align: center;
}

/*
#panel .lower ul.panel_links a.modcp {
	background-color: rgb(var(--blackish));
	color: rgb(var(--beige));
}

#panel .lower ul.panel_links a.admincp {
	background-color: rgb(var(--beige));
	color: rgb(var(--blackish));
}

*/

#panel .lower ul.panel_links a.modcp:hover,
#panel .lower ul.panel_links a.admincp:hover {
    background-color: rgb(var(--accent3));
    color: rgb(var(--blackish));
}

#panel .lower ul.user_links {
    float: right;
}

#panel .lower ul.user_links li a {
    padding: 0;
    background-image: none;
}

#panel .upper {
    background: rgb(var(--blackish));
    color: #fff;
    padding: 10px;
    clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
    color: #ccc;
    text-decoration: none;
}

#panel .lower {
    color: #999;
    /*padding: 0 0 10px 0;
	background: rgb(var(--accent2));*/
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
    color: rgb(var(--blackish));
    text-decoration: none;
}

#panel .lower .usermenu {
}

#search {
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    vertical-align: middle;
}

#search input.button,
#search input.textbox {
    border-color: #000;
}

#search input.button {
    background: #0066a2;
    color: #fff;
}

#search input {
    margin: -3px 0;
}

#quick_login .remember_me input {
    vertical-align: middle;
    margin: -3px 0 0 5px;
}

.footer_annex {
    width: auto;
    height: 100px;
    margin: auto;
    background-position: center bottom;
}

.footer-quote {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(var(--beige), 0.5);
	letter-spacing: 0.5px;
	width: 50%;
	margin: 3em auto;
	line-height: 1.2rem;
	text-transform: uppercase;
}

.footer-quote span {
	color: rgba(var(--blackish), 0.5);
	font-family: Oswald, sans-serif;
	font-size: 0.45em;
	letter-spacing: 3px;
	display: block;
	margin-top: 1em;
}

#footer {
	font-size: 0.8em;
}

#footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul.menu li {
    margin: 0 5px;
    display: inline;
}

#footer .upper,
#footer .lower {
	text-align: center;
	width: 50%;
	margin: auto;
}

#footer .upper {
	margin-bottom: 10px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    color: rgb(var(--blackish));
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

#footer a:hover {
    color: #F9FAF5;
}

#footer .lower .theme select {
	color: rgb(var(--blackish));
	background: rgb(var(--beige));
	padding: 5px 10px;
	border: 0px;
}

#footer .upper ul.bottom_links {
}

#footer .lower {
	color: rgb(var(--accent2));
}

#footer .lower a:link,
#footer .lower a:visited {
    color: rgb(var(--accent2));
    text-decoration: none;
}

#footer .lower a:hover,
#footer .lower a:active {
    color: #F9FAF5;
    text-decoration: none;
    font-weight: bold;
}

#footer .lower #current_time {
    float: right;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 20px;
    font-size: 0.9em;
}

.scaleimages img {
    max-width: 100%;
}

.forum_title {
    font-size: 1.5em;
    text-decoration: none;
    text-align: center;
}

.forum_status {
    height: 60px;
    width: 60px;
    background: url(../../../images/design_lighthouse/forumstatusicons.png) no-repeat 0 0;
    display: inline-block;
}

forum_on {
    background-position: 0 0;
}

.forum_off {
    background-position: 0 -60px;
}

.forum_offclose {
    background-position: 0 -120px;
}

.forum_offlink {
    background-position: 0 -120px;
}

.forum_status i {
    display: inline-block;
    line-height: 50px;
}

.forum_on {
    color: #0094d1;
}

.forum_offclose,
.forum_offlock,
.forum_offlink {
    color: #333;
}

.forum_off i {
    opacity: .4;
}

.forum_offlock i:before {
    content: "\f023";
}

.forum_offlink i:before {
    content: "\f0c1";
}

.ficons_2 i:before {
    content: "\f000";
}

.ficons_3 i:before {
    content: "\f1ba";
}

.ficons_4 i:before {
    content: "\f0f5";
}

.ficons_6 i:before {
    content: "\f0e4";
}

.ficons_7 i:before {
    content: "\f03e";
}

None
/*.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

*/

.subforumicon {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 5px;
}

.subforum_minion {
    color: #333;
}

.subforum_minioff,
.subforum_miniofflock,
.subforum_miniofflink {
    color: #333;
}

.subforum_minioff {
    opacity: .4;
}

.subforum_miniofflock i:before {
    content: "\f023";
}

.subforum_miniofflink i:before {
    content: "\f0c1";
}

table {
    color: rgb(var(--blackish));
}

.tborder {
    background: #fff;
    width: 100%;
    margin: auto auto;
    padding: 0px;
}

.tfixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.thead {
    background: #9EA490 url(../../../images/design_lighthouse/cat-thead.png);
    background-size: cover;
    padding: 2em;
    height: 100%;
    font-size: 1.2em;
    color: rgb(var(--gray));
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Oswald, sans-serif;
}

.thead a:link {
    color: rgb(var(--gray));
    text-decoration: none;
}

.thead a:visited {
    color: rgb(var(--gray));
    text-decoration: none;
}

.thead a:hover,
.thead a:active {
    color: #a4a78a;
    text-decoration: none;
}

.tcat {
    background: #333;
    color: #dbddca;
    padding: 12px;
    font-size: 1em;
}

.tcat a:link {
    color: #fff;
    text-decoration: none;
}

.tcat a:visited {
    color: #fff;
    text-decoration: none;
}

.tcat a:hover,
.tcat a:active {
    color: #fff;
    text-decoration: none;
}

.trow1,
.trow2 {
    background: rgb(var(--beige));
}

.trow1 a:link,
.trow2 a:link {
    text-decoration: none;
}

.trow1 a:hover,
.trow2 a:hover {
    color: #C1BC8F;
}

.trow1 .cat_info,
.trow2 .cat_info,
.thread_info,
.memberprofile_info {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

.trow1 .cat_info,
.trow2 .cat_info {
    align-items: center;
    flex-wrap: wrap;
    margin: 0.5em 0;
}

.trow1 .cat_info .cat_title,
.trow2 .cat_info .cat_title {
    width: 22%;
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    padding-left: 2em;
}

.trow1 .cat_info .cat_title .sub,
.trow2 .cat_info .cat_title .sub {
    font-weight: 400;
    font-size: 11px;
    font-family: Source Sans Pro, sans-serif;
    text-transform: lowercase;
}

.trow1 .cat_info .cat_button,
.trow2 .cat_info .cat_button {
    width: 60px;
    margin-left: 1em;
}

.trow1 .cat_info .cat_descr,
.trow2 .cat_info .cat_descr {
    width: 20%;
    text-align: justify;
    flex-grow: 2;
    margin-left: 1em;
    max-height: 100px;
    overflow: auto;
    padding-right: 1em;
}

.trow1 .cat_info .cat_lastpost,
.trow2 .cat_info .cat_lastpost {
    width: 15%;
    text-align: center;
    flex-grow: 1;
    margin-left: 1em;
}

.trow1 .cat_subforum,
.trow2 .cat_subforum {
	background: rgba(var(--main-accent), 0.15);
	padding: 10px;
}

.thread_info .thread_button,
.thread_info .thread_icon {
    width: 40px;
}

.thread_info .thread_title_descr {
    width: 40%;
}

.thread_info .thread_replies {
    width: 10%;
    text-align: left;
}

.thread_info .thread_lastpost {
    width: 15%;
}

.memberlist_info {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
}

.memberlist_info .user_avatar {
	width: 70px;
    order: 1;
}

.memberlist_info .user_info {
	width: calc(30% - 70px);
    order: 2;
	padding-left: 25px;
}

.memberlist_info .member_charbit {
	width: 70%;
	order: 3;
	max-height: 70px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 25px;
}

.memberlist_info ul {
    list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.memberlist_info ul li {
    display: inline;
    margin-left: 0.2em;
}

.memberprofile_avatar {
    min-width: 100px;
    min-height: 100px max-width: 150px;
    max-height: 150px
}

.memberprofile_stats .title {
    text-transform: uppercase;
    font-size: 2em;
}

.memberprofile_stats .sub_title {
    font-weight: 900;
    font-size: 1.5em;
    color: #bbb;
    text-transform: lowercase;
}

.memberprofile_bit {
    width: 100%;
    padding: 20px;
    margin: 1em auto;
}

.memberprofile_bit div.scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    display: flex;
    padding: 10px;
    flex-direction: row;
}

.float {
    float: left;
}

/*
strong.forumbit_title
strong.forumbit_title {
	font-weight: 800;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 18px;
}

*/

.trow_shaded {
    background: #d4d4d4;
}

.no_bottom_border {
    border-bottom: 0;
}

.post.unapproved_post {
    background: #ffdde0;
}

.thread_start_datetime {
    color: #999;
}

.post.unapproved_post .post_author {
    border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
    border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
    border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
    background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
    background: #FFFBD9;
    color: #333;
    border-right-color: #F7E86A;
    border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
    color: #bcc67f;
    text-decoration: none;
}

.trow_sep {
    background: #ddd;
    color: #333;
    border-bottom: 1px solid #c5c5c5;
    padding: 6px;
    font-size: 1em;
    font-weight: bold;
}

.tfoot {
    padding: 8px;
    background: #9EA490;
    color: rgb(var(--beige));
}

.tfoot a {
    margin-left: 8px;
}

.tfoot a:link,
.tfoot a:visited {
    color: rgb(var(--blackish));
    text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
    color: #F9FAF5;
    text-decoration: none;
}

/*
.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

*/

.bottommenu {
    background: #efefef;
    color: #333;
    border: 1px solid #4874a3;
    padding: 10px;
}

.navigation {
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    background: rgba(var(--accent3));
    padding: 1em 0;
    margin: 1em 0;
}

.navigation a:link {
    text-decoration: none;
}

.navigation a:visited {
    text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
    text-decoration: none;
    color: #eee;
}

.navigation .active {
    font-weight: 900;
}

.smalltext {
    font-size: 0.9em;
}

.smalltext a.link,
.smalltext a:visited,
.smalltext a:hover,
.smalltext a:active {
    text-decoration: none;
}

.largetext {
    font-size: 1.3em;
    font-weight: bold;
}

fieldset {
    padding: 2em;
    border: 0px;
    margin: 0;
    background: rgb(var(--beige));
}

fieldset.trow1,
fieldset.trow2 {
    border-color: #bbb;
}

fieldset.align_right {
    text-align: right;
}

input.textbox {
    background: #DBD8BD;
    color: #333;
    border: 0px;
    padding: 5px;
    outline: 0;
    font-size: 1em;
    margin-bottom: 0.2em;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
    background: #DBD8BD;
    color: #333;
    border: 0px;
    padding: 5px;
    line-height: 1.4;
    outline: 0;
    font-size: 1em;
    font-family: Source Sans Pro, sans-serif;
}

select {
   	font-family: Source Sans Pro, sans-serif;
    font-size: 1em;
    padding: 5px 10px;
    background: #f9faf5;
    color: rgb(var(--blackish));
    border: 0px;
}

button,
input.button {
    padding: 5px 10px;
    cursor: pointer;
    font-family: Source Sans Pro, sans-serif;
    font-weight: bold;
    font-size: 1em;
    background: rgba(var(--accent3));
    color: rgb(var(--blackish));
    outline: 0;
    border: 0px;
}

button:hover,
input.button:hover {
    background: rgb(var(--blackish));
    color: rgb(var(--main-accent));
}

form {
    margin: 0;
    padding: 0;
}

/*
input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	padding: 5px 10px;
}

*/

label.error {
    color: #f30;
    margin: 5px;
    padding: 0px;
    display: block;
    font-weight: bold;
    font-size: 0.9em;
}

form #message {
    width: 400px;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #ccc;
}

.post .editor_control_bar {
    background: #f5f5f5;
}

.popup_menu {
    background: #fff;
    border: 1px solid #ccc;
}

.popup_menu .popup_item {
    background: #efefef;
    color: #333;
}

.popup_menu .popup_item:hover {
    background: #0072BC;
    color: #fff;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.repbox {
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
}

._neutral {
    background-color: #FAFAFA;
    color: #999999;
    border: 1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border: 1px solid #980201;
}

._plus {
    background-color: #E8FCDC;
    color: #008800;
    border: 1px solid #008800;
}

img {
    border: none;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0px;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background: #FFFBD9;
    border-bottom: 1px solid #F7E86A;
    color: #333;
    text-align: center;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

.tcat_menu > .expcolimage {
    margin-top: 0;
}

blockquote {
	background: rgba(var(--accent2), 0.15);
	padding: 0 25px 25px 25px;
	margin: 0 2rem;
	line-height: 1.5;
	overflow: hidden;
}

blockquote cite {
	font-style: normal;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 3em;
	color: rgba(var(--main-accent), 0.4);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	position: relative;
	top: -25px;
}

.codeblock .title {
    font-weight: bold;
    font-style: normal;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1em;
    color: rgba(var(--blackish), 0.8);
}

blockquote cite > span {
    float: right;
    font-weight: normal;
    font-size: 1em;
    color: #666;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    background: rgba(var(--accent2), 0.15);
    margin: 0;
    padding: 15px;
    margin: 0 2rem;
    line-height: 1.5;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 1em;
	background: rgba(var(--accent2), 0.3);
	padding: 10px;
}

.smilie {
    vertical-align: middle;
}

.smilie_pointer {
    cursor: pointer;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 0.08em;
    list-style-type: none;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 4px;
    white-space: nowrap;
    text-decoration: none;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    color: rgb(var(--blackish));
    text-align: center;
    padding: 5px;
    margin: 1em 0;
    font-size: 0.9em;
}

.red_alert {
    background: #ad7368;
    color: #e8d5d1;
    text-align: center;
    padding: 5px;
    font-size: 0.9em;
    margin: 0 0 1em 0;
    word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
    color: #9a4c1f;
    text-decoration: none;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

.imminent_banned {
    color: #880000;
}

.high_banned {
    color: #FF0000;
}

.moderate_banned {
    color: #FF6600;
}

.low_banned {
    color: #008000;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

div.error {
    padding: 5px 10px;
    border: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 1em;
}

div.error p {
    margin: 0;
    color: #333;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
    margin-left: 24px;
}

.pagination {
    font-size: 0.9em;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
    padding: 3px 6px;
    margin-bottom: 3px;
}

.pagination a {
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.pagination .pagination_current {
    background: none;
    color: #333;
    border: none;
    font-weight: bold;
}

.pagination a:hover {
    background: #0072BC;
    color: #fff;
    border-color: #263c30;
    text-decoration: none;
}

.pagination .go_page img {
    margin-bottom: -4px;
}

.drop_go_page {
    background: #f5f5f5;
    padding: 4px;
}

.pagination_breadcrumb {
    background-color: #efefef;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.thread_legend,
.thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 10px;
}

#posts_container {
    padding: 0;
}

.ignored_post {
    border-top: 3px solid #333;
    padding: 15px;
}

.ignored_post .show_ignored_post {
    margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
    background-position: 0 -400px;
}

.deleted_post_hidden {
    border-top: 2px solid #ccc;
    padding: 15px;
}

.deleted_post_collapsed {
    border-top: 3px solid #333;
    padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
    margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
    background-position: 0 -400px;
}

.post {
    overflow: hidden;
}

.post .post_author {
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 120px;
    max-width: 1100px;
    display: flex;
}

/*
.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

*/

.post .post_author div.author_avatar,
.post .post_author div.author_information {
    background: rgba(var(--main-accent), 0.3);
}

.post .post_author div.author_avatar {
    float: right;
    margin: 0;
    padding: 10px;
    width: 100%;
    max-width: 120px;
}

.post.classic .post_author div.author_avatar {
    float: none;
    text-align: center;
    margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
    padding: 0;
    border: solid #fff 7px;
}

.post .post_author div.author_information {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.post .post_author div.author_information .username {
    font-size: 2.5em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 1em;
}

.post .post_author div.author_information .username a:link,
.post .post_author div.author_information .username a:visited {
    text-decoration: none;
}

.post .post_author div.author_information .username a:hover {
    text-decoration: none;
    color: rgb(var(--blackish));
}

.post .post_author div.author_information .username a:active {
    text-decoration: none;
}

.post.classic .post_author div.author_information {
    padding: 0;
    text-align: center;
}

.post .post_author div.group_image {
    background: #ebe8d1;
    padding: 1em;
}

.post .post_author div.group_image img {
    display: block;
    margin: 0 auto;
}

.post .post_author div.author_statistics {
    font-size: 0.9em;
    padding: 30px 20px;
    width: 100%;
    text-align: left;
    background: rgba(var(--main-accent), 0.45);
    max-width: 200px;
}

.post.classic .post_author div.author_statistics {
    border-top: 1px dotted #ccc;
    margin: 6px 0 0 0;
    padding: 6px 6px 3px 6px;
    float: none;
}

/*
.post .post_author div.author_information,
.post .post_author div.author_statistics {
	background: #ebe8d1;
}

*/

.post .post_head {
    font-size: 0.9em;
    padding-bottom: 4px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 4px;
}

.post .post_head span.post_date {
    color: #666;
}

.post .post_head span.edited_post {
    font-size: 0.8em;
    color: #999;
}

.post .post_head span.edited_post a {
    color: #666;
}

.post_body {
    font-size: 1em;
    line-height: 2;
    padding: 7em;
}

.post.classic .post_content {
    float: left;
    width: 79%;
    padding: 0 1% 5px 1%;
}

.post_content {
    padding: 10px;
    background: #F9FAF5;
}

.post_content .signature {
    margin-top: 5px;
    border-top: 1px dotted #ddd;
    padding: 10px 0 4px 0;
}

.post .post_meta {
    margin: 4px 0;
    font-size: 0.9em;
    color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
    color: #777;
    text-decoration: none;
}

.post .post_meta a:hover,
.post .post_meta a:active {
    color: #777;
}

.post_controls {
    clear: both;
    padding: 5px;
	    background: rgba(var(--accent2), 0.2);
    overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
    display: inline-block;
    margin: 10px;
    font-size: 1em;
    color: rgb(var(--blackish));
    border: 0px;
    text-decoration: none;
}

.postbit_buttons > a:hover {
	color: rgb(var(--main-accent));
}

/*
.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

*/

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
    background: rgba(var(--accent3));
    color: rgb(var(--blackish));
    display: inline-block;
    padding: 6px 20px;
    margin: 10px 0;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

a.button.small_button {
    font-size: 1em;
    margin: 0;
    padding: 3px 6px;
}

/*
a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

*/

.quick_jump {
    background: url(../../../images/jump.png) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px;
    /* amount of padding needed for image to fully show */
    margin-top: -3px;
    border: none;
}

.pollbar {
    background: url(../../../images/pollbar.png) top left repeat-x;
    border: 1px solid #3f3f3f;
    height: 10px;
}

.pollbar .percent {
    display: none;
}

.posticons_label {
    white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
    position: absolute;
}

.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

.ie6.top-left {
    left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

.ie6.bottom-left {
    left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

.ie6.center {
    left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
    width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
    z-index: 9999;
    color: #ffffff;
    font-size: 1em;
    font-family: Source Sans Pro, sans-serif;
    position: fixed;
}

.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

.jGrowl.top-right {
    right: 0px;
    top: 0px;
}

.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

.jGrowl.center {
    top: 0px;
    width: 50%;
    left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

.jGrowl-notification {
    background-color: transparent;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    word-break: break-all;
}

.jGrowl .jGrowl-notification {
    min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.jGrowl-notification .jGrowl-header {
    font-weight: bold;
    font-size: 0.85em;
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

.jGrowl-closer {
    background-color: #000000;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 5px;
    word-break: break-all;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process,
.jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
    color: #333;
}

/** Hide jGrowl when printing **/
@media print {
    .jGrowl {
        display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    width: 400px;
    text-align: left;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(../../../images/spinner_big.gif) no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade {
    position: absolute;
    background-color: #777777;
}

iframe.jqifade {
    display: block;
    z-index: -1;
}

div.jqi {
    width: 400px;
    max-width: 90%;
    font-family: Source Sans Pro, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 0.9em;
    text-align: left;
    border: solid 1px #eeeeee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 7px;
}

div.jqi .jqicontainer {
}

div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
}

div.jqi .jqistate {
    background-color: #fff;
}

div.jqi .jqititle {
    padding: 5px 10px;
    font-size: 1.3em;
    line-height: 20px;
    border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444444;
    overflow: auto;
}

div.jqi .jqibuttonshide {
    display: none;
}

div.jqi .jqibuttons {
    text-align: right;
    margin: 0 -7px -7px -7px;
    border-top: solid 1px #e4e4e4;
    background-color: #f4f4f4;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
    margin: 0;
    padding: 15px 20px;
    background-color: transparent;
    font-weight: normal;
    border: none;
    border-left: solid 1px #e4e4e4;
    color: #777;
    font-weight: bold;
    font-size: 1em;
}

div.jqi .jqibuttons button.jqidefaultbutton {
    color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
    color: #287ade;
    outline: none;
}

div.jqi .jqibuttons button[disabled] {
    color: #aaa;
}

.jqiwarning .jqi .jqibuttons {
    background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after {
    background-color: #777;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    padding: 7px;
    border: solid 1px #eeeeee;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
    padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow {
    position: absolute;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    border: solid 10px transparent;
}

.jqi .jqiarrowtl {
    left: 10px;
    top: -20px;
    border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
    left: 50%;
    top: -20px;
    border-bottom-color: #ffffff;
    margin-left: -10px;
}

.jqi .jqiarrowtr {
    right: 10px;
    top: -20px;
    border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
    left: 10px;
    bottom: -20px;
    border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
    left: 50%;
    bottom: -20px;
    border-top-color: #ffffff;
    margin-left: -10px;
}

.jqi .jqiarrowbr {
    right: 10px;
    bottom: -20px;
    border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
    left: -20px;
    top: 10px;
    border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
    left: -20px;
    top: 50%;
    border-right-color: #ffffff;
    margin-top: -10px;
}

.jqi .jqiarrowlb {
    left: -20px;
    bottom: 10px;
    border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
    right: -20px;
    top: 10px;
    border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
    right: -20px;
    top: 50%;
    border-left-color: #ffffff;
    margin-top: -10px;
}

.jqi .jqiarrowrb {
    right: -20px;
    bottom: 10px;
    border-left-color: #ffffff;
}

/** Impromptu End */


/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
    #header ul.menu li a {
        display: block
}


}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
    #header ul.menu li a {
        display: block
}


}

