a:link, a:visited {
	color: #4c64ad;
	text-decoration: none;
    font-variant-caps: all-petite-caps;
    font-size: 1.2em;
	}
a:hover {
	text-decoration: none;
	color: #adacb5;
    border-bottom: 1px solid #4c64ad;
	}
.current {border-bottom: 2px solid rgba(158, 55, 16, 0.58);}
.show_join_error {background-color: red;}
body {
	background-color: #d4b789;
	font: 1em 'Yanone Kaffeesatz', sans-serif;
	}
img.pic {
    position: relative;
    right: 100px; 
    z-index: 3;
}
nav {
    position: relative;
    margin: 0 auto;
    padding: 515px 0 0;
    width: 333px;
    font: .75em sans-serif;
    text-align: right;
    padding-bottom: 16px;
    z-index: 5;
	}
nav a:link, nav a:visited {
	font-size: 1.2em;
    color: #8e909a;
	border: none;
    font-variant-caps: normal;
}
nav a:hover {color: #e8e8e8;}
#wrapper {
    margin: -543px auto 10px;
    width: 614px;
	}
#content {
    position: relative;
    margin: -179px auto 0;
    padding: 0 8px 8px;
    width: 350px;    
    z-index: 1;   
 	background-color: #d4cab0;
    border: 4px solid #d4b789;
    outline: 5px solid #516272;   
    
	}
.container {
    padding: 75px 4px 4px;
    z-index: 5;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	font-weight: bold;
	color: #805d32;
}
.center {text-align: center;}
h3 {
	margin-top: 0;
    padding-left: 4px;
	font: 2.5em 'Passion One', cursive;
	letter-spacing: .2em;
    background-color: rgba(158, 55, 16, 0.58);
 	}
h6 {
    margin: 10px 0 0 0;
    text-align: center;
    color: #a5572f;
    font-size: 1.5em;
    letter-spacing: .2em;
    font-variant: small-caps;
	}
blockquote{
	margin: 0 auto 10px;
	padding: 5px;
	color: #000;
	font-size: .85em;
	background-color: #e8e9eb;
	width: 64%;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
div.form {
	float: left;
	width: 50%;
}
form.show_donate_form .form {
    float: unset;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red; 
}
.req {
	color: red;
}
.codecopy {
	float: left;
	display: inline-block;
	width: 35%;
	padding: 0 10px;
}
.control-copytextarea {
    position: relative;
    cursor: pointer;
    padding: 0 4px;
    float: right;
    left: -93px;
    top: 5px;
    padding-top: 4px;
    font-size: .6em;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 280px;
	color: #b0c0c7;
	font-family: inherit;
	font-size: .95em;
	-ms-overflow-style: none;
	overflow: hidden;
}
.codes h3 {margin: 50px 0 -20px;}
input, textarea, select {
	margin: 0px;
	width: 250px;
	color: #8c3a10;
	font-size: .95em;
	font-family: inherit;
    background: #cec2a8;
    border: 1px solid rgba(150, 125, 118, 0.32);
	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:focus, textarea:focus, select:focus {
	border: 1px solid rgb(150, 125, 118);
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 250px;
	height: 80px;
}
#select1, #select2 {height: 45px; overflow: hidden;}
p.show_join_comments {display: none;}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 30px auto 0;
	padding: 3px 10px;
	color: #826262;
	text-align: center;
    font: inherit;
    font-weight: bold;
    font-size: 1.1em;
	background-color: inherit;
    border: 0px solid #000;
}
.jsubbtn, .usubbtn {margin-left: 50px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.stats {font-size: .85em;}
.small, .disc {
	font-size: .80em;
	text-align: center;
}
.disc {font-style: oblique;}
.clear {clear:both;}
table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 50%;
}
th, td {
    text-align: left;
    padding: 8px 6px 4px 6px;
}
tr {border-bottom: 1px solid #585f68;}
tr:nth-child(odd){background-color: #d1cfca;}	
th {
    background-color: #f7b17b;
    letter-spacing: .07em;
    font-size: 1.1em;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 26%;
	}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
footer {
	font-size: .85em;
	color: var(--gray);
}
footer p {
	font-size: 1em;
}