/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0px none;
  font-size: 100%;
  vertical-align: baseline; font-style:normal; font-variant:normal; font-weight:normal
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FONTS & GRID */
@font-face {
  font-family: 'Lane';
  src: url('../fonts/LANENAR_-webfont.eot');
  src: local('☺'), url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/LANENAR_-webfont.woff') format('woff'), url('../fonts/LANENAR_-webfont.ttf') format('truetype'), url('../fonts/LANENAR_-webfont.svg#LaneNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* VERTICAL */
/* HORIZONTAL */
/* GRID CLASSES */
/*
.make(@i) when (@i > 0) {
    (~".col-@{i}") {
        .width(false, @i);
        .margin(left, 0);
        .margin(right, 0);
    }
    .make(@i - 1)
}
.make(0) {}
.make(@columns);
*//* COLOURS */
/* TESTING */
body:after {
  display: none;
}
body:after {
  content: 'level-0';
}
/* Main CSS */
html {
  background: #FFF;
  position: relative;
}
#container {
  color: #222222;
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
  position: relative;
}
@media screen and (min-width: 960px) {
  #container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
sup {
  font-size: 14px;
  vertical-align: top;
}
sup:before {
  content: "";
  font-size: 14px;
  vertical-align: top
}
sup:after {
  content: "";
  font-size: 14px;
  vertical-align: top
}
sub {
  font-size: 10px;
  vertical-align: bottom;
}
/* Header Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c80000;
  font-family: Lane, sans-serif;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
/* Selection Colour */
::-moz-selection {
  background: #c80000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #c80000;
  color: #ffffff;
  text-shadow: none;
}
::selection:window-inactive {
  background: #CCC;
  color: #444;
}
/* Links */
a {
  color: #c80000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
/* Document Header */
.header {
  zoom: 1;
  position: relative;
  margin-top: 1.3333333333333333em;
  margin-bottom: 1.3333333333333333em;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
}
.header:before,
.header:after {
  content: "";
  display: block
}
.header:after {
  clear: both;
}
.header a.h1 {
  display: block;
  text-decoration: none;
  float: left;
}
.header a.h1 h1 {
  font-size: 2.25em;
  line-height: 1.3333333333333333em;
}
.header a.h1 h1 img {
  max-width: 90%;
}
.header a.h1 h2 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
.header a.h1:hover {
  text-decoration: none;
}
.header .social {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .social {
    display: block;
    float: right;
    text-align: right;
  }
  .header .social a {
    display: inline;
  }
  .header .social img {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
}
/* Document Nav */
.nav {
  clear: both;
}
.nav ul.main-menu {
  zoom: 1;
  font-family: Lane, sans-serif;
  border-bottom: 1px solid #ffffff;
  background-color: #222222;
  color: #ffffff;
}
.nav ul.main-menu:before,
.nav ul.main-menu:after {
  content: "";
  display: block
}
.nav ul.main-menu:after {
  clear: both;
}
.nav ul.main-menu li {
  display: inline;
  list-style: none;
}
.nav ul.main-menu a {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  background-color: #222222;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.nav ul.main-menu a:hover,
.nav ul.main-menu a:focus {
  background: #c80000;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  text-decoration: none;
}
@media screen and (min-width: 550px) {
  .nav ul.main-menu a {
    float: left;
    width: 31.249999999999996%;
    padding-left: 1.0416666666666667%;
    padding-right: 1.0416666666666667%;
    text-align: center;
    font-size: 1.3125em;
    line-height: 2.2857142857142856em;
    border-top: 1px solid #ffffff;
  }
}
@media screen and (min-width: 960px) {
  .nav ul.main-menu a {
    width: 14.58333333333333%;
    border-top: none;
  }
}
.nav ul.breadcrumbs,
.nav form.search-form {
  padding-top: 1.3333333333333333em;
  padding-bottom: 1.3333333333333333em;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
  font-family: Lane, sans-serif;
}
.nav ul.breadcrumbs {
  float: left;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
}
.nav ul.breadcrumbs li {
  display: inline;
}
.nav ul.breadcrumbs li:after {
  
}
.nav ul.breadcrumbs li:last-child:after {
  
}
.nav form.search-form {
  float: right;
}
.nav form.search-form input {
  font-family: Lane, sans-serif;
}
.nav form.search-form label:after {
  
}
.nav form.search-form #s {
  border: 1px solid #c80000;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 5px;
}
#about .nav li.about a,
#articles .nav li.articles a,
#reviews .nav li.reviews a,
#fiction .nav li.fiction a,
#galleries .nav li.galleries a,
#podcasts .nav li.podcasts a {
  color: #a99;
}
#podcast .subscribe {
  font-weight: bold;
  font-family: Lane, sans-serif;
  margin-bottom: 1.3333333333333333em;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
.submit {
  background: #222222;
  color: #ffffff;
  border: 1px solid #222222;
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.submit:hover,
.submit:focus {
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  background: #c80000;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
p.author {
  font-family: Lane, sans-serif;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin-top: 0;
  margin-bottom: 1.1428571428571428em;
}
p.date {
  font-family: Lane, sans-serif;
  text-align: right;
  font-size: 1.3125em;
  line-height: 2.2857142857142856em;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 30%;
}
/* Document Content */
#main {
  clear: both;
  zoom: 1;
}
#main:before,
#main:after {
  content: "";
  display: block
}
#main:after {
  clear: both;
}
#main hr {
  border: none;
  height: 1px;
  background: #c80000;
  margin-top: 2.6666666666666665em;
  margin-bottom: 2.6666666666666665em;
  padding-top: -1px;
}
#main h1,
#main h2 {
  color: #c80000;
}
#main h1 {
  font-size: 2.25em;
  line-height: 1.3333333333333333em;
}
#main h2 {
  font-size: 2.25em;
  line-height: 1.3333333333333333em;
}
#main .archive .post {
  margin-bottom: 2.6666666666666665em;
}
#main .archive .featured-image {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#main .archive .featured-image:hover,
#main .archive .featured-image:focus {
  opacity: 1;
}
#main .read-more {
  margin-top: 1.3333333333333333em;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  font-family: Lane, sans-serif;
}
#main .post {
  position: relative;
  margin-bottom: 1.3333333333333333em;
}
#main .post p {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
}
#main .post .content {
  clear: both;
}
#main .post ul.errors {
  color: #c80000;
  font-family: Lane, sans-serif;
  list-style: disc;
}
#main .post p.message {
  font-family: Lane, sans-serif;
  background: #222222;
  color: #ffffff;
  padding: 0 5px;
  font-size: 1em;
  line-height: 1.5em;
}
#main .post form li {
  list-style: none;
}
#main .post form label {
  display: block;
  font-family: Lane, sans-serif;
  margin-top: 1.3333333333333333em;
  padding-left: 2px;
}
#main .post form label:after {
  
}
#main .post form input,
#main .post form textarea {
  border: 1px solid #222222;
  font-family: Lane, sans-serif;
  min-width: 240px;
  font-size: 0.875em;
  line-height: 1.7142857142857142em;
  padding: 0 5px;
}
#main .post form textarea {
  min-width: 98%;
}
#main .post form .submit,
#main .post form #submit {
  background: #222222;
  color: #ffffff;
  font-family: Lane, sans-serif;
  margin-top: 1.3333333333333333em;
}
#main .post form .submit:hover,
#main .post form #submit:hover {
  background: #c80000;
  cursor: pointer;
}
#main .featured-image {
  margin-bottom: 1.3333333333333333em;
  display: block;
}
#main .simple-footnotes {
  margin-bottom: 2.6666666666666665em;
  color: #555;
}
#main .simple-footnotes .notes {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
}
#main .simple-footnotes ol li {
  list-style: decimal;
}
#main div.content p {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  margin-top: 1.3333333333333333em;
  margin-bottom: 1.3333333333333333em;
}
#main div.content p:first-child {
  margin-top: 0;
}
#main div.content blockquote {
  float: left;
  margin-bottom: 1.1428571428571428em;
  margin-right: 1.0416666666666667%;
  max-width: 20%;
  font-style: italic;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
#main div.content blockquote:before {
  content: "\201C";
}
#main div.content blockquote:after {
  content: "\201D";
}
#main div.content blockquote p {
  display: inline;
  margin-bottom: 0;
}
#main .notfound {
  margin-bottom: 1.3333333333333333em;
}
#main div.kicker {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin-top: 1.1428571428571428em;
  margin-bottom: 1.1428571428571428em;
  font-family: Lane, sans-serif;
}
#main .soc-bookmark {
  padding-bottom: 1.3333333333333333em;
}
#main .soc-bookmark iframe.fb_ltr {
  margin-top: -4px;
}
#main .soc-bookmark iframe.twitter-share-button {
  margin-left: 10px;
}
#main div.author {
  zoom: 1;
  margin-top: 1.3333333333333333em;
  margin-bottom: 2.6666666666666665em;
}
#main div.author:before,
#main div.author:after {
  content: "";
  display: block
}
#main div.author:after {
  clear: both;
}
#main div.author h3 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin-bottom: 1.1428571428571428em;
}
#main div.author .text {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
}
#main div.author img {
  float: left;
  margin-right: 15px;
}
#main .alignleft,
#main .alignright,
#main .aligncenter {
  margin-bottom: 1.3333333333333333em;
  margin-top: 1.3333333333333333em;
  margin-left: auto;
  margin-right: auto;
}
#main .alignleft img,
#main .alignright img,
#main .aligncenter img {
  display: block;
}
#main .alignleft .wp-caption-text,
#main .alignright .wp-caption-text,
#main .aligncenter .wp-caption-text {
  font-family: Lane, sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1.7142857142857142em;
  padding-top: 0.8571428571428571em;
  padding-bottom: 0.8571428571428571em;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
}
@media screen and (min-width: 600px) {
  #main .alignleft,
  #main .alignright {
    margin-top: 0;
  }
  #main .alignleft {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  #main .alignright {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
#comments {
  position: relative;
}
#comments #reply-title {
  display: none;
}
#comments .must-log-in {
  font-family: Lane, sans-serif;
}
#comments .logged-in-as {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 5px;
  margin-top: 1.3333333333333333em;
  font-family: Lane, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .form-submit {
  zoom: 1;
}
#comments .form-submit:before,
#comments .form-submit:after {
  content: "";
  display: block
}
#comments .form-submit:after {
  clear: both;
}
#comments #submit {
  float: right;
}
#comments ul.comments li {
  border-top: 1px solid #222222;
  margin-top: 1.3333333333333333em;
}
#comments ul.comments li li {
  border-top: 1px solid #bbb;
  padding-left: 40px;
}
#comments ul.comments .comment-author {
  margin-top: 1.3333333333333333em;
}
#comments ul.comments .comment-awaiting-moderation {
  float: right;
}
#comments ul.comments .avatar {
  display: none;
}
#comments ul.comments .reply,
#comments ul.comments .comment-author,
#comments ul.comments .comment-meta {
  font-family: Lane, sans-serif;
}
#comments ul.comments .comment-meta {
  margin-bottom: 1.3333333333333333em;
}
#comments ul.comments .reply {
  margin-top: 1.3333333333333333em;
}
a.ad {
  display: block;
  position: relative;
  clear: both;
  padding-top: 1.3333333333333333em;
  padding-bottom: 1.3333333333333333em;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-top: 2.6666666666666665em;
  margin-bottom: 2.6666666666666665em;
}
a.ad:before {
  content: "Advertisement";
  position: absolute;
  top: -0.6666666666666666em;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  text-align: center;
  width: 8em;
  left: 50%;
  margin-left: -4em;
  color: #666666;
  text-transform: uppercase;
  font-family: Lane, sans-serif;
  background: #ffffff;
}
a.ad.banner img,
a.ad.sidebar img {
  display: block;
  margin: 0 auto;
}
a.ad.text {
  color: #666666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 10px;
  padding-right: 10px;
}
a.ad.text p {
  margin-bottom: 0 !important;
}
a.ad.text:hover,
a.ad.text:focus {
  color: #222222;
  border-color: #222222;
  text-decoration: none;
}
.single #main .post,
.page #main .post,
.error404 #main .post,
#main .notfound,
.archive #main .archive,
.search #main .archive {
  margin-left: 1.0416666666666667%;
  margin-right: 1.0416666666666667%;
}
@media screen and (min-width: 840px) {
  .single #main .post,
  .page #main .post,
  .error404 #main .post,
  #main .notfound,
  .archive #main .archive,
  .search #main .archive {
    width: 64.58333333333333%;
    float: left;
  }
}
#galleries .gallery {
  clear: both;
  padding-top: 2.6666666666666665em;
}
#galleries .gallery-image {
  width: 32%;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 1.3333333333333333em;
}
#galleries .gallery-image:nth-child(3n-1) {
  margin-left: 2%;
}
#galleries .gallery-image:nth-child(3n) {
  margin-left: 2%;
}
#galleries .new-row {
  clear: left;
}
@media screen and (min-width: 840px) {
  div.sidebar {
    float: right;
    width: 22.916666666666664%;
    margin-left: 1.0416666666666667%;
    margin-right: 1.0416666666666667%;
  }
}
.button {
  max-width: 10em;
  padding: 0 10px;
  display: block;
  text-align: center;
  font-family: Lane, sans-serif;
  font-size: 1.125em;
  line-height: 2.6666666666666665em;
  background: #222222;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.button:hover,
.button:focus {
  text-decoration: none;
  background: #c80000;
}
.page-navigation {
  clear: both;
  display: block;
  padding-bottom: 1.1428571428571428em;
  font-family: Lane, sans-serif;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
/* Document Footer */
.footer {
  color: #000;
  padding-top: 1.3333333333333333em;
  padding-bottom: 1.3333333333333333em;
  clear: both;
  text-align: center;
}
.footer p {
  font-size: 0.875em;
  line-height: 1.7142857142857142em;
}
.footer a {
  color: #C80000;
}
#main.classifieds .classified {
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
  margin-bottom: 1.3333333333333333em;
}
@media screen and (min-width: 320px) {
  #main.classifieds .classified {
    float: left;
    width: 47.91666666666666%;
  }
  #main.classifieds .classified:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 480px) {
  #main.classifieds .classified {
    width: 31.249999999999996%;
  }
  #main.classifieds .classified:nth-child(2n+1) {
    clear: none;
  }
  #main.classifieds .classified:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 640px) {
  #main.classifieds .classified {
    width: 22.916666666666664%;
  }
  #main.classifieds .classified:nth-child(3n+1) {
    clear: none;
  }
  #main.classifieds .classified:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1100px) {
  #main.classifieds .classified {
    width: 14.58333333333333%;
  }
  #main.classifieds .classified:nth-child(4n+1) {
    clear: none;
  }
  #main.classifieds .classified:nth-child(6n+1) {
    clear: both;
  }
}
#main.classifieds .classified h2 {
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  text-transform: none;
}
#main.classifieds .classified h2 a {
  color: #222222;
}
#main.classifieds .classified .content,
#main.classifieds .classified .excerpt {
  text-align: justify;
}
#main.classifieds .classified .content p,
#main.classifieds .classified .excerpt p {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  margin-bottom: 1.3333333333333333em;
}
#authors #main .post .featured-image {
  float: right;
  margin-left: 10px;
  margin-bottom: 1.3333333333333333em;
}
#classified.single #main .post {
  margin: 0 auto;
  padding-top: 2.6666666666666665em;
  float: none;
  width: 64.58333333333333%;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
}
#classified.single #main .post h2 {
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  text-align: left;
  margin-bottom: 1.3333333333333333em;
}
#classified.single #main .post .content {
  text-align: justify;
}
#classified.single #main .post .content:first-letter {
  margin-right: 20px;
}
@media screen and (min-width: 480px) {
  #classified.single #main .post {
    width: 39.58333333333332%;
  }
}
@media screen and (min-width: 720px) {
  #classified.single #main .post {
    width: 31.249999999999996%;
  }
}
@media screen and (min-width: 1200px) {
  #classified.single #main .post {
    width: 22.916666666666664%;
  }
}
#classified.single #main div.reply {
  width: 81.24999999999999%;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
  margin: 0 auto;
  margin-top: 2.6666666666666665em;
  margin-bottom: 1.3333333333333333em;
  border-top: 1px solid #222222;
  padding-top: 1.3333333333333333em;
}
#classified.single #main div.reply h3 {
  margin-bottom: 1.3333333333333333em;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
#classified.single #main div.reply input,
#classified.single #main div.reply label {
  display: block;
}
#classified.single #main div.reply input,
#classified.single #main div.reply textarea {
  margin-bottom: 1.3333333333333333em;
  border: 1px solid #222222;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  padding: 0 5px;
}
#classified.single #main div.reply textarea {
  width: 98%;
  height: 6.666666666666666em;
}
#classified.single #main div.reply .submit {
  font-family: Lane, sans-serif;
}
@media screen and (min-width: 600px) {
  #classified.single #main div.reply {
    width: 64.58333333333333%;
  }
}
body#home .nav form.search-form {
  display: none;
}
body#home .homepage-ad-block {
  display: none;
}
@media screen and (min-width: 650px) {
  body#home .nav,
  body#home .homepage-ad-block {
    float: right;
    width: 22.916666666666664%;
  }
  body#home .homepage-ad-block {
    clear: right;
  }
  body#home .homepage-ad-block {
    display: block;
  }
  body#home .nav {
    clear: none;
    padding-left: 1.0416666666666667%;
    padding-right: 1.0416666666666667%;
  }
  body#home .nav li {
    display: block;
  }
  body#home .nav li a {
    float: none;
    width: auto;
    padding: 0 10px;
    text-align: right;
    border-top: 1px solid #ffffff;
    margin-top: -1px;
  }
  body#home .nav form.search-form {
    display: block;
    background: #222222;
    color: #ffffff;
    float: none;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  body#home .nav form.search-form label {
    display: none;
  }
  body#home .nav form.search-form input {
    border: 1px solid #ffffff;
  }
}
body#home div.quote,
body#home div.homepage-ad-block {
  margin-top: 1.3333333333333333em;
  margin-left: 1.0416666666666667%;
  margin-right: 1.0416666666666667%;
}
body#home div.quote {
  clear: both;
}
body#home div.quote p {
  font-family: Lane, sans-serif;
  text-align: center;
  color: #ffffff;
  background: #222222;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  padding: 0 10px;
  padding-top: 1.1428571428571428em;
  padding-bottom: 1.1428571428571428em;
}
body#home div.highlighted {
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
}
body#home div.highlighted p {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
}
@media screen and (min-width: 650px) {
  body#home div.highlighted {
    float: left;
    width: 64.58333333333333%;
  }
  body#home div.highlighted h3 {
    font-size: 2.25em;
    line-height: 1.3333333333333333em;
  }
  body#home .nav {
    width: 31.249999999999996%;
  }
}
@media screen and (min-width: 880px) {
  body#home div.highlighted {
    float: left;
    width: 72.91666666666666%;
  }
  body#home div.highlighted h3 {
    font-size: 2.25em;
    line-height: 1.3333333333333333em;
  }
  body#home .nav {
    width: 22.916666666666664%;
  }
}
body#home .columns {
  clear: both;
  padding-top: 1.3333333333333333em;
}
body#home .columns h3 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
body#home .columns .post {
  margin-bottom: 1.3333333333333333em;
  margin-top: -1px;
  padding-bottom: 1.3333333333333333em;
  border-bottom: 1px solid #222222;
}
body#home .columns .post.first {
  padding-top: 0;
  border-top: 0px none;
}
body#home .columns img {
  display: block;
  margin-top: 1.3333333333333333em;
  margin-bottom: 1.3333333333333333em;
}
body#home .columns p {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
}
@media screen and (min-width: 650px) {
  body#home .columns .reviews,
  body#home .columns .articles {
    width: 47.91666666666666%;
    padding-left: 1.0416666666666667%;
    padding-right: 1.0416666666666667%;
    zoom: 1;
  }
  body#home .columns .reviews:before,
  body#home .columns .articles:before,
  body#home .columns .reviews:after,
  body#home .columns .articles:after {
    content: "";
    display: block;
  }
  body#home .columns .reviews:after,
  body#home .columns .articles:after {
    clear: both;
  }
  body#home .columns .classified {
    clear: both;
  }
  body#home .columns .reviews {
    float: left;
  }
  body#home .columns .articles {
    float: left;
  }
}
@media screen and (min-width: 880px) {
  body#home .columns .reviews,
  body#home .columns .articles,
  body#home .columns .news-fiction {
    width: 31.249999999999996%;
    float: left;
    clear: right;
    padding-left: 1.0416666666666667%;
    padding-right: 1.0416666666666667%;
  }
}
@media screen and (min-width: 650px) {
  body#home .columns .classified {
    padding-left: 1.0416666666666667%;
    padding-right: 1.0416666666666667%;
  }
}
body#home .columns .classified a h3 {
  color: #222222;
  text-decoration: none;
}
body#home .columns .classified a h3:hover,
body#home .columns .classified a h3:focus {
  text-decoration: none;
}
body#home .columns .classified p {
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.7142857142857142em;
}
body#home .columns .classified h3 {
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  font-weight: bold;
  color: #222222;
}
body#home .columns .classified .post {
  border-bottom: none;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
}
@media screen and (min-width: 480px) {
  body#home .columns .classified .post {
    float: left;
    width: 31.249999999999996%;
  }
}
@media screen and (min-width: 650px) {
  body#home .columns .classified .post {
    width: 22.916666666666664%;
  }
}
@media screen and (min-width: 880px) {
  body#home .columns .classified .post {
    width: 14.58333333333333%;
  }
}
body#home .columns .sub {
  zoom: 1;
}
body#home .columns .sub:before,
body#home .columns .sub:after {
  content: "";
  display: block
}
body#home .columns .sub:after {
  clear: both;
}
body#home .columns .sub h2 {
  font-size: 1.5em;
  line-height: 2em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
  width: auto;
  background: #222222;
}
body#home .columns .sub h2 a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
body#home .columns .sub h3 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
}
body#home .columns .sub .date {
  display: none;
}
#podcast div.podcast {
  margin-bottom: 1.3333333333333333em;
}
#galleries #blackout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #030303;
}
#galleries #blackout .main-img-div {
  position: absolute;
  left: 6em;
  right: 6em;
  bottom: 15px;
  top: 15px;
}
#galleries #blackout .next-img,
#galleries #blackout .prev-img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 50%;
  text-decoration: none;
  opacity: 0.4;
}
#galleries #blackout .next-img:hover,
#galleries #blackout .prev-img:hover {
  opacity: 1.0;
}
#galleries #blackout .next-img p,
#galleries #blackout .prev-img p {
  font-size: 10em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  margin-top: -0.5em;
}
#galleries #blackout .close-button {
  font-size: 3em;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  opacity: 0.4;
}
#galleries #blackout .close-button:hover {
  opacity: 1.0;
}
#galleries #blackout .main-img-current,
#galleries #blackout .main-img-next {
  border: 1px solid #888;
}
#galleries #blackout .next-img {
  right: 0;
}
#galleries #blackout .next-img p {
  text-align: right;
}
#galleries #blackout .prev-img {
  left: 0;
}
#galleries #blackout img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  bottom: 0;
}
#galleries #blackout .loading-img {
  margin-top: -16px;
  margin-left: -16px;
}
/* Print Style Sheet - from HTML5 Boilerplate */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.flossfoot {
    margin-top: 10px;
    padding: 10px 0;
    color: #C80000;
    text-transform: uppercase;
    text-decoration: none;
}