a:link, a:visited {
	color: #18b9c3;
	letter-spacing: .05em;
}
a:hover {
	text-decoration: none;
	color: #f28f34;
	font-variant: small-caps;
	}
.codes a {
	letter-spacing: normal;
	text-decoration: none;
}
a.img {padding:0 5px 5px 0;}
.show_join_error {background-color: red;}
html {min-height: 100%;}
body {
	position: relative;
	margin: 0;
	background: url(images/background.png), url(images/background.jpg);
	background-position: center bottom, center 0;
	background-repeat: no-repeat, repeat-y;
	background-size: 900px 421px, contain;
	background-blend-mode: multiply;
	font-family: 'BenchNine', sans-serif;
	}
#wrapper {
	margin: 0 auto;
	width: 800px;	
  	display: flex;
	}
nav {
    position: relative;
    top: 55px;
    padding-right: 10px;
    width: 48px;
    height: 360px;
    text-transform: uppercase;
    font-weight: bold;
}
nav a {text-decoration: none;}
nav .menuhome, nav .menujoin, nav .menucodes, nav .menufans {
	position: relative;
	right: 37px;
	padding-top: 35px;
	width: 48px;
	height: 45px;
}
nav .menuhome {
    padding-left: 9px;
    background: url(images/home.png) no-repeat;
	}
nav .menujoin {
    padding-left: 13px;
    background: url(images/join.png) no-repeat;
	}
nav .menucodes {
    padding-left: 7px;
    background: url(images/codes.png) no-repeat;
	}
nav .menufans {
    padding-left: 13px;
    background: url(images/fans.png) no-repeat;
	}
nav a:link, nav a:visited {
	color: #a09a8a; 
	letter-spacing: .05em;
}
nav a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
	}
#content {
	margin: 20px auto;
    	padding: 16px;
	width: 680px;
	height: 400px;
	background-color: #fff;
	color: #e63891;
	font: .85em arial, tahoma, sans-serif;
	overflow: auto;
-webkit-border-top-left-radius: 40px;
-webkit-border-top-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
      border: 1px solid #ff9f00;
}
::-webkit-scrollbar-thumb:hover {
}
.dummy {
	width: 48px;
	height: 360px;
	padding-left: 10px;
}
.banner {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 900px;
    height: 421px;
    margin-left: -450px;
}
ul {list-style: none;}

#content li {
  padding-left: 1em;
  text-indent: -1.5em;
}

#content li:before {
  content: "\f101";
  padding-right: 5px;
  color: #bf575a;
  font-family: FontAwesome;
}
em {
	font-style: italic;
	color: #accc4d;
}
.center, .show_join_credits, 
.show_update_credits, .show_lostpass_credits {text-align: center;}
h3 {
	font: 2.5em 'Luckiest Guy', cursive;
	color: #4889c9;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: .2em;
	text-align: center;
	line-height: 28px;
 	}
h6 {
	margin: 0 0 0 4px;
	color: #ab74bb;
	font: bold 1.75em 'BenchNine', sans-serif;
	letter-spacing: .1em;
	font-variant-caps: small-caps;
	border-bottom: 1px solid #fbec5d;
	}
blockquote{
    margin: 0 auto;
    padding: 5px 5px 5px 10px;
    background-color: rgba(61, 115, 90, 0.32);
    font-size: .85em;
    line-height: 14px;
    width: 36%;
	border-radius: 30% 70% 81% 19% / 30% 24% 76% 70%;
}
blockquote span {color: #000;}
iframe {
    border-radius: 4px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
}
.iborder {
  margin: 12px auto 0;
  padding: 5px;
  width: 66.75%;  
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: 6px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
div.form {
	float: left;
	width: 46%;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red; 
}
.codecopy {
	padding: 5px 10px;
    	width: 46%;
    	display: inline-block;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	padding: 0 4px;
  	color: #efae55;
  	float: right;
	top: 7px;
	left: -12px;
	font-size: .75em;
    	line-height: 12px;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 280px;
	height: 50px;
	font-family: inherit;
	font-size: .95em;
	-ms-overflow-style: none;
	overflow: hidden;
}
.codes h6 {
    padding-top: 14px;
    margin-bottom: 5px;
}
input, textarea, select {
	margin: 2px 0;
	padding: 3px;
    	width: 237px;
	color: #fff;
	background: rgba(61, 115, 90, 0.48);
	font-size: .95em;
	font-family: inherit;
	letter-spacing: .05em;
	border: 1px dotted #3e5256;
	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 dotted rgba(61, 115, 90, 0.48);
	color: #fff;
	background-color: #3e5256;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
form {
    margin: 0 auto;
    text-align: center;
}
form div {width: 658px;}
input.show_join_comments_field {display: none;}
textarea {
	width: 500px;
	height: 120px;
}
.jsubbtn, .usubbtn, 
.jresbtn, .uresbtn,
input::file-selector-button {
	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);
	border: 1px dotted #2a3747;
    	background-color: #7880a7;
	border-radius: 7px;
}
.jsubbtn, .usubbtn {margin-left: -7px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-shadow: ntwo;
}
p.show_update_email_settings {width: 93%;}
.stats {
	font-size: .85em;
	}
.small, .disc {
	font-size: .80em;
	text-align: center;
}
p.small {text-align: left;}
.disc {
	font-style: oblique;
	}
.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;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 14%;
	}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
.media {margin: 15px auto 7px; text-align:center;}
.media a {border:0;}
footer {
	margin-bottom: 215px;
	font-size: .75em;
	color: #92847c;
}
footer p {
	font-size: 1em;
}