html {
	background-color: #431b24;
	height: 100%;
}
a {
	color: #3a5869;
	text-decoration: none;
	background: linear-gradient(90deg, #704d56, #f0be47) no-repeat right bottom / 0 var(--bg-h);
  	transition: background-size 350ms;
  	--bg-h: 1px;
	}
a:hover {
	background-size: 100% var(--bg-h);
	background-position-x: left;
}
a:has(img) {
	padding-right: 5px;
	background: none;
}
body {
	margin: 0;
	background: #431b24 url(images/backmid.webp) repeat-y 50% 100%;
	font: .9em "Crimson Text", serif;
    line-height: 16px;
	}
#container {
    margin: 0 auto;
    background: url(images/backtop.webp) no-repeat 50% 0%;
	min-height: 450px;
}
nav {
	position: relative;
    top: 428px;
	text-align: center;
	font-family: "Manufacturing Consent", system-ui;
    letter-spacing: .05em;
}
nav a {
	padding: 0;
	color: #431b24;
	border: none;
	background: none;
	font-size: 1.65em;
}
nav a:hover { color: #bb2d3b; }
#content {
	position: relative;
    top: 430px;
    margin: 0 auto 10px;
    padding: 9px 115px 60px;
    background: url(images/backbottom.webp) no-repeat 50% 100%;	
    width: 545px;
    color: #917a7f;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
      background-color: #917a7f;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	color: #b48516;
}
h3 {
	margin: 5px 0 8px;
	font: 3em "Fleur De Leah", cursive;
    color: #f0be47;
    text-align: center;
    letter-spacing: .1em;
	text-shadow: 2px 2px 2px #0000009e;
 	}
h6 {
	margin: 6px 0;
    color: #693a46;
	font: 1.65em "Fleur De Leah", cursive;
    letter-spacing: .1em;
    text-align: right;
	border-bottom: 1px dotted;
}
.inner-border {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.outer-border {
	border: 1px solid #a58e5a;
	height: 99%;
    width: 60%;
    padding: 4px;
    margin: 0 auto;
}
.mid-border {
    border: 5px solid #a58e5a;
    height: 100%;
    width: 93%;
    padding: 5px;
    margin: auto;
}
.inner-border {
	position: relative;
	border: 1px solid #a58e5a;
    height: 100%;
    width: 99%;
    margin: auto;
}
.corner-decoration {
	position: absolute;
    width: 3em;
    margin: -3px;
}
.corner-decoration.corner-left-top {
	left: 0;
	top: 0;
}
.corner-decoration.corner-right-top {
	top: 0;
	right: 0;
	 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.corner-decoration.corner-right-bottom {
	right: 0;
	bottom: 0;
	 -webkit-transform: scale(-1);
  	transform: scale(-1);
}
.corner-decoration.corner-left-bottom {
	left: 0;
	bottom: 0;
	-webkit-transform: scaleY(-1);
  	transform: scaleY(-1);
}
blockquote {
    margin: 0;
	padding: 2px 45px;
	font-size: .9em;
	line-height: 15px;		
}
.center, .award {text-align: center;}
.left {
	float:left;
	margin-right: 12px;
	width: 14%;
	}
.right {
	float:right;
	margin-left: 3px;
	width: 40%;
	}
.form {
	float: left;
	width: 50%;
}
label { display: block; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;	
    text-align: center;
}
.control-copytextarea {
	font-size: .9em;
  	cursor: pointer; 
	color: transparent; 	
}
.control-copytextarea::after {
	content: '\f0c5';
	font: var(--fa-font-regular);
  	font-size: 1em;
	color: #431b24;
}
.codecopy textarea, .codecopy textarea:focus {
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: .95em;
    border: 1px dotted #fff;
    overflow: hidden;
    background-color: #693a4678;
	border: 1px solid #274658;
}
.codes img { margin: 2px; }
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
	width: 135px;
    margin: 0 auto;
}
form { margin-left: 15px; }
input, textarea, select {
	margin: 3px;
	padding: 3px;
	width: 255px;
    color: #274658;
    background: none;
    font-size: .9em;
    font-family: inherit;
    border: 1px solid #274658;
	border-left: 2px solid;
	outline: none;
   	box-sizing: border-box;
	border-radius: 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #693a4678;
	color: #fffffa;
	border-left: 2px solid #274658;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 226px;
    overflow: hidden;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 1px auto 6px;
	padding: 3px 10px;
	color: #e3dcde;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font: inherit;
	border: 1px solid #274658;
	background-color: #274658;
	border-radius: 6px;
}
.jsubbtn { margin-left: 335px; }
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.clear { clear:both; }
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
	text-align: center;
}
.small {font-size: .7em;}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.show_sort_form option:nth-child(2){display:none}
footer { 
	margin-top: 45px;
    padding-top: 5px;
	font-size: .65em;
	text-align: center;
	font-style: oblique;
	color: #522732;
	}
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { background: none; border: 0; }