a {
	padding: 0 3px;
	text-decoration: none;
	color: #c0555b;
	}
a:hover {
	color: #979797;
	border-bottom: 1px solid #c0555b;
	}
.codes a, footer div:nth-child(3), .aff a { border:0; }
a:has(img):hover, .top a:hover {border:none;}
body {
	background-color: #000;
	font: .9em "Elms Sans", sans-serif;
	}
#wrapper {
	display: grid;
	grid-template-columns: 450px 600px;
	gap: 5px;
	color: #979797;
}
#image {
	grid-row-start: 1;
  	grid-row-end: 4;
}
#content {
    padding: 8px;
	height: 450px;
	scrollbar-color: #950008 #000;
	overflow: auto;
}
#title {
	margin: 14px 0 6px;
	background: url(images/title.png) no-repeat;
	height: 122px;
}
.left {
	float: left;
	width: 55%;
}
nav {
	float: right;
	width: 100px;
	font: 1.25em "Passion One", sans-serif;
}
nav a {
    display: block;	
	color: #000;
	background-color: #79828a;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
nav a:hover {
	color: #c0555b;	
	background-color: #000;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
li { padding-bottom: 6px;}
b {   
    position: relative;
	bottom: 2px;
	color: #7894ac;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
em {
	font-style: italic;
	font-weight: bold;
}
h3 {
	font: bold 1.75em "IM Fell French Canon", serif;
    color: #f2ebe7;
    letter-spacing: .2em;
    text-align: right;
}
h6 {
	margin: 10px 0;
    color: #7894ac;
    font-size: 1.05em;
    letter-spacing: .1em;
}
.affiliates { margin: 50px;}
.center {text-align: center;}
.codecopy {
	margin-bottom: 20px;
	padding: 0 10px;	
	float: left;
	width: 45%;
}
#select1, #select2 {
    width: 70%;
    scrollbar-width: none;
    font-size: .9em;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	float: right;
	left: -9px;
    top: 25px;
    width: 56px;
    font-size: .75em;
}
#donated, .donatetext { margin-top: 50px; }
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.show_join_form, .show_update_form { width: 88%; }
.form {
    width: 45%;
    float: left;
}
.show_update_form p {
    float: left;
    width: 48%;
}
input, textarea, select {
	margin: 3px;
	width: 200px;
   	font-size: .95em;
   	font-family: inherit;
	border: 1px solid #7894ac;
	background-color: #79848d;
	outline: none;
   	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #64205c;
	background-color: #fff8f2;
}
textarea, .show_join_submit {width: 577px;}
p + label {
    width: 300px;
    display: block;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin-top: 6px;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  border: none;
  background: #6E6D70;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
  color: #DFDEDF;
}
.jresbtn, .uresbtn {margin-left: 4px;}

.jsubbtn:active, .jresbtn:active, 
.usubbtn:active, .uresbtn:active {
  position: relative;
  top: 1px; 
  left: 1px;
}		
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
	text-align: center;
}
.small {font-size: .65em;}
.smaller {font-size: .85em;}
.clear, .show_update_credits { clear:both; }
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.fanlist {line-height: 24px;}	
.show_members_no_email, .show_members_no_website { padding: 0 3px;}
footer { 
	display: block;
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	}
footer div:nth-child(3) { font-style: normal;}