* {
  padding: 0;
  margin: 0;

}

a {
 color: #D1D5D9;
 text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Remove borders on linked images */
a img {
  border: 0;
}

hr {
  display: none;
}

p {
  margin-bottom: 15px;
}

body {
  
  font: 11px "Verdana","Tahoma", "Arial", sans-serif;
  line-height: 16px;
  color: #A3ABB3;
  cursor: default;
  background: #1A2D41 url("../images/wof3_bkg.gif") top left repeat-x;
}

#container {
  width: 740px;
  margin: 30px auto;

  background: url("../images/wof3_containerbkg.gif") left repeat-y;  
  border: 1px solid #485767;
}

#innercontent {
  margin: 0 20px;
}

#header {
  background: #1a2d41 url("../images/wof3_headerbkg.gif") top center no-repeat;
  height: 65px;
  text-align: center;
  
  border-bottom: 1px solid #485767;
}

#header h1 {
  display: none;
  color: #fff;
  font-size: 14px;
}

#nav {
  background: #1a2d41;
  margin: auto;
  width: 600px;
  
  border: 1px solid #485767;
  position: relative;
  top: -10px;
  text-align: center;
}

#nav ul {
  list-style: none;
}

#nav li {
  display: inline;
}

#nav li a {
  padding: 0 15px;
  
}

#nav li a:hover {
  text-decoration: none;
}

#nav li a.active {
  color: #fff;
}


div.text_right {
  text-align: right;
}

div.text_left {
  text-align: left;
}

.level_title {
  border-bottom: 1px solid #485767;
  font-size: 12px;
  font-weight: bold;
  color: #ffba00;
  height: 16px;
  text-indent: 15px;
  background: #1a2d41 url("../images/wof3_level_title_bkg.gif") top left repeat-y;
}

.contentblock {
  background: #1a2d41;
  border: 1px solid #485767;
  margin-bottom: 4px;
}

/* Have to define this above #level_two .ul since it will modify that.  Nullfied by setting margins to 0 for #level_two .ul */
#innercontent ul, ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

#level_one {
  margin-bottom: 4px;
}

#level_one div.left {
  width: 392px;
  float: left;
  background: #1a2d41;
  height: 267px;
  border: 1px solid #485767;
}

#level_one div.right {
  width: 300px;
  float: right;
  background: #1a2d41;
  height: 267px;
  border: 1px solid #485767;
}

#promotion {
  width: 300px;
  height: 250px;
}

#news {
  width: 392px;
  height: 250px;
  overflow: auto;
}

#level_two {
  background: #1a2d41;
  height: 70px;
  border: 1px solid #485767;
  margin-bottom: 4px;
}

#level_two ul {
  list-style: none;
  margin: 0;
}

#level_two li.service {
  float: left;
  display: inline;
}

#level_two li.service a {
  display: block;
  height: 70px;
  width: 116px;
  text-align: center;
}

#level_two li.service a:hover {
  background: #485767;
  text-decoration: none;
}

/* There are a few pixels (like 2) left over.  Distribute them below. */

#l2_game {
  width: 117px; 
}

#l2_voice {
  width: 117px;
}

#l2_web {

}

#l2_admin {

}

#l2_slot {

}

#l2_free {

}

#level_three {

}

#level_three .left {
  background: #1a2d41;
  width: 200px;
  float: left;

}

#level_three .right {
  background: #1a2d41;
  float: right;
  width: 496px;
}

#latest {
  margin: 10px;
}

#about, #servers {
  margin: 15px;
}

/* CSS for recent forum activity pane */
#latest table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #485767;
}

#latest table thead td {
  padding-left: 11px;
  font-size: 9px;
}

.recent_left {
  padding: 2px 0;
  padding-left: 11px;
  border-top: 1px solid #485767;
  border-bottom: 1px solid #485767;
  
}

.recent_right {
  width: 135px;
  border-top: 1px solid #485767;
  border-bottom: 1px solid #485767;
  vertical-align: top;
}

#main {
  width: 445px;
  float: left;
  overflow: hidden;
  position: relative;
  left: 15px;
}

#news_container {
  margin: 10px;
}

.entry, .comment {
  margin: 0 7px;
}

.entrytitle {
  border-bottom: 1px solid #485767;
}

.title {
  font: bold 13px "Verdana","Tahoma", "Arial", sans-serif;
  padding-bottom: 2px;
  color: #D1D5D9;
}

.title a:hover {
  color: #D1D5D9;
  text-decoration: none;
}

.entrycontent {
  margin: 7px 0;
}

.entryfooter {
  text-align: right;
  border-top: 1px solid #485767;
  font-size: 10px;
}

.entryfooter .entrydata {
  padding-left: 10px;
}

.spacer {
  height: 20px;
}

#footer {
  background: #1a2d41;
  text-align: center;
  font-size: 10px;
  height: 16px; /* IE seems to have a glitch */
  border-top: 1px solid #485767;
  clear: both;
  margin-top: 4px;
}

.comments {
  margin-top: 10px; 
}


.comments a:hover {
  color: #fff;
  text-decoration: none;
}


.clearboth {
  clear: both;
}

/* bbCode styles */
.entry blockquote {
  padding-left: 5px;
  margin: 2px 10px;
  border-left: 2px solid #485767;
}

/* Various style classes for non-indexpage content */
.topicheader {
  color: #ffba00;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.subtopicheader {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px;
}

.emphasis {
  font-weight: bold;
  font-style: oblique;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

/* Classes for contact.php form */
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 80px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 500px;
  text-align: left;
  }

div.row span.formw input, textarea {
  color: #000;
  font: 11px "Verdana","Tahoma", "Arial", sans-serif;
}

#innercontent form.form_contact {
  padding: 10px;
  border: 1px solid #485767;
  width: 590px;
  margin: auto;
}
