html,body {
	background-color: #000000;
	background-image: url('/site/bg.png');
	color: #c9c9c9;
	height: 100%;
	font-family: tahoma, sans-serif;
  font-size: 11pt;
	margin: 0;
	padding: 0;
}

#outer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 720px;
	padding: 0 0 5em 0;
}

#header {
	text-align: center;
	padding-top: 3em;
	width: 100%;
}

#main {
	background-color: #0e0e0e;
	width: 720px;
	padding: 0 0 0 0.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 3px #000000;
	box-shadow: 5px 5px 8px #000000;
	-webkit-box-shadow: 5px 5px 8px #000000;
	-moz-box-shadow: 5px 5px 8px #000000;
}

#main p {
	margin-right: 0.5em;
}

#menu {
	margin: 0 0 0 0;
	width: 720px;
	padding: 1em 0 1em 0;
	display: table;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	height: 3.5em;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
}

.menuitem {
	margin: 0;
	padding: 0;
	float: left;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	height: 250px;
}

.menubutton {
	display: table;
	margin: 0 10px 0 10px;
	width: 220px;
	height: 100%;
	background-color: #0e0e0e;
	-webkit-transition:background-color 0.2s ease-in;  
	-moz-transition:background-color 0.2s ease-in;  
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 3px #000000;
	box-shadow: 5px 5px 13px #000000;
	-webkit-box-shadow: 5px 5px 13px #000000;
	-moz-box-shadow: 5px 5px 13px #000000;
}

.menubutton:hover {
	background-color: #151517;
	-webkit-transition:background-color 0.3s ease-in;  
	-moz-transition:background-color 0.3s ease-in;  
	-o-transition:background-color 0.3s ease-in;
	transition:background-color 0.3s ease-in;  
}

.menutext {
	display: table-cell !important;
	display: block; /* i hate you so much msie */
	vertical-align: middle;
	height: 250px;	
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#footer p {
	margin: 0;
}

hr {
	visibility: hidden;
	height: 0;
	width: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 auto 0 auto;
	text-align: center;
}

h1 a {
	margin: 0 auto 0 auto;
	display: block;
	width: 489px;
	height: 100px;
	background: url('/site/header.png');
}

h1 span {
	display: none;
}

a {
	color: #f0f0f0;
}

a:visited {
	color: #ffffff;
}

#mnu_mumble .menutext {
  background: url('/site/mumble.icon.png');
  background-position: 90% 90%;
	background-repeat: no-repeat;
}

#mnu_servers .menutext {
  background: url('/site/servers.icon.png');
  background-position: 90% 90%;
	background-repeat: no-repeat;
}

#mnu_about .menutext {
  background: url('/site/about.icon.png');
  background-position: 90% 90%;
	background-repeat: no-repeat;
}

.menuitem p {
  margin: 0;
  padding: 0;
}

#footer p{
  color: #cccccc;
}

#footer a {
  color: #eeeeee;
  text-decoration: none;
}

p.small {
  margin-top: 0.2em;
  font-size: 0.7em;
  font-weight: normal;
  color: #555555;
}

h2, h3 {
  font-size: 1.2em;
  font-weight: normal;
  color: #e9e9e9;
  text-align: right;
  margin-right: 0.5em;
  padding-right: 0.1em;
  border-bottom: dashed 1px #222222;
}

img.decoration {
  float: left;
  margin: 0.5em 1.5em 0.5em 0.5em;
}

b {
  color: #ffffff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.features {
	margin: 1em 0 1em 0;
	padding: 0;
	width: 47%;
}

.features {
  margin-top: 0;
}

.features li {
	margin-left: 5em;
	list-style-image: url('/site/tick.png');
}

a.order, a.demo {
  color: #cccccc;
	display: block;
	width: 8.7em;
	height: 4em;
	text-align: center;
	-webkit-transition: background-color 0.2s ease-in;  
	-moz-transition: background-color 0.2s ease-in;  
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #000000;
	box-shadow: 5px 5px 13px #000000;
	-webkit-box-shadow: 5px 5px 13px #000000;
	-moz-box-shadow: 5px 5px 13px #000000;
	text-decoration: none;
	margin: 0.5em;
	padding: 0.5em;
}

a.demo {
  background-color: #151915;
}

a.order:hover, a.demo:hover {
	background-color: #151517;
	-webkit-transition:background-color 0.3s ease-in;  
	-moz-transition:background-color 0.3s ease-in;  
	-o-transition:background-color 0.3s ease-in;
	transition:background-color 0.3s ease-in;  
}

.package {
	text-align: center;
	margin: 0 5px 0 5px;
	padding: 0;
	width: 47%;
	border: solid 2px #151515;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.size {
	line-height: 2em;
	font-size: 0.8em;
}

.cents {
	font-size: 0.7em;
	vertical-align: top;
}

h4 {
  color: #e9e9e9;
	text-align: center;
	margin: 0.5em 0 0 0;
}

#fineprint p {
  font-size: 0.8em;
}

#twitter_lg {
  float: right;
  margin: 0 -0.75em 0em 8em;
  padding: 10px;
  color: #cccccc;
	display: block;
	background-color: #0e0e0e;
	-webkit-transition:background-color 0.2s ease-in;  
	-moz-transition:background-color 0.2s ease-in;  
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 3px #000000;
	box-shadow: 5px 5px 13px #000000;
	-webkit-box-shadow: 5px 5px 13px #000000;
	-moz-box-shadow: 5px 5px 13px #000000;
	z-index: -1;
}

#twitter_lg p {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

#twitter_sm {
  position: absolute;
  margin-top: 7px;
  left: 2.35em;
  width: 86px;
  height: 58px;
  float: left;
  background: url('/site/twitter_sm.png');
  background-repeat: no-repeat;
}

#twitter_sm a {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  text-decoration: none;
}

#twitter_sm img {
  border: 0;
}

.meta {
  text-align: right;
  color: #777777;
}

/* MumbleReader stuff */
.mumble_server {
    text-align: left;
}
.mumble_line {
    margin: 0px;
    padding: 0px;
    border: none;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
}
.mumble_line img {
    vertical-align: top;
}
mumble_server * img {
    border-style: none;
}
mumble_server * a {
    white-space: nowrap;
    font-size: 12px;
    text-decoration: underline;
}

.mumstatus{
        margin: 1em 1em 1em 1em;
        padding: 1em 1em 1em 1em;
        width: 250px;
        overflow: hidden;
        position: relative;
}
.mumstatus, .mumstatus *{
        font-family: Verdana;
        font-size: 10px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        white-space:nowrap;
}
.mumstatuserror{
        font-family: Verdana;
        font-size: 10px;
        color: red;
}
.mumstatus .mumstatusNickname{
        border-bottom: 1px solid #333;
        padding-bottom: 2px;
        margin-bottom: 2px;
}
.mumstatus .mumstatusServerName{

}
.mumstatus input{
        width: 135px;
        height: 18px;
}
.mumstatus .mumstatusItem{
        margin-left: 15px;
        clear: both;
}
.mumstatus .mumstatusLabel{
        float: left;
}
.mumstatus .mumstatusFlags{
        position: absolute;
        right: 0;
        clear: right;
}
.mumstatus a{
        text-decoration: none;
        color: #ccc;
}
.mumstatus a:hover{
        text-decoration: none;
}

.mumstatus img{
        margin-right: 2px;
        border: 0;
}

.mumbleReader {
        margin: 1em 1em 0 1em;
	width: 45%;
}

