body {
  background-color: #e3e3e3;
  color: #595959;
  font: 12pt / 1.6em "Helvetica Neue", Helvetica, sans-serif;
  margin: 2em auto;
  width: 600px; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #2960aa; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.event {
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#efefef));
  background: -moz-linear-gradient(top, #f9f9f9, #efefef);
  border-top: 1px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .event.today {
    background-color: #ebe4de;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3ebe3), to(#e9d6c1)); }
  .event .details {
    float: right;
    width: 480px; }
  .event dl {
    color: #777777;
    font-size: 0.9em; }
  .event dt {
    font-weight: bold;
    float: left; }
  .event dd {
    float: right;
    margin: 0;
    width: 420px; }

header, footer {
  display: block; }

header {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 1px 0 #f6f6f6;
  -moz-box-shadow: 0 1px 0 #f6f6f6; }

footer {
  border-top: 1px solid #cccccc;
  color: #999999;
  font-size: 0.9em;
  padding: 1em; }
  footer .subscribe {
    float: left; }
    footer .subscribe a {
      margin-right: 1em; }
  footer .add {
    float: right; }
  footer .fork {
    clear: both;
    font-size: 0.8em; }
  footer a:link, footer a:visited {
    color: #8aa0b6; }

h1, h2, h3, h4 {
  margin: 0;
  text-shadow: 0 1px 0 white; }

h1 {
  color: #666666;
  font-size: 1.8em;
  float: left; }
  h1 a:link, h1 a:visited {
    color: #666666; }
  h1 a:hover {
    color: black; }

h2 {
  color: #999999;
  font-size: 1em;
  float: right;
  text-transform: uppercase; }

h3 {
  color: #333333; }

h4 {
  display: inline;
  font-size: 1em;
  margin-right: 1em; }

.date {
  background-color: #cc0000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: white;
  float: left;
  text-align: center;
  padding: 2px;
  width: 60px;
  margin: 0 1em 1em 0; }
  .date .day {
    background-color: white;
    color: #333333;
    font-size: 1.6em;
    padding: 0.2em; }

#error {
  background: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2em;
  margin: 1em 0;
  text-align: center; }
  #error h1 {
    float: none;
    margin: 0.5em 0; }
