.admin {
	padding: 4px;
	border-radius: 4px;
	background: green;
	margin: 6px;
	width: 200px;
	display: inline-block;
}
.admin.protected {
	background: red;
}
.admin INPUT[type="submit"] {
	width: 100%;
}
.admin.protected INPUT[type="submit"] {
	width: 90%;
}


.bbcode PRE.code {
    background: #DEDEDE;
	font-size: 0.9rem;
}
.bbcode BLOCKQUOTE {
	border: 1px solid black;
	padding: 8px;
	background: #DDD;
}
.bbcode .anchor A.alink {
	visibility: hidden;
}
.bbcode .anchor:hover A.alink {
	visibility: visible;
}


.comment {
	text-align: left;
	position: relative;
	word-wrap: break-word;
}
.comment IMG {
	max-width: 100%;
}
.comment .info {
	visibility: hidden;
	text-align: center;
	padding: 8px;
	background: #DDD;
	border: 1px solid #CCC;
	position: absolute;
	top: 0;
	left: -195px;
	width: 180px;
	z-index: 1;
	box-shadow: 0 0 4px #000;
	border-radius: 4px;
}
.comment:hover .info {
	visibility: visible;
}

.comment_add TEXTAREA {
	width: 100%;
}
.comment_add INPUT {
	width: 100%;
}

#comment-list-list .blockbody,
#comment-list-recent .blockbody,
#comment-list-image .blockbody,
#comment-list-user .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.command_example {
	margin: 12pt;
	padding-left: 16pt;
}

.command_example pre {
    padding:4pt;
    border: dashed 2px black;
}

.command_example p {
    padding-left: 16pt;
}

@media (min-width: 750px) {
    .command_example pre {
        display: table-cell;
        width: 256px;
    }

    .command_example p {
        display: table-cell;
    }
}

#image-list .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin: 0 10px 10px 0;
}
.shm-image-list {
	display: grid;
	grid-template-columns: repeat( auto-fill, calc(var(--thumb-width) + 42px) );
	place-items: center;
}
.shm-image-list .thumb {
	margin-bottom: 8px;
}

.setupblocks {
	column-width: 400px;
	max-width: 1200px;
	margin: auto;
}
.setupblocks > .setupblock:first-of-type { margin-top: 0; }

.setupblock {
	break-inside: avoid;
	column-break-inside: avoid;
	text-align: center;
	width: 90%;
}
.setupblock TEXTAREA {
	width: 100%;
	font-size: 0.75rem;
	resize: vertical;
}

#Setupmain .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.setupblock .form {
	width: 100%;
}
.setupblock .form TH {
	font-weight: normal;
}
INPUT, TEXTAREA, SELECT, BUTTON {
	box-sizing: border-box;
	font-size: 1em;
}

TABLE.form {width: 300px;}
TABLE.form.zebra {width: 100%;}

TABLE.form TD, TABLE.form TH {vertical-align: middle;}
TABLE.form TBODY TR TD {text-align: left;}
TABLE.form TBODY TR TH {text-align: right; padding-right: 4px; width: 1%; white-space: nowrap;}
TABLE.form TBODY TR.header TD,
TABLE.form TBODY TR.header TH {text-align: center; width: auto;}
TABLE.form TD + TH {padding-left: 8px;}
TABLE.form INPUT:not([type="checkbox"]):not([type="radio"]),
TABLE.form SELECT,
TABLE.form TEXTAREA,
TABLE.form BUTTON {width: 100%;}

*[onclick],
H3[class~="shm-toggler"] {
	cursor: pointer;
}

#flash {
	background: #FF7;
	color: #444;
	display: block;
	padding: 8px;
	margin: 8px;
	border: 1px solid #882;
}

.tag {
	overflow-wrap: anywhere;
}
TABLE#large_upload_form.form {
	width: 100%;
}

.mini_upload INPUT {
	width: 100%;
}

TABLE.form.image_info {
	width: 550px;
	max-width: 100%;
}

.image_info .edit {
	display: block;
}
.image_info .view {
	display: none;
}

.image_info.infomode-view .edit {
	display: none;
}
.image_info.infomode-view .view {
	display: block;
}

.image_info TEXTAREA {
	min-width: 100%;
	min-height: 3rem;
}

.post_controls FORM {
	margin-bottom: 0.75em;
}
.post_controls FORM:last-child {
	margin-bottom: 0;
}
#blotter1 {font-size: 80%; position: relative;}
#blotter2 {font-size: 80%;}

#downtime #message, #downtime #login {
	text-align: center;
}
#downtime H3 {
	margin-top: 32px;
}
#downtime #login_table {
	margin: auto;
}


TABLE#threadPosts {
	table-layout:fixed;
	word-wrap:break-word;
	text-align:left;
	width: 100%;
}
TH#threadHeadUser{
	width: 15%;
	overflow: hidden;
}
DIV#returnLink{
	float:left;
	font-size:150%;
}
TD.forumUser, TD.forumMessage{
	vertical-align:top !important; /*Someone, somewhere will hate me*/
	text-align:left !important; /*Someone, somewhere will hate me*/
}
DIV.postDate {
	float:left;
}
DIV.deleteLink , DIV.postNumber{
	float:right;
}
DIV.postMessage {
	text-align:left;
}
div#front-page h1 {font-size: 4rem; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
div#front-page {text-align:center;}
div#front-page .space {margin-bottom: 1em;}
div#front-page div#links a {display: inline-block; margin: 0 0.5em;}
div#front-page li {list-style-type: none; margin: 0;}
@media (max-width: 800px) {
	div#front-page h1 {font-size: 3rem; margin-top: 0.5em; margin-bottom: 0.5em;}
}
div#front-page > #search > form {margin: 0 auto;}
div#front-page > #search > form > input[type=submit]{padding: 4px 6px;}
#counter {display: grid; justify-content: center; margin: auto; max-width: 66%;}
.counter-img {grid-row: 1; max-width: 100%; height: auto;}
#reportedimage .reason {
	max-width: 30em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#reportedimage .formstretch INPUT {
	width: 100%;
}
.tagcategoryblock {
	margin:0.6rem 1rem 0.6rem 0;
	padding:0.5rem 0.6rem 0.7rem;
	width:18rem;
	border:1px solid #AAAAAA;
	border-radius:0.25rem;
	display:inline-block;
}
.tagcategoryblock table {
	width:100%;
	border-spacing:0;
}
.tagcategoryblock input, .tagcategoryblock span {
	width:100%;
	height:100%;
}
.tagcategoryblock td:first-child {
	padding:0.3rem 0.7rem 0.4rem 0;
	text-align:right;
	width:40%;
}
.tagcategoryblock td:last-child {
	width:60%;
}
.tagcategoryblock td:last-child span {
	width:7ch;
	padding:0.24rem 0.7rem 0.5rem 0;
	display:inline-block;
}
.tagcategoryblock button {
	width:100%;
	margin-top:0.4rem;
	padding:0.2rem 0.6rem;
}

.tagcategoryblock input[type="color"] {
	height: 22px;
}

.tagcategoryblock .tc_colorswatch {
	display:inline-block;
	vertical-align:middle;
	height:1.25rem;
	width:1.25rem;
	border-radius:4px;
}

.tageditcloud span.tag-selected {
	background:#88EE88;
}

.tageditcloud {
	color: #0000FF;
}

.tageditcloud div#tagcloud_unset {
	color: #0000FF;
}

.tageditcloud div#tagcloud_set {
        color: #0000FF;
	font-style:italic;
}

.tageditcloud div#tagcloud_extra {  
        color: #0000FF;
}

/**
 * Some style elements borrowed from the QWebIRC project
 * http://qwebirc.org/
 */

:root {
  font-family: sans-serif;
  font-size: 14px;
}
BODY {
  background: #9D3000;
  margin: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3                            menu bar                            *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.menu {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px;
  background: linear-gradient(to bottom, #4a1800, #9D3000);
}
a.tab,
a.tab:visited {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,   /* soft white gloss */
    #A89E14 60%,                   /* your main color */
    #8F8412 100%                   /* slightly deeper base */
  );
  border: 1px solid #7D7410;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 13px;
  font-family: "Segoe UI", sans-serif;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.5),  /* subtle internal shine */
    0 2px 4px rgba(0, 0, 0, 0.2);             /* soft lift shadow */
  display: inline-block;
  position: relative;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}


a.tab:hover, a.tab:active, .tab-selected {
  color:#000000;
  background-color:#FFFFFE;
  text-decoration:none;
}
.tab-selected {
  color: white;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,   /* soft white gloss on top */
    #A89E14 60%,                   /* main green/gold body */
    #8F8412 100%                   /* deeper saturated bottom */
  );
  border: 1px solid #7D7410;
  text-decoration: none;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.5),  /* subtle internal shine */
    0 2px 4px rgba(0, 0, 0, 0.2);              /* soft outer shadow */
  border-radius: 999px;           /* fully rounded */
  padding: 8px 20px;             /* bigger padding for bigger size */
  margin-right: 2px;
  cursor: default;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;               /* slightly bigger font */
  line-height: 1;
}

.tab, .tab-selected, .tframe, #tips {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #C8D1DB;
  cursor:default;
  margin-right:2px;
  padding:2px;
  break-inside: avoid;
}
.tframe {
  margin:4px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3                        secondary bars                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sbar {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35) 0%,   /* glossy top shine */
    #B6420C 25%,                    /* caramel brown highlight */
    #9D3000 60%,                    /* main chocolate base */
    #641F00 100%                    /* rich dark chocolate bottom */
  );
  border: none;
  border-radius: 12px;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    0 2px 6px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
}

.sfoot {
  border-top: 1px solid #C3D2E0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px;
  background: #CEDFF0;
  text-align: center;
}
.navside, #comment-list-recent .blockbody {
  background:none repeat scroll 0 0 #CEDFF0;
  padding:4px;
  font-size:85%;
  border:1px solid #C3D2E0;
  margin-bottom:5px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.navside.navtop, .shm-image-list, #Statsmain {
  text-align:left;
}
.shm-image-list {
  margin-top: 10px;
}
.navtop, .maintop {
  font-size:110%;
  border-bottom:0 none;
  margin:0 0 2px 0; /* top right bottom left */
  padding:2px 10px;
  position:relative;
  left:0;
  width:50%;
}
.navtop {
  top:7px;
}
.maintop {
  top:0;
  margin-top:5px;
  margin-bottom:5px;
}
#tips, #blotter1, #blotter2 {
  margin-right:16px;
  margin-left:16px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3                  things common to all pages                    *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
H1 A {
  color: black;
}
A, A:hover, A:active, A:visited {
  color: #2860AD;
}
H3 {
  text-align: center;
  margin: 0;
}
THEAD {
  font-weight: bold;
}
TD {
  vertical-align: top;
  text-align: left;
}
CODE {
  background: #DEDEDE;
  font-size: 0.8rem;
}

TABLE.zebra {border-spacing: 0; border: 2px solid #C3D2E0;}
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
TABLE.zebra THEAD TD, TABLE.zebra THEAD TH {border-bottom: 2px solid #C3D2E0;}
TABLE.zebra TFOOT TD, TABLE.zebra TFOOT TH {border-top: 2px solid #C3D2E0;}
TABLE.zebra TR TD {border-bottom: 1px solid #C3D2E0;}
TABLE.zebra TR:nth-child(odd) {background: #CEDFF0;}
TABLE.zebra TR:nth-child(even) {background: #F0F7FF;}
TABLE.image_info {margin: auto;}

INPUT, TEXTAREA, button {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #C8D1DB;
  cursor:default;
  margin-right:2px;
  padding:2px;
}

INPUT:hover, button:hover, TEXTAREA:hover {
  background-color:#FFFFFF;
  text-decoration:none;
}

FOOTER {
  clear: both;
  padding: 8px;
  font-size: 0.7rem;
  text-align: center;
  border-top: 1px solid #C3D2E0;
  background: #E3EFFA;
}

A {text-decoration: none;}
A:hover {text-decoration: underline;}

BLOCKQUOTE {
  border: 1px solid #C3D2E0;
  padding: 8px;
  background: #E3EFFA;
}

UL {
  text-align: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*             the navigation bar, and all its blocks             *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

NAV {
  width: 200px;
  float: left;
  text-align: center;
  margin-left: 16px;
}
NAV .blockbody {
  font-size: 0.85rem;
  text-align: center;
}
NAV TABLE {
  width: 190px;
}
NAV TD {
  vertical-align: middle;
}
NAV INPUT, nav button {
  width: 95%;
  padding: 0;
}
NAV SELECT {
  width: 100%;
  padding: 0;
}

#comments P {
  text-align: left;
  width: 150px;
  max-width: 150px;
  overflow: hidden;
}
.comment {
  text-align: left;
}

TABLE.tag_list {
  border-collapse: collapse;
}
TABLE.tag_list>THEAD {
  display: none;
}
TABLE.tag_list>TBODY>TR>TD {
  display: inline;
  padding: 0;
  line-height: 1em;
}
TABLE.tag_list>TBODY>TR>TD:after {
  content: " ";
}

.more:after {
  content: " >>>";
}

.tag_count:before {
  content: "(";
}
.tag_count:after {
  content: ")";
}

.paginator {
  padding: 4px;
  border-right: 1px solid #C3D2E0;
  border-left: 1px solid #C3D2E0;
}
.paginator A {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  color: #000;
  border:1px solid #C8D1DB;
  cursor:default;
  margin-right:2px;
  padding:2px;
}
.paginator A:hover {
  background-color:#FFFFFF;
  text-decoration:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                 the main part of each page                     *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ARTICLE {
  margin-left: 226px;
  margin-right: 16px;
  text-align: center;
  height: 1%;
}
ARTICLE.body_noleft {
  margin-left: 4px;
  margin-right: 16px;
  margin-bottom:16px;
  padding-left:4px;
  padding-right:4px;
  text-align: left;
  height: 1%;
}
ARTICLE TABLE {
  width: 90%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     specific page types                        *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#pagelist {
  margin-top: 32px;
}

/*.rr {text-align: left; background: #E3EFFA; margin: 8px;}
.rrtop     {background: url(../../../themes/lite/circle-tl.png) no-repeat top left;}
.rrtop div {background: url(../../../themes/lite/circle-tr.png) no-repeat top right;}
.rrbot     {background: url(../../../themes/lite/circle-bl.png) no-repeat bottom left;}
.rrbot div {background: url(../../../themes/lite/circle-br.png) no-repeat bottom right;}
.rrtop, .rrtop div, .rrbot, .rrbot div {height: 8px; width: 100%;}
.rrcontent {margin: 0px 8px; text-align: left;}

.hrr {text-align: left; background: #C3D2E0; margin: 8px;}
.hrrtop     {background: url(../../../themes/lite/circle-tl.png) no-repeat top left;}
.hrrtop div {background: url(../../../themes/lite/circle-tr.png) no-repeat top right;}
.hrrbot     {background: url(../../../themes/lite/circle-bl.png) no-repeat bottom left;}
.hrrbot div {background: url(../../../themes/lite/circle-br.png) no-repeat bottom right;}
.hrrtop, .hrrtop div, .hrrbot, .hrrbot div {height: 8px; width: 100%;}
.hrrcontent {margin: 0px 8px;}*/

.setupblock {
  text-align: center;
  width: 350px;
}
.setupblock TEXTAREA {
  width: 300px;
  font-size: 0.75rem;
}


NAV .thumbblock {
  float: none;
  height: auto;
}
NAV .thumb {
  margin-bottom: 0;
}
.shm-thumb {
  width: 200px;
  display: inline-block;
}
.thumb {
  display: inline-block;
  text-align: center;
  margin-bottom: 32px;
}

.tooltip{
   position:absolute;
   top:0;
   left:0;
   z-index:3;
   display:none;
}

/*# sourceMappingURL=lite.1751213809.8aa083b5f133e0b44a24aa79e806146d.css.map */