/* light mode in root, dark mode in other */
:root {
   --accent1: #8f66a3;
--accent2: #d5b4da;
--darkeraccent: #efefef;
--darkeraccent2: #9680a2;
--fadedaccent: rgb(73 41 78 / 39%);
--fadedaccent2: rgb(58 45 62 / 51%);
--fontone: 'obituary';
--fonttwo: 'arsenal';
--bkgimg: url(https://imgur.com/hwoG0M1.jpg);
--bgpos: 39%;
--fadebkg: rgb(237 237 237 / 88%);	
	
--headcolour:#fefefe;	
--bkblend:exclusion;
--lightcolour: #797979;	
--greycolour:#c4c1c1;
--greycolour2:#fefefe;
--darkcolour: #fefefe;
--darkcolourfade: #eaeaeae8;
}

[data-theme="dark"] {
    --accent1: #8f66a3;
--accent2: #d5b4da;
--darkeraccent: #363636;
--darkeraccent2: #42334a;
--fadedaccent: rgb(73 41 78 / 39%);
--fadedaccent2: rgb(58 45 62 / 51%);
--fontone: 'obituary';
--fonttwo: 'arsenal';
--bkgimg: url(https://imgur.com/nEzMEmg.jpg);
--bgpos: 62%;
	
--headcolour:#a1a1a1;		
--bkblend:color-dodge;
--lightcolour: #fefefe;	
--greycolour:#7b7b7b;
--greycolour2:#686868;
--darkcolour: #111;
--darkcolourfade:#111111c4;
--fadebkg: rgb(13 13 13 / 50%);
}




@font-face {
  font-family: 'obituary';
  src: url(../../../fonts/obituary.woff);
}

@font-face {
  font-family: 'breath';
  src: url(../../../fonts/breathney.ttf);
}


.post-meta {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 4vh;
  color: var(--accent2);
}

/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
    position: relative;
    right: 10px;

}
.theme-switch {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 38px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {background-color: #413349;
    bottom: 1px;
    content: "";
    height: 13px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 13px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


 


.appnotice {
    font-size: 18px;
    margin: 22px 60px;
    line-height: 23px;
    font-family: var(--fonttwo);
    letter-spacing: 2px;}

/** 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 End **/

.deleted_post_message .show_deleted_post {
    position: relative;
    top: -22px;}

#mentionme_popup {position:relative;}
#mention_user_avatar img {display:none;}
.n_offline {
    text-transform: none;
    margin: 20px;
    font-size: 16px;}
.cke_wysiwyg_frame #mentionme_popup {top:0px;}

#latestAlertsListing .trow1 { padding: 22px;}
#latestAlertsListing .trow2 { padding: 22px;}
#latestAlertsListing .float_right {margin-top:0px;}
#legend legend, #custom legend {
    margin: 16px 10px 19px 0px;
    position: relative;
    top: 24px;
    border-bottom: 1px solid #555;
    color: var(--accent1);
    font-family: var(--fonttwo);
    text-shadow: 2px 2px 6px var(--accent2);
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;}

#postauthor .av-a {
    display: block;
    position: absolute;
    height: 450px;
    width: 280px;
    z-index: 1;
    left: 0px;
    top: 0px;
    border-top: none;
    border-right: none;}
#postauthor .av-b { 
    display: block;
    position: absolute;
    height: 95.5%;
    width: 93%;
    z-index: 1;
    opacity: 0.4;
    left: 10px;
    top: 10px;}

#custom fieldset input.textbox {width: 254px;}

#clickable_smilies img {display:block;}
.trow1 img {display:inline-block;}
.trow2 img {
    display: inline-block;
}
form#inlinemoderation_options .smalltext, form#moderator_options .smalltext {
    display: inline-block;
    color: #d9d8d8;
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 10px;
    width: 149px;
    text-shadow: 2px 2px 6px var(--accent1);
}
form#inlinemoderation_options .smalltext {
    position: relative;
    top: 11px;}


#inlinemoderation_options_selector {    position: relative;
    top: 28px;
	left: 113px;}


#myalerts_alerts_modal {display: block;
    z-index: 9999;
    position: fixed;
    margin: 200px 400px;
    background-color: rgba(0, 0, 0, 0.55);
    max-height: 360px;
    overflow: auto;}

#tagwarn {
    position: absolute;
    text-transform: uppercase;
    top: -204px;
    left: 11px;
    color: #f5f5f5;
    font-family:var(--fontone);
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;}
#tagwarn b {color: #b9b9b9;
    text-transform: uppercase;
    margin-left: 5px;}
#posts .postc {    position: relative;
    width: 10px;
    height: 132px;}


#posts .postcount {
    font-size: 12px;
    border: 1px solid #777;background-color: transparent;
    color: rgb(128, 121, 91);
    text-shadow: -1px -1px 0px #222, 1px -1px 0px #222, -1px 1px 0px #222, 1px 1px 0px #222;
    width: 154px;
    height: 8px;
    padding: 16px 23px 18px 22px;
    margin: 88px -73px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-family: var(--fonttwo);
    font-weight: bolder;
    line-height: 11px;
}



/* ------------------------------
  FORUM BUTTONS
------------------------------- */
.fb { font-family: var(--fonttwo);font-size: 15px;padding: 3px 23px;font-weight: 100; display: inline-block;
    letter-spacing: 2px!important; line-height: 26px;  text-transform: uppercase; font-weight: bolder; background-color: #3d3d3d;
    margin-left: 2px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; text-shadow: 2px 2px 6px #d0482c;}
.fb2 {
    background: linear-gradient( 323deg , var(--darkeraccent2) 0%, rgba(192,192,192,0) 100%);
    background-color: var(--darkeraccent);
    color: #fefefe!important;
    font-size: 13px;
    padding: 3px 23px;
    position: relative;
    display: inline-block;
    letter-spacing: 3px!important;
    border: 1px solid #8c8c8c;
    line-height: 26px;
    font-family: var(--fonttwo);
    text-transform: uppercase;
    font-weight: bolder;
    margin-left: 2px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-shadow: 2px 2px 6px var(--accent2);
    margin-bottom: 10px;
}
.fb2:hover {color: #fefefe;	-webkit-transition: all 0.6s ease-in-out;	-moz-transition: all 0.6s ease-in-out;	-o-transition: all 0.6s ease-in-out;	-ms-transition: all 0.6s ease-in-out;	transition: all 0.6s ease-in-out; background-color:#726f6f;}
.fb3 {background: linear-gradient( 323deg , var(--darkeraccent2) 0%, rgba(192,192,192,0) 100%);
    background-color: var(--darkeraccent);
    color: #fefefe!important;
    font-size: 13px;
    padding: 4px 9px 3px 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 3px!important;
    border: 1px solid #8c8c8c;
    line-height: 23px;
    font-family:var(--fontone);
    text-transform: uppercase;
    font-weight: bolder;
    margin-right: 2px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-shadow: 2px 2px 6px var(--accent2);
    top: 4.5px;}

.fb3 i {
    padding: 4px 0px;
    height: 17px;
    display: inline-block;
    font-size: 17px;}

.statmemberlist {}
#posts2 .post_content {width:500px!important;}
#messages .post_content {min-height:200px;background-color:var(--darkcolourfade);}
.ubrowser {    color: #939292;
    text-align: center;
    background-color: var(--darkcolourfade);
    font-size: 11px;
    line-height: 100%;
    padding: 10px;
    margin: 4px 0px 3px 0px;
    font-family: var(--fonttwo);
    font-weight: bold;
    letter-spacing: 1px;
}

.wrapmini { width: 180px; margin-right: -1px; font-family: montserrat; font-size: 9px; font-weight: lighter; color: #777;  display: block; border: 1px #d0d0d0 solid; background-color: #fafafa; padding: 25px; float: left; line-height: 150%; text-align: right; margin-bottom: 15px; }

.wrapmini span { display: block; float: left; color: rgba(153,119,148,1); }
/**************************************************
CSS for Advanced Code and Quote Boxes by Chakka
**************************************************/

.quote_header {    width: 100%; padding: 10px; padding-left: 15px; font-family: ALEGREYA; text-transform: uppercase; font-size: 8px!important; letter-spacing: 0.25px; color: #999; font-weight: 900!important; background-color: #f1f1f1; border: 1px solid #e9e9e9;}
.code_header { width: 100%; padding: 10px; padding-left: 15px; font-family: ALEGREYA; text-transform: uppercase; font-size: 8px!important; letter-spacing: 0.25px; color: #999; font-weight: 900!important; background-color: #f1f1f1; border: 1px solid #e9e9e9;}
.quote_wrapper,
.code_wrapper { width: 100%;}
.shyguy { float: right;  margin: 0 10px; padding-bottom: 2px;}
#QUOTE { margin-top:2px; white-space:normal; font-family: 'Lekton', Arial;  font-size: 11px; color: #555555;  text-align:justify;	line-height:80%;}
#CODE  {  margin-top:2px; white-space:normal; font-family: 'Lekton', Arial; font-size: 11px; color: #555555;text-align:justify;	line-height:80%;}
#CODE-WRAP B, #QUOTE-WRAP B {display: none;}



::-webkit-scrollbar-thumb:vertical {background-color:var(--darkcolour);}
::-webkit-scrollbar-thumb:horizontal {background-color:var(--darkcolour);	}
::-webkit-scrollbar {height: 5px;
    border: 1px solid #2d2d2d;
    width: 5px;   
    background: linear-gradient( 347deg , var(--accent1) 0%, rgba(192,192,192,0) 100%);
    background-color: var(--accent2);
}



::selection { background-color: var(--accent2);color:#f5f5f5;}
::-moz-selection { background-color: var(--accent2);color:#f5f5f5;}
::-webkit-selection { background-color: var(--accent2);color:#f5f5f5;}

body { margin: 0px;
	padding: 0px;
	background: #222222 var(--bkgimg) center 39% no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Roboto', calibri, sans-serif;
	font-size: 10px;
	color: #bcbcbc;
	line-height: 16px;
    background-blend-mode: var(--bkblend);
    background-position: center var(--bgpos);
}

a:link, a:visited, a:active { text-decoration: none; color: var(--accent1);    letter-spacing: 1px;}
a:hover { color: #555;  }
#container {background: none repeat scroll 0% 0% #FEFEFE;width: 950px;margin: 95px 50px 0px 320px;padding: 13px;	text-align: left;}
.wrapper {	padding:1px;}
#logo { display:none;}
#copyright { font-size: 7px; line-height: 10px; padding: 8px; font-family: Montserrat; text-transform: uppercase;  letter-spacing: 1px; word-spacing: 1px; }      
#copyright a:link, #copyright a:visited, #copyright a:active { font-size: 8px; font-family: Montserrat, Sans-Serif; margin:0px; padding:0;}
#copyright a:hover { font-size: 9px;  }

#content {width: auto !important;	padding: 20px 0px;	}
#header ul.menu {	margin: 0;	padding: 0;	list-style: none;}
#header ul.menu li {	margin: 0 7px;	display: inline;}
#header ul.menu li a {	padding-left: 7px;	background-repeat: no-repeat;	display: inline;}
#logo ul.top_links {font-weight: bold;text-align: right;margin: -10px 5px 0 0; display: none;}
#logo ul.top_links a.search {	background-position: 0 0;}
#logo ul.top_links a.memberlist {background-position: 0 -20px;}
#logo ul.top_links a.calendar {	background-position: 0 -40px;}
#logo ul.top_links a.help {	background-position: 0 -60px;}
#logo ul.top_links a.portal {	background-position: 0 -180px;}
#panel .upper a.logout {}
#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 {	float: left;}
#panel .lower ul.panel_links a.usercp {	background-position: 0 -120px;}
#panel .lower ul.panel_links a.modcp {	background-position: 0 -140px;}
#panel .lower ul.panel_links a.admincp {	background-position: 0 -160px;}
#panel .lower ul.user_links {	float: right;}
#panel .lower ul.user_links li a {	padding: 0;	background-image: none;}
#panel .upper { width: 100%; position: fixed;  top: 0; left: 0; z-index: 4; text-transform: uppercase;}
#panel .upper a:link, #panel .upper a:visited, #panel .upper a:hover, #panel .upper a:active {}
#panel .lower {	background: #efefef;color: #999;border-top: 1px solid var(--lightcolour);	border-bottom: 1px solid #ccc;	padding: 5px;}
#panel .lower a:link, #panel .lower a:visited, #panel .lower a:hover, #panel .lower a:active {	color: #666;}
#userlinks { display: none; }
#search {  display: none;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 url(../../../images/thead.png) top left repeat-x;color: var(--lightcolour);}
#search input {	margin: -3px 0;}
#quick_login .remember_me input {vertical-align: middle;	margin: -3px 0 0 5px;}
#footer {clear: both;}
#footer ul.menu {margin: 0;padding: 0;	list-style: none; display: none;}
#footer ul.menu li {margin: 0 5px;	display: inline;}
#footer .upper {padding: 6px;font-size: 12px;overflow: hidden;}
#footer a:link,#footer a:visited, #footer a:hover, #footer a:active { color: var(--greycolour);}
#footer .upper .language {float: right;	margin: -1px;margin-left: 15px; display: none;}
#footer .upper .language select {border-color: #ccc;}
#footer .upper .theme {	float: left;margin: 0px;margin-left: 15px;}
#footer .upper .theme select {font-family: 'open sans'!important;  font-size: 8px!important; vertical-align: middle;  background-color: #fefefe; border: 1px solid #d0d0d0; letter-spacing: 1px; text-transform: uppercase; color: #1b1b1b; padding: 6px;}
#footer .upper ul.bottom_links {float: left;margin: 4px 0 0 0;}
#footer .lower {color: #e8e8e8;padding: 6px 6px 12px 6px;overflow: hidden;	font-size: 11px;}
#footer .lower a:link, #footer .lower a:visited {color: var(--accent2);font-weight: bold;}
#footer .lower a:hover, #footer .lower a:active {color: #333;text-decoration: underline;font-weight: bold;}
#footer .lower #current_time {float: right;	color: #e8e8e8;}


.creditskin {    color: #e8e8e8;
    padding: 14px;
    text-align: center;
    font-size: 11px;
    width: 984px;
    margin-left: -1px;
    letter-spacing: 3px;
    font-style: italic;
    margin-top: 10px;
    font-family: 'playfair display', sans-serif;}

#affiliatebuttons img {	border: 2px solid #fefefe;  border: 1px solid #525252;padding: 2px; margin:1px; padding: 5px; filter: grayscale(100%); -webkit-filter: grayscale(100%);}
#affiliatebuttons img:hover {filter:grayscale(0%); -webkit-filter: grayscale(0%);}
.affiliatebuttons {  padding: 20px;	background-color:#282828; outline: 1px solid rgba(133, 171, 181, .5);  border: 5px solid #f5f5f5;margin:10px 0px;}

#debug {float: right;text-align: right;	margin-top: 20px;	font-size: 11px;  display: none;}
.scaleimages img {	max-width: 100%;}
.forum_status {	height: 30px;	width: 30px;background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;display: inline-block;}
.forum_on {	background-position: 0 0;}
.forum_off {background-position: 0 -30px;}
.forum_offlock {background-position: 0 -60px;}
.forum_offlink {background-position: 0 -90px;}
.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_miniofflock {	background-position: 0 -20px;}
.subforum_miniofflink {background-position: 0 -30px;}

table {	color: #949393;	 font-family: arial;}
.tfixed {table-layout: fixed;word-wrap: break-word;}

.thead {
    padding: 40px 0px;
    vertical-align: middle;
    font-family: var(--fonttwo);
    font-size: 30px;
    font-weight: 100;
    width: 100%;
    color: var(--lightcolour);
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: linear-gradient( 289deg , var(--fadedaccent) 0%, rgba(192,192,192,0) 100%);
    background-color: var(--darkcolourfade);
    border-bottom: 2px solid var(--accent2);
    text-shadow: 2px 2px 6px var(--accent2);
}
.thead strong {font-weight:normal;    line-height: 100%;}

.thead a:link, .thead a:visited, .thead a:active {
    font-family: var(--fonttwo);
    font-weight: normal;
    color: #fefefe;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 42px;
    text-shadow: 2px 2px 6px var(--accent2);
}
.thead a:hover {text-decoration: none; color:#d7d7d7!important;}


.thead2 {
    padding: 40px 20px 40px 5px;
    vertical-align: middle;
    font-family: var(--fonttwo);
    font-size: 30px;
    font-weight: 100;
    width: 100%;
    color: var(--lightcolour);
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #333333;
    background: linear-gradient( 289deg , var(--fadedaccent) 0%, rgba(192,192,192,0) 100%);
    background-color: var(--fadedaccent2);
    border-bottom: 2px solid var(--accent2);
    text-shadow: 2px 2px 6px var(--accent2);
}
.thead2 strong {font-weight:normal;    line-height: 100%;}

.thead2 a:link, .thead2 a:visited, .thead2 a:active {
    font-family: var(--fonttwo);
    font-weight: bold;
    color: #fefefe;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
    text-shadow: 2px 2px 6px #d0482c;
}

.thead2 .float_right {margin-top: 0px; font-size: 12px;}
.thead2 a:hover {text-decoration: none; 
    border-bottom: 1px solid var(--lightcolour);
color:#d7d7d7!important;}
.tcat {    font-size: 12px;
    color: #fefefe;
    background-color: rgb(0 0 0 / 29%);
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'playfair display';
    font-weight: 300;}
.tcat strong { font-weight:300;}
.tcat a:link {color: #fefefe;text-transform:uppercase;letter-spacing:1px;}
.tcat a:visited {	color: #fafafa!important;}
.tcat a:hover, .tcat a:active {	color: #fafafa!important;}
.trow1 {background-color: var(--darkcolourfade);border: 0px solid; padding: 10px; color: var(--lightcolour);	font-size: 12px;line-height:100%;}
.trow2 {background-color:var(--darkcolourfade);
    border: 0px solid;
    line-height: 16px;
    padding: 10px;
    color: var(--lightcolour);
    font-size: 12px;}
.trow2 .ucptrow {
    line-height: 16px;
    padding: 32px;
    color: var(--lightcolour);
    font-size: 14px;}
.trow_shaded {
    background: var(--darkcolourfade);
    color: var(--lightcolour);
    font-size: 13px;
    padding: 20px;
    letter-spacing: 1px;}
.no_bottom_border {	border-bottom: 0;}
.post.unapproved_post {	background: #ffdde0;}
.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: #333;}
.trow_sep { 
    margin-top: 5px;
    font-family: var(--fontone);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #e9e9e9;
    text-align: left;
    padding: 10px 10px 10px 20px;
    border: 1px solid rgba(241, 241, 241, 0.14);}
.trow_sep i {margin: 0px 20px;}
.trow_sep2 {margin-top: 5px;font-family: 'playfair display';font-size: 9px; position: relative; text-transform: uppercase;letter-spacing: 1px;color: #c0c0c0;text-align: right;padding: 0px 5px 17px 20px;
    border: 1px solid rgba(241, 241, 241, 0.14);
}

.trow_sep .bar2 {  margin: 0px 18px;
    width: 1px;
    height: 23px;
    display: inline-block;
    position: relative;
    background-color: #4d6a64;
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);}
.trow_sep name {position: absolute;
    margin-top: 2px;
    margin-left: 10px;}

.trow_sep2 input {margin-top:14px;position:relative; top:3px;}
.trow_sep_all {
position:absolute; right:190px; margin-top:0px;}

.tfoot {
    font-size: 7px;
    color: var(--lightcolour);
    text-transform: uppercase;
    padding: 10px !important;
    font-family: montserrat;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-align: center;
    line-height: 100%;
    background-color: var(--darkcolourfade);}
.tfoot2 {border-top: 20px solid #313030;padding: 6px;background: #fcfcfc;color: #666;}
.tfoot3 {	padding: 0px;background-color: rgba(36, 36, 36, 0.61);color: #c0c0c0;font-size: 10px!important;}
.tfoot a:link, .tfoot a:visited, .tfoot a:active {
    color: var(--lightcolour);
    font-size: 9px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--fonttwo);}
.tfoot a:hover  {color: #555;text-decoration: none;}

.nextblock {
    margin-top: 14px;
    font-size: 9px;
    text-align: center;
    background-color: var(--darkcolourfade);
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nextblock a {color:#fefefe;}
.nextblock a:hover {color:#fefefe;}
.thead input.textbox, .thead select {	border: 1px solid #263c30;}
.bottommenu {background: #efefef;color: #333;border: 1px solid #4874a3;	padding: 10px;}
.navigation {color: #333;font-size: 13px;  font-family: "Oswald";  text-transform: uppercase;}
.navigation a:link {text-decoration: none;}
.navigation a:visited {text-decoration: none;}
.navigation a:hover, .navigation a:active {	text-decoration: none;}
.navigation .active {	color: #333;	font-size: small;	font-weight: none;}
#navi br { display: none;}
#navstrip {z-index: 10;
    position: fixed;
    top: 8px;
    left: 25px;
    padding: 3px 18px;
    font-family: monospace;
    font-size: 0px;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}


#navstrip a:link, #navstrip a:visited, #navstrip a:active { 
    padding: 2px 8px;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: solid 0px #282828;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;}

#navstrip a:link:before {
    content: "";
    background-color: var(--accent1);
    height: 2px;
    width: 24px;
    display: block;
    position: relative;
    top: 18px;
}

#navstrip a:first-child {padding: 3px 8px 3px 10px;
    color: var(--lightcolour);
    text-transform: uppercase;
    font-size: 12px;
    top: 1px;
    position: relative;
    font-weight: bold;
    border: 1px solid #a69f9f;
    line-height: 14px;
}
#navstrip a:first-child::before {
    font-family: 'cappuccicons';
    content: '\eb0c';
    position: absolute;
    left: -31px;
    font-size: 19px;
    color: var(--lightcolour);
    font-weight: normal;
    top: 3px;
    background-color: transparent;
}


#navstrip a:hover {color:var(--lightcolour);}


#navstrip sm {font-size: 6px;   color: #555;}


.smalltext { font-size: 10px;    line-height: 15px;}
.markblock {    float: right;  background-color: transparent; font-size: 10px;  outline: 1px solid #555;   padding: 3px 15px;    color: #fafafa;    margin: 5px;    font-family: 'playfair display';    text-transform: uppercase;  letter-spacing: 8px;}
.markblock a { color: #fafafa;  text-transform: uppercase;  letter-spacing: 1px;  font-size: 7px;  font-family: Montserrat;}
.largetext {
    font-size: 24px;
    font-weight: bold;
    display: block;}
fieldset {  padding: 12px;  border: 1px solid #ddd;  margin: 0;  margin-top: 10px;}
fieldset a:link {color: #c0c0c0;}
fieldset a:visited {color: #c0c0c0;}
fieldset a:hover, fieldset a:active {color: #735c70;}
fieldset.trow1, fieldset.trow2 {border-color: #bbb;}
fieldset.align_right {text-align: right;}
input.textbox {font-family: 'open sans'!important;  font-size: 8px!important; vertical-align: middle; background-color: #fefefe;  border: 1px solid #d0d0d0; letter-spacing: 1px;    text-transform: none!important;  color: #1b1b1b;  padding: 6px;}
.forumjump {font-family: 'open sans' !important;
    font-size: 8px !important;
    vertical-align: middle;
    background-color: var(--darkcolourfade);
    border: 1px solid #363636;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--lightcolour);
    padding: 6px;}

textarea {    background-color: var(--darkcolourfade);
    color: var(--lightcolour);
    border: 1px solid #454545;
    padding: 2px;
    line-height: 1.4;
    outline: 0;
    text-transform: none!important;
    font-size: 12px;}
button, input.button { background-color: var(--darkeraccent2); color: #fefefe; font-size: 7px; letter-spacing: 2px; text-transform: uppercase; margin: 0px 3px; line-height: 100%; padding: 10px; text-decoration: none; border: none; border-radius: 3px;}
button:hover, input.button:hover {border-color: #111111;background: #555;color: #f6f6f6;}
form {	margin: 0;	padding: 0;}
form input.error {	border: 1px solid #f30;	color: #f30;background: var(--lightcolour);padding: 3px;outline: 0;font-size: 13px;font-family: Tahoma, Verdana, Arial, Sans-Serif;}
form input.valid {	border: 1px solid #0c0;	background: var(--lightcolour);padding: 3px;	outline: 0;	font-size: 13px;	font-family: Tahoma, Verdana, Arial, Sans-Serif;}
form label.error {color: #f30;margin: 5px;padding: 0px;	display: block;	font-weight: bold;	font-size: 11px;}
form #message {    width: 500px;}
.editor {background: #f1f1f1;	border: 1px solid #ccc;}
.editor_control_bar {	background: var(--lightcolour);	border: 1px solid #ccc;}
.post .editor_control_bar {	background: #f5f5f5;}
.popup_menu {background: var(--lightcolour);
    border: 1px solid #ccc;
    position: absolute;
    top: 26px!important;
    left: 1px!important;
    display: block;
    z-index: 1;}
.popup_menu .popup_item {background: #222;	color: #333;line-height: 18px; letter-spacing: 2px!important;}
.popup_menu .popup_item:hover {	background: #828282;	color: var(--lightcolour);}

.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:16px;	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;
     display: none;}
img.attachment {	border: 1px solid #E9E5D7;	padding: 2px;}
hr {	background-color: #000000;	color: #000000;height: 1px;	border: 0px;}
.clear {	clear: both;}
.float_left {
    float: left;
    margin: 10px;}
.float_right {	float: right;
    margin-top: 10px;
}
.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 { color: #262626;border: none!important;margin: 0;background-color: transparent!important;padding: 10px;}
blockquote cite { color: #dedbdb;
    font-weight: bold;
    border-bottom: 1px solid #4c4c4c;
    font-style: normal;
    display: block;
    padding-bottom: 3px;
    margin: 0px 0px 10px 0px;}
blockquote cite span {	float: right;
    font-weight: normal;
    font-size: 9px;
    color: #e0dfdf;}
blockquote cite span.highlight {float: none;	font-weight: bold;	padding-bottom: 0;}
.codeblock {  
    padding: 30px;
    margin: 9px;
    text-align: left;
    font-size: 11px;
    line-height: 12px;
    background-color: #202020;
}
.codeblock .title {display:none!important;}
.codeblock code {overflow: auto;text-transform: none;	height: auto;max-height: 200px;	display: block;}
.clicker {margin: 0 auto;
    font: 7px montserrat;
    position: relative;
    display: block;}
.post input[type=submit], .post input[type=button], .post input[type=reset] {
    background-color: var(--fadedaccent);
    color: #fafafa;
    font-size: 10px;
    font-family: 'playfair display'!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 3px;
    padding: 8px 15px;
    text-decoration: none;
    margin-bottom: 10px!important;
    border: none;
}
.smilie {	vertical-align: middle;}
.smilie_pointer {	cursor: pointer;}
.separator {	margin: 5px;	padding: 0;	height: 0px;	font-size: 1px;	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;}
.pm_alert {    background: var(--fadebkg);
    text-align: center;
    letter-spacing: 2px;
    padding: 26px 32px;
    font-size: 12px;
    color: #fefefe;
    position: fixed;
    top: 57px;
    right: 65px;
    width: 354px;
    z-index: 2;
    display: block;}
.pm_alert a { font-size: 12px;}
.red_alert {background-color: rgb(35 35 35 / 86%);
    color: #fefefe;
    text-align: center;
    padding: 19px;
    margin-bottom: 15px;
    font-size: 20px;
    word-wrap: break-word;
    position: fixed;
    top: 132px;
    z-index: 4;
    right: 46px;
    width: 398px;
    line-height: 19px;
}


.red_alert a:link,.red_alert a:visited,.red_alert a:hover,.red_alert  a:active {	color: var(--accent2);
    text-transform: uppercase;
    font-weight: 700;}
.high_warning {	color: #CC0000;}
.moderate_warning {	color: #F3611B;}
.low_warning {	color: #AE5700;}
.online {	color: #15A018;}
.offline {	color: #C7C7C7;}
div.error {	padding: 5px 10px;	border-top: 2px solid #FFD324;	border-bottom: 2px solid #FFD324;	background: #FFF6BF;	font-size: 12px;}
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: 11px;  padding-top: 10px;  margin-bottom: 5px;  color: #777; font-size: 12px;  font-family: var(--fonttwo);}
.tfoot .pagination,.tcat .pagination {	padding-top: 0;}
.pagination .pages {  font-weight: bold;  background-color: rgb(71 45 77 / 48%);  padding: 7px 10px; color: #b9b9b9;  -moz-border-radius: 6px; -webkit-border-radius: 6x; border-radius: 6px; letter-spacing: 1px;}
.pagination .pagination_current,.pagination a {	padding: 3px 6px;margin-bottom: 3px;}
.pagination a {	 background-color: rgb(71 45 77 / 48%);  padding: 7px 10px;    font-weight: 900;}
.pagination .pagination_current {background: none;  color: #777; border: none; font-weight: bold;}
.pagination a:hover {	background: #828282;	color: var(--lightcolour);	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 var(--lightcolour);	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: 0px;
    color: var(--lightcolour);
    padding: 0;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;}
.thread_legend dd {	
    padding-bottom: 4px;
    margin-left: 15px;}
.thread_legend img {	margin-right: 4px;	vertical-align: bottom;}
.forum_legend,.forum_legend dt,.forum_legend dd {	margin: 0;	padding: 0;        display: none;}
.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: 10px;	margin-bottom: 10px;}
.error_message {	color: #C00;	font-weight: bold;	font-size: 10px;	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;}
.post.classic {	padding-top: 0px;}
.post.classic .post_author {	border: 0px solid #ddd;	float: left;	width: 280px;	margin: -6px 5px 5px;	border-left: 0;	padding: 0px;}
.post .post_author .buddy_status {	vertical-align: middle;	margin-top: -4px;}

.post .post_author div.author_information {	float: left;	padding: 6px 8px;}
.post.classic .post_author div.author_information {	float: none;	padding: 0;	text-align: center;}
.post .post_author div.author_statistics {
    float: right;
    font-size: 11px;
    color: #666;
    line-height: 1.3;
    position: relative;
    top: 3px;
    right: -3px;
}

.post_author {
    position: absolute;
    top: 3px;
    right: 22px;
    bottom: 581px;
    width: 236px;
    display: inline-block;
    vertical-align: top;
    z-index: 1;}

.post.classic .post_author div.author_statistics {	border-top: 0px dotted #ccc;	margin: 0px;	padding: 0px;	float: none;}
.post .post_head {
    font-size: 11px;
    position: absolute;
    display: block;
    width: 250px;
    height: 31px;
    color: var(--lightcolour);
    top: 15px;
    right: 290px;
    font-weight: 700;
    line-height: 27px;
    border: 1px solid #5c5c5c;}
.post {border-top:0px;}
.post .post_head div.post_date {
    letter-spacing: 3px;
    color: var(--lightcolour);
    font-family: var(--fonttwo);
    font-size: 11px;
    top: -8px;
    position: relative;
    text-align: right;
    right: -44px;
    padding: 10px 20px;
    width: max-content;}
.post .post_head span.edited_post {	font-size: 10px;	color: #999;}
.post .post_head span.edited_post a {	color: #666;}
.post_body { font-size: 14px; padding: 38px; line-height: 100%;  width: 850px;   display: inline-block;}
.post.classic .post_content {	float: right;	width: 670px;	padding: 0 1% 5px 1%;}
.post_content {margin: 0px; background-color: var(--darkcolourfade); border: 1px solid rgba(241, 241, 241, 0.14); min-height: 1152px; width: 100%; border-top: none; position: relative;}

.post_content .signature {	margin-top: 5px;	border-top: 1px dotted #ddd;	padding: 10px 0 4px 0;}
.post .post_meta {	margin:41px 0px;	font-size: 11px;	color: var(--lightcolour);}
.post .post_meta a:link,.post .post_meta a:visited {	color: var(--lightcolour);}
.post .post_meta a:hover,.post .post_meta a:active {	color: var(--lightcolour);}
.post_controls {	clear: both;	background: #ededed;	border-bottom: 0px solid #ccc;	padding: 12px 0px 3px 5px;	overflow: hidden;}
.postbit_buttons > a:link,.postbit_buttons > a:visited,.postbit_buttons > a:active {    background-color: #4d8679;    color: #f2f2f2;    padding: 3px 10px;    margin: 16px -3px 0px 5px;    font-family: montserrat!important;	font-size: 12px;	letter-spacing: 0px; 	text-transform: uppercase; 	-webkit-transition: all 0.6s ease-in-out; 	-o-transition: all 0.6s ease-in-out;	-ms-transition: all 0.6s ease-in-out;	transition: all 0.6s ease-in-out;}
.postbit_buttons > a:hover {background-color: #37383a; 	color: #fafafa;	-webkit-transition: all 0.6s ease-in-out; 	-o-transition: all 0.6s ease-in-out;	-ms-transition: all 0.6s ease-in-out;	transition: all 0.6s ease-in-out;}
.postbit_buttons a span {	padding-left: 10px;        padding-right: 10px;	display: inline-block;	height: 16px;	background-image: url(../../../none);	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;}
.postbuttons {
    width: max-content;
    float: right;
    top: 148px;
    right: 290px;
    position: absolute;}


.postbuttons a:link, .postbuttons a:visited, .postbuttons a:active {margin-left:0px; float: left; min-width: 64px;  text-align: center;color:#fefefe;}

a.button:link,a.button:visited,a.button:active { color: #837c5d;font-family: 'oswald', sans-serif;font-size: 20px; padding: 0px 0px 0px 20px;font-weight: bold;display: inline-block; letter-spacing: 2px; line-height: 35px; text-transform: uppercase; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
    margin-top: -10px!important;}
a.button:hover {	color: #fefefe;	-webkit-transition: all 0.6s ease-in-out; 	-moz-transition: all 0.6s ease-in-out;	-o-transition: all 0.6s ease-in-out;	-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
a.button.small_button {		font-size: 13px;	margin: 0;	padding: 3px 6px;}
a.button span {padding-left: 10px;padding-right: 10px;display: inline-block;background-image: url(../../../none);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: #fff;	font-size: 12px;	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 **/
.center .jGrowl-notification,.center .jGrowl-closer {	margin-left: auto;	margin-right: auto;}
.jGrowl .jGrowl-notification,.jGrowl .jGrowl-closer {	background-color: #000;	opacity: .85;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);	zoom: 1;	width: 235px;	padding: 10px;	margin-top: 5px;	margin-bottom: 5px;	font-family: Tahoma, Arial, Helvetica, sans-serif;	font-size: 1em;	text-align: left;	display: none;	border-radius: 5px;}
.jGrowl .jGrowl-notification {	min-height: 40px;}
.jGrowl .jGrowl-notification,.jGrowl .jGrowl-closer {	margin: 10px;}
.jGrowl .jGrowl-notification .jGrowl-header {	font-weight: bold;	font-size: .85em;}
.jGrowl .jGrowl-notification .jGrowl-close {z-index: 99;	float: right;	font-weight: bold;	font-size: 1em;	cursor: pointer;}
.jGrowl .jGrowl-closer {	padding-top: 4px;	padding-bottom: 4px;	cursor: pointer;	font-size: .9em;	font-weight: bold;	text-align: center;}

/** Hide jGrowl when printing **/
@media print {	.jGrowl {	display: none;} }
/** jGrowl End **/
/** Modal Start **/
.modal {
	
	width: 400px;
	text-align: left;
	background: var(--lightcolour);
	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 .thead, .modal .trow1, .modal .trow2 {background-color:#181818;}
.modal a.close-modal { background: url(../../../images/close.png) no-repeat 0 0; width: 30px;  position: absolute;  top: -6.5px; right: -6.5px;  display: block; height: 30px;  text-indent: -9999px;  color: #91ad9f;  text-decoration: none;}
.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 - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {	position: absolute;	background-color: #777777;}
div.jqi {	width: 400px;	max-width:90%;	font-family: Verdana, Geneva, Arial, Helvexica, sans-serif;	position: absolute;	background-color: var(--lightcolour);	font-size: 11px;	text-align: left;	border: solid 1px #eeeeee;	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	padding: 7px;}
div.jqi .jqiclose {	position: absolute;	top: 4px; right: -2px;	width: 18px;	cursor: default;	color: #bbbbbb;	font-weight: bold;}
div.jqi .jqistate {	background-color: var(--lightcolour);}
div.jqi .jqititle {	padding: 5px 10px;	font-size: 16px;	line-height: 20px;	border-bottom: solid 1px #eeeeee;}
div.jqi .jqimessage {	padding: 10px;	line-height: 20px;	color: #444444;}
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: 12px;}
div.jqi .jqibuttons button.jqidefaultbutton {	color: #489afe;}
div.jqi .jqibuttons button:hover,div.jqi .jqibuttons button:focus {	color: #287ade;	outline: none;}
.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: var(--lightcolour);}
.jqi .jqiarrowtc {	left: 50%;	top: -20px;	border-bottom-color: var(--lightcolour);	margin-left: -10px;}
.jqi .jqiarrowtr {right: 10px;	top: -20px;border-bottom-color: var(--lightcolour);}
.jqi .jqiarrowbl {	left: 10px;	bottom: -20px;	border-top-color: var(--lightcolour);}
.jqi .jqiarrowbc {	left: 50%;	bottom: -20px;	border-top-color: var(--lightcolour);	margin-left: -10px;}
.jqi .jqiarrowbr {	right: 10px;	bottom: -20px;	border-top-color: var(--lightcolour);}
.jqi .jqiarrowlt {	left: -20px;	top: 10px;	border-right-color: var(--lightcolour);}
.jqi .jqiarrowlm {	left: -20px;	top: 50%;	border-right-color: var(--lightcolour);	margin-top: -10px;}
.jqi .jqiarrowlb {	left: -20px;	bottom: 10px;	border-right-color: var(--lightcolour);}
.jqi .jqiarrowrt {	right: -20px;	top: 10px;	border-left-color: var(--lightcolour);}
.jqi .jqiarrowrm {	right: -20px;	top: 50%;	border-left-color: var(--lightcolour);	margin-top: -10px;}
.jqi .jqiarrowrb {	right: -20px;	bottom: 10px;	border-left-color: var(--lightcolour);}
.private_content {    float: right;    width: 62%;    padding: 0px 1% 5px;}

/** Impromptu End */
.threadlink a:link, .threadlink a:active, .threadlink a:visited {    text-transform: none;    font-weight: lighter;    letter-spacing: 0px;    font-size: 20px;    font-family: "benchnine";    margin-bottom: 0px;	color: #735c70;	line-height:90%;    text-align: center;    padding-left: 0px;    padding-top: 20px;}
		
		
		
		
		
		
		
		
		
		
		