* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

body {
    height: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #c0c0c0;
    background: #202122;
    vertical-align: baselinei;
}

a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
	outline: none;
}

p {
  padding: 0;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.message {
    padding: 5px;
}

#header {
    height: 60px;
}

#logo {
  height: 85px;
  width: 900px;
  position: relative;
  margin: 0px auto;
  padding-top: 10px;
}

#banner {
  position: relative;
  float: left;
  height: 25px;
  width: 100%;
  background: #121314;
  border-bottom: 1px solid #282930;
  margin-bottom: 5px;
}

#version {
    float: right;
    margin-right: 0.5em;
    margin-top: 0.4em;
}

#note {
  height: 15px;
  width: 200px;
  position: relative;
  margin: 0px auto;
  margin-left: 1px;
  padding-left: 5px;
  padding-bottom: 2px;
  color: #777;
  text-shadow: 0 1px #111;
}

#nav {
  height: 23px;
  width: 625px;
  margin: 0 auto;
  background: #202122;
  clear: both;
}

#nav ul {
  padding-top: 3px;
  padding-left: 5px;
}

#nav li {
  list-style-type: none;
  display: inline;
  margin-right: 1em;
  height: 100%;
  width: 100%;
}

#nav li a {
  color: #666;
  margin: 0em;
  padding: 0em;
  display: inline;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-shadow: 0 1px #111;
  text-decoration: none;
}

#nav li:hover a {
  color: #4b7fa7;
  text-shadow: 0 1px #111;
}

#nav li #login {
    float: right;
}

#container {
  width: 1024px;
  margin: 0 auto;
}

#main {
  color: #0f0f0f;
  height: 100%;
  width: 600px;
  position: relative;
  float: left;
  background: #111213;
  border: 1px solid #303132;
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

#content {
  color: #1f1f1f;
  background: #eaeaea;
  height: 100%;
  margin: 0 auto;
  line-height: 1.5;
  padding: 10px;
  overflow: auto;
}

.bar {
  color: #0f0f0f;
  height: 100%;
  width: 180px;
  position: relative;
  float: left;
  padding: 5px;
  border: 1px solid #303132;
  background: #111213;
}

.bar>div {
  padding: 5px;
  color: #1f1f1f;
  height: 100%;
  overflow: auto;
  background: #eaeaea;
}

#footer {
  width: 100%;
  height: 20px;
  margin: auto;
  color: #383838;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px #111;
  line-height: 1.7;
  clear: both;
}

#push {
  height: 51px;
  width: 100%;
}

#navigation {
  height: 20px;
  float: right;
}

#valid {
  font-size: 7pt;
  margin: 0px auto;
}

#valid li {
  display: inline;
}

#title {
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
}

.player {
    width: auto;
}

#players {
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 5px;
}

#players th {
    padding-right: 10px;
}

#players tr td {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #999;
}

#signup {
    padding-top: 10px;
}

.user_info {
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #ccc;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.user_info p {
    margin: 10px;
}

#match {
    position: relative;
    margin: 0 auto;
    background: #ccc;
    border: 1px solid #aaa;
    padding-bottom: 2px;
}

#match table {
    margin: 0 auto;
    text-align: center;
}

#match td {
    padding-right: 5px;
}

#versus {
    width: 5em;
    text-align: center;
}

.match_player {
    width: 100%;
    padding: 1px;
    background: none;
    border: none;
    text-align: center;
}

.win_button {
    padding: 1px 5px 1px 5px;
}

.lost {
    text-decoration: line-through;
}

label
{
    width: 10em;
    float: left;
    text-align: right;
    margin-right: 1em;
}

input.button {
   font-weight: bold;
   font-size: 9px;
   color: #888;
   background: #eee;
   border: 1px solid #BBB;
   width: 5em;
   margin: 2px;
   cursor: pointer;
}

input.dark_button {
    border: 1px solid #AAA;
}

input.button:hover {
    background: #FFF;
    color: #666;
    border: 1px solid #999;
}

input.button:active {
    background: #ddd;
    color: #555;
    border: 1px solid #777;
    border-bottom: 1px solid #999;
}

.errors {
    color: red;
}

textarea {
   background: #ddd;
   border: 1px solid #999;
   margin-bottom: 2px;
   height: 100px;
}

.toggle {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-shadow: 0 1px #888;
}

.form {
    margin: 10px;
}

.form dd {
    margin: 5px;
}

.submit {
    padding-left: 5em;
}
.submit input {
    position: relative;
    margin: 0 auto;
    padding: 0.1em;
} 
/*
.submit input:hover {
    border: 1px solid #4b7fa7;
    background: #fff;
    overflow: hidden;
}
*/
.comment_count {
  float: right;
}

#show_form {
  clear: both;
}

#comment_form {
    width: 500px;
    height: auto;
    padding: 5px;
    margin-left: 5px;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
    background: #252525;
    float: left;
    clear: both;
}

#comments {
  float: left;
}

.comment {
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5px;
}

.comment:hover {
}

.comment_header {
    width: 100%;
    height: 1.5em;
    padding: 3px 0px 2px 4px;
}

#said a {
  font-weight: 500;
}

.comment_body {
    width: auto;
    height: 100%;
    margin: 5px;
    margin-left: 10px;
}

.comment_title {
    font-weight: bold;
    float: left;
}

.comment_details {
    float: left;
    margin-top: 2px;
}

.comment_time {
  font-size: 0.8em;
}

.date {
  float: left;
  font-size: 12px;
}


.twitter {
  float: left;
  font-size: 11px;
}

.twitter a {
  font-weight: normal;
  font-size: 11px;
}

.twitter #date {
  color: #555;
  font-size: 9px;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 20px;
 font-weight: bold;
 padding: 5px 0 0 0;
 margin-bottom: 10px;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #333;
 border: 1px solid #212121;
 color: #888;
 display: block;
 margin: 14px 5px 14px 5px;
 padding: 12px 10px 12px 10px;
}

