/* Main Styles */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  color: #101010;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #5882c4;
}

#description {
  position: fixed;
  top: 90px;
  left: 100px;
  padding: 15px;
  font-style: italic;
  text-align: right;
}

.blogtitle {
  position: absolute;
  top: 60px;
  left: 360px;
  border-bottom: 1px solid #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  width: 520px;
}

.liink {
  margin-top: -10px;
  text-align: right;
}

.liink a {
  margin-left: 5px;
  font-size: 12px;
}

#posts {
  position: relative;
  margin-top: 110px;
  margin-left: 350px;
  width: 700px;
}

.post {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin: 5px;
  text-align: justify;
  background: transparent;
}

.post img {
  max-width: 100%;
}

.post .quote {
  text-align: center;
  font-style: italic;
}

.permalink {
  text-align: right;
  font-size: 10px;
  padding-top: 5px;
}

.notes {
  font-size: 10px;
  margin-top: 10px;
}

.notes a {
  margin-right: 5px;
}