

a { color: #600; }

.entry .cover {
  height: 150px;
  width: 200px;
  text-align: center;
  vertical-align: middle;
}
.entry .title {
  font: 18px "Apple Garamond Light", Garamond, times;
  text-align: center;
}

div.entry {
  background: white url(background.png);
  width: 200px;
  height: 230px;
  display: block;
  float: left;
}

img.thumbnail {
  border: 0
}

body {
  padding: 0;
  margin: 0;
}

div.header {
  background: tan;
  color: white;
  font-size: 250%;
  padding: .2em 1em;
  border-bottom: 1px solid #333;
}

div.subheader {
  font-size: 85%;
  position: relative;
  top: -2em;
  text-align: right;
  padding-right:5em;
}

div.content {
  padding: 2em;
}

h2 {
  border-bottom: 1px solid #999;
  text-align: right;
  clear: both;
}
h1 {
  border-bottom: 1px solid #999;
  clear:both;
}
h6 {
  border-top: 1px solid #999;
  margin-top: .5em;
  text-align: right;
  font-size: 100%;
}

