.site-header {
    background: #673AB7;
}
.transparent-layer {
  background: none;
}

.am-img {
    max-height: 350px;
}
/*Main Section*/
.main-content {
    width: 55%;
    margin-left: 10%;
    float: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #673AB7;
}
a {
  color: #673AB7;
}
.btn:hover {
  background: #673AB7;
}
.post {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.post-info {
  margin-bottom: 0;
}
.post h1 {
  margin-bottom: 0;
}
/*Sidebar Adjustments*/
@media (min-width: 800px){
.author {
  text-align: left;
  width: 17%;
  float: right;
  margin: 20px 10% 0px 0; }
}
.author .section {
    margin-bottom: 20px;
}
.section header .title {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #673AB7;
  margin-bottom: 10px;
  padding-right: 1rem;
}

article.li time {
  font-size: .8rem;
}

.section.taxonomies a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  line-height: 28px;
}

.section.taxonomies a:before {
  content: '•';
  font-family: 'Fontawesome';
  margin-right: 5px;
}

article.li .detail {
  padding: 1rem 0;
}

article.li .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
}

article.li .summary {
    display: none;
}

.sm article.li {
  background-color: transparent;
  border-bottom: solid 1px rgba(34, 34, 34, 0.07);
  width: 50%;
}

.sm article.li .detail {
  display: table-cell;
  padding: 0;
  padding-left: 0;
  height: 50px;
  vertical-align: middle;
}

.sm article.li .title {
  white-space: normal;
  margin: 0;
  font-size: 1em;
}

/*Responsive Fixes*/
@media (max-width:768px) {
  .author {
    margin-left: 9%;
    width: 85%;
  }
  .main-content {
    width: 82%;
  }
}