aside h6 {
  text-transform: uppercase;
  margin-bottom: 8px !important;
  font-size: 1.5em;
}

aside ul.mcms_filter_list, aside ul[class*=list] {
  margin-bottom: 25px;
  margin-left: 0px;
}

aside ul.mcms_filter_list li, aside ul[class*=list] li {
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 1.1em !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

aside ul.mcms_filter_list li a, aside ul[class*=list] li a {
  text-decoration: none;
}

.items {
  overflow: hidden;
  padding-bottom: 25px;
}

.items article {
  border-bottom: #f1f1f1 solid 1px;
  overflow: hidden;
  padding: 15px;
}

.items article.odd {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, white, #f9f9f9);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(white));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#f9f9f9', GradientType=0);
}

article img {
  width: 100%;
  height: auto;
}

article .meta {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 5px !important;
}

article .meta a {
  text-decoration: none;
}

article .highlight, aside ul.mcms_filter_list .highlight, aside ul[class*=list] .highlight {
  border-radius: 3px;
  color: white;
}

article h3 {
  margin-bottom: 10px;
  font-size: 1.8em;
  clear: both;
}

.items article.last {
  border: 0;
}

article h3 a {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold !important;
}

article .time {
  font-size: 1.1em !important;
  display: block;
  font-weight: bold;
  margin-bottom: 0 !important;
}

article .media {
  position: relative;
  z-index: 10;
  float: right;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}

article .media li {
  font-size: 1em !important;
  display: block;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

article .media li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
}

article .media li a:hover {
  border: 0 !important;
  background: rgba(0, 0, 0, 0.1);
}

article.detail {
  border: 0;
}

article.detail img {
  float: none;
  max-width: 500px;
  margin-right: 25px;
  margin-bottom: 25px;
}

article.detail .summary {
  font-size: 1.3em;
  line-height: 1.6em;
  margin-top: 25px;
  margin-bottom: 5px;
}

article.detail header {
  display: block;
  position: relative;
  float: none;
  width: 100%;
}

article.detail footer {
  display: block;
  position: relative;
  float: none;
  width: 100%;
}

/* Pagination (You may want to use this in your main stylesheet). */
#pagination {
  padding: 10px;
  background-color: #f1f1f1;
}

#pagination a {
  padding: 5px 8px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #555555;
  margin-right: 3px;
}

#pagination a:hover {
  color: #000000;
}

#pagination a#current {
  color: #000000;
}

#pagination a#off {
  color: #cccccc;
}

#pagination a#off:hover {
  background-color: transparent;
  color: #cccccc;
}

/* =Override
---------------------------------------------------------------------
*/
.content {
  width: 100%;
  padding: 0;
}

aside {
  width: 100%;
}

@media (min-width: 37.5em) {
  .content {
    width: 79%;
    float: left;
    margin-right: 2%;
  }

  aside {
    width: 19%;
    float: left;
  }

  article img {
    float: left;
    margin-right: -166px;
    width: 151px;
  }

  article header {
    margin-left: 166px;
  }

  article.detail header {
    margin-left: 0;
  }

  article.detail img {
    margin-right: 0;
    width: auto;
  }

  article h3 {
    clear: none;
  }
}
