div.item {
  background-color: #EEE;
  margin-right: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}

div.item p {
  padding: 4px;
}

div.feed-title {
  background: #111;
  padding: 4px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

div.feed-title a {
  color: white;
}

div.feed-title span.date {
  float: right;
  position: relative;
  top: -1.2em;
  display: block;
  font-size: .8em;
  color: #CCC;
  padding-right: 4px;
}

span.title {
  font-size: 1.4em;
}

span.title a {
  color: #111;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 4px;
}

span.creator {
  font-size: .8em;
}
