a {
	text-decoration: none;
	color: #e6e3e3;
	}
a:hover {
	text-decoration: none;
	color: #fbd0b3;
	letter-spacing: .1em;
	}
.show_join_error {
	background-color: red;
}
body {
	margin: 0;
  padding: 0;
  background: #000 url("images/banner.jpg") top right no-repeat;
  font: .85em 'Assistant', sans-serif;
  overflow-y: scroll;
	}
#title {
	position: relative;
    margin: 445px 235px 0 0;
    font-size: 5.5em;
    font-family: 'Mogra', cursive;
    text-align: right;
    color: #000;
    letter-spacing: -.05em;
    text-shadow: rgba(182, 219, 111, 0.5) 0 0 15px, rgb(239, 91, 48) 0 0 10px;
    line-height: 68px;
    float: right;
    width: 300px;
    z-index: 6;
  	}
.menu {
    position: absolute;
    top: 490px;
    right: 45px;
    z-index: 3;
}
#content {
  position: absolute;
  width: 458px;
  top: 495px;
  right: 25px;
  padding: 5px;
  margin-bottom: 10px;
  color: #000;
  background-color: #a27f69;
  border: 2px solid #fff;
}
::-webkit-scrollbar {
  width: 16px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #200903;
  border: 1px solid #4f1b03;
}
::-webkit-scrollbar-thumb:hover {
}
.center {text-align: center;}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
	letter-spacing: .15em;
  color: #73280b;
}
h3 {
 	font: bold 1.4em 'Syncopate', sans-serif;
 	}
h6 {
  letter-spacing: .2em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
	}
h6::before, h6::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #fbd0b3;
    width: 20%;
    margin: 0 1rem;
    transform: translateY(-3px);
}
blockquote{
	color: #000;
	font-size: .85em;
	line-height: 12px;
}
blockquote a {
	color: brown;
	}
div.form {
	float: left;
	width: 48%;
}
label {
	display: block;
}
label#req:before{
	content: "* ";
	color: red;
}
.req {color:red;}
.codecopy {
	float: left;
	display: inline-block;
	width: 45%;
	padding: 0 10px;
}
.control-copytextarea {
  position: relative;
  cursor: pointer;
  border-left: 1px dotted #c0baba;
  border-top: 1px dotted #c0baba;
  border-right: 1px dotted #c0baba;
  right: 1px;
  top: 12px;
  text-transform: uppercase;
  float: right;
  font-size: .6em;
}
.codecopy textarea, .codecopy textarea:focus {
  margin: 5px;
  width: 200px;
  color: #cdd0d2;
  font-family: inherit;
  font-size: .95em;
	overflow: hidden;
}
.codes {padding-top: 30px;}
.codes h3 {margin: 50px 0 -20px;}
form.show_join_form {margin: 0 auto; width: 70%;}
input, textarea, select {
	margin: 0px;
	width: 150px;
	background-color: rgba(115, 40, 11, 0.4);
	color: inherit;
	font-size: 100%;
	font-family: inherit;
	border: 1px dotted #c0baba;
	-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: 2px dotted #c0baba;
	outline: none;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {width: 302px;}

.jsubbtn, .usubbtn {margin-left: 80px;}
.jsubbtn, .jresbtn,
.usubbtn, .uresbtn {
	margin-top: 12px;
	padding: 1px 3px;
	color: #deddd8;
	border: 1px solid #deddd8;
	background-color: transparent;
	text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.jsubbtn:hover, .jresbtn:hover,
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	padding: 1px 3px;
	color: #fff;
    	text-decoration: none;
}
.jsubbtn:active, .jresbtn:active,
.usubbtn:active, .uresbtn:active {
	position: relative;
	top: 1px;
	left: 1px;
	padding: 1px 3px;
	color: #000;
	outline: none;
}
.stats {font-size: .85em;}
.small, .disc {
	font-size: .80em;
	text-align: center;
}
.disc {font-style: oblique;}
.clear {clear:both;}
.flaglist {
	margin: 0 auto;
  	width: 27%;
}
.show_members_showing_what {text-transform: uppercase;}
table {	margin: 0 auto;    
	width: 75%;
    	padding-left: 15px;
}
th {text-align: left;}
footer {font-size: .75em;}
footer p {font-size: 1em;}
