a {
	padding: 0 3px;
	text-decoration: none;
	color: inherit;
	background-image: linear-gradient(
    to bottom, 
    transparent 35%, 
    rgb(238, 130, 127, 0.6) 35%, 
    rgba(238, 130, 127, 0.6) 65%, 
    transparent 65%
  );
  background-size: 100% 100%;
}
a:hover { color: #8a4c83;}
body {
	background: #c5accc url(images/background.jpg) fixed;
	font: .9em 'DM Sans', sans-serif;
	color: #ffdc9c;
}
img[name="title"] {position: fixed;}
img[name="art"] {
	float: left;
	padding: 8px;
}
nav {
    position: fixed;
    top: 235px;
    left: 52px;
}
nav a {
    display: block;	
	width: 185px;	
	color: #f6578d;
	font: 1.65em 'Ranchers', sans-serif;
    text-align: center;
	background: none;
	line-height: 28px;
    letter-spacing: 1px;
	-webkit-text-stroke: .85px #fff;
}
nav a:hover {
	color: #486690;
	letter-spacing: 3px;
}
#content {
	margin: 20px auto;
    padding: 8px;
	width: 615px;
	background-color: #2b252c41;
}
::-webkit-scrollbar { width: 12px;}
::-webkit-scrollbar-track { background: #9a7366;}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#c5accc, #ffcabc, #ffdc9c, #ee827f, #b8da7e, #69908b);
  border-radius: 6px;
}
::-webkit-scrollbar-button {
  background-color: #9a7366;
  height: 10px;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
li { padding-bottom: 6px;}
b {   
    position: relative;
	bottom: 2px;
	color: #a7c7b7;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
em {
	font-style: italic;
	font-weight: bold;
}
h1, h3 {
    color: #ffe7b5;
    letter-spacing: .2em;
    text-align: right;
	font-family: 'Ranchers', sans-serif;
}
h2 {
	margin: 6px 0;
    color: #c2dd97;
    font-size: 1.05em;
    letter-spacing: .1em;
}
h3 { font-size: smaller;}
blockquote {
	position: relative;
	padding: 8px;
	width: 300px;
	line-height: 1.4;
	font-family: 'Special Elite', cursive;	
	background-color: var(--border-color, #c89a96); 
}
.affiliates {
	float:right;
    margin-top: 2px;
	width: 165px;
}
.center, .award {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: -14px;
    top: 33px;
    font-size: .8em;
}
.codes a {
    background: none;
    padding: 0 4px 0 0;
}
.codes img {border: 4px solid transparent;}
.codes img:hover {
	border: 4px solid #fff3af;
	border-radius: 5px;
}
#donated, .donatetext { margin-top: 50px; }
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.show_join_form { width: 41%; }
.rules {
	position: absolute;
    margin-left: 321px;
    padding: 8px;	
    top: 292px;
    width: 240px;
	background-color: #58585885;
    border: 1px dashed #585858;
}
.show_update_form, .show_donate_form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}
fieldset { 
	flex: 0 0 95%;
	border: 1px solid #ededab;
}
.show_update_form > p:not(.show_update_submit), 
.show_donate_form > .form p {
    flex: 0 0 calc(50% - 8px);
    margin: 0;
    display: flex;
    flex-direction: column;
}
.show_donate_form .jsubbtn {margin-left: 56px;}
.show_update_email_settings {line-height: 10px;}
input, textarea, select {
	margin: 3px;
	width: 200px;
   	font-size: .95em;
   	font-family: inherit;
	border: 1px solid #8a4c83;
	background-color: #ffd8aca8;
	outline: none;
   	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #64205c;
	background-color: #ffd8ac;
}
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: 20px 0 0 2px;
    padding: 7px 10px;
    color: #72797b;
    background-color: #ffbb8a;
    border: 1px solid #d09c76;
	border-radius: 6px;
}
.jresbtn, .uresbtn {margin-left: 4px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover { box-shadow: 0 0 10px 0px #fce8c5;}
.jsubbtn:active, .jresbtn:active, 
.usubbtn:active, .uresbtn:active {color: #5d5059;}
	
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
	text-align: center;
}
.small {font-size: .65em;}
.smaller {font-size: .85em;}
.clear { 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 { 
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	color: #5d5059;
	}
footer div:nth-child(3) { font-style: normal;}
.top {
    position: relative;
    margin: 0 auto;
    width: 600px;
    text-align: right;
}
.top a {
    color: white;
	text-shadow: 0px 3px 5px rgb(228 196 224);
    cursor: pointer;	
}