/* overwrites 100% width of images in selected templates */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Futura';
  src: local("FuturBoo"), url("../fonts/FuturBoo.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Futura-Bold';
  src: local("FuturBol"), url("../fonts/FuturBol.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Times Ten';
  src: local("TimesTen-Roman"), url("../fonts/TimesTen-Roman.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: italic;
  font-family: 'Times Ten';
  src: local("TimesTen-Italic"), url("../fonts/TimesTen-Italic.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Goudy';
  src: local("Goudy"), url("../fonts/Goudy.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'GoudyBol';
  src: local("Goudy-Bold"), url("../fonts/GoudyBol.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'GoudyIta';
  src: local("Goudy-Italic"), url("../fonts/GoudyIta.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'GoudyBolIta';
  src: local("Goudy-BoldItalic"), url("../fonts/GoudyBolIta.ttf") format("truetype");
}

@font-face {
  font-weight: bolder;
  font-style: normal;
  font-family: 'GoudyExtBol';
  src: local("Goudy-ExtraBold"), url("../fonts/GoudyExtBol.ttf") format("truetype");
}

@font-face {
  font-weight: bold;
  font-style: italic;
  font-family: 'Goudy-BoldItalicOsF';
  src: local("Goudy-BoldItalicOsF"), url("../fonts/GoudyBolItaOsF.ttf") format("truetype");
}

/******************************************************************/
p.dropcap:first-letter {
  float: left;
  margin-right: 5px;
  font-style: normal;
  font-family: 'Goudy';
  font-size: 5rem;
  line-height: 4.7rem;
}
@media (max-width: 700px) {
  p.dropcap:first-letter {
    font-size: 5.3rem;
  }
}

p.dropcap ~ p.dropcap:first-letter {
  float: left;
  margin-right: 2px;
  font-size: 3.3rem;
  line-height: 3rem;
  font-family: 'Goudy';
}

blockquote {
  margin: 25px 26px;
  margin-left: 26px;
  font-size: 80%;
}

blockquote.additional {
  margin: 25px auto;
  width: 100%;
  color: #252525;
  /* default color – gets overwritten depending on section */
  text-align: center;
  font-weight: normal;
  font-size: 1.625rem;
  font-family: "GoudyIta";
  line-height: 1.875rem;
}
@media (max-width: 700px) {
  blockquote.additional {
    font-size: 1.313rem;
    line-height: 1.563rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  /* prevents iphone from auto-adjusting text size */
}

html {
  height: 100%;
  background: grey;
}
html.kindle {
  background: white;
}
html.kindle body {
  width: 80%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

body {
  margin: 0 auto;
  min-height: 100%;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #252525;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: 'Times Ten';
  line-height: 1.563rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1025px) and (max-width: 2048px) {
  body {
    width: 1024px;
  }
}
@media only screen and (device-width: 320px) and (min-device-height: 480px) and (max-device-height: 568px) and (orientation: landscape) {
  body {
    width: 342px;
  }
}
body.android {
  /* .android class inserted by android app */
}
body.android section {
  margin-top: 0;
}
body.noheader section header.section {
  /* .noheader class inserted by - once the snapshotting is done */
  visibility: none;
  opacity: 0;
}

section {
  padding: 44px 44px;
  height: inherit;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section {
    padding: 44px 44px;
  }
}
@media (max-width: 700px) {
  section {
    padding: 44px 22px 22px;
  }
}

header {
  -webkit-text-size-adjust: none;
}

header.section {
  width: 100%;
  min-height: 5px;
  background: url(../img/header_bg.png) repeat-x bottom;
  background-size: 1px 5px;
}

header.section h1 {
  color: #828282;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .875rem;
  font-family: 'Times Ten';
  line-height: 1;
  padding-bottom: 12px;
}
@media (max-width: 700px) {
  header.section h1 {
    font-size: .75rem;
  }
}

footer {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid black;
}
footer h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: .938rem;
  font-family: 'Futura-Bold';
}
footer span {
  font-style: italic;
  font-family: 'Times Ten';
}

@media only screen and (min-width: 701px) and (max-width: 2048px) {

	figure {
	  display: block;
	  width: 100%;
	}

	figure img {
	  width: 100%;
	  height: auto;
	}

	figure figcaption {
	  margin-top: 5px;
	  font-style: italic;
	  font-size: 1rem;
	  font-family: 'Times Ten';
	  line-height: 1.25rem;
	}

	figure.comic {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	}

	figure.comic figcaption {
	  text-align: center;
	}

	figure.image.alignnone {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

	figure.image.aligncenter {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

	figure.image.alignright {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

	figure.image.alignleft {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

}

@media (max-width: 700px) {

	figure {
	  display: block;
	  width: 100%;
	}

	figure img {
	  width: 100%;
	  height: auto;
	}

	figure figcaption {
	  margin-top: 5px;
	  font-style: italic;
	  font-size: 1rem;
	  font-family: 'Times Ten';
	  line-height: 1.25rem;
	}

	figure.comic {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	}

	figure.comic figcaption {
	  text-align: center;
	}

	figure.image.alignnone {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

	figure.image.aligncenter {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

	figure.image.alignright {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

	figure.image.alignleft {
	  /* inline image */
	  padding-top: 25px;
	  padding-bottom: 25px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}

}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.hidden {
  display: none;
}

html.kindle figure.landscape {
  bottom: 0 !important;
  height: 260px !important;
}
html.kindle div.info {
  display: none !important;
}

a.button {
  display: block;
  float: left;
  margin-top: 20px;
/*  width: 160px;
  height: 40px;*/
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  background: #ffffff;
  color: #444;
  text-align: center;
  text-decoration: none;
  font: bold .9375rem/2.5rem "Helvetica";
  clear: both;
  line-height: 1;
  padding: 15px 25px;
}

.cat-cover__swipe-info {
  display: block;
  float: left;
  margin-top: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  background: #ffffff;
  color: #444;
  text-align: center;
  text-decoration: none;
  font: bold .9375rem/2.5rem "Helvetica";
  clear: both;
  line-height: 1;
  padding: 15px 25px;
}

@media only screen and (min-width: 801px) and (max-width: 2048px) {
  .cat-cover__swipe-info {
    margin-top: 60px;
  }
}

@media (orientation: landscape) {
  .cat-cover__swipe-info {
    float: right;
  }
}

section#cover article div.wrap figure img {
  display: block;
}

@media only screen and (min-width: 701px) and (orientation: portrait) {
  section#cover article {
    width: 365px;
  }
  section#cover article div.wrap figure {
    width: 100%;
    height: auto;
  }
  section#cover article div.wrap figure figcaption {
    font: normal .9375rem/1.25rem "GoudyIta";
  }
}
@media (orientation: landscape) {
  section#cover article div.wrap {
    width: auto;
  }
  section#cover article div.wrap div.logo {
    display: block;
    float: right;
    width: 60%;
    clear: both;
  }
  section#cover article div.wrap div.logo:after {
    content: '';
    display: block;
    clear: both;
  }
  section#cover article div.wrap div.logo img, section#cover article div.wrap div.logo span {
    display: block;
  }
  section#cover article div.wrap div.logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  section#cover article div.wrap div.logo span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'Times Ten';
    line-height: 1.25rem;
  }
  section#cover article div.wrap figure {
    float: right;
    width: 60%;
  }
  section#cover article div.wrap figure figcaption {
    display: none;
  }
  section#cover article div.wrap div.info {
    float: right;
    width: 60%;
    clear: both;
  }
  section#cover article div.wrap div.info p {
    margin-top: 0;
    font-size: 1.688rem;
    line-height: 1.875rem;
  }
  section#cover article div.wrap div.info p.title {
    display: none;
  }
  section#cover article div.wrap div.info a.button {
    position: absolute;
    right: 20px;
    bottom: 6px;
  }
}
@media (max-width: 560px) and (orientation: landscape) {
  section#cover article div.wrap div.logo span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) and (device-width: 1024px) and (device-height: 500px), only screen and (min-width: 801px) and (max-width: 2048px) and (device-width: 1280px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 1.5) and (orientation: landscape) {
  section#cover article div.wrap figure {
    bottom: 0;
    height: 260px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) and (device-width: 1024px) and (device-height: 500px), only screen and (min-width: 801px) and (max-width: 2048px) and (device-width: 1280px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 1.5) and (orientation: landscape) {
  section#cover article div.wrap div.info {
    display: none;
  }
}
@media (max-width: 700px) {
  section#cover {
    padding: 44px 22px 22px;
    height: auto;
  }
  section#cover article {
    float: none;
    margin-top: 16px;
  }
}
section#cover div.logo {
  display: none;
  padding: 0 0 20px;
}

@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#cover div.logo {
    padding: 0 0 60px;
  }
}

section#cover figure.portrait {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.6);
}
section#cover figure.landscape {
  display: none;
}
@media (orientation: landscape) {
  section#cover figure.landscape {
    display: block;
  }
  section#cover figure.portrait {
    display: none;
  }
}

section#cover article {
  margin-top: 20px;
}

section#cover article {
  clear: both;
}
section#cover article:after {
  content: '';
  display: block;
  clear: both;
}
@media (orientation: portrait) {
  section#cover article {
    float: right;
  }
}
section#cover article header {
  float: right;
  margin: 15px 0 20px 0;
  min-height: 150px;
}
section#cover article div.info p.title {
  float: left;
  clear: both;
  margin-top: 20px;
  width: auto;
  text-transform: uppercase;
  font: normal 1.125rem/1.25rem "Goudy";
}
section#cover article div.info p {
  float: left;
  clear: both;
  margin-top: 20px;
  width: auto;
  font: normal 1.125rem/1.25rem "Times Ten";
}

@media (max-width: 700px) {
  section#leader article header h1 {
    margin-top: 50px;
    font: normal 1.75rem 'Goudy';
  }
  section#leader article div.content {
    margin: 0;
    padding-bottom: 12px;
  }
}
/*section#leader article.aus {*/
  /*margin-top: -18px;*/
  /*background-image: url(../../../../wp-content/themes/spectator-mag/img/banner_au.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100% auto;*/
/*}*/
section#leader article.aus .logo {
  padding-top: 10px;
}
@media (max-width: 700px) {
  section#leader article.aus .logo {
    padding-top: 10px;
  }
}
section#leader article div.logo {
  margin: 18px auto;
  width: 330px;
}
@media (max-width: 700px) {
  section#leader article div.logo {
    width: 240px;
  }
}
section#leader article div.logo img {
  display: block;
  width: 100%;
}
section#leader article div.logo span {
  display: block;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font: normal .875rem 'Goudy';
}
section#leader article header {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}
section#leader article header h1 {
  margin-top: 75px;
  font: normal 2.875rem 'Goudy';
}
@media (max-width: 700px) {
  section#leader article header h1 {
    margin-top: 60px;
    font: normal 1.875rem 'Goudy';
  }
}
section#leader article div.content {
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#leader article div.content {
    padding-bottom: 24px;
    margin: 0 10%;
  }
}
section#leader article div.content p {
  text-indent: 1.5em;
}
section#leader article div.content blockquote.additional {
  color: #cc0000;
}
section#leader article div.content p.dropcap {
  margin-top: 0;
  text-indent: 0;
}
section#leader article div.content p.dropcap ~ p.dropcap {
  margin-top: 0;
  text-indent: 0;
  margin-top: 25px;
}
section#leader article h2 {
  margin-top: 40px;
  margin-bottom: 6px;
  font: normal 1.75rem 'Goudy';
}
@media (max-width: 700px) {
  section#leader article h2 {
    font: normal 1.75rem/1.75rem "Goudy";
  }
}
section#leader article h2 + p {
  text-indent: 0 !important;
}

section#dave article header {
  padding-top: 20px;
  text-align: center;
  font-family: 'Goudy';
}
@media (max-width: 700px) {
  section#dave article header {
    padding-top: 12px;
  }
}
section#dave article header h1 {
  float: left;
  text-transform: uppercase;
  font-size: 1.313rem;
  font-family: 'Futura-Bold';
}
section#dave article header span.author {
  float: left;
  margin-left: .5em;
  text-transform: uppercase;
  font-size: 1.313rem;
  font-family: 'Futura';
}
section#dave article header figure {
  width: 100%;
}
section#dave article header figure img {
  margin-top: 20px;
  border: 1px solid #000;
}
@media (max-width: 700px) {
  section#dave article header figure img {
    margin-top: 12px;
  }
}

section#portrait article {
  position: relative;
}
section#portrait article header {
  margin: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 25px;
  min-height: 140px;
  width: 100%;
  border-bottom: 1px solid #424242;
  text-align: center;
  font-family: 'Goudy';
}
@media (max-width: 700px) {
  section#portrait article header {
    margin-bottom: 12px;
    padding-top: 6px;
  }
}
section#portrait article header h1 {
  margin-top: 10px;
  text-transform: uppercase;
  font: normal 2.875rem 'Goudy';
}
@media (max-width: 700px) {
  section#portrait article header h1 {
    margin-bottom: 10px;
    font: normal 1.875rem/1.875rem "Goudy";
  }
}
section#portrait article header figure {
  margin: 0 auto;
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#portrait article header figure {
    width: 80%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#portrait article header figure {
    width: 60%;
  }
}
section#portrait article header figure img {
  display: block;
}
@media (max-width: 700px) {
  section#portrait article aside {
    display: none;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#portrait article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
  section#portrait article aside h2 {
    text-align: right;
  }
}
section#portrait article aside h2 {
  visibility: hidden;
  color: transparent;
}
section#portrait article div.content {
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#portrait article div.content {
    float: left;
    width: 65%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#portrait article div.content h2 {
    position: absolute;
    right: 68%;
    text-align: right;
  }
}
section#portrait article div.content h2 {
  color: #cc0000;
  text-align: center;
  font: normal 1.625rem/1.875rem "GoudyBol";
}
@media (max-width: 700px) {
  section#portrait article div.content h2 {
    margin: 17px 0 5px 0;
  }
}
section#portrait article div.content p {
  margin-bottom: 48px;
}
@media (max-width: 700px) {
  section#portrait article div.content p {
    margin-bottom: 25px;
  }
}
section#portrait article div.content p:last-of-type {
  margin-bottom: 0;
}
section#portrait article div.content blockquote.additional {
  color: #cc0000;
}
section#portrait article div.content p.dropcap:first-letter {
  float: left;
  margin-right: 2px;
  font-size: 3.3rem;
  line-height: 3rem;
  font-family: 'Goudy';
}
section#portrait article div.content p.dropcap {
  margin-top: 0;
  text-indent: 0;
}
section#portrait article div.content p.dropcap ~ p.dropcap {
  margin-top: 0;
  text-indent: 0;
  margin-top: 25px;
  margin-top: 0;
}

section#diary article header {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}
@media (max-width: 700px) {
  section#diary article header {
    padding-top: 6px;
    padding-bottom: 20px;
  }
}
section#diary article header h1 {
  margin-top: 10px;
  text-transform: uppercase;
  font: normal 2.875rem 'Goudy';
}
@media (max-width: 700px) {
  section#diary article header h1 {
    font: normal 1.875rem/1.875rem "Goudy";
  }
}
section#diary article header h2 {
  margin-top: 5px;
  color: #cc0000;
  font: normal 1.625rem/1.875rem "GoudyIta";
}

section#diary.books article header h2 {
  color: #00A651;
}

@media (max-width: 700px) {
  section#diary article header h2 {
    font: normal 1.3125rem/1.5625rem "GoudyIta";
  }

  section#diary.books article header h2 {
    color: #00A651;
  }
}
@media (max-width: 700px) {
  section#diary article aside {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#diary article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#diary article aside figure {
    width: 70%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#diary article aside figure {
    width: 80%;
  }
}
@media (max-width: 700px) {
  section#diary article aside figure {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
}
section#diary article aside figure img {
  display: block;
}
section#diary article div.content {
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#diary article div.content {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#diary article div.content {
    float: left;
    width: 65%;
  }
}
section#diary article div.content p {
  margin-bottom: 48px;
}
section#diary article div.content p:last-of-type {
  margin-bottom: 0;
}
section#diary article div.content blockquote.additional {
  color: #cc0000;
}
section#diary article div.content p.dropcap:first-letter {
  float: left;
  margin-right: 2px;
  font-size: 3.3rem;
  line-height: 3rem;
  font-family: 'Goudy';
}
section#diary article div.content p.dropcap {
  margin-top: 0;
  text-indent: 0;
}
section#diary article div.content p.dropcap ~ p.dropcap {
  margin-top: 0;
  text-indent: 0;
  margin-top: 25px;
}

section#feature article header {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 100%;
  text-align: center;
  font-family: 'Goudy';
}

section#feature.bottom-drawer article header {
  margin: 0 10%;
}

@media (max-width: 700px) {
  section#feature article header {
    padding-bottom: 35px;
  }

  section#feature.bottom-drawer article header {
    margin: 0 auto;
  }
}
section#feature article header h1 {
  margin: 18px 0 15px;
  color: #cc0000;
  font: normal 3.375rem 'Goudy';
  line-height: 3.688rem;
}

section#feature.answers article header h1 {
  margin: 18px 0 15px;
  color: #000000;
  font: normal 3rem 'Goudy';
  line-height: 3.688rem;
}

section#feature.bottom-drawer article header h1 {
	text-transform: uppercase;
}

@media (max-width: 700px) {
  section#feature article header h1 {
    font: normal 2.25rem 'Goudy';
    line-height: 2.188rem;
  }
}
section#feature article header p.starter {
  margin-bottom: 22px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 700px) {
  section#feature article header p.starter {
    font-size: 1.313rem;
    line-height: 1.563rem;
  }
}
section#feature article header span.author {
  display: inline;
  padding: 0px;
  border: 1px solid #000;
  border-width: 1px 0 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  font-family: 'GoudyExtBol';
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#feature article aside {
    float: left;
    margin-right: 3%;
    padding-top: 5px;
    width: 32%;
  }
}

section#feature article header span.debate {
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}

@media (max-width: 700px) {
  section#feature article header span.debate {
	  font-size: 1rem;
  }
}

section#feature article div.content {
  text-align: left;
}
@media (max-width: 700px) {
  section#feature article div.content {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#feature article div.content {
    float: left;
    width: 65%;
  }

  section#feature.bottom-drawer article div.content {
    float: none;
    width: 80%;
	margin: 0 10%;
  }
}
section#feature article div.content p {
  text-indent: 1.5em;
}

section#feature.answers article div.content p {
    text-indent: 0;
}

section#feature.survey article div.content > h3 + p {
	text-indent: 0em;
}

section#feature article div.content p:first-of-type {
  margin-top: 0;
}
section#feature article div.content blockquote.additional {
  color: #cc0000;
}
section#feature article div.content p.dropcap {
  margin-top: 0;
  text-indent: 0;
}
section#feature article div.content p.dropcap ~ p.dropcap {
  margin-top: 0;
  text-indent: 0;
  margin-top: 25px;
}

section#feature article div.content h4 {
	margin-top: 45px;
	margin-bottom:10px;
	font-size: 9.063rem;
	display: inline-block;
	line-height: 1em;
	font-family: "Goudy";
	font-weight: normal;
}

section#feature article div.content h5 {
	color: #CC0000;
    font-family: "Goudy";
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: -10px;
}

section#feature article div.content h2 {
  margin-top: 40px;
  margin-bottom: 6px;
  font: normal 1.75rem 'Goudy';
}

section#feature.survey article div.content h3 {
	font-size: 1.25rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 5px;
}

section#feature.survey article div.content h2:first-child {
  margin-top: 0;
}

@media (max-width: 700px) {
  section#feature article div.content h4 {
  	margin-top: 45px;
  	margin-bottom:10px;
  	font-size: 7.813rem;
  	display: inline-block;
  	line-height: 1em;
	font-family: "Goudy";
	font-weight: normal;
  }

  section#feature article div.content h2 {
    font: normal 1.75rem/1.75rem "Goudy";
  }

  section#feature article div.content h5 {
  	color: #CC0000;
      font-family: "Goudy";
      font-size: 20x;
      font-weight: normal;
      line-height: 1em;
      margin-bottom: 15px;
      margin-top: -10px;
  }
}

section#feature article div.content h4:first-of-type {
	margin-top: 0;
}

section#feature article div.content h2 + p {
  text-indent: 0 !important;
}

.caption {
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 1rem;
  font-family: 'Times Ten';
  line-height: 1.25rem;
}

section#arts.cover {
  margin: 0;
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#arts.cover {
    padding: 44px 44px;
  }
  section#arts.cover article {
    width: 100%;
  }
  section#arts.cover article header {
    float: right;
  }
  section#arts.cover article figure {
    float: right;
    width: 70%;
    height: 393px;
  }
  section#arts.cover article figure div {
    position: relative;
  }
  section#arts.cover article figure div img {
    float: right;
    width: auto;
    height: 100%;
  }
  section#arts.cover article figure div figcaption {
    display: none;
  }
  section#arts.cover article div.briefing {
    top: 226px;
    float: left;
    width: 27.5%;
  }
  section#arts.cover article div.briefing p.caption {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  section#arts.cover figcaption {
    width: 260px;
  }
  section#arts.cover div.briefing {
    width: 300px;
  }
  section#arts.cover div.briefing p.caption, section#arts.cover div.briefing p.caption {
    position: absolute;
    bottom: 44px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#arts.cover {
    padding: 44px;
    width: auto;
    height: 918px;
  }
  section#arts.cover article {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#arts.cover article header {
    float: right;
  }
  section#arts.cover article figure {
    position: absolute;
    top: 205px;
    right: 0;
    width: auto;
    height: 455px;
  }
  section#arts.cover article figure div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#arts.cover article figure div img {
    float: right;
    width: auto;
    height: 100%;
  }
  section#arts.cover article figure div figcaption {
    display: none;
  }
  section#arts.cover article div.briefing {
    position: absolute;
    right: 0;
    bottom: 43px;
    overflow: hidden;
    width: 100%;
    height: 192px;
    font: 1.125rem/1.5rem "Goudy";
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
  }
  section#arts.cover article div.briefing b {
    display: block;
    clear: both;
    height: 100%;
  }
  section#arts.cover article div.briefing p.caption, section#arts.cover article div.briefing p.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 31.5%;
  }
}
@media (max-width: 700px) {
  section#arts.cover {
    padding: 44px 22px 0;
  }
  section#arts.cover article {
    width: 100%;
    height: 100%;
  }
  section#arts.cover article header {
    padding-top: 12px;
    width: 100%;
  }
  section#arts.cover article header img.title {
    width: 100%;
  }
  section#arts.cover article figure {
    clear: both;
    padding-top: 12px;
    width: 100%;
    height: auto;
  }
  section#arts.cover article figure div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#arts.cover article figure div img {
    width: 100%;
    height: auto;
  }
  section#arts.cover article figure div figcaption {
    padding-bottom: 12px;
  }
  section#arts.cover article div.briefing {
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    height: 192px;
    font: 1.125rem/1.5rem "Goudy";
  }
}
@media only screen and (max-width: 700px) and (min-width: 321px) and (max-width: 700px) {
  section#arts.cover article header img.title {
    float: right;
    width: 300px;
  }
}
section#arts.cover div.briefing h2 {
  display: inline;
  color: #00a651;
  font: normal 1.125rem/1.5rem "GoudyBol";
}
section#arts.cover div.briefing a {
  color: inherit;
  text-decoration: inherit;
  font: inherit;
}

section#arts-lead article header,
section#books-lead article header {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}
section#arts-lead article header h1,
section#books-lead article header h1 {
  margin: 10px 0 10px;
  font: normal 3.375rem 'Goudy';
}
@media (max-width: 700px) {
  section#arts-lead article header h1,
  section#books-lead article header h1 {
    font: normal 2.0625rem 'Goudy';
    line-height: 2.188rem;
  }
}
section#arts-lead article header h2,
section#books-lead article header h2 {
  display: inline-block;
  margin: 25px 0 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  color: #00a651;
  text-transform: uppercase;
  font: 1.125rem normal 'GoudyExtBol';
  font-weight: bold;
}
@media (max-width: 700px) {
  section#arts-lead article header h2,
  section#books-lead article header h2 {
    font: .9375rem/1.25rem normal "GoudyExtBol";
  }
}
section#arts-lead article header p.starter,
section#books-lead article header p.starter {
  margin-bottom: 22px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 700px) {
  section#arts-lead article header p.starter,
  section#books-lead article header p.starter {
    font-size: 1.313rem;
    line-height: 1.563rem;
  }
}
section#arts-lead article header span.author,
section#books-lead article header span.author {
  display: inline;
  padding: 0px;
  border: 1px solid #000;
  border-width: 1px 0 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'GoudyIta';
}

section#arts-lead.narrative-feature article header span.author,
section#books-lead.narrative-feature article header span.author {
  display: inline;
  padding: 0px;
  border: none;
  /*border: 1px solid #000;
  border-width: 1px 0 1px;*/
  text-transform: none;
  font-size: 1.375rem;
  font-family: 'GoudyIta';
}

@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts-lead article aside,
  section#books-lead article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts-lead article aside figure.feature-top-image,
  section#books-lead article aside figure.feature-top-image {
    display: none;
  }
}
@media (max-width: 700px) {
  section#arts-lead article aside figure.feature-bottom-image,
  section#books-lead article aside figure.feature-bottom-image {
    display: none;
  }
}

section article aside .items {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

section#arts-lead article aside h1,
section#books-lead article aside h1 {
  color: #00a651;
  font: 1.375rem normal 'Goudy';
}
section#arts-lead article aside h2,
section#books-lead article aside h2 {
  margin-bottom: 6px;
  font: 1.5rem/1.5rem normal "GoudyBol";
}
section#arts-lead article aside div.items,
section#books-lead article aside div.items {
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
}
section#arts-lead article aside div.items h3,
section#books-lead article aside div.items h3 {
  font: 1rem normal 'Futura-Bold';
}
section#arts-lead article aside div.items p,
section#books-lead article aside div.items p {
  font-family: 'Times Ten';
}
section#arts-lead article aside div.items:first-of-type,
section#books-lead article aside div.items:first-of-type {
  margin-top: 10px;
}
section#arts-lead article aside div.items:last-of-type,
section#books-lead article aside div.items:last-of-type {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
section#arts-lead article aside span.author,
section#books-lead article aside span.author {
  font: 1.5rem normal 'GoudyIta';
}
section#arts-lead article div.content,
section#books-lead article div.content {
  text-align: left;
}

section#books-lead article div.content h2 {
	font-weight: normal;
	font-family: 'GoudyBol';
	margin-bottom: 10px;
	margin-top: 25px;
}

section#books-lead article div.content h2:first-of-type {
	margin-top: 0;
}

@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts-lead article div.content,
  section#books-lead article div.content {
    float: left;
    width: 65%;
  }
}
@media (max-width: 700px) {
  section#arts-lead article div.content,
  section#books-lead article div.content {
    margin-top: 0;
    padding-top: 0;
  }
}
section#arts-lead article div.content p,
section#books-lead article div.content p {
  text-indent: 1.5em;
}
section#arts-lead article div.content p:first-of-type,
section#books-lead article div.content p:first-of-type {
  text-indent: 0;
}
section#arts-lead article div.content blockquote.additional,
section#books-lead article div.content blockquote.additional {
  color: #00a651;
}

section#arts article .aus,
section#books article .aus {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}
section#arts article .aus h2,
section#books article .aus h2 {
  display: inline-block;
  margin: 25px 0 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  color: #00a651;
  text-transform: uppercase;
  font: 1.125rem normal 'GoudyExtBol';
  font-weight: bold;
}
@media (max-width: 700px) {
  section#arts article .aus h2,
  section#books article .aus h2 {
    font: .9375rem/1.25rem normal "GoudyExtBol";
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts article aside,
  section#books article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
section#arts article aside figure,
section#books article aside figure {
  margin-top: 24px;
}
@media (max-width: 700px) {
  section#arts article aside figure,
  section#books article aside figure {
    margin: 12px 0;
  }
}
section#arts article aside header,
section#books article aside header {
  padding-top: 24px;
  text-align: left;
  font-family: 'Goudy';
}
@media (max-width: 700px) {
  section#arts article aside header,
  section#books article aside header {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts article aside header,
  section#books article aside header {
    padding-bottom: 24px;
  }
}
section#arts article aside header h1,
section#books article aside header h1 {
  margin-bottom: 3px;
  color: #00a651;
  font: 1.5625rem/1.75rem normal "GoudyBol";
}
section#arts article aside header h2,
section#books article aside header h2 {
  margin-bottom: 3px;
  font: 1.5625rem/1.75rem normal "GoudyBol";
}
section#arts article aside header span.author,
section#books article aside header span.author {
  font: 1.5rem/1.75rem normal "GoudyIta";
}
section#arts article aside header div.items,
section#books article aside header div.items {
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
}
section#arts article aside header div.items h3,
section#books article aside header div.items h3 {
  font: 1rem normal 'Futura-Bold';
}
section#arts article aside header div.items p,
section#books article aside header div.items p {
  font-family: 'Times Ten';
}
section#arts article aside header div.items:first-of-type,
section#books article aside header div.items:first-of-type {
  margin-top: 10px;
}
section#arts article aside header div.items:last-of-type,
section#books article aside header div.items:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}
section#arts article header h1 + aside figure,
section#books article header h1 + aside figure {
  border-top: 1px;
}
section#arts article div.content,
section#books article div.content {
  text-align: left;
}

section#books.image footer {
	text-align: center;
}

@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts article div.content,
  section#books article div.content {
    float: left;
    width: 65%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#arts article div.content,
  section#books article div.content {
    padding: 24px 0;
  }
}
@media (max-width: 700px) {
  section#arts article div.content,
  section#books article div.content {
    padding: 12px 0 0;
  }
}
section#arts article div.content p,
section#books article div.content p {
  text-indent: 1.5em;
}
section#arts article div.content p:first-of-type,
section#books article div.content p:first-of-type {
  text-indent: 0;
}
section#arts article div.content blockquote.additional,
section#books article div.content blockquote.additional {
  color: #00a651;
}
section#arts article div.content h2,
section#books article div.content h2 {
  margin-top: 25px;
  margin-bottom: 6px;
  font: normal 1.75rem 'Goudy';
}
@media (max-width: 700px) {
  section#arts article div.content h2,
  section#books article div.content h2 {
    font: normal 1.75rem/1.75rem "Goudy";
  }
}
section#arts article div.content h2 + p,
section#books article div.content h2 + p {
  text-indent: 0 !important;
}

@media (max-width: 700px) {
  section#life.columnist-art aside figure {
    width: 50%;
  }
}
section#life article header {
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 25px;
  width: 100%;
  text-align: left;
  font-family: 'Goudy';
}
@media (max-width: 700px) {
  section#life article header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
section#life article header h1 {
  margin-bottom: 3px;
  color: #00accd;
  font: 1.5625rem/1.75rem normal "GoudyBol";
}
section#life article header h2 {
  margin-bottom: 3px;
  font: 1.5625rem/1.75rem normal "GoudyBol";
}
section#life article header span.author {
  font: 1.5rem/1.75rem normal "GoudyIta";
}

section#life.christmasquizanswers article header span.author {
	display: none;
}

@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#life article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
section#life article aside figure {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 700px) {
  section#life article aside figure {
    margin-top: 12px;
  }

  section#life.competition article aside figure {
	  text-align: center;
  }

  section#life.competition article aside figure img {
    width: 50%;
	margin-left: auto;
	margin-right: auto;
  }

}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#life article aside figure img {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#life article aside figure img {
    width: 70%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#life article aside figure img {
    width: 80%;
  }
}
section#life article div.content {
  padding: 24px 0;
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#life article div.content {
    float: left;
    width: 65%;
  }
}
@media (max-width: 700px) {
  section#life article div.content {
    padding: 0;
  }
}
section#life article div.content p {
  text-indent: 1.5em;
}
section#life article div.content p:first-of-type {
  text-indent: 0;
}

section#life.christmasquizanswers article div.content p {
	text-indent: 0;
}

section#life article div.content blockquote.additional {
  color: #00accd;
}
section#life article div.content h2 {
  display: inline-block;
  margin: 25px 0;
  border-bottom: 1px solid #000;
  color: #00accd;
  text-transform: uppercase;
  font: normal 1.25rem 'Futura-Bold';
}
section#life article div.content h2 + p {
  text-indent: 0 !important;
}

section#columnists article header {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}

@media (max-width: 700px) {
  section#columnists article header {
    padding-bottom: 10px;
  }
}
section#columnists article header h1 {
  margin-top: 0 0 20px 0;
  font: normal 2.625rem/2.9375rem "Goudy";
}

section#columnists.noteson article header h1 {
  margin-top: 0 0 20px 0;
  font: normal 3.375rem/2.9375rem "Goudy";
}

section#columnists article header h2 {
	margin-top: 20px;
	font-weight: lighter;
	font-size: 1.25rem;
}

section#columnists article header h2 span {
	font-style: italic;
}

@media (max-width: 700px) {
  section#columnists article header h1 {
    font: normal 1.5625rem 'Goudy';
    line-height: 1.875rem;
  }

  section#columnists.noteson article header h1 {
    font: normal 2.25rem 'Goudy';
    line-height: 1.875rem;
  }

  section#columnists article header h2 {
  	margin-top: 20px;
  	font-weight: normal;
  	font-size: 1.125rem;
  }
}
section#columnists article header span.author {
  display: inline-block;
  margin: 20px 0 10px 0;
  color: #cc0000;
  text-transform: uppercase;
  font: 1.125rem normal 'GoudyExtBol';
  font-weight: bold;
}

section#columnists.spectatorwine article header span.author {
  font: 1.375rem normal 'Futura-Bold';
}

@media (max-width: 700px) {
  section#columnists article header span.author {
    font: .9375rem/1.25rem normal "GoudyExtBol";
  }

  section#columnists.spectatorwine article header span.author {
    font: .9375rem/1.25rem normal 'Futura-Bold';
  }

}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#columnists article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
section#columnists article aside figure {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#columnists article aside figure {
    width: 70%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#columnists article aside figure {
    width: 80%;
  }
}
@media (max-width: 700px) {
  section#columnists article aside figure {
    padding-bottom: 10px;
    width: 100px;
  }

  section#columnists.noteson article aside figure {
    padding-bottom: 10px;
	width: 100%;
  }
}
section#columnists article div.content {
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#columnists article div.content {
    float: left;
    width: 65%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#columnists article div.content {
    padding-bottom: 24px;
  }
}
section#columnists article div.content h2 {
  margin-top: 20px;
  margin-bottom: 6px;
  font: normal 1.5625rem 'Goudy';
}
section#columnists article div.content h2 + p {
  text-indent: 0 !important;
}
section#columnists article div.content p {
  text-indent: 1.5em;
}
section#columnists article div.content p:first-of-type {
  margin-top: 0;
  text-indent: 0;
}
section#columnists article div.content p.dropcap {
  margin-top: 0;
  text-indent: 0;
}
section#columnists article div.content p.dropcap ~ p.dropcap {
  margin-top: 0;
  text-indent: 0;
  margin-top: 25px;
}

section#columnists.noteson p.dropcap:first-letter {
    font-size: 5rem;
    line-height: 4.7rem;
    float: left;
    font-family: 'Goudy';
    font-style: normal;
    margin-right: 5px;
}

section#columnists article div.content figure {
  width: 100%;
}
section#columnists article div.content figure img {
  width: 100%;
}
section#columnists article div.content blockquote.additional {
  color: #cc0000;
}
section#columnists article div.content footer {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid black;
}
section#columnists article div.content footer h3 {
  text-transform: uppercase;
  font: .9375rem normal 'Futura-Bold';
}
section#columnists article div.content footer span {
  font-style: italic;
  font-family: 'Times Ten';
}

section#letters article header {
  margin: 0 auto;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}

@media (max-width: 700px) {
  section#letters article header {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#letters article header {
    min-height: 80px;
  }

  section#letters.archiveletters article header {
  	min-height: 40px;
  }
}
@media (max-width: 700px) {
  section#letters article header h1 {
    margin-top: 12px;
    font: normal 1.875rem 'Goudy';
  }
}
section#letters article header h1 {
  margin-top: 24px;
  text-transform: uppercase;
  font: normal 2.375rem 'Goudy';
}

section#letters.archiveletters article header h1 {
	font-size: 1.125rem;
	font-family: 'GoudyExtBol';
	font-weight: normal;
	color: #CC0000;
	margin-top: 12px;
}

@media (max-width: 700px) {
  section#letters article header h1 {
    font: normal 1.875rem 'Goudy';
  }

  section#letters.archiveletters article header h1 {
  	font-size: 1.125rem;
  	font-family: 'GoudyExtBol';
  	font-weight: bold;
  	color: #CC0000;
  }
}
@media (max-width: 700px) {
  section#letters article aside {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#letters article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#letters article aside figure {
    width: 70%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#letters article aside figure {
    width: 80%;
  }
}
@media (max-width: 700px) {
  section#letters article aside figure {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
}
section#letters article div.content {
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#letters article div.content {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#letters article div.content {
    float: left;
    width: 65%;
  }
}
section#letters article div.content p {
  text-indent: 1.5em;
}
section#letters article div.content p:first-of-type {
  text-indent: 0;
}
section#letters article div.content p.name {
  text-indent: 0;
}
section#letters article div.content p.sir {
  text-indent: 0;
}
section#letters article div.content p.sir + p.sir,
section#letters article div.content p + p.sir {
  margin-top: 25px;
}
section#letters article div.content h2 {
  margin-top: 40px;
  margin-bottom: 6px;
  font: normal 1.75rem 'Goudy';
}
@media (max-width: 700px) {
  section#letters article div.content h2 {
    font: normal 1.75rem/1.75rem "Goudy";
  }
}
section#letters article div.content h2:first-of-type {
  margin-top: 0;
}
section#letters article div.content h2 + p {
  text-indent: 0 !important;
}
section#letters article div.content blockquote.additional {
  color: #cc0000;
}
section#letters article div.content footer {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid black;
}
section#letters article div.content footer h3 {
  text-transform: uppercase;
  font: .9375rem normal 'Futura-Bold';
}
section#letters article div.content footer span {
  font-style: italic;
  font-family: 'Times Ten';
}

section#letters.archiveletters article {
	overflow: hidden;
	background: none repeat scroll 0px 0px rgb(239, 235, 231);
	margin: 10px 0px;
	padding: 15px;
}

section#boxes article {
  margin: 10px 0;
  padding: 15px;
  background: #efebe7;
  overflow: hidden;
}
section#boxes article header {
  padding-bottom: 24px;
  text-align: left;
}
@media (max-width: 700px) {
  section#boxes article header {
    padding-bottom: 12px;
  }
}
section#boxes article header h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #5b5a59;
  color: #cc0000;
  text-transform: uppercase;
  font-family: 'Futura-Bold';
  font-size: 1.125rem;
  font-weight: normal;
  /*font: 1.125rem normal 'Futura-Bold';*/
}
section#boxes article header h2 {
  padding-top: 5px;
  font-family: 'Futura-Bold';
  font-size: 1.125rem;
  font-weight: normal;
  /*font: 1.125rem normal 'Futura-Bold';*/
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#boxes article aside {
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}
section#boxes article aside figure {
  margin-top: 24px;
}
@media (max-width: 700px) {
  section#boxes article aside figure {
    margin-top: 12px;
  }
}
section#boxes article aside figure img {
  display: block;
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#boxes article aside figure img {
    width: 70%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#boxes article aside figure img {
    width: 80%;
  }
}
section#boxes article aside figure figcaption:empty {
  display: none;
}
section#boxes article div.content {
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#boxes article div.content {
    float: left;
    width: 65%;
  }
}
section#boxes article div.content h2 {
  display: table;
  margin: 16px auto 20px auto;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #252525;
  text-align: center;
  font: 1.375rem normal 'Futura';
}
section#boxes article div.content h2 + p {
  text-indent: 0 !important;
}
section#boxes article div.content p {
  text-indent: 1.5em;
}
section#boxes article div.content p:first-of-type {
  text-indent: 0;
}
section#boxes article div.content table {
  margin: 15px auto 24px auto;
}
section#boxes article div.content table strong {
  font-family: 'Futura-Bold';
}
section#boxes article div.content blockquote.additional {
  color: #cc0000;
}
section#boxes article div.content span.author {
  float: right;
  font-style: italic;
}
section#boxes.steerpike h2 {
  display: none;
}
section#boxes.dearmary article header h1, section#boxes.mindyourlanguage article header h1 {
  color: #00accd;
}
section#boxes.bookends article header h1, section#boxes.culturenotes article header h1, section#boxes.heckler article header h1 {
  color: #00a651;
}
@media (max-width: 700px) {
  section#boxes.ancientandmodern aside, section#boxes.mindyourlanguage aside, section#boxes.dearmary aside, section#boxes.steerpike aside {
    display: inline;
  }
  section#boxes.ancientandmodern aside figure, section#boxes.mindyourlanguage aside figure, section#boxes.dearmary aside figure, section#boxes.steerpike aside figure {
    display: block;
    margin-top: 8px;
    width: 100px;
    height: auto;
  }
  section#boxes.ancientandmodern div.content p:first-of-type, section#boxes.mindyourlanguage div.content p:first-of-type, section#boxes.dearmary div.content p:first-of-type, section#boxes.steerpike div.content p:first-of-type {
    margin-top: -35px;
    text-indent: 110px;
  }

  section#boxes.barometer aside figure img {
  	width: 50%;
  	margin-left: auto;
  	margin-right: auto;
  }
}

@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#boxes.barometer article div.content p,
  section#boxes.dearmary article div.content p {
    text-indent: 0;
  }
}

section#boxes.dearmary article div.content p + p {
  margin-top: 25px;
}

section#poem article header {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: 'Goudy';
}
section#poem article header h1 {
  margin-top: 5px;
  font: normal 2.875rem 'Goudy';
}
@media (max-width: 700px) {
  section#poem article header h1 {
    font: normal 1.875rem 'Goudy';
  }
}
section#poem article header h2 {
  margin: 25px 0 0px;
  color: #cc0000;
  text-transform: uppercase;
  font: 1rem normal 'GoudyBol';
}
section#poem article header span.summary {
  font: 1.125rem normal 'Times Ten';
  font-style: italic;
}
section#poem article div.content {
  position: relative;
  display: table;
  margin: 0 auto;
  width: auto;
  text-align: left;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#poem article div.content {
    padding-bottom: 24px;
  }
}
section#poem article div.content p {
  margin-bottom: 25px;
  font-size: 1.125rem;
}
section#poem article div.content p:last-of-type {
  margin-bottom: 25px;
}
section#poem article div.content span.author {
  position: absolute;
  right: 0;
  display: block;
  padding-bottom: 25px;
}
section#poem article div.content blockquote.additional {
  color: #cc0000;
}

section#diversions article {
  height: inherit;
}
section#diversions article header {
  padding-bottom: 25px;
  border-bottom: 1px solid #424242;
  text-align: center;
}
@media (max-width: 700px) {
  section#diversions article header {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 2048px) {
  section#diversions article header {
    height: 350px; /*300px;*/
  }
  section#diversions article header figure img {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  section#diversions article header {
    height: 400px; /*350px;*/
  }
  section#diversions article header figure img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 700px) {
  section#diversions article header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
  }
  section#diversions article header figure img {
    width: 100%;
    height: auto;
  }
}
section#diversions article header figure {
  margin: 25px auto 0 auto;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  section#diversions article header figure {
    margin: 12.5px auto 0 auto;
  }
}
section#diversions article header figure img {
  display: block;
  margin: 0 auto;
}
section#diversions article header figure figcaption {
  display: none;
}
section#diversions article aside {
  padding-bottom: 12px;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#diversions article aside {
    margin-top: 25px;
    float: left;
    margin-right: 3%;
    width: 32%;
  }
}

section#diversions.christmascrossword article .content h2 {
	font-size: 1.375rem;
    line-height: 1.563rem;
    text-transform: uppercase;
    margin-top: 30px;
    color: #00accd;
    text-align: left;
}

section#diversions article aside h2 {
  margin-top: 5px;
  color: #00accd;
  text-align: left;
  font: 1.5625rem/1.75rem normal "GoudyBol";
}

section#diversions.christmascrossword article aside h2 {
	font-size: 1.375rem;
    line-height: 1.563rem;
    text-transform: uppercase;
}



section#diversions article aside h3 {
  text-align: left;
  font: 1.5625rem/1.75rem normal "GoudyBol";
}
section#diversions article aside span.author {
  font: 1.5rem/1.75rem normal "GoudyIta";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  section#diversions article div.scroll-wrap {
    position: relative;
    height: 475px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  section#diversions article div.scroll-wrap {
    position: relative;
    height: 275px;
  }
}
section#diversions article div.scroll-wrap {
  margin-top: 5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  section#diversions article div.scroll-wrap .fade-top,
  section#diversions article div.scroll-wrap .fade-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
  }
  section#diversions article div.scroll-wrap .fade-top {
    top: 0;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  section#diversions article div.scroll-wrap .fade-bottom {
    bottom: 0;
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}
section#diversions article div.content {
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 701px) and (max-width: 2048px) {
  section#diversions article div.content {
    float: left;
    width: 65%;
  }
}
@media (max-width: 700px) {
  section#diversions article div.content {
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  section#diversions article div.content {
    height: 275px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  section#diversions article div.content {
    height: 475px;
  }
}
section#diversions article div.content p {
  text-indent: 1.5em;
}

section#diversions.christmascrossword article div.content p {
  text-indent:0;
}

section#diversions article div.content p:first-of-type {
  text-indent: 0;
}
section#diversions article div.content blockquote.additional {
  color: #00accd;
}

section#diversions.chess article div.content p,
section#diversions.crossword article div.content p {
  text-indent: 0;
}

section#diversions article div.content p strong {
  font-size: 80%;
  font-family: 'Futura-Bold';
}

section#life.christmasquizanswers article div.content h3 {
	font-family: 'Futura-Bold';
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

section#life.christmasquizanswers article div.content h3:first-of-type {
	margin-top: 0;
}
