@font-face
{
  font-family: 'CustomFont';
  src: url('/fonts/batmfa_.ttf'),
       url('/fonts/batmfa_.eot'); /* IE9 */
}

@font-face
{
	font-family: 'ContentFont';
	src: url('/fonts/OCRAEXT.TTF'),
       url('/fonts/OCRAEXT.EOT'); /* IE9 */
}

body
{
	font-family: 'ContentFont';
	color: white;
	text-align: left;
	background-image: url("/images/background1.png");
	cursor: url(/images/cursor.cur), default;
	overflow-y: hidden;
	text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
}

container
{
	position: absolute;
    overflow: hidden;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-width: 632px;
}

nav
{
	text-align: center;
	
	overflow: hidden;
	position:absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	
	padding: 0px;
	
	float: left;
	width: 256px;
	height: 100%;
    border: 0px solid green;
}

a
{
	text-decoration:none;
	color: #EEFFEE;
	text-shadow: 0 0 0.2em #00FF00, 0 0 0.2em #00FF00;
}

a:hover
{
	cursor: url(/images/cursorlink.cur), default;
	color: #EEFFFF;
	text-shadow: 0 0 0.2em #00FFFF, 0 0 0.2em #00FFFF;
}

nav a
{
	color: #EEDDFF;
	text-shadow: 0 0 0.3em #6400FF, 0 0 0.3em #6400FF, 0 0 0.3em #6400FF;
}

nav a:hover
{
	color: #FFEEEE;
	text-shadow: 0 0 0.3em #FF0000, 0 0 0.3em #FF0000, 0 0 0.3em #FF0000;
}

.selected
{
	color: #EEFFEE;
	text-shadow: 0 0 0.3em #00FF00, 0 0 0.3em #00FF00, 0 0 0.3em #00FF00;
}

nav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav #logo
{
	display: inline-block;
}

nav #logo img
{
	width: 256px;
}

nav #mainmenu.menu
{
	display: inline-block;
	width: 100%;
	font-family: 'CustomFont';
	font-size: 26px;
	line-height: 28px;
}

nav #steamstuff
{
	display: table;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
}

nav #steamstuff #steamavatar
{
	display: table-cell;
	width: 64px;
	height: 64px;
}

nav #steamstuff #steamavatar img
{
	display: block;
}

nav #steamstuff #steamprofile
{
	display: table-cell;
	width: 100%;
	height: 64px;
	overflow: hidden;
	vertical-align: middle;
	background-color: rgba(0, 255, 0, 0.25);
	background-clip: content-box;
}

nav #quicklinks
{
	padding: 2px !important;
	font-size: 16px;
}

#navfooter
{
	font-size: 12px;
}

nav #adspace
{
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}

#content
{
	overflow: hidden;
	padding-left: 4px;
	padding-right: 16px;
	padding-top: 16px;
	position: absolute;
	left: 267px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}

.newstitle
{
	font-size: 18px;
	font-weight: bold;
}

.newsdate
{
	color: yellow;
	font-style: italic;
}

.discord_header
{
	color: #EEDDFF;
	text-shadow: 0 0 0.3em #6400FF, 0 0 0.3em #6400FF, 0 0 0.3em #6400FF;
	font-size: 20px;
}

.discord_title
{
	color: #EEFFFF;
	text-shadow: 0 0 0.2em #00FFFF, 0 0 0.2em #00FFFF;
	font-size: 14px;
}

.discord_channel
{
	color: #EEFFEE;
	text-shadow: 0 0 0.3em #00FF00, 0 0 0.3em #00FF00, 0 0 0.3em #00FF00;
	font-size: 18px;
}

.discord_user.online
{
	color: #D5FFEC;
	text-shadow: 0 0 0.2em #43B581, 0 0 0.2em #43B581;
}

.discord_user.idle
{
	color: #FAF4EB;
	text-shadow: 0 0 0.2em #FAA61A, 0 0 0.2em #FAA61A;
}

.discord_user.dnd
{
	color: #FFEBEB;
	text-shadow: 0 0 0.2em #F04747, 0 0 0.2em #F04747;
}

.discord_empty
{
	color: #A0A0A0;
}

div.progressbar
{
	margin-top:20px;
	width:500px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	color:white;
	//border-radius:10px;
	//-moz-border-radius:10px;
	background-image:url('/images/blackdot.png');
	background-repeat:no-repeat;
	background-position:top right;
	overflow:hidden;
}

div.server div.progressbar
{
	border:2px solid white;
	width:750px;
	background-position:top left;
	background-image:url('/images/playerdot.png');
}
div.serverplayers
{
	width:750px;
	color:white;
	border:3px solid white;
}
div.server
{
	width:750px;
	height:200px;
	margin-top:16px;
	margin-left:16px;
	//margin-right:auto;
	margin-bottom:16px;
	padding-left:25px;
	padding-right:25px;
	font-size:20px;
	//border-radius:30px;
	//-moz-border-radius:30px;
	border:2px solid;
	color:#EEEEEE;
}
div:hover.server{color:#FFFFFF;}
div.serv_offline{background-color:#FF0505;border-color:#FF0505;}
div.serv_online{background-color:#05FF05;border-color:#05FF05;}
div.serv_pending{background-color:#DDDD05;border-color:#FFFF05;}
div:hover.serv_offline{background-color:#FF8080;box-shadow:0px 0px 15px #FF0505,0px 0px 15px #FF0505 inset;}
div:hover.serv_online{background-color:#80FF80;box-shadow:0px 0px 15px #05FF05,0px 0px 15px #05FF05 inset;}
div:hover.serv_pending{background-color:#DDDD60;box-shadow:0px 0px 15px #FFFF05,0px 0px 15px #FFFF05 inset;}
