a {
	color: #6a8491;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
a:hover {
	color: #000;
}  
a:before {
	content: '';
	border-bottom: solid 1px #000;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
}  
a:hover:before {
	border-bottom: solid thin #ab3349;
}  
a:before {
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.codes a:before, .center a:before, .aff a:before {
    border: 0;
}
.codes a {
    display: unset;
}
.show_join_error {
	background-color: red;
}
body {
	margin:	0;
	background: #6a8491 url(images/bg.jpg) repeat-x;
    font: 1.15em 'Tenali Ramakrishna', sans-serif;
    line-height: 16px;
    color: #6a8491;
	}
nav {
	margin-bottom: 28px;
    padding: 8px 0 0 5px;
    font-size: 1.2em;
}
nav a:link, nav a:visited {
    margin: -7px;
	padding: 3px 0 0 3px;	
    color: #cacfd4;
    background: #ab3349;
    display: block;
}
nav a:hover {
	margin: -7px;	
	color: #e8e8e8;
	background-color: #000;
	display: block;
}
#wrapper {
	margin: 0 auto;
    width: 863px;
    height: 554px;
    background: url(images/banner.png);
}
#container {
	margin: -2px auto 25px;
    width: 863px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;	
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
#content {
	float: left;
	padding: 20px;
	min-width: 600px;
}
#sidebar {
	float: right;
	padding: 20px;
	width: 38%;
}
.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: #0265a1;}
em {color: #2d77bb;;}
.center, .award {text-align: center;}
h3 {
    margin: 0;
    font: 1.75em 'Rammetto One', cursive;
    color: rgba(85, 85, 85, 0.98);
    text-shadow: 2px 1px 2px #292f33;
 	}
h6 {
	margin: 9px;
	padding-left: 30px;
    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;
	}
div.form {
	float: left;
	width: 50%;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red;
}
.req {color: red;}
.codecopy {
	float: left;
	display: inline-block;
	width: 40%;
	padding: 0 10px;
}
.control-copytextarea {
    position: relative;
    cursor: pointer;
    font-size: .7em;
    float: right;
    top: -75px;
}
.control-copytextarea::before, .control-copytextarea::after {content: " - ";}
.codecopy textarea, .codecopy textarea:focus {
	width: 190px;
	color: #0265a1;
	font-family: inherit;
	font-size: .95em;
	-ms-overflow-style: none;
	overflow: hidden;
}
.codes {margin: 63px 0 0;}
.codes h3 {margin: 50px 0 -20px;}
input, textarea, select {
	margin: 0px;
	width: 296px;
    color: #906247;
    font-size: 1em;
	font-family: inherit;
    background-color: #d9cabe;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    border-top: 1px dotted #818384;
    border-left: 1px dotted #818384;
	outline: none;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    	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] {
	display: inline;
	width: 20px;
	margin: 3px 0 0 10px;
	outline: none;
}
form.show_join_form input {margin-bottom: 10px;}
form.show_join_form div {margin-right: 490px;}
textarea {
	width: 250px;
	height: 80px;
}
#select1, #select2 {
	margin-bottom: 15px;
	height: 40px;
	width: 236px;
	line-height: 16px;
	}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn,
input::file-selector-button {
	margin: 30px auto 0;
	padding: 3px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	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, .usubbtn {
	margin-left: 201px;
}
.jsubbtn:hover, .jresbtn:hover,
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .8em;
	text-align: center;
}
.small, .disc {
	font-size: .65em;
	text-align: center;
}
.disc {
	font-style: oblique;
	}
.clear {
	clear:both;
}
table {
    margin: 20px auto;
    border-collapse: collapse;
    width: 75%;
}
th, td {
    text-align: left;
    padding: 8px 6px 4px 6px;
}
tr {}
tr:nth-child(odd){}
th {
    letter-spacing: .07em;
    font-size: 1.1em;
    font-weight: bold;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	color: #B0D0D3;
	}
.flaglist {
	margin: 20px auto;
	width: 20%;
	}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
	.footer {margin: 0 auto; display: block;}
footer {
	font-size: .85em;
}
footer p {
	font-size: 1em;
}
