.article > header {
  margin-bottom: 0.75rem; }
  .article > header .unposted-banner {
    display: block;
    background: #f77;
    margin: 0.5rem 1rem 1.5rem 1rem;
    padding: 1.5rem;
    border: 8px solid #fbb;
    text-align: center;
    text-transform: uppercase;
    color: #eee;
    font-weight: bold;
    font-size: 120%; }
  .article > header .unposted-banner {
    cursor: default; }
    .article > header .unposted-banner:before, .article > header .unposted-banner:after {
      content: " !! "; }
  .article > header h1 {
    border-top: 4.25rem solid transparent;
    margin-top: -4.25rem;
    margin-bottom: 1rem; }
  .article > header > p {
    text-align: right;
    font-style: italic;
    margin-bottom: 0;
    cursor: default; }
    @media only screen and (max-width: 480px) {
      .article > header > p {
        font-size: 85%; } }
  .article > header a, .article > header .info-separator {
    font-weight: bold;
    font-style: normal; }
  .article > header .info-separator {
    margin: auto 0.3rem; }
  .article > header .comment-link, .article > header .source-link {
    font-weight: normal;
    font-style: italic; }

.article .main-content {
  margin-top: 3rem; }
  .article .main-content > p:first-child:first-line, .article .main-content > p:first-of-type:first-line {
    font-size: 150%;
    line-height: 120%;
    text-indent: 4rem;
    font-style: italic; }
  @media only screen and (max-width: 740px) {
    .article .main-content {
      margin-top: 1rem; } }
  .article .main-content h2, .article .main-content h3, .article .main-content h4, .article .main-content h5 {
    display: block; }
  .article .main-content > span {
    display: block;
    z-index: -1; }
  .article .main-content div.code-link-box {
    float: right;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 80%;
    margin-top: -0.75rem;
    margin-right: -1rem;
    text-align: right;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd; }
    .article .main-content div.code-link-box > a {
      padding: 0.1rem 0.9rem;
      border: none;
      border-bottom: 1px solid #eee;
      display: block;
      font-style: italic; }
      .article .main-content div.code-link-box > a:hover {
        background-color: #fafafa; }
      .article .main-content div.code-link-box > a:first-child {
        padding-top: 0.2rem; }
      .article .main-content div.code-link-box > a:last-child {
        padding-bottom: 0.2rem;
        border: none; }

.top-link {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal;
  font-family: Vollkorn, serif;
  margin-left: 0.5rem;
  color: #777; }
  .top-link:visited {
    color: #777; }

.entry-series {
  list-style-type: none;
  margin-top: 3rem; }
  .entry-series > li {
    display: block;
    background: #eee;
    margin: 1.5rem 1rem;
    padding: 1.5rem;
    border: 8px solid #f9f9f9; }

.social-buttons {
  margin: 1rem 0 1.75rem 1rem; }
  .social-buttons a {
    border: none; }
    .social-buttons a:hover {
      background-color: transparent; }

.custom-social-buttons > div {
  display: inline-block;
  margin-right: 1rem; }

.next-prev-links {
  margin: 0.5rem 0 0.5rem 0;
  font-size: 90%; }
  .next-prev-links > ul {
    list-style-type: none;
    margin-bottom: 0.5rem;
    cursor: default; }
    .next-prev-links > ul > li {
      display: block;
      font-style: italic; }
  .next-prev-links .next-entry-link {
    text-align: right; }

.aside-header .clickme {
  margin-left: 0.3em;
  font-style: italic; }

.aside-header:hover {
  background-color: #fafaff; }

.contents-container {
  display: none;
  width: 250px;
  float: right;
  z-index: 100;
  margin: 2rem 0.5rem 1.5rem 1.5rem;
  padding: 0.5rem 1rem 0.75rem;
  border-left: 4px solid #833;
  background: #fff4f4; }
  .contents-container h5 {
    border: none;
    font-size: 120%;
    margin-bottom: 0.75rem;
    color: #611;
    border-bottom: 1px solid #999; }
  .contents-container ul {
    margin: 0;
    font-size: 85%;
    padding: 0;
    list-style-type: none; }
  .contents-container li {
    margin: 0;
    padding: 0;
    margin-bottom: 0.25rem; }
  .contents-container .h1 {
    font-variant: small-caps;
    font-size: 110%; }
  .contents-container .h3 {
    margin-left: 0.85rem;
    font-style: italic;
    border-left: 1px solid #aaa;
    padding-left: 0.4rem; }
  .contents-container .h4 {
    margin-left: 1.35rem;
    font-size: 90%;
    font-style: italic;
    padding-left: 0.4rem;
    border-left: 1px dotted #aaa; }
  @media only screen and (max-width: 740px), print {
    .contents-container {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 3rem;
      float: none; } }
