/* Enter Your Custom CSS Here */
.site-title { font-family: 'Mr Dafoe', cursive; font-size:61px; }
.site-title a { color: #517D9F }

.author-avatar { display:none; }
.author-link:before { content: ' '; display: block; }

.site-description { display:block; }

.entry-content, .entry-summary, .page-content, .comment-content, .textwidget { hyphens: none; word-wrap: normal; }

/*.page-id-29 .entry-title { display:none; }*/

.single .entry-header-background { display: none; }

.byline, .issue-date { font-size:10pt; text-transform:uppercase; }

.issue-date:before { content: " \00a0 | \00a0\00a0 "; }

.byline:before { content: "By\00a0 "; }

ol, ul { margin-left:30px; }

.footnotes { font-size:smaller; }

.more-link { display:none; }

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.site-title { font-family: 'Mr Dafoe', cursive; font-size:41px; }
.entry-content figure { float:none; display:block; margin-left:0; }
  .float-image {float:left; margin: 0 100% 20px auto; }
}

/* Home */
.page-id-863 .entry-title {display:none;}
.page-id-863 .apss-social-share {display:none;}
.page-id-863 .entry-content-footer {margin-top:0;}
.page-id-863 .entry-content {margin:;}
.page-id-863 .wp-caption-text {text-align:center;}
.page-id-863 .wp-caption-text a {text-decoration:none;}