/*
 * Override bootstrap and make
 * the maximum width 970px
 */
/*
.container {
  max-width: 970px;
}
*/

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #333;
  font: 400 17px/1.6 Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 0;
  color: #000;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
  margin-top: 50px;
}

h1 {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 30px;
}

h1.page-title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 991px) {
  h1.page-title {
    margin-right: auto;
    margin-left: auto;
  }
}

h1 a,
h1 a:hover {
  color: #333;
  text-decoration: none;
}

h1 small {
  text-transform: lowercase;
  font-size: 24px;
  position: relative;
}

h3, h4, h5, h6 {
  font-weight: 600;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 17px;
}

h6 {
  font-size: 18px;
}

p {
  margin-bottom: 20px;
  margin-top: 0;
}

p.subtitle {
  font-family: Circular, Helvetica, sans-serif;
  font-size: 18px;
  color: #777;
  margin-top: -30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

b, strong {
  font-weight: 700;
}

sup {
  margin-left: 2px;
  margin-right: 2px;
}

a,
a:focus,
a:hover,
a:active {
  color: #9a0018;
}

p a, dt a {
  text-decoration: none;
  color: #9a0018;
  border-bottom: 1px solid #dedede;
}

p a:hover, dt a:hover {
  border-bottom: 1px solid #9a0018;
  text-decoration: none;
  color: #9a0018;
}

ul, ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

blockquote {
  padding: 0 0 0 15px;
  border-left: 2px solid #999;
  font-size: inherit !important;
  line-height: inherit;
  margin: 0 0 20px;
}

blockquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

a.icon {
  color: #444;
}

a.icon:hover {
  /*color: #af181b;*/
  color: #9a0018;
}

pre {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figure.full-width {
  margin-left: -26%;
  margin-right: -26%;
}

@media (max-width: 991px) {
  figure.full-width {
    margin-right: auto;
    margin-left: auto;
  }
}

figure img {
  border: 1px solid #444;
}

figcaption {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 3px;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

hr {
  border-top: 1px solid #ccc;
}

table.standard {
  border-width: 0;
  border-spacing: 1px;
  border-style: solid;
  background-color: #666;
  border-collapse: separate;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
}

table.standard th {
  background-color: #666;
  text-align: center;
  vertical-align: bottom;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}

table.standard td {
  padding: 2px 5px;
  background-color: #fff;
  vertical-align: middle;
}

table.mms-pack>tbody>tr>td {
  text-align: center;
}

.lede-special-date {
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings:    "onum" 1;
  -ms-font-feature-settings:     "onum" 1;
  font-feature-settings:         "onum" 1;
}

.lede-special-date:before {
  content: "";
  display: block;
  border-top: 3px solid #000;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.dialog { margin: 20px 110px 20px 80px; }

.dialog p { margin-bottom: 10px; }

.dialog .name {
  left: -20px;
  letter-spacing: 1px;
  margin-right: -10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}

/* @group #footer */

#footer {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #444;
  padding-top: 25px;
  border-top: 1px solid #ccc;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer .copyright {
  /*margin-top: 25px;*/
}

#footer form {
  margin-top: 20px;
}

#footer .search-title {
  margin-top: 10px;
}

#footer ul.social-icons {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#footer ul.social-icons span.fa {
  margin-right: 3px;
}

#footer ul.social-icons span.fa-envelope {
  margin-right: 4px;
}

#footer ul.social-icons span.fa-twitter {
  margin-right: 1px;
}

#footer .social-icons>li {
  /*float: left;
  width: 50%;*/
  display: inline-block;
  padding-left: 10px;
}

#footer .social-icons a.twitter:hover {
  color: #00ace4;
}

#footer .social-icons a.instagram:hover {
  color: #125688;
}

#footer .social-icons a.rss:hover {
  color: #f60;
}

#footer .version {
  margin-right: 11px;
  margin-top: -14px;
  position: relative;
  z-index: -1;
  line-height: 1;
  font-size: 12px;
  font-style: normal;
}

@media (min-width: 768px) {
  #footer .version {
    margin-right: 27px;
  }
}

#footer #footer-bottom {
  /*background: url(http://i.sixfoot6.org/images/bg-border-h.gif) transparent 0 0 repeat-x;*/
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}

#footer ul.links {
  list-style: none;
  padding: 0;
}

#footer ul.links li {
  float: left;
  width: 50%;
}
/* @end */

/* @group .navbar */

.navbar {
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
  background-color: #fff;
}

.navbar-default .navbar-brand {
  font-family: Circular, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  color: #333;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 400;
  font-family: Circular, Helvetica, sans-serif;
}

.navbar-default a.navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
  color: #9a0018;
}

/* @end */

#sidebar {
  font-size: 14px;
}

#sidebar h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

#sidebar .item {
  margin-bottom: 50px;
}

.lede-photo {
  border: 1px solid #666;
}

#page-index .post {
  margin-bottom: 50px;
}

#page-index .post-hr {
  margin-top: 0;
  margin-bottom: 50px;
  border-top: 1px dashed #bbb;
}

#page-single .post-footer {
  margin-top: 60px;
}

#page-single .large-photo {
  margin-bottom: 40px;
  border: 1px solid #666;
  width: 940px;
}

#page-single .footer {
  margin-top: 70px;
  margin-bottom: 70px;
}

#page-single .sharing {
  font-family: sans-serif;
}

#page-index .standard .meta,
#page-index .quote .meta,
#page-single .meta {
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.4;
  color: #777;
  letter-spacing: normal;
}

#page-index .standard .meta a,
#page-index .standard .meta a:hover,
#page-index .quote .meta a,
#page-index .quote .meta a:hover {
  color: #777;
  text-decoration: none;
}

#page-index .standard .meta em,
#page-single .meta em {
  font-style: normal;
  text-transform: lowercase;
}

#page-featured, #page-photo {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}

.meta .date {
  float: left;
  margin-top: 8px;
  margin-right: 50px;
  margin-left: 1px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#page-index .navigation a {
  padding: 8px 20px;
  background: #e5e5e5;
  border-radius: 5px;
  color: #444;
  display: inline-block;
}

#page-index .navigation a:hover {
  border: none;
  text-decoration: none;
}

#page-index .navigation a i {
  /*padding-left: 7px;*/
  font-size: 14px;
  position: relative;
  top: -1px;
}

#page-index .navigation .previous {
  margin-right: 40px;
}

#page-single .bw-title-photo {
  height: 300px;
  padding-top: 70px;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

#page-single .bw-title-photo>h1 {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.80);
}


/* @group .toc */

.toc {
  border: 1px solid #999;
  float: right;
  margin: 5px 0 25px 40px;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

.toc p {
  margin-bottom: 5px;
}

.toc ol {
  margin: 10px 0;
  padding-left: 30px;
}

.toc ul {
  padding-left: 20px;
  margin: 0 5px 10px 5px;
  text-align: left;
}

/* @end */

.alignright {
  float: right;
  margin: 5px 0 5px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 5px 0;
}

.cattags {
  font-size: 13px;
  margin-bottom: 0;
}

.posted-date {
  font-style: italic;
}

/* @group .pagination3 */
.pagination3 {
  margin: 20px 0 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.pagination3 span, .pagination3 a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
  border-radius: 3px;
}

.pagination3 a:hover{
  color: #fff;
  background-color: #af181b;
  border-bottom: none;
}

.pagination3 .current{
  padding: 6px 9px 5px 9px;
  background: #999;
  color: #fff;
}
/* @end */

/* @group #download */
#download {
  text-align: center;
  margin: 30px auto;
  font-size: 12px;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#download a.download-button {
  border-radius: 3px;
  background: #ffc435;
  border: none;
  color: #333;
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 395px;
}

#download a.download-button:hover {
  background: #9a0018;
  text-decoration: none;
  border: none;
  color: #fff;
}

/* @end */

.footnote {
  font-size: 15px;
}

.footnote ol li {
  margin-bottom: 10px;
}

/* @group .quote */

.quote-text {
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 42px;
  font-size: 36px;
  font-weight: 600;
  margin-left: 40px;
  margin-right: 40px;
}

.quote-big {
  font-size: 96px;
  font-weight: normal;
  font-style: normal;
  float: left;
  margin-top: 22px;
  margin-left: -50px;
}

.quote-source {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  margin: 15px 0 50px 50px;
}

/* @end */

/* @group .share-button-mini2 */

.share-buttons-mini2 {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.share-button-mini2 {
  margin-right: 5px;
  display: inline-block;
}

.share-button-mini2 a {
  font-size: 11px;
  color: #999;
  padding: 4px 6px;
  border-radius: 3px;
  line-height: 3;
  border: 1px solid #999;
}

.share-button-mini2 a:hover {
  text-decoration: none;
}

.share-button-mini2 a i {
  padding-right: 7px;
  font-size: 18px;
  vertical-align: -2px;
}

.share-button-mini2 a.twitter:hover i.fa {
  color: #1fa9e0;
}

.share-button-mini2 a.facebook:hover i.fa {
  color: #305b97;
}

.share-button-mini2 a.twitter {
  background-color: #f5f5f5;
}

.share-button-mini2 a.twitter:hover {
  background-color: #f5f5f5;
  color: #444;
  border-color: #444;
}

.share-button-mini2 a.facebook {
  background-color: #f5f5f5;
}

.share-button-mini2 a.facebook:hover {
  background-color: #f5f5f5;
  color: #444;
  border-color: #444;
}

/* @end */

.byline {
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -10px;
  color: #666;
}

.byline a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

.byline a:hover {
  border-bottom: 1px solid #9a0018;
  color: #9a0018;
}

img.desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(http://i.sixfoot6.org/scripts/desaturate.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

code {
  font-size: 12px;
}

.btt {
  font-size: 13px;
}

.dropcap {
  color: #9a0018;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.scrollup {
  border-radius: 5px 0 0;
  color: #fff;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  background-color: #666;
  cursor: pointer;
}

.scrollup b,
.scrollup strong {
  font-weight: 400;
}

.clear {
  clear: both;
}

.calendar-icon {
  margin-right: 5px;
  font-size: 85%;
  position: relative;
  top: -1px;
}

#page-photo .thumbnail {
  background-color: inherit;
}
