:root {
	--red: #9e1d34;
	--blue: #3b6e9d;
	--background: #776b6a;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted var(--background);
	color: #938887;
	}
a:hover {
	text-decoration: none;
	color: var(--background);
	font-weight: bold;
	}
.codes a {border:0;}
body {
	background-color: var(--background);
	font: .95em "Winky Rough", sans-serif;
	}
nav {
	position: absolute;
	top: 605px;
    left: 303px;
	font: 1em "Nosifer", sans-serif;
	text-align: center;
	}
nav a {
	font-size: 1.35em;
	color: #000;
	border: none;
}
nav a:hover { color: var(--red); }
#content {
    position: absolute;	
	margin: -202px 230px;
    padding: 164px 12px 12px;
    width: 495px;
    background-color: #ded6c8;
    color: var(--red);
    z-index: -5;
}
.drop {
	float: left;
	font-size: 38px;
	line-height: 36px;
	padding-right: 4px;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
}
.center {text-align: center;}
h1 {
	font: 1.95em "Sedgwick Ave Display", cursive;
	color: var(--blue);
	text-shadow: 1px 1px 1px #000;
	text-align: center;
 	}
h2 {
	margin: 0 0 4px 4px;
	color: #9aa5a9;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: .1em;
	font-variant-caps: small-caps;
	border-bottom: 1px solid #d3d0ca;
	}
blockquote{
	margin: 0 auto;
	padding: 5px;
	color: #000;
	font-size: .75em;
	background-color: #c6cccd;
	border-left: 8px solid #94a2a5;
	width: 64%;
}
blockquote a {
    color: #94a2a5 !important;
}
.cast p:not(:first-of-type) {margin-top: 62px;}
.left {float:left;}
.right {float:right;}
.form {
	float: left;
	width: 50%;
}
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	display: inline-block;
	width: 45%;
	padding: 0 10px;
	margin-bottom: 20px;
}
#select1, #select2 { 
	height: 45px;
	width: 200px;
}
.control-copytextarea {
	position: relative;
	top: 69px;
    left: -18px;	
  	padding: 0 4px;
  	color: #b0c0c7;
  	border: 1px dotted #408ca8;
  	float: right;
  	font-size: .6em;
	cursor: pointer;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 280px;
	color: #b0c0c7;
	font-family: inherit;
	font-size: .95em;
	border: 1px dotted #408ca8;
	-ms-overflow-style: none;
	overflow: hidden;
}
.donatetext {
    margin-top: 30px;
    text-align: center;
}
.show_update_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
}
fieldset { 
    margin-left: -5px;
    padding: 0 3px;
    grid-column: 1 / span 2;
    display: inline-flex; 
	background-color: #776b6a2e;
	border: 1px solid transparent;
}
.show_update_current_password { margin-left: 6px;}
.show_update_current_password br + label, .show_update_email_settings label~label { font-size: .85em;}
.delete_update_record, .show_update_submit { 
	grid-column: 1 / span 2;
	margin-top: 0;
}
input, textarea, select {
	margin: 0px;
	width: 235px;
	color: #b0c0c7;
	background: none;
	font-size: .95em;
	font-family: inherit;
	border: 1px solid var(--blue);
	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 #b0c0c7;
	color: #fff;
	background-color: var(--blue);
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 480px;
	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);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: 2px solid var(--blue);
	background-color: var(--blue);
}
.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: var(--blue) !important;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jsubbtn, .usubbtn {margin-left: 127px;	}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	background-color: var(--red);
	border: 2px solid var(--red);
}
.stats, .small { font-size: .85em; }
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .80em;
	text-align: center;
}
.clear { clear:both; }
table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 50%;
    border: 1px solid #000;
}
th, td {
    text-align: left;
    padding: 6px 4px 2px 4px;
}
th {
    font-size: 1.1em;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 30%;
	border: 0;
	}
.flaglist a {
	border: 0;
}
footer {
	font-size: .65em;
	color: var(--background);
	font-style: oblique;
	text-align: center;
}
footer div:nth-child(2) { font-style: normal; }
footer div:nth-child(2) a { border: 0; }