/* STX 2009 Style Sheet by Renegade */

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
  background-color: #333333;
  background-image:url(./images/background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: #969696;
  font-family: sans-serif;
  /* letter-spacing: 0.1em; */
  font-size: 10pt;
}
a, a:link {
  color: #b08600;
  text-decoration: none;
}
a:hover, a:active {
  color: #d6a300;
}
a.hosting {
  color: #d46400;
}
a.hosting:hover {
  color: #ec8600;
}
#evilWrapper { /* Footer magic */
  min-height: 100%;
  min-width: 1000px;
  height: auto !important;
  height: 100%;
  background-image:url(./images/cheap_shadow_hack_1020px.png);
  background-repeat: repeat-y;
  background-position: top center;
}
#wrapper {
  background-color: #333333;
  background-image:url(./images/header.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 1000px;
  min-height: 600px; /*
  height: auto !important;
  height: 100%; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  position: relative;
  top: 0px;
  left: 0px;
  padding-bottom: 3em;
}
#border_left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  background-image:url(./images/white_05.png);
  background-repeat: repeat;
  background-position: top left;
}
#border_right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px;
  background-image:url(./images/white_05.png);
  background-repeat: repeat;
  background-position: top right;
}
#shadow_left {
  position: absolute;
  top: 0px;
  left: -10px;
  height: 100%;
  width: 10px;
  background-image:url(./images/shadow_left_10px.png);
  background-repeat: repeat;
  background-position: top left;
}
#shadow_right {
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
  background-image:url(./images/shadow_right_10px.png);
  background-repeat: repeat;
  background-position: top right;
}
#toplinks {
  background-image:url(./images/black_10.png);
  background-repeat: repeat;
  /* background-image:url(./images/toplinks_bg_gradient_10.png);
  background-repeat: repeat-y; */
  background-position: top right;  
  text-align: right;
  margin-top: 20px;
  font-size: x-small;
  text-transform: uppercase;
  height: 1.4em;
  padding-top: 0.1em;
  padding-right: 0.5em;
  letter-spacing: 0.2em;
}
#header {
  /* background-image:url(./images/black_10.png); */
  min-height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#hosteebox {
  background-image:url(./images/black_35.png);
  background-repeat: repeat;
  background-position: top right;
  width: 30%;
  min-height: 600px;
  margin-left: 1em;
  margin-right: 1em;
  float: right;
  overflow: auto;
  padding-bottom: 1.5em;
}
#hosteebox div.hostee {
  border-top: 1px solid #b08600;
  margin-left: 1em;
  margin-right: 1em;
}
#hosteebox div.hostee:first-child {
  border-top: none;
}
#menu {
  background-image:url(./images/black_35.png);
  background-repeat: repeat;
  background-position: top right;
  height: 2.5em;
  line-height: 2.5em; /* evil hacks because CSS sucks */
  word-spacing: 1em;
  font-weight: bold;
  padding-left: 2.5em;
}
#content {
  background-image:url(./images/black_35.png);
  background-repeat: repeat;
  background-position: top right;
  margin-top: 1.3em;
  margin-left: 1em;
  margin-right: 33%;
  padding: 0.5em;
}
#content a, #content a:link {
  color: #b0b000;
  text-decoration: none;
}
#content a:hover, #content a:active {
  text-decoration: underline;
}

#content p {
  letter-spacing: 0.02em;
}
#footer {
  clear: both;
  height: 26px;
  width: 100%;
  background-image:url(./images/footer_32px.png);
  background-repeat: repeat-x;
  background-position: top left;
  text-align: center;
  font-size: x-small;
  padding-top: 6px;
  line-height: 1.1em;
  margin-top: -32px;
}
#IE6notice {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 97%;
  z-index: 999;
  padding: 1em;
  background-color: #000000;
  border: 3px dashed #FF0000;
  color: #FF0000;
  text-align: center;
}