@font-face {
    font-family: "RIOT!";
    src: url("RIOT_.eot?") format("eot"),url("RIOT_.woff") format("woff"),url("RIOT_.ttf") format("truetype"),url("RIOT_.svg#RIOT!") format("svg");
}

a:link, a:visited {
	color: #ffdc9d;
	letter-spacing: .05em;
	font-variant: small-caps;
}
a:hover {
	text-decoration: none;
	color: #f28f34;	
	}
.codes a {
	text-decoration: none;
}
a.img {padding:0 5px 5px 0;}
.show_join_error {background-color: red;}
html {min-height: 100%;}
body {
	margin: 0;
	background: #000 url(images/background.jpg) center center no-repeat;
	}
#wrapper {
  	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
	background-color: rgba(0, 0, 0, 0.73);
	width: 680px;
	height: 412px;
	border: 9px solid #e8561b;
	}
nav {
    padding: 0 0 10px;
    text-align: center;
    font-family: "RIOT!";
    background: #e8561b;
}
nav a {text-decoration: none;}
nav a:link, nav a:visited {
	color: #000; 
	letter-spacing: .05em;
}
nav a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
#content {
    	padding: 6px;
	height: 372px;
	color: #eee;
	font: .85em arial, tahoma, sans-serif;	
	direction: rtl;
	overflow: auto;
}
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
      background: #e8561b;
}
::-webkit-scrollbar-thumb:hover {
}
ul {list-style: none;}
li {
  padding-left: 1em;
  text-indent: -1.5em;
}

li:before {
  content: "\266C";
  padding-right: 5px;
  color: #ddd;
}
em {
	font-style: italic;
	color: #f78989;
}
.center {text-align: center;}
h3 {
	font: 2.5em 'Love Ya Like A Sister', cursive;
	color: #9189ce;
	text-shadow: 1px 1px 1px #111;
	letter-spacing: .25em;
	text-align: center;
	line-height: 28px;
 	}
h6 {
	margin: 0 0 0 4px;
	color: #888;
    	background: #444;
	font: bold 1.25em sans-serif;
	letter-spacing: .1em;
	}
.codes h6 {margin: 16px 0 10px;}
blockquote{
    margin: 0;
    padding: 5px 5px 5px 10px;
    background-color: rgba(170, 204, 255, 0.35);
    font-size: .85em;
    line-height: 14px;
    width: 80%;
    border-left: 6px solid #f78989;
    border-bottom: 3px solid #f78989;
}
blockquote span {
	color: #000;
	font-weight: bold;
    	text-shadow: 0px 0px 6px #fff;
}
.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;
}

input, textarea, select {
	margin: 2px 0;
	padding: 3px;
    	width: 237px;
	color: #fff;
	background: rgba(170, 204, 255, 0.35);
	font-size: .95em;
	font-family: inherit;
	letter-spacing: .05em;
	border: 1px solid #aaccff;;
	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 {
	color: #000;
	background-color: #aaccff;
}
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 {
	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 #eee;
    	background-color: #444;
}
.jsubbtn, .usubbtn {margin-left: -7px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-shadow: ntwo;
	border: 1px dotted #fff;
}
p.show_update_email_settings {width: 93%;}
.stats {
	font-size: .85em;
	}
.small, .disc, p.show_join_credits, p.show_update_credits {
	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 {
	font-size: .75em;
	color: #92847c;
}
footer p {
	font-size: 1em;
}