.feed-entry {
  line-height: 14px;
  font-size: 12px;
  text-align: left;
}

.feed-entry h3 {
  line-height:20px;
}

.feed-entry p, .feed-entry div {
  width:494px;
}

.feed-entry img.image-right {
  float: right;
  margin: 0 0 10px 10px;
}

.feed-entry img.image-left {
  float: left;
  margin: 0 10px 10px 0;
}

.feed-entry blockquote, .news blockquote {
  border-left: 3px #c1d0e1 solid;
  margin: 0 0 1em 1.5em;
  padding: 0 0 0 1em;
}

.news blockquote {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
}


.two-column .feed-summary {
  padding: 10px 10px 5px 15px;
  border-bottom: 1px solid #e2e9f1;
}

.two-column .feed-summary.even {
  background: #eeeeee;
}

.two-column .feed-summary h2 {
  margin-bottom: 5px;
}

.two-column .feed-summary h2 a {
  text-decoration: none;
}

.two-column .feed-img {
  border: 3px solid #c1d0e1;
  float: left;
  margin: 3px 10px 0 0;
  width:68px;
  height:68px;
}