html, body{
  height: 100%;
}

body {
  background-color: #4e6f2b;
  background-image: url('/images/bg.png');
  background-position: top;
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  color: #2b3521;
}

#top {
  position: absolute;
}

#wrapper {
  border-left: 1px solid #4e6f2b;
  border-right: 1px solid #4e6f2b;
  border-top: 1px solid #4e6f2b;
  width: 795px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background-color: #6791a2;
  background-image: url('/images/blue_bg.png');
  min-height: 100%;
  margin-bottom: -26px;
}

* html #wrapper {
  height: 100%;
}

#footer-spacer {
  clear: both;
  height: 26px;
  background-color: #6791a2;
  background-image: url('/images/blue_bg.png');
}

/*TODO: Get rid of that 175 pixels of padding when there's some more news!*/
#main {
  background-color: #6791a2;
  background-image: url('/images/blue_bg.png');
  width: 520px;
  padding: 5px 5px 175px 10px;
  font-family: sans-serif;
  padding-bottom: 700px;
}

#footer {
  border-left: 1px solid #4e6f2b;
  border-right: 1px solid #4e6f2b;
  background-color: #6791a2;
  background-image: url('/images/blue_bg.png');
  height: 25px;
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px 0px 5px;
  clear: both;
  text-align: center;
}

div.post {
  margin-bottom: 15px;
}

div.subject {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 8px;
}

div.post p {
  font-size: 1.1em;
  margin-bottom: 1em;
}

span.signature {
  font-style: italic;
}

#sidebar {
  text-align: right;
  float: right;
  width: 200px;
  padding-right: 10px;
  background-color: #6791a2;
  background-image: url('/images/blue_bg.png');
}

form.new_show {
  margin-top: 10px;
}

fieldset {
  border: none;
  margin: 3px 0 0;
  width: 320px;
}

fieldset ul {
  margin: 0;
  padding: 0;
}

fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

label {
  font-size: 1.3em;
  width: 70px;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

input {
  font-size: 11px;
}

input.submit {
  float: right;
}

textarea {
  font-size: 11px;
}

ul.show {
  font-size: 1.2em;
  margin: 15px 0 0px 15px;
  list-style-type: none;
}

ul.show li {
  margin-bottom: 1px;
}

ul.show li.details {
  margin: 4px 0 5px 0;
}

ul.show li.venue_name{
  font-size: 1.3em;
  font-weight: bold;
}

#sidebar a {
  text-decoration: none;
}

#external_luau {
  margin-top: 20px;
}

a {
  color: #2b3521;
}

#user_bar {
  width: 210px;
  margin-bottom: 40px;
  font-size: 1.2em;
}

#user-bar-action {
  float: right;
}

#user-bar-greeting {
  float: left;
}

#show_list {
  margin-bottom: 30px;
}

#show_list h1 {
  font-size: 1.6em;
}

#post_list h1 {
  font-size: 1.6em;
}

th, td {
  text-align: left;
  color: #2b3521;
  padding-right: 10px;
  font-size: 0.7em;
}

td.controls {
  padding-bottom: 10px;
}

div#error_404 {
  text-align: center;
}

div#error_404 h1 {
  margin-bottom: 20px;
}

div#error_404 p {
  font-size: 1.2em;
  margin-top: 10px;
}

div#mp3s, div#luau_is, div#contact_info {
  margin-top: 20px;
}

div#sidebar h2 {
  font-size: 1.2em;
}

div#old_shows {
  margin-top: 10px;
}