@charset "utf-8";

/*
BASIC STRUCTURE
*/

* {
	margin:0;
	padding:0;
} 
/*
html,
body,
#wrap {
	height: 100%;
}
*/
body {
	background-color: #000;
    background-image: url("../img/bg_redsun.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
    font-size: 10pt;
	color: #fff;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

header {
	background: #eee;
	height: 36px;
	background: url("../img/top_bar.png") repeat-x scroll 50% 100% #323232;
}

#main {
	padding-bottom: 1px;
}

article{
	margin-top:20px !important;
	margin-bottom:20px !important;
	background: rgba(0, 0, 0, 0.75);
    border: 1px solid #343334;
    line-height: 1.5em;
	padding: 20px !important;
}

footer {
	position: relative;
	min-width: 350px;
	margin-top: -150px;
	height: 139px;
	clear:both;	
	background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid #343334;
    text-transform: uppercase;
	padding-top: 10px;
}

footer ul.inline{
	margin: 0 0 0 -10px;
	float:left;
}

footer small{
	display: block;
}

#copyright {
	clear: both;
	color: #5A5A5A;
	margin-top: 90px;
}

#connect {
	float:right;
}

#connect iframe{
	width: 110px;
	border: none;
	overflow: hidden;
	height: 20px;
}

.inner{
	min-width: 350px;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
}

.ts3{
	min-width: 400px;
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
}

#logo_frame {
	min-width: 350px;
	max-width: 900px;
	height: 346px;
	margin: 0 auto;
	oerflow: hidden;
	padding: 0 5px;
	margin-top: 200px;
	background-image:url(../img/fsr_900.png);
	background-repeat:no-repeat;
	background-position:center;
}

.info {
	min-width: 350px;
	max-width: 450px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	font-size: 12pt;
}

#menu {
	min-width: 332px;
	max-width: 332px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
	margin-top:75px !important;
	margin-bottom:25px;
	position: relative;
}

p{
	margin: 13px 0;
}

ul{
	padding-left: 40px;
	margin: 13px 0;
}

ul.inline {
	list-style-type: none;
	padding: 0;
	display:inline-block;
	overflow: hidden;
	margin-left: -10px;
}
ul.inline li {
	margin-left: -1px;
	float:left;
	padding: 0 10px;
	border-left: solid 1px #343334;
}

ul.nav{
	margin: 0;
}
ul.nav li{
    margin: 0 5px;
	padding: 0;
    width: 32px;
	border: none;
}
ul.nav li a{
    height: 36px;
	display: block;
}
ul.nav li a:hover{
    background-position: 0 0;
}

.b_fsr {
    background: url("../img/top_fsr.png") repeat scroll center bottom transparent;
}

.b_eve {
    background: url("../img/top_eve.png") repeat scroll center bottom transparent;
}

.b_swtor {
    background: url("../img/top_swtor.png") repeat scroll center bottom transparent;
}

.b_mc {
    background: url("../img/top_mc.png") repeat scroll center bottom transparent;
}

.b_ts3 {
    background: url("../img/top_ts3.png") repeat scroll center bottom transparent;
}

/*
	Headings
*/
	
h1,h2,
h3{
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
    text-transform: uppercase;
}

h1{
	margin-top: 0.5em;
    font-size: 24pt;
    text-align: center;
}

h2{
    font-size: 15pt;
    text-align: left;
}

h3 {
		font-size: 20pt;
		color: #641602;
    text-align: center;
}

.highlight {
    color: #641602;
    font-weight: bold;
}

.ok {
    color: #008000;
    font-weight: bold;
}

/*
	Links
*/

.b_forum {
	display: block;
	width: 166px;
	height: 50px;
	background: url('../img/b_forum.png') bottom;
	float: left;

}
.b_forum:hover {
	background-position: 0 0;
}

.b_jabber {
	display: block;
	width: 166px;
	height: 50px;
	background: url('../img/b_jabber.png') bottom;
	float: left;
}
.b_jabber:hover {
	background-position: 0 0;
}

a:link,
a:visited,
a:focus,
a:active {
    color: #E6862B;
    text-decoration: none;
}

a:hover {
    color: #641602;
    text-decoration: none;
}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}
