a {
	color: #0b212670;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
a:hover { color: #000; }  
.codes a:before, .center a:before, .aff a:before {
    border: 0;
}
.codes a { display: unset; }
body {
	margin:	0;
	background: #8b6958d6 url(images/ag-square.png);
    font: 1em 'Gowun Dodum', sans-serif;
    line-height: 16px;
	}
nav {
    padding-left: 3px;
    font-size: 1.05em;
}
nav a:link, nav a:visited {
	margin-left: 6px;
	padding: 11px 40px 9px;
    color: #0b212670;
    background: #3395ab7a;
    display: inline-block;
}
nav a:first-of-type { margin: 0; }
nav a:hover {
	background-color: #3395abab;
}
nav a:active {
	color: #0b212670;
	font-weight: bold;
}
#wrapper {
	margin: 15px auto;
    width: 650px;
    background: #fff url(images/banner.webp) no-repeat;
    border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;		
}
#box { padding: 350px 8px 8px; }
#container { 
	display: flex;
	padding: 5px;
} 
#content {
	float: left;
	padding: 8px;
	min-width: 425px;
}
#sidebar {
	float: right;
	margin-top: 13px;
	padding: 0 8px 8px;
	width: 49%;
	background-color: #8b69581c;
	font-size: .95em;
	border-radius: 0 0 20px;
}
.aff { margin-bottom: 18px; }
.aff a { margin-left: 7px; }
blockquote {
    line-height: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
}
blockquote a:link, blockquote a:visited {
    color: #5a2714;
    background: rgba(230, 239, 239, 0.98);
	text-decoration: underline;
}
blockquote a:hover {text-decoration: none;}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
b {font-weight: bold; color: #906247;}
em {color: #906247;}
.center, .award {text-align: center;}
h3 {
    margin: 0;
    font: 1.75em 'Rammetto One', cursive;
    color: #c9bfb9d6;
    -webkit-text-stroke: 2px #ab9284;
 	}
#sidebar h6 {
margin: 9px 0 -16px;
}
h6 {
    margin: 9px 0 5px;
    color: #906247;
    font: 1.35em 'Cherry Cream Soda', cursive;
	text-align: left;
	text-shadow: 2px 1px 2px #292f33;
	}
img.left, img.right {
	border: 1px solid #ccc;
    padding: 3px;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	text-align: right;
	}
.form {
	float: left;
	width: 50%;
}
.req:before{
	content: "* ";
	color: red;
}
.codecopy {
	float: left;
	width: 40%;
	padding: 0 10px;
}
.control-copytextarea {
    position: relative;
    cursor: pointer;
    font-size: .7em;
    float: right;
    top: -16px;
}
.control-copytextarea::before, .control-copytextarea::after {content: " - ";}
.codecopy textarea, .codecopy textarea:focus {
	width: 190px;
	color: #0265a1;
	font-family: inherit;
	font-size: .95em;
	overflow: hidden;
}
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
}
.codes {margin: 63px 0 0;}
.codes h3 {margin: 50px 0 -20px;}
input, textarea, select {
	margin: 0px;
	width: 296px;
	height: 25px;
    color: #63797c;
    font-size: 1em;
    font-family: inherit;
    background-color: #c4cfd1;
    border-right: 1px solid #63797c;
    border-bottom: 1px solid #63797c;
    border-top: 1px dotted #818384;
    border-left: 1px dotted #818384;
    outline: none;
   	box-sizing: border-box;
}
input, textarea {padding-left: 4px;}
input:focus, textarea:focus, select:focus {
	border: 1px solid #42a9ca;
}
input[type=radio], input[type=checkbox] {
	margin-right: 5px;
    display: inline;
    width: 11px;
    height: 11px;
    outline: none;
}
form.show_join_form input {margin-bottom: 10px;}
form.show_join_form div {margin-right: 164px;}
textarea {
	width: 250px;
	height: 80px;
}
#select1, #select2 {
	margin-bottom: 15px;
	height: 40px;
	width: 180px;
	line-height: 16px;
	}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 15px auto 0;
	padding: 3px 35px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #5a2714;
    border: 2px solid #262626;
	border-radius: 3px;
}
.jsubbtn:hover, .jresbtn:hover,
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	font-weight: bold;
	cursor: pointer;
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .8em;
	text-align: center;
}
.small {
	font-size: .7em;
    text-align: center;
    line-height: 11px;
}
.clear { clear:both; }
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	color: #B0D0D3;
	}
footer { 
	font-size: .8em;
	text-align: center;
	font-style: oblique;
	line-height: 11px;
 }
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a:before { border: 0; }
