a:link, a:visited {
	padding: 0 3px;
	text-decoration: none;
	color: #3a5869;
	}
a:hover {
	text-decoration: none;
	color: #eee;
	background-color: #3a5869;
	border-radius: 2px;
	}
.codes a {
    background: none;
	padding: 0;
}
body {
	background-color: #693a46;
	font: .9em "Comic Neue", sans-serif;
    line-height: 16px;
	}
#container {
    margin: 10px auto;
    background: url(images/banner.webp) no-repeat 50% 0%;
    width: 678px;
}
nav {
	font: 1.1em "Englebert", cursive;
    letter-spacing: .05em;
    text-align: center;
    position: relative;
    top: 113px;
    left: 205px;
}
nav a:link, nav a:visited {
	padding: 0;
	font-size: 1.2em;
	color: #ebe9e9;
	border: none;
	background: none;
}
nav a:hover, #current { color: #7bad83; }
#content {
	margin: 323px auto 10px;
    padding: 9px;
    width: 622px;
    border: 19px solid #e7bc82;
    color: #ffefd9;
	background-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: #f3d796;
}
h3 {
	margin: 5px 0 8px;
	font: 3em "Rum Raisin", sans-serif;
    color: #dbbe7a;
    text-align: center;
    letter-spacing: .1em;
	text-shadow: 2px 2px 2px #0000009e;
 	}
h6::before { 
	content: url('images/h6.png');
	vertical-align: -webkit-baseline-middle; 
}
h6 {
	margin: 6px 0;
    color: #693a46;
	font: 1.5em "Rum Raisin", sans-serif;
    letter-spacing: .1em;
    text-align: right;
}
.title {
    margin-right: 5px;	
	writing-mode: vertical-rl;
	text-orientation: sideways;
	rotate: 180deg;
	text-align: center;
}
.two { display: flex; }
.border {
	padding: 5px;
	background-color: #693a469e;
	border: 1px solid #693a46;
	border-radius: 6px;
}
.border:nth-child(2) { width: 100%; }
.border:nth-child(4) { 
	background: #693a469e url(images/quote.png) no-repeat 99% 99%;
	min-width: 284px;
}
blockquote {
	padding: 0;
    margin: 0;
	font-size: .9em;
	line-height: 15px;		
}
blockquote a:link, blockquote a:visited { color: #789db3; }
blockquote a:hover { background-color: #789db3; color: #eee; }
.center, .award {text-align: center;}
.left {
	float:left;
	margin-right: 12px;
	}
.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: #3a5869;
}
.codecopy textarea, .codecopy textarea:focus {
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: .95em;
    border: 1px dotted #fff;
    overflow: hidden;
    background-color: #97bacf;
	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: 294px;
    color: #97bacf;
    background: none;
    font-size: .9em;
    font-family: inherit;
    border: 1px solid #274658;
	outline: none;
   	box-sizing: border-box;
	border-radius: 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #97bacf;
	color: #fffffa;
}
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: 386px; }
.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;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.members::nth-word(2)::before {
	content: ' is from ';
}
footer { 
	margin-top: 45px;
    padding-top: 5px;
	font-size: .65em;
	text-align: center;
	font-style: oblique;
	color: #522732;
	border-top: 4px solid #e7bc82;
	}
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { background: none; border: 0; }