@font-face {
    font-family: 'gunship_boldbold';
    src: url('gunshipbold-webfont.woff2') format('woff2'),
         url('gunshipbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gunship_laserregular';
    src: url('gunshiplaser-webfont.woff2') format('woff2'),
         url('gunshiplaser-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gunship_condensedcondensed';
    src: url('gunshipcond-webfont.woff2') format('woff2'),
         url('gunshipcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a:link, a:visited {
	color: #eca790;
    border-bottom: 1px solid #dee3e4;
	text-shadow: 0 0 2px #0b1f73;
	text-decoration: none;
	}
a:hover {
	color: #d8cad5;
	text-shadow: 0 0 3px #4f5e9f;
	border-bottom: 1px solid #a75c9d;
	text-decoration: none;
	}
.codes a {
	border: 0;
}
.show_join_error {
	background-color: red;
}
body {
	background: #000 url(images/background.jpg) no-repeat top center;
	background-size: cover;
	font: .85em 'Gafata', sans-serif;
	}
nav {
	margin: 10px 0 25px;	
	padding-top: 3px;
	font: 1.2em 'gunship_laserregular', cursive;
	text-align: center;
	background: #494949;
	line-height: 18px;
}
nav a:link, nav a:visited {
	font-size: 1.2em;
	color: #cacfd4;
	border: none;
}
nav a:hover {
	color: #e8e8e8;
}
.current {color: #fff;}
#content {
    margin-top: 100px;	
    margin-left: 55%;
	width: 425px;
	height: 500px;
	color: #e2e2e2;
	overflow: auto;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	font-weight: bold;
	color: #4c579a;
}
h3 {
	margin-top: 0;
	font: 1.75em 'gunship_boldbold', sans-serif;
	letter-spacing: .2em;
 	}
h6 {
	margin: 35px 0 5px;
	padding-left: 4px;
	color: #d8dce2;
	font: 1.65em 'gunship_condensedcondensed', sans-serif;
	letter-spacing: .1em;
	border-bottom: 2px solid #7564af;
	font-variant: small-caps;
	}
blockquote{
	margin: 0 auto 10px;
	padding: 5px;
	color: #fff;
	font-size: .85em;
	background-color: rgba(41, 41, 41, 0.19);
	border: 3px double #494949;
	width: 52%;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div.form {
	float: left;
	width: 50%;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red; 
}
.codecopy {
	float: left;
	display: inline-block;
	width: 43%;
	padding: 0 10px;
}
.control-copytextarea {
	position: relative;
	cursor: pointer;
	float: right;
	left: 2px;
	top: 7px;
	padding: 0 4px 4px;
	font-size: .6em;	
	background-color: rgba(77, 97, 160, 0.55);
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
    width: 180px;
    color: #b0c0c7;
    font-family: inherit;
    font-size: .95em;
    background-color: rgba(77, 97, 160, 0.55);
    overflow: hidden;
}
.codes {margin-top: 80px;}
form.show_join_form {
    width: 54%;
    margin: 30px auto;
}
input, textarea, select {
	margin: 0px;
	width: 250px;
	color: #b0c0c7;
	font-size: .95em;
	font-family: inherit;
	background-color: rgba(77, 97, 160, 0.55);
	border: 1px solid transparent;
	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 #7fbfff;
}
input, textarea {padding-left: 4px;}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
select:hover {background-color: rgb(77, 97, 160);}
textarea {
	width: 250px;
	height: 150px;
}
input.show_join_comments_field {display: none;}
#select1, #select2 {height: 45px;}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
    	margin: 30px auto 0;
    	color: #fff;
    	text-align: center;
    	background-color: #ac6c51;
    	border: 1px solid #986c5e;
    	border-radius: 5px;
}
.jsubbtn, .usubbtn {	margin-left: 27px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	background-color: transparent;
}
.stats {
	font-size: .85em;
	}
.small, .disc {
	font-size: .80em;
	text-align: center;
}
.disc {
	font-style: oblique;
	}
.clear {
	clear:both;
}
table {
    margin: 30px auto;
    border-collapse: collapse;
    width: 70%;
    border: 1px dotted #292929;
}
th, td {
    text-align: left;
    padding: 8px 6px 4px 6px;
}
tr:nth-child(even){background-color: #292929;}	
th {
    letter-spacing: .07em;
    font-size: 1.1em;
    font-weight: bold;
    color: #d1cfca;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 35%;
	}
.flag {
	vertical-align: middle;
	padding: 4px 0;
	}
.top {
	float: right; 
	margin: -17px 37px 0 0;
}
footer {
	font-size: .9em;
}
footer p {
	font-size: 1em;
}