@charset "utf-8";
/* CSS Document */
BODY {
	background-image: url(/res/bg.png);
	background-repeat: repeat-x;
	background-color: white;
}
H2 {
	margin-bottom: 0;
}

::selection {
  background: #ffea00; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffea00; /* Gecko Browsers */
}

#logo { 
	position:absolute;
	top:-50px;
	left:8px;
	transition:all 1s ease-in-out 0s; 
	z-index:100;
}

#topbar {
	position:absolute;
	top:70px;
	left:0px;
	height:46px;
	width:100%;
	background-image:url(/res/logoback.png)
}

#logo:hover {
	opacity: 0.8;
}

.navbar { list-style: outside none none; padding:0px;margin:0px; }
.navitem { display: inline; }
a.navlink:link{
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	color:black;	
	-webkit-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	background: #ffea00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffea00 0%, #ffffff 50%, #ffea00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(50%,#ffffff), color-stop(100%,#ffea00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffea00 0%,#ffffff 50%,#ffea00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffea00 0%,#ffffff 50%,#ffea00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffea00 0%,#ffffff 50%,#ffea00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffea00 0%,#ffffff 50%,#ffea00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffea00',GradientType=0 ); /* IE6-9 */
	background-size:1px 200px;
}

a.navlink:hover {
	background-position:0px;
}
#navdiv  { font-family: 'Roboto', sans-serif; font-weight:100; font-size:25px;padding-left:200px;top:7px;position:relative; }
#wa_navdiv  { font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:15px;position:relative; }
a.wa_navlink:link{
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	color:black;	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background: #ffea00; /* Old browsers */
	border: 1px solid #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
}

a.wa_navlink:hover {
	border: 1px solid #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	box-shadow: 0px 0px 50px #ffea00;
}

.wa_navicon {
	position:relative;
	top:2px;
	padding-right:5px;
}

.networkstatus {
	float:right;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:15px;
	padding-right:8px;
	top:-50px;
}

#statustext { padding-left:2px; top: -17px; position:relative;}
#statustext a { text-decoration:none;color:black;transition:all 0.5s ease-in-out 0s; }
#statustext a:hover {
	text-shadow: 0 0 25px #ffea00;
}
#statusicon { transition:all 0.25s ease-in-out 0s; }
#statusicon:hover {
	box-shadow: 0px 0px 20px #ffea00;
	border-radius: 15px;
}
	
#main {
	position:relative;
	top:160px;
	width:100%;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}

#superheader {
	font-weight: 700; font-size: 45px;
	font-style:italic;
	position:relative;
	left:-60px;
}

#superheaderlicious {
	font-weight: 700; font-size: 80px;
	font-style:italic;
	top:-25px;
	position:relative;
}

#tawxpresent {
	font-weight: 400; font-size: 40px;
	position:relative;
}

#tawxservername { font-weight: 700; font-size: 40px; }
#bananachannel { font-weight: 700; font-size: 35px;}
.frontundertext { 
	font-weight: 400; font-size: 25px; 
	position:relative;
	top:-13px;
}
#manymore {
	font-weight: 400; font-size: 15px;
	position:relative;
	top:-15px;
}

.button {
	width: 200px;
	display: inline-block;
	font-size:18px;
}
.button img {
	transition:all .3s ease-in-out 0s;
	border-radius: 80px;
}
.button:hover img {
	box-shadow: 0px 0px 50px #ffea00;
	border-radius: 80px;
}
.button a {
	text-decoration:none;
	color:black;
}

#bottom {
	font-size:14px;
	padding-top: 20px;
}
.redrum { display:none; }
.info {}
.infobold { font-weight:700; }

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {width:60%; margin: 0 auto; font: normal 12px/150% Roboto, sans-serif; background: #fff; overflow: hidden; border: 1px solid #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background-color:#FFEA00; color:#000000; font-size: 16px; font-weight: bold; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #000000; font-size: 15px;font-weight: normal; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }.datagrid table tfoot td div { border-top: 1px solid #000000;background: #FFEA00;} .datagrid table tfoot td { padding: 0; font-size: 12px } .datagrid table tfoot td div{ padding: 2px; }

.infocontainer { vertical-align: top;display:inline-block; width: 15%; padding-left: 5px; padding-right: 5px; }
.infogrid { font: normal 14px/150% Roboto, sans-serif; background: #fff; overflow: hidden; border: 1px solid #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  }
.infogrid h2 { text-align::center; }
.infogrid table { text-align:left; width:100%; border-collapse: collapse; white-space: nowrap;}
.infogrid col:first-child { width: 60%; background-color: #ffea00; }
.infogrid col:last-child { width:50%; }

.statusgrid { font: normal 14px/150% Roboto, sans-serif; background: #fff; overflow: hidden; border: 0px solid #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 0 auto;}
.statusgrid table { text-align:left; border-collapse: collapse;margin: 0 auto;}

#statusbanana {
	font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:35px;
}