a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #c2c6c7;
	color: rgba(224, 211, 211, 0.45);
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #c2c6c7;
	border-bottom: none;
	}
.codes a {
	border: 0;
}
a.imglink {
	padding: 0 3px 3px 0;
	border: 0;
	}
a.imglink:hover {
    position: relative;
    bottom: 2px;
    }
.show_join_error {
	background-color: red;
}
body {
	margin: 0;
	font-size: 1em;
	background: #fff url(images/bg.jpg);
	}
#title {
	position: relative;
	margin: -110px -9px 0 0;
	font-size: 5em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #c0baba;
	letter-spacing: .05em;
	text-shadow: rgba(204,198,174,.5) 0 0 15px, rgba(48,63,110,.5) 0 0 10px;
	line-height: 68px;
	float:right;
	}
nav {
	position: relative;
	top: 0;
	right: 0;
	padding: 3px;
	text-align: right;
	background-color: #000;
	width: 285px;
	display: inline-block;
	float: right;
	border-bottom-left-radius: 2em;
	}
.fa {
	font-size: 1.5em !important; 
	}
.fa:hover {
	color: #fff;
	}
nav a:link, nav a:visited {
	color: #c2c6c7;
	border: none;
}
#wrapper {
	margin: 20px auto;
	background: #000;
	width: 475px;
	border: 5px solid #fff;
	outline: 7px solid #000;
	}
#content {
	margin: 5px;
	padding: 8px;
	background: linear-gradient(180deg, #b3ac98, #6f5b51);
	background-size: 200% 200%;
	color: #f8f8f8;
	font: .8em 'Corben', cursive;
	}
#banner {
	margin: -26px -8px -8px -8px;
	}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
	letter-spacing: .35em;
}
h3 {
	font: 1.75em 'Bungee Inline', cursive;
	color: #b099a4;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: .5em;
	text-align: center;
	line-height: 50px;	
 	}
h6 {
	margin: 0 0 0 4px;
	color: #000;
	font-weight: bold;
	font-size: 1.75em;
	letter-spacing: .1em;
	font-variant-caps: small-caps;
	border-bottom: 1px solid #deddd8;
	}
blockquote{
	padding: 5px;
	color: #dbdee5;
	line-height: 18px;
	background: #000;
	border: 5px dotted #deddd8;
}
blockquote a:link, blockquote a:visited {
	color: #777;
	}
div.form {
	float: left;
	width: 34%;
}
label {
	display: block;
}
label#req:before{
	content: "* ";
	color: red; 
}
.req{color:red;}
.control-copytextarea {
  	cursor: pointer;
  	color: var(--mauve);
  	background-color: #6f5b51;
  	float: right;
  	margin: 9px 147px 0 0;
  	padding: 0 4px;
  	line-height: 14px;
}
input, textarea, select {
	margin: 0px;
	width: 150px;
	background-color: #6f5b51;
	color: #deddd8;
	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 #fff;
	outline: none;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 302px;
}

.jsubbtn, .usubbtn {
	margin-left: 50px;	
}
.jsubbtn, .jresbtn, 
.usubbtn, .uresbtn {
	margin-top: 12px;
	padding: 1px 3px;
	color: #deddd8;
	border: 1px solid #deddd8;
	background-color: #000;
	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;
}
.show_members_showing_what {
	text-transform: uppercase;
	}
footer {
	font-size: .75em;
}
footer p {
	font-size: 1em;
}