body{
  background-color: #333333;
  font-family:"BitStream vera Sans", Verdana,Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size:12px;
  color: white;
}

pre{
  background-color: #D7E5F2;
}

img{
  border-style: none;
}

.leftAlign{
  float: left;
  text-align: center;
}

.rightAlign{
  float: right;
  text-align: center;
}

.centerAlign{
  text-align: center;
}

.thumb{
  margin: 2px;
  max-width: 400px;
}

.post{
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.post_title{
  color: white;
  padding-left: 5px;
  font-weight: bold;
  border-bottom: solid 1px #FF8040;
}

.post_title a{
  color: white;
  text-decoration: none;
}

.post_date{
  padding-right: 5px;
  float: right;
}

.post_body{
  padding: 5px;
}

.post_body a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.post_footer{
  padding-left: 5px;
}

.post_footer a{
  color: #FF8040;
  text-decoration: none;
  font-weight: bold;
}

.comment{
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.comment_title{
  color: white;
  padding-left: 5px;
  font-weight: bold;
  border-bottom: solid 1px #FF8040;
}

.comment_title a{
  color: white;
  text-decoration: none;
}

.comment_date{
  padding-right: 5px;
  float: right;
}

.comment_body{
  padding: 5px;
}

.comment_body a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#menu_container{
  text-align: center;
  width: 100%;
}

#menu{
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

#menu li{
  float: left;
  margin-right: 5px;
  padding: 0;
}

#menu a{
  background-color: #FF8040;
  color: white;
  float: left;
  display: block;
  margin: 0;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}

#menu a:hover{
  background-color: #333333;
  color: #FF8040;
}

#header{
  width: 100%;
  height: 20px;
  background-color: #FF8040;
  padding: 2px;
}

#footer{
  width: 100%;
  text-align: center;
}

#pagination{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#pagination a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.zork{
  background-color: white;
  color: black;
}

.zork a{
  color: black;
}

.input_text{
  width: 100%;
  background-color: #D7E5F2;
}

table{
  font-size: 12px;
  width: 100%;
  text-align: left;
}

table tr, table td, table th{
  border: 1px solid white;
  padding: 2px;
}

#mp3{
  display: inline;
}

