html {
  height: 100%;
  margin-bottom: 1px;
  font-size: 16px;
}
body { font-family: "Droid Sans", sans-serif; }
h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
strong { font-weight: bold; }
em { font-style: italic; }
a { color: #00bdff; }
a:visited { color: #65d7fe; }
button, a.button {
  background: #54abe9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #54abe9), color-stop(0, #2d76ce));
  background: -moz-linear-gradient(center bottom, #2d76ce 0%, #54abe9 100%);
  border: 1px solid #0090ff;
  color: #ffffff;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #666666;
  padding: 5px;
  cursor: pointer;
}
a.button { float: left; }
button:hover {
  background: #5eb5f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #5eb5f3), color-stop(0, #3780d8));
  background: -moz-linear-gradient(center bottom, #3780d8 0%, #5eb5f3 100%);
  border: 1px solid #008dff;
}
a.button:hover {
  background: #5eb5f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #5eb5f3), color-stop(0, #3780d8));
  background: -moz-linear-gradient(center bottom, #3780d8 0%, #5eb5f3 100%);
  border: 1px solid #008dff;
}
button:active {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5eb5f3), color-stop(1, #3780d8));
  background: -moz-linear-gradient(left bottom, #2d76ce 0%, #54abe9 100%);
  border: 1px solid #008dff;
}
a.button:active {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5eb5f3), color-stop(1, #3780d8));
  background: -moz-linear-gradient(left bottom, #2d76ce 0%, #54abe9 100%);
  border: 1px solid #008dff;
}
button:disabled { background: #666666; }
#airlock {
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 7px 0 10px 0;
}
#header {
  width: 960px;
  height: 40px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 1.3em;
}
#header ul { height: 40px; }
#header h1 { font-weight: bold; }
#header ul li {
  float: left;
  margin-right: 20px;
  height: 40px;
  overflow: hidden;
}
#header ul li:first-child { font-size: 1.5em; }
#header h1 a { color: #000000; }
#header a { text-decoration: none; }
#header + h2 { margin-bottom: 15px; }
.home-module {
  width: 100%;
  float: left;
  clear: right;
  margin: 0 0 20px 0;
  display: block;
}
#livestream {
  margin-right: 17px;
  height: 370px;
}
#audio1 {
  height: 25px;
  width: 440px;
  clear: both;
}
#stills p {
  position: absolute;
  color: #ffffff;
  background: #000000;
  font-size: 0.7em;
  padding: 3px;
}
#stills ul li {
  float: left;
  margin-right: 8px;
}
#livestreamPlayer {
  width: 440px;
  height: 350px;
  background-color: #eeeeee;
}
#chat {
  width: 505px;
  font-size: 0.9em;
  margin: 0 0 20px 10px;
  height: 630px;
  float: left;
  background: #ffffff;
}
.home-split {
  width: 445px;
  float: left;
}
.chat-module {
  height: 400px;
  display: none;
}
#chat-text.loading { background: #ffffff url('/images/elements/ajax-big.gif') center center no-repeat; }
#chat-text.loading p.loading {
  text-align: center;
  margin-top: 240px;
  display: block;
  position: absolute;
  margin-left: 200px;
}
#chat-text p.loading { display: none; }
#chat-text ul {
  float: left;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
#chat-text ul li {
  margin: 2px 0 2px 0;
  padding: 2px 0 2px 5px;
  line-height: 20px;
}
#chat-text ul li.old { color: #333333; }
#chat-text ul li.older { color: #666666; }
#chat-text ul li.oldest { color: #999999; }
#chat-text ul li.hide { display: none; }
#chat-form, #signup-chat-message { clear: both; }
#chat-form { height: 45px; }
#chat-form input {
  float: left;
  margin: 0 0 0 0;
  padding: 0 3px 0 3px;
  font-size: 1.2em;
}
#chat-form label {
  float: left;
  margin: 0 0 0 0;
  padding: 0 3px 0 3px;
  font-size: 1.2em;
}
#chat-form label {
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
#chat-form input {
  padding: 6px 5px 6px 5px;
  margin-right: 10px;
  float: left;
  width: 400px;
}
#chat-form button {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
#chat-text time {
  position: relative;
  opacity: 0.1;
}
#chat-text ul li .status-meta {
  position: relative;
  opacity: 0.1;
}
#chat-text ul li:hover .status-meta { opacity: 1; }
#chat-text time {
  color: #aaaaaa;
  font-size: 0.8em;
  padding-right: 3px;
}
#chat-text ul li .status-meta { font-size: 0.8em; }
#chat-text ul li .status-meta a.reply {
  color: #9cb7a7;
  padding: 0 3px 0 3px;
}
#chat-text ul li:last-child { margin-bottom: 16px; }
#chat-text ul li.mention { background: #ffff66; }
#chat-text ul li.me { background: #f9f9f9; }
#chat-users ul {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}
#chat-controls { height: 25px; }
#chat-controls ul { margin: 5px 0 0 0; }
#chat-controls ul li {
  float: left;
  margin: 0 15px 0 0;
}
#chat ul li.action { font-style: italic; }
#chat ul li.auction {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #fefff9;
}
#chat .username {
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
#chat ul .username.icon {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: top left;
}
#music { margin: 50px 0 0 0; }
#music h2 { font-weight: bold; }
#auction-control { overflow: scroll; }
#auction-control label { display: block; }
#auction-control h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  cursor: pointer;
}
#auction-control form { display: none; }
#store {
  border: 1px solid #dddddd;
  padding: 10px;
}
#store h1 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
#store .item {
  width: 300px;
  border: 1px solid #eeeeee;
  float: left;
  clear: right;
  margin: 5px 5px 5px 0;
  min-height: 150px;
}
#store .item.row { margin-right: 0; }
#store .item p { font-size: 0.9em; }
#store .item h2 { margin: 5px 5px 5px 5px; }
#store .item p { margin: 5px 5px 5px 5px; }
#store p + p { margin-top: 10px; }
#store .item h2 { font-weight: bold; }
#store .item h2 .price {
  background: gold;
  padding: 3px;
}
#store .item label {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-left: 5px;
}
#store .item input { margin: 5px 5px 5px 5px; }
#user-home h1 { font-size: 2em; }
#auctions {
  border: 1px solid #dddddd;
  padding: 10px;
}
#auctions h1 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
#auctions .item {
  width: 298px;
  border: 1px solid #eeeeee;
  float: left;
  clear: right;
  margin: 5px 5px 5px 0;
  min-height: 520px;
}
#auctions .item img { margin: 0 0 0 0; }
#auctions .item.row { margin-right: 0; }
#auctions .item p { font-size: 0.9em; }
#auctions .item h2 { margin: 5px 5px 5px 5px; }
#auctions .item p { margin: 5px 5px 5px 5px; }
#auctions p + p { margin-top: 10px; }
#auctions .item h2 { font-weight: bold; }
#auctions .item .price {
  background: gold;
  padding: 3px;
}
#auctions .item label {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-left: 5px;
}
#auctions .item input { margin: 5px 5px 5px 5px; }
#auctions .bid-form input { font-size: 1.3em; }
#auctions .bid-form label { font-size: 1.3em; }
#auctions .bid-form button { font-size: 1.3em; }
#auctions .bid-form input { width: 80px; }
#split-a, #split-b {
  width: 390px;
  float: left;
}
#split-a { margin-right: 20px; }
label {
  clear: both;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input, button, textarea {
  font-size: 1.3em;
  margin-bottom: 15px;
}
input[type=text], input[type=password] { padding: 3px; }
.error { color: red; }
.form-result {
  color: red;
  margin-bottom: 10px;
}
label.error p {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: normal;
}
form .error { margin-bottom: 10px; }
#cheevos {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: none;
  line-height: 1.5em;
}
ul.cheevo-list li {
  background: #333333;
  color: #ffffff;
  float: left;
  width: 350px;
  border: 1px solid #dddddd;
  height: auto;
  padding: 5px;
}
ul.cheevo-list li p:first-child {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #dddddd;
}
ul.cheevo-list li p.desc {
  font-size: 0.9em;
  -webkit-text-shadow: 1px 1px 1px #000000;
}
ul.cheevo-list li h3 {
  font-weight: bold;
  font-size: 1.1em;
  -webkit-text-shadow: 1px 1px 1px #000000;
}
#profile-single h1 {
  font-size: 2em;
  margin-bottom: 10px;
}
#profile-single h2 { font-size: 1.5em; }
#profile-single .dogtag { margin-left: 25px; }
#profile-single .dogtag li {
  list-style-type: square;
  margin-bottom: 5px;
}
.cheevo-list li {
  width: 250px;
  height: 50px;
  background: #333333;
  color: #ffffff;
}
#radio {
  cursor: pointer;
  color: red;
}
#radio.playing { color: green; }

