/* lists */
ul.latest-entries,
ul.featured-entries {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.latest-entries li,
  ul.featured-entries li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc; }
    ul.latest-entries li:first-child,
    ul.featured-entries li:first-child {
      padding-top: 0; }

/* entry summaries */
article.entry-summary h3 {
  margin: 5px 0; }
  article.entry-summary h3 + p {
    margin: 0; }
article.entry-summary img {
  display: block;
  float: left;
  margin: 0 10px 0 0; }

/*  entry detail */
#content article.entry-detail.page > h1 {
  margin-bottom: 0; }
  #content article.entry-detail.page > h1 + h3 {
    margin-bottom: 65px; }
