/***** ==================== GENERAL ==================== *****/
/*all elements*/
* {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
}
/*main body background*/
body {
	background-color: #000000;
	background-repeat: repeat;
}
/*no underline on links*/
a {
	text-decoration: none;
}
/*link colors*/
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #ffbe00; }
a:active { color: #000; }
/*all images*/
img {
	border-style: none;
}
/*all tables*/
table {
	table-layout: fixed;
}
th {
	text-align: left;
}
/*add padding to input elements*/
button {
	padding-left: 2px;
	padding-right: 2px;
}
input {
	font-size: 16px;
}
input[type='submit'] {
	padding: 0 10px;
}
input[type='button'] {
	padding: 0 10px;
}
select {
	font-size: 16px;
}
textarea {
	width: 99%;
	font-size: 16px;
}
/*fix border and padding resizing issue*/
.borderbox {
	box-sizing: border-box;         /* Opera/IE 8+ */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
}
/*indented paragraphs*/
p.indent {
	text-indent: 30px;
}
/*grand content box*/
div.grandcont {
	width: 1000px;
	margin: 0 auto;
}
/*horizontal divider*/
div.hdiv {
	height: 10px;
}
/*content module*/
div.mod {
	background-color: #fff;
	border: 1px solid #ffbe00;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 18px;
}
/*content module floating on the left*/
div.mod_l {
	float: left;
}
/*content module floating on the right*/
div.mod_r {
	right: 0;
	float: right;
}
/*content header*/
div.mod div.header {
	font-size: 24px;
	font-weight: bold;
}
/*text alignments for table cell*/
td.l {
	text-align: left;
}
td.c {
	text-align: center;
}
td.r {
	text-align: right;
}
/***** ==================== HEADER ==================== *****/
/*banner image*/
img.banner {
	width: 100%;
	display: block;
}
/*login/account bar*/
div#account {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 4px 10px;
	border-bottom: 1px solid #ffbe00;
	border-left: 1px solid #ffbe00;
	border-right: 1px solid #ffbe00;
	border-radius: 0 0 10px 10px;
	color: #fff;
}
div#account a {
	color: #fff;
}
div#account input[type="text"] {
	width: 80px;
}
div#account input[type="password"] {
	width: 80px;
}
/*floating frc logo*/
a.frclogo {
	display: block;
	position: absolute;
	float: left;
	top: 50px;
	left: 20px;
	width: 150px;
}
/*floating game logo*/
a.gamelogo {
	display: block;
	position: absolute;
	float: right;
	top: 100px;
	right: 20px;
	width: 180px;
}
img.hdlogo {
	width: 100%;
}
/*navigation bar*/
div.navbar {
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: 1px solid #ffbe00;
	border-radius: 5px;
}
/*individual links of the navigation bar*/
div.navbar a {
	display: inline-block;
	padding: 0 5px 2px;
}
div.navbar a:link { color: #fff; }
div.navbar a:visited { color: #fff; }
div.navbar a:hover { color: #ffbe00; }
div.navbar a:active { color: #fff; }
div.dropdownanchor {
	height: 0px;
	margin-top: -1px;
	overflow: visible;
	z-index: 100;
}
div.dropdownanchor div {
	position: absolute;
	background: #ffbe00;
	width: auto;
	top: 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	display: none;
}
div.dropdownanchor div a {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 0 20px 4px;
}
div.dropdownanchor div a:link { color: #000; }
div.dropdownanchor div a:visited { color: #000; }
div.dropdownanchor div a:hover { color: #fff; }
div.dropdownanchor div a:active { color: #000; }
/***** ==================== FOOTER ==================== *****/
div.footer {
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	padding: 5px 10px;
}
div.footer table {
	width: 100%;
	border-spacing: 0;
}
div.footer table td {
	vertical-align: top;
}
img.ftlogo {
	height: 30px;
}
table.footer {
	color: #888;
	font-size: 12px;
	width: 100%;
	padding: 0 10px;
	border-spacing: 0;
}
table.footer a {
	color: inherit;
	text-decoration: underline;
}
/***** ==================== HOME ==================== *****/
div.newsbox {
	width: 600px;
	height: 450px;
}
div.twitterbox {
	width: 390px;
	height: 450px;
}
ul.news {
	margin-left: 50px;
}
ul.news li span {
	float: right;
}
/***** ==================== CALENDAR ==================== *****/
iframe.calendar {
	width: 100%;
	height: 400px;
	border: none;
	overflow: hidden;
}
/***** ==================== MEMBERS ==================== *****/
table.members {
	width: 100%;
	border-spacing: 5px;
}
/***** ==================== REGISTER ==================== *****/
table.form {
	width: auto;
	border-spacing: 8px;
	margin-left: 50px;
}
/***** ==================== ADMIN CP ==================== *****/
table.acptbl {
	width: 100%;
	border-spacing: 2px;
	table-layout: auto;
}
table.acptbl input[type='button'] {
	padding: 0 5px;
}
table.acpform {
	width: 100%;
	border-spacing: 5px;
}
table.acpform td {
	vertical-align: top;
}
/***** ==================== STREAMING ==================== *****/
div.streaming {
	margin: 0 auto;
	text-align: center;
}
/***** ==================== EVERYBOT ==================== *****/
table.ebmenu {
	margin: 16px auto;
	width: 80%;
	font-weight: bold;
}
div#editable {
	margin: 0 auto;
	width: 90%;
}
div#editable a {
	text-decoration: underline;
}
div#editable li {
	margin: auto;
}
div.ebnav {
	margin-top: 16px;
	text-align: center;
}
div.ebnav a {
	display: inline-block;
	padding: 0 16px;
	text-decoration: underline;
}
/***** ==================== ACCORDION ==================== *****/
a._a_h {
	display: block;
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	margin: 3px 0;
}
._a_p {
	overflow: hidden;
}
._a_l {
	list-style-type: none;
	margin-left: 30px;
}
._a_l a {
	text-decoration: underline;
}
/***** ==================== VIDEOS ==================== *****/
table.videos {
	width: 100%;
	border-spacing: 10px;
}
table.videos img {
	width: 100%;
}
table.videos td {
	text-align: center;
}
table.videos a {
	color: #000;
}
table.videos td.title {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #888;
}
table.videos td.title a {
	display: block;
	float: right;
	margin-top: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #444;
}
div.embed {
	width: 800px;
	height: 400px;
	margin: 8px auto;
	
}
div.embed iframe {
	width: 100%;
	height: 100%;
	border: none;
}
/***** ==================== NEWS ==================== *****/
div.news {
	margin: 10px 20px;
}
div.news a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
div.news div.newstitle {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #444;
}
div.news div.newstitle div {
	float: right;
	font-weight: normal;
	color: #444;
}