@charset "utf-8";
/**
 * CSS for HenryStauf.com
 * Author: Evgueni Naverniouk, evgueni@globexdesigns.com
 * Copyright: 2009 Globex Designs, Inc. All Rights Reserved.
 *
 * All style attributes in alphanumeric order starting from 0.
 **/

* {
  outline: none;
}

html, body {
  background: #FFF url(/static/bg.gif) repeat-x;
  color: #222;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma;
  line-height: 135%;
  margin: 0;
  text-align: center;
}

a {
  color: #2A60D3;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:hover {
  color: #222;
}

h2 {
  font-size: 18px;
  margin: 16px 0;
}

textarea {
  width: 400px;
  height: 400px;
}

#Wrapper {
  margin: 0 auto;
  text-align: left;
  width: 950px;
}

#Wrapper #Header {
  height: 70px;
  position: relative;
}

#Header #Logo {
  background: url(/static/logo.png) no-repeat;
  height: 50px;
  left: 0;
  position: absolute;
  text-indent: -9000px;
  top: 10px;
  width: 218px;
}

#Header #User {
  position: absolute;
  right: 0;
  top: 15px;
}

#Header #Clock {
  color: #666;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 30px;
}

#Content {
  position: relative;
}

#Menu {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: 130px;
}

#Menu li a {
  color: #222;
  display: block;
  font-size: 18px;
  height: 30px;
}
#Menu li a:hover,
#Menu li a:focus {
  color: #2A60D3;
}

#Page {
  padding: 0 0 0 150px;
  width: 780px;
}

#Page > table,
#Page > div > table {
  border: 1px solid #999;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 95%;
}

#Page > table > tr > th,
#Page > div > table > tr > th,
#Page > div > table > tbody > tr > th {
  background: #D7D7D7 url(/static/th.gif) repeat-x;
  border-bottom: 1px solid #999;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

#Page > table > tr > td,
#Page > table > tbody > tr > td,
#Page > div > table > tr > td,
#Page > div > table > tbody > tr > td {
  border-bottom: 1px solid #DDD;
}

table td.align-l {
  text-align: left;
}

table td.align-r {
  text-align: right;
}

#Footer {
  border-top: 1px solid #999;
  font-size: 11px;
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
}

.puzzle-title {
  font-size: 16pt;
  font-weight: bold;
  position: relative;
  padding-bottom: 1em;
  padding-right: 0;
  margin-right: auto;
}

.puzzle-author {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.puzzle-statement {
  font-size: 12px;
  padding: 5px;
  margin-bottom: 2px;
  border: 1px solid #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#response {
  font-weight: bold;
  padding: 1px 1em 1px 1em;
}

.ranklist img {
  height: 18px;
}

.forum-thread {
  padding-top: 2px;
  margin: 5px;
}

.forum-message {
  position: relative;
  background-color: #CCF;
  margin: 5px;
  width: 97%;
  border: 1px solid black;
}

.forum-message-left {
  vertical-align: top;
  position: relative;
}

.forum-message-right {
  vertical-align: top;
  width: 150px;
  font-size: 70%;
  border-left: 1px dotted blue;
}

.forum-message-button {
  float: right;
  padding: 2px;
  font-size: 70%;
}

#forum-post-text {
  width: 80%;
  height: 100px;
}


