ul.featured-entries,
ul.latest-entries {
  list-style: none;
  padding: 0;
  margin: 0; }

section.featured-entries h2 a {
  display: block;
  margin-top: 20px; }
section.featured-entries a.learn-more {
  font-size: 12px; }

ul.latest-entries {
  margin-bottom: 50px; }
  ul.latest-entries li {
    margin-bottom: 25px;
    text-align: left; }
  ul.latest-entries a {
    display: block;
    color: #000;
    background: #f8f8f8;
    padding: 20px;
    -webkit-transition: -webkit-box-shadow 0.3s ease, background 0.3s ease;
    -moz-transition: -moz-box-shadow 0.3s ease, background 0.3s ease;
    -o-transition: -o-box-shadow 0.3s ease, background 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease; }
    ul.latest-entries a:hover, ul.latest-entries a:focus {
      text-decoration: none;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
      -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
      background: #fff; }
  ul.latest-entries img {
    float: left;
    display: block;
    width: 200px;
    height: auto;
    margin-right: 20px; }
  ul.latest-entries h2 {
    margin-top: 0;
    margin-bottom: 0; }
  ul.latest-entries h4 {
    margin-top: 10px;
    margin-bottom: 15px; }

nav.category-navigation {
  margin-bottom: 50px; }
  nav.category-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  nav.category-navigation li {
    display: inline-block;
    margin: 0 10px; }
  nav.category-navigation h2 {
    font-size: 16px;
    margin: 0;
    line-height: 100%; }
  nav.category-navigation a {
    position: relative;
    display: block;
    color: #444;
    padding: 0;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    nav.category-navigation a:after {
      content: '';
      display: block;
      position: absolute;
      right: -40px;
      top: 0;
      border-width: 20px;
      border-color: transparent transparent transparent transparent;
      border-style: solid;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease; }
    nav.category-navigation a:hover, nav.category-navigation a:focus, nav.category-navigation a.selected {
      color: #5A8BBD;
      text-decoration: none; }

nav.admin {
  margin: 50px auto; }
