html {
  background: #92879b; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #92879b 0%, #d6b9cc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#92879b), color-stop(100%,#d6b9cc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #92879b 0%,#d6b9cc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #92879b 0%,#d6b9cc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #92879b 0%,#d6b9cc 100%); /* IE10+ */
  background: linear-gradient(135deg,  #92879b 0%,#d6b9cc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92879b', endColorstr='#d6b9cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body {
  background: transparent;
}

a {
  color: #674484;
}
a:hover {
  color: #4d3462;
}

.site-header {
  border-color: #d6b9cc;
}
.site-header h1 a {
  text-decoration: none;
  color: #674484;
}

.post-list .content-area {
  border-color: #807684;
}

