* {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'Lucida Grande', 'helvetica';
}

h1 {
  color: gray;
  position: absolute;
  right: 0;
  font-size: 90%;
  margin: 5px;
}

a {
  color: #66CCFF;
}

#esb {
  position: relative;
  left: -1px;
  top: -2px;
}

#content {
  padding: 5px;
  width: 400px;
  margin: auto;
}

#firefox_ad {
  position: absolute;
  left: -50px;
  top: 250px;
  width: 125px;
}

#blinker {
  position: relative;
  top: 6px;
}

#event {
  padding-bottom: 15px;
  font-size: 125%;
}

#colors {
  padding: 10px;
  font-size: 75%;
  font-style: italic;
}

#navigation {
  width: 102px;
  margin: auto;
}

#date {
  background-image: url(/images/date.png);
  width: 50px;
  height: 48px;
  float: left;
}

#month {
  height: 18px;
  color: white;
  font-size: 13px;
}

#day {
  color: black;
  font-size: 25px;
  font-weight: bold;
}

.arrow {
  float: left;
  cursor: pointer;
}

/* Sticky footer http://ryanfait.com/sticky-footer */
html, body {
  height: 100%;
}

#content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -3.em; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
  height: 3.0em; /* .push must be the same height as .footer */
  font-size: 75%;
}

#footer {
  margin: 0px;
}

#footer img {
  border: 0;
  vertical-align: bottom;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: gray;
  text-decoration: none;
}