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

}

@font-face {
	font-family: 'AmaticSCRegular';
	src: url('AmaticSCRegular.eot');
	src: local('AmaticSCRegular'), url('AmaticSCRegular.woff') format('woff'), url('AmaticSCRegular.ttf') format('truetype');
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #c0baba;
	color: #deddd8;
	}
a:hover {
	text-decoration: none;
	color: #c0baba;
	font-weight: bold;
	border-bottom: none;
	}
a.img, .aff a, .rotation a {padding:0 5px 5px 0; border: none;}
body {
	margin: 0;
	background: #000 url(images/banner.jpg) no-repeat top center;
	font-family: 'BenchNine', sans-serif;
	letter-spacing: .2em;
	}
nav {
	font: 1.75em 'ms-scratchregular';
	text-align: center;
	}
nav a:link, nav a:visited {
	font-size: 1.2em;
	color: #e8e8e8;
	border: none;
}
nav a:hover { color: #fff; }
#content {
	margin: 450px auto 0;
	padding: 8px;
	width: 750px;
	color: #ac6e45;
	}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
}
.center, .award, .rotation {text-align: center;}
.rotation {
	margin: 45px auto;
	width: 200px;
}
h1 {
	font: 2.5em 'AmaticSCRegular';
	color: #408ca8;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: .2em;
	text-align: center;
 	}
h6 {
	margin: 0 0 0 4px;
	color: #9aa5a9;
	font-weight: bold;
	font-size: 1.75em;
	letter-spacing: .1em;
	font-variant-caps: small-caps;
	border-bottom: 1px solid #deddd8;
	}
blockquote{
	margin: 0 auto;
	padding: 5px;
	color: #000;
	background-color: #b0c0c7;
	line-height: 14px;
	width: 42%;
}
blockquote a { color: #cd6a56; }
blockquote a:hover {
	color: #cd6a56;
	font-weight: bold;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
div.form {
	float: left;
	width: 36%;
}
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;
}
.codecopy a, .codes a { border: 0; }
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	padding: 0 4px;
  	color: #b0c0c7;
  	border-left: 1px dotted #408ca8;
  	border-top: 1px dotted #408ca8;
  	border-right: 1px dotted #408ca8;
  	border-bottom: 1px solid #408ca8;
  	float: right;
	top: 13px;
	left: -52px;
	padding-top: 2px;
	line-height: 11px;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 280px;
	height: 50px;
	color: #b0c0c7;
	font-family: inherit;
	font-size: .95em;
	border: 1px dotted #408ca8;
	overflow: hidden;
}
.codes h2 {
    padding-top: 14px;
    margin-bottom: 5px;
}
.show_update_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
}
fieldset { 
    margin-left: -12px;
    grid-column: 1 / span 2;
    display: inline-flex; 
}
legend { color: white;}
.show_update_current_password { margin-left: 12px;}
.show_update_current_password br + label, .show_update_email_settings label~label { font-size: .85em;}
.delete_update_record {
    grid-column: 1 / span 2;
    width: 50%;
    border: 1px dotted #8c3d45;    
}
.show_update_submit { grid-column: 1 / span 2;}
input, textarea, select {
	margin: 0px;
	width: 235px;
	color: #b0c0c7;
	background: none;
	font-size: .95em;
	font-family: inherit;
	border: 1px solid #408ca8;
	outline: none;
	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #b0c0c7;
	color: #000;
	background-color: #408ca8;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 500px;
	height: 120px;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 30px auto 0;
	padding: 3px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	transition: all 1s ease;
	border: 2px solid #408ca8;
	background-color: #408ca8;
}
.jsubbtn:before, .usubbtn:before, .usubbtn:before, .uresbtn:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background-color: #408ca8 !important;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jsubbtn, .usubbtn { margin-left: 50px;	}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	color: #b0c0c7;
	background-color: transparent;
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
    font-size: .85em;
}
.stats { font-size: .85em; }
.clear { clear:both; }
table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 70%;
    border: 1px solid #000;
}
th, td {
    text-align: left;
    padding: 6px 4px 4px 8px;
}
th {
    font-size: 1.1em;
    background-color: rgba(64, 140, 168, 0.39);
    border-bottom: 1px solid #408ca8;
}
tr { border-bottom: 1px outset #19364185; }
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 17%;
	}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
.media {margin: 27px auto 27px; text-align:center;}
.media a {border:0;}
footer { 
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	color: #9aa5a9;
 }
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { border: 0; }