@charset "UTF-8";
body.main-article {
  color: #000;
  background-color: #e4e4e4; }
  body.main-article figure {
    display: inline;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0; }
  body.main-article article {
    padding-left: 15vw;
    padding-right: 10vw;
    position: relative; }
    body.main-article article h4 {
      font-weight: bold; }
    body.main-article article a {
      color: #0002ff;
      font-weight: bold; }
    body.main-article article a:hover {
      color: #060077;
      font-weight: bold; }
    body.main-article article a:visited:hover {
      color: #060077;
      font-weight: bold; }
    body.main-article article a:visited {
      color: #4400a6;
      font-weight: bold; }
    body.main-article article a:active {
      color: #2f6cff; }
    body.main-article article .article-image {
      border: 0; }
    body.main-article article .article-image-thin {
      border: 0;
      padding: 10px;
      max-width: 20%;
      min-width: 180px; }
    body.main-article article .article-image-tiny {
      border: 0;
      padding: 10px;
      max-width: 10%; }
    body.main-article article .float-right {
      float: right;
      clear: right; }
    body.main-article article .float-left {
      float: left;
      clear: left; }
    body.main-article article .road-furies {
      position: relative;
      border: 2px solid black; }
      body.main-article article .road-furies td {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; }
      body.main-article article .road-furies th {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center; }
      body.main-article article .road-furies .the-hits {
        color: #004080; }
      body.main-article article .road-furies .the-misses {
        color: #FF0000; }
      body.main-article article .road-furies tr:nth-child(odd) {
        background-color: #fff; }
    body.main-article article .mtyd-table {
      position: relative; }
      body.main-article article .mtyd-table td {
        padding: 2px 15px;
        text-align: left; }
      body.main-article article .mtyd-table th {
        padding: 2px 15px;
        text-align: center; }
    body.main-article article .monochrome-table {
      position: relative;
      border: 2px solid black; }
      body.main-article article .monochrome-table td {
        padding: 2px 15px; }
      body.main-article article .monochrome-table th {
        padding: 2px 15px;
        text-align: center;
        font-weight: bold;
        background-color: #d9d9d9; }
      body.main-article article .monochrome-table tr:nth-child(odd) {
        background-color: #fff; }
    body.main-article article .q-and-a-list {
      clear: both; }
      body.main-article article .q-and-a-list li:nth-child(odd) {
        padding: 10px;
        background-color: #f6fae2;
        font-weight: bold;
        color: #434343; }
      body.main-article article .q-and-a-list li:nth-child(even) {
        padding: 10px;
        font-weight: bold;
        background-color: #ccdeff;
        color: #434343; }
    body.main-article article .interview-question {
      font-weight: bold; }
    body.main-article article .red {
      color: #DD3333; }
    body.main-article article blockquote {
      font-size: 1.1em;
      background: #f9f9f9;
      border-left: 10px solid #ccc;
      margin: 1.5em 10px;
      padding: 0.5em 10px;
      quotes: "“" "”"; }
    body.main-article article blockquote:before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    body.main-article article blockquote:after {
      color: #ccc;
      content: close-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    body.main-article article blockquote p {
      display: inline; }
    body.main-article article blockquote cite {
      font-weight: bold; }
    body.main-article article .picture-box {
      padding: 10px; }
    body.main-article article figcaption {
      background-color: #ececec;
      font-weight: bold;
      font-size: 0.9em;
      text-align: center; }
  body.main-article .highlight {
    font-weight: bold;
    font-size: 1.1em; }
  body.main-article .small-text {
    font-size: 0.9em; }
  body.main-article .indent-for-articles {
    padding-left: 15vw;
    padding-right: 10vw;
    position: relative; }
  body.main-article .next-page {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 15vw;
    padding-right: 10vw;
    text-align: center; }
  body.main-article footer {
    padding-left: 15vw;
    padding-right: 10vw;
    position: relative; }
  body.main-article hr {
    margin-left: 25vw;
    width: 50vw;
    clear: both; }
  body.main-article .hr-black {
    border: 1px solid #000; }
  body.main-article .hr-invisible {
    border: 0; }
  body.main-article .highlight-box {
    border: 1px solid #0a0a0a;
    background-color: #cecece;
    padding: 10px; }
  body.main-article .big-news-images-vertical {
    text-align: center;
    width: 600px;
    height: auto;
    max-width: 60vw; }
  body.main-article .big-news-images-horizontal {
    text-align: center;
    width: 600px;
    height: auto;
    position: relative;
    max-width: 95%; }
  body.main-article .article-body {
    background-color: #ebebeb;
    padding: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    display: inline-block;
    max-width: 80vw; }
  body.main-article .article-body section {
    display: inherit;
    position: relative;
    min-width: 80vw; }
  body.main-article .fancy-font {
    font: 100% 'IM Fell Great Primer', 'Monotype Corsiva', 'Times', serif;
    font-size: 1.6em;
    color: #9e0800;
    font-weight: bold;
    font-style: italic; }
  body.main-article b {
    font-weight: bold; }
  body.main-article .xmas-2012 {
    width: 50%;
    min-width: 240px;
    border: 0;
    color: #FFFFFF;
    background-color: #000;
    font-family: Verdana, Geneva, sans-serif; }
  body.main-article .html5-video {
    width: 854px;
    height: 480px; }
  body.main-article .youtube {
    width: 560px;
    height: 315px; }
  body.main-article .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  body.main-article .video-container iframe, body.main-article .video-container object, body.main-article .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.main-article .pad10 {
    padding: 10px; }
  body.main-article .flex-box {
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  body.main-article .mid-box {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  body.main-article .mid-box a {
    margin: auto; }
  body.main-article .regular-height {
    height: 200px;
    width: auto;
    padding: 7px; }
  body.main-article .cannot-exceed-screen-width-article {
    max-width: 80vw;
    height: auto; }
  body.main-article ol.specifically-numbered-list {
    padding-left: 40px;
    list-style: outside decimal !important; }
  body.main-article ul.specifically-bullet-list {
    padding-left: 40px;
    list-style: outside !important; }

body.inverted-article {
  background-color: #060303;
  color: #e4e4e4; }
  body.inverted-article figcaption {
    background-color: #060303 !important;
    color: #2BAADF;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center; }
  body.inverted-article .inverted-monochrome-table {
    position: relative;
    border: 2px solid #ffffff; }
    body.inverted-article .inverted-monochrome-table td {
      padding: 2px 15px; }
    body.inverted-article .inverted-monochrome-table th {
      padding: 2px 15px;
      text-align: center;
      font-weight: bold;
      background-color: #060303; }
    body.inverted-article .inverted-monochrome-table tr:nth-child(odd) {
      background-color: #2c2c2c; }

.monospace {
  font: 100% 'Inconsolata',Sans-Serif;
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.padright {
  padding-right: 5vw; }

ol.decimal {
  list-style: decimal; }

ul.bullets {
  list-style: square; }

.white-box {
  background-color: #ffffff;
  padding: 5px; }

/* table reflow start */
/* source: https://codepen.io/martinsanne/pen/rzCDb */
table.reflow {
  width: 100%; }
  table.reflow th, table.reflow td {
    text-align: left; }
  table.reflow .cell-label {
    display: none; }

@media screen and (max-width: 480px) {
  table.reflow th {
    display: none; }
  table.reflow tr td {
    float: left;
    clear: left;
    display: block;
    width: 100%; }
  table.reflow td:first-child {
    font-weight: bold; }
  table.reflow tr td:last-child {
    padding-bottom: 20px;
    border-bottom: 0; }
  table.reflow .cell-label {
    display: block;
    float: left; }
  table.reflow .cell-content {
    display: block;
    float: right; } }
/* table reflow end */
/* fixing twitter */
.twitter-tweet-rendered {
  max-width: 100% !important; }

/* end fixing twitter */
/* bandcamp embed */
.bandcamp-iframe {
  border: 0;
  width: 400px;
  height: 472px; }

@media (min-width: 768px) {
  nav {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    width: 12vw;
    min-width: 110px;
    max-width: 250px;
    height: 100vh;
    z-index: 999;
    background: url("/images/furniture/gustav-dore-flood-detail.jpg") center top; }
    nav ul {
      background-color: #a3a3a3;
      opacity: 0.8; }
    nav li a {
      display: block;
      color: #000000;
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
      font-weight: bold;
      opacity: 1;
      padding: 8px 16px;
      text-decoration: none; }
    nav li a:hover {
      background-color: #3e0055;
      color: white;
      text-shadow: 2px 2px 4px #000000; } }
@media (min-width: 768px) and (min-height: 1200px) {
  nav {
    background: url("/images/furniture/gustav-dore-flood-detail-extra-long.jpg") center top; } }
@media (min-width: 768px) and (min-height: 942px) {
  nav {
    background: url("/images/furniture/gustav-dore-flood-detail-long.jpg") center top; } }
@media (max-width: 768px) {
  nav {
    display: none; }

  body.main-article article {
    padding-left: 5vw;
    padding-right: 5vw; }

  hr {
    width: 60vw; }

  .indent-for-articles {
    padding-left: 5vw !important;
    padding-right: 5vw !important; } }
@media screen and (min-width: 441px) {
  .article-image {
    padding: 10px;
    max-width: 40% !important;
    min-width: 180px;
    height: auto; } }
@media (max-width: 440px) {
  h1 {
    font-size: 1.8em !important; }

  .header-overload {
    font-size: 1.8em !important; }

  h2 {
    font-size: 1.4em !important; }

  h3 {
    font-size: 1.3em !important; }

  body.main-article article {
    padding-left: 3vw;
    padding-right: 2vw; }

  section img.article-image {
    border: 0;
    width: 90vw;
    max-width: 100%;
    height: auto; }

  .article-image-thin {
    border: 0;
    width: 60vw !important;
    height: auto; }

  .fb-iframe {
    width: 340px;
    max-width: 340px; }

  .bandcamp-iframe {
    width: 100%;
    max-width: 340px; }

  .twitter-container {
    width: 80vw; } }
@media (max-width: 580px) {
  .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .youtube-container iframe, .youtube-container object, .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .youtube {
    width: 80vw !important;
    height: calc(80vw * 0.5625) !important; } }
@media (max-width: 860px) {
  .html5-video {
    max-width: 80vw;
    height: auto !important; } }
@media (min-width: 768px) {
  h2.header-overload {
    font-size: 2.4em; } }
@media (max-width: 768px) {
  h2.header-overload {
    font-size: 2.0em; } }

/*# sourceMappingURL=main-articles.css.map */
