a {
	color: teal;
	letter-spacing: .05em;
	font-variant: small-caps;
	text-decoration: none;
}
a:hover {
	color: rgba(0, 128, 128, 0.699);
	border-bottom: 1px solid rgba(0, 128, 128, 0.637);	
	}
.codes a, .aff a, a:has(img) { border-bottom: none; }
a.img {padding:0 5px 5px 0;}
body {
	margin: 0;
	background-color: teal;
	font: .95em "Ysabeau Office", sans-serif;
	line-height: 17px;	
	}
#wrapper {
	margin: 35px auto 0;
	display: flex;
	width: 598px;
	height: 598px;
	background-color: #a2d6ca;
	border: 1px solid;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
#left, #right {
	display: flex;
  	flex-direction: column;
}
#content {
    margin: 10px 10px 0;
    padding: 6px;
    height: 530px;
    width: 370px;
	background-color: white;
    direction: rtl;
    overflow-y: auto;
    overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: teal white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
nav {
	margin: 10px;
    padding: 3px 0 5px;
	width: 382px;
	background-color: teal;
    text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
nav a {
	text-decoration: none;
	color: #a2d6ca; 
	font-size: 1.5em;
	letter-spacing: .06em;
}
nav a:hover {
	color: #a2d6ca;
	font-weight: bold;
}
.colourbox {
	margin-top: 10px;
    width: 186px;
    height: 186px;
    background-color: teal;
}
.title {
	position: absolute;
	background: url(images/title.png);
	width: 186px;
	height: 186px;
}
ul {
	padding: 0;
	list-style: none;
}
li:before {
	content: "\00BB";
	padding-right: 5px;
	color: teal;
}
em {
	font-style: italic;
	background-color: #00808021;
	border-top: 1px solid #8ccec3;
	border-bottom: 1px solid #8ccec3;
}
.center {text-align: center;}
h3 {
    margin: 0;	
    padding: 0;	
    font: bold 3.25em "Qwitcher Grypen", cursive;
    color: teal;
    text-shadow: 1px 1px 0px #8ccec3;
    text-align: right;
    letter-spacing: .05em;
}
h6, .donatetext::before {
	margin: 0;
	padding-left: 2px;
	color: #075656;
    background: #008080b5;
	font-size: 1.25em;
	letter-spacing: .1em;
}
.codes h6 {margin: 16px 0 10px;}
blockquote{
    margin: 0;
    padding: 5px 5px 5px 10px;
    background: #a2d6ca url("images/mrsmary-background-1921589_640.jpg");
    font-size: .85em;
    line-height: 14px;
}
blockquote a {
	color: white;
}
.aff {margin: 6px;}
.aff a {padding: 3px;}
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	padding: 5px 10px;
    width: 43%;
    display: inline-block;
}
.control-copytextarea {
	position: relative;
	float: right;
  	padding: 0 4px;
	top: 58px;
	color: #a2d6ca;
    font-size: .7em;
	cursor: pointer;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 150px;
    height: 42px;
	overflow: hidden;
}
.donatetext::before {
    content: 'Donation Form';
	display: block;
    font-weight: bold;
}
.donatetext { margin-top: 90px; }
.donatetext a {
    display: block;
    margin: 0 auto;
    width: 37%;
	text-align: center;
}
form {
    margin: 0 auto;
	color: #534f4f;
    text-align: right;
}
input, textarea, select {
	margin: 2px 0;
	padding: 3px;
    width: 220px;
	color: #00808081;
	background: #00808014;
	font-size: .95em;
	font-family: inherit;
	letter-spacing: .05em;
	border: none;
	outline: none;
    box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	color: teal;
	border: 1px solid teal;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
    accent-color: teal;
}
input.show_join_comments_field {display: none;}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 8px auto 0;
	padding: 3px 14px;
	color: #fff;
	text-align: center;
	letter-spacing: .08em;
	border: 1px dotted teal;
    background-color: #747a78;
    border-radius: 3px;
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border: 1px dotted #fff;
}
.show_update_email_settings {width: 93%;}
.stats { font-size: .85em; }
.show_members_email, .show_members_no_email {padding: 0 5px 0 10px;}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .80em;
	text-align: center;
}
.small {
	margin-bottom: 3px;
	font-size: .8em;
}
.clear {clear:both;}
option:nth-child(2){display:none}
.show_members_showing_what {
	font-size: .9em;
	text-transform: uppercase;
}
footer { 
	padding-top: 3px;
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	color: #7c928a;
	line-height: 11px;
	border-top: 2px solid teal;
}
footer img {vertical-align: sub;}
footer div:nth-child(2) {font-style: normal;}