body {
  color: #ddd;
  background-color: #eee;
  font-family: fontin, georgia, serif;
}

/* General styles */
a {
  padding: 0 2px;
  text-decoration: none;
  color: #5f9ea0;
}

a:hover {
  background-color: #3a3a3a;
}

#right_panel a,
#left_panel a {
  padding: 0 2px;
  text-decoration: none;
  color: #303030;
}

#right_panel a:hover,
#left_panel a:hover {
  background-color: #809E89;
}

/* End general styles */

#content, #footer {
  background-color: #303030;
}

#content {
  position: fixed;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  left: 0;
  top: 0;
  height: 90%;
  width: 67%;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  overflow: hidden;
}

#content h1 {
  font-weight: normal;
  font-size: 40px;
  line-height: 1.1em;
}

#content .haiku {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

#content .haiku .text {
  cursor: pointer;
}

#content .haiku .author {
  color: #5f9ea0;
  font-size: 0.6em;
  margin-right: 30%;
  text-align: right;
  z-index: 99999;
}

#content .haiku .hash_link {
  position: fixed;
  top: 0;
  left: 15px;
  font-size: 0.5em;
}

#right_panel, #left_panel {
  position: fixed;
  background-color: #779580;
}

#right_panel {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  right: 0;
  top: 0;
  height: 90%;
  width: 32%;
}

#left_panel {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  left: 0;
  bottom: 0;
  height: 9%;
  width: 67%;
  font-size: 16px;
  color: #303030;
}


#footer {
  height: 9%;
  width: 32%;
  overflow: hidden;
  position: fixed; 
  bottom: 0; 
  right: 0;
  z-index: 99999;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;

  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 0.06em;
}

.footer {
  font-family: “Nimbus Sans L”, Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.06em;
}

.fully_centered {
  display: table;
  text-align: center;
}

.fully_centered .cell {
  display: table-cell;
  vertical-align: middle;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
  font-family: fontin;
  src: url('../fonts/fontin_regular.otf') format('opentype');
}
