html {
  font-family: "Helvetica neue", "Helvetica", sans-serif;
  padding: 0px;
}

#hd {
  line-height: .5em;
  border-bottom-style: dotted;
  border-bottom-color: rgba(41,78,82,0.57);
}

#bd {
  padding: 0px 0px 100px 0px;
  background-image: url('/images/whoahbot.jpg');
  background-repeat: no-repeat;
  background-position: 100% 110%;
}

#ft {
  padding: 0px;
  border-top-style: dotted;
  border-top-color: rgba(41,78,82,0.57);
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #777;
}

.centered {
  text-align: center;
}

.whoahtitle {
  font-weight: bold;
  font-size: 420%;
}

.left {
  float: left;
}

.right {
  float: right;
}

a img {
  border: 0;
}

.post_date {
  font: 147% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.italics {
  font-style: italic;
}
