/* HTML5 compatibility for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Global styles */
body {
  background: black;
  font-family: "Adobe Caslon Pro", "Hoefler Text", Garamond, Times, "Times New Roman", serif;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
}
figure {
  clear: both;
  text-align: center;
}
figure img {
  border: 0;
  width: 100%;
}
figcaption {
  line-height: 1.45em;
  margin-bottom: 0;
  font-style: italic;
  font-size: smaller;
}
.left {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* End global styles */
header {
  margin-bottom: 2em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
header #blog-title {
  font-size: 50px;
  font-weight: normal;
  left: 90px;
  margin: 0;
  position: relative;
  top: -290px;
}
header #blog-title a {
  color: DarkGray;
  text-decoration: none;
}
header #blog-description {
  color: DarkGray;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
nav#site-nav {
  padding: 20px;
  text-align: right;
  width: 160px;
}
nav#site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#site-nav ul li {
  font-size: 26px;
  margin-bottom: 1em;
}
nav#site-nav ul li a {
  color: DarkGray;
  text-decoration: none;
}
nav#site-nav ul.blog li#menu-blog a,
nav#site-nav ul.radium-baby li#menu-radium-baby a,
nav#site-nav ul.skunks-dance li#menu-skunks-dance a,
nav#site-nav ul.portfolio li#menu-portfolio a {
  border-bottom: 2px solid DarkGray;
}
#page {
  align-items: flex-start;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 1200px;
}
#page > footer {
  font-size: 16px;
  line-height: 1.45em;
  margin-left: 200px;
  margin-right: 300px;
}
.content-area {
  background: white;
  border: 5px solid #000000;
  margin-bottom: 1em;
  padding: 30px;
  vertical-align: top;
}
#main,
#page > footer,
#section-heading {
  width: 630px;
}
#sidebar {
  font-size: 16px;
  line-height: 1.45em;
  padding: 20px;
  width: 250px;
}
#sidebar .widget {
  border-top: 1px solid black;
}
#sidebar .widget figure {
  margin-left: 0;
  width: 200px;
}
#sidebar .widget input:not([type=submit]) {
  box-sizing: border-box;
  width: 100%;
}
#sidebar .widget:first-of-type {
  border-top: none;
}
#sidebar ul.links {
  list-style: none;
  padding-left: 0;
}
#sidebar ul.links li:before {
  color: black;
  font-family: "Segoe UI Symbol";
  padding-right: 5px;
}
#sidebar ul.links li.account:before {
  content: "\1F464";
}
#sidebar ul.links li.book:before {
  content: "\1F4D5";
}
#sidebar ul.links li.bookmark:before {
  content: "\1F516";
}
#sidebar ul.links li.camera:before {
  content: "\1F4F7";
}
#sidebar ul.links li.email:before {
  content: "\1F4E7";
}
#sidebar ul.links li.key:before {
  content: "\1F5DD";
}
#sidebar ul.links li.megaphone:before {
  content: "\1F4E2";
}
#sidebar ul.links li.network:before {
  content: "\1F5A7";
}
/* Pagination */
nav#nav-below {
  text-align: center;
}
nav#nav-below p {
  display: inline-block;
  font-size: 16px;
}
nav#nav-below p.nav-next {
  float: right;
}
nav#nav-below p.nav-previous {
  float: left;
}
/* Article Formatting */
.stack-top {
  position: relative;
  top: -0.5em;
}
.stack-bottom {
  position: absolute;
  top: 0.5em;
  left: 0;
}
article {
  font-size: 18px;
}
article h1,
article h2,
article h3,
article .entry-title a,
article .entry-title a:visited {
  clear: both;
  color: black;
}
article h3,
article details summary {
  font-size: 22px;
}
article .entry-title {
  font-size: 30px;
  margin-top: 1em;
}
article .entry-subtitle {
  font-size: 24px;
  font-weight: bold;
}
article div.entry-meta time {
  display: block;
  font-size: 16px;
  margin-bottom: 1em;
}
article blockquote footer {
  text-align: right;
}
article hr {
  border: none;
  text-align: center;
}
article hr:after {
  content: "⁓ § ⁓";
}
article p {
  line-height: 1.45em;
  text-align: justify;
}
article pre {
  font-size: 12px;
  white-space: pre-wrap;
}
article span.formula,
article .foreign {
  font-style: italic;
}
article sup,
article sub {
  vertical-align: 0;
  position: relative;
}
article sup {
  bottom: 1ex;
  font-style: italic;
}
article sub {
  top: 0.8ex;
}
article details summary {
  margin-bottom: 1em;
}
article details.bibliography ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
article details.footnotes div.footnote hr {
  display: none;
}
article details.footnotes div.footnote ol li p {
  margin: 0;
}
article details li {
  font-size: 16px;
  line-height: 1.45em;
  margin-bottom: 0.5em;
}
article code {
  font-size: smaller;
}
/* Article meta */
div.entry-utility p {
  font-size: 16px;
}
/* Sharing styles */
div.social-buttons input {
  width: 50%;
}
div.social-buttons,
div.comments,
div#comments {
  border-top: 1px solid #ddd;
}
/* Comment form styles */
div.comment {
  border-left: 1px solid gray;
  font-size: 16px;
  padding-left: 10px;
}
div.comment > div.comment {
  margin-left: 15px;
}
/* Gallery Styles */
ul.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.gallery li {
  display: inline-block;
  height: 200px;
  margin-bottom: 1em;
  position: relative;
  vertical-align: top;
  width: 30%;
}
ul.gallery li a {
  color: black;
  position: absolute;
  text-decoration: none;
  transition-property: width, height;
  transition-duration: 300ms;
  width: 100%;
}
ul.gallery li a figure {
  background-color: white;
}
ul.gallery li a figure.thumbnail {
  display: block;
  margin: 0;
}
ul.gallery li a figure.expanded {
  box-shadow: 0 0 15px 2px #000;
  margin: 0;
  padding-bottom: 1em;
  display: none;
}
ul.gallery li a:focus {
  position: absolute;
  transition-property: width, height;
  transition-duration: 1s;
  width: 600px;
  z-index: 100;
}
ul.gallery li a:focus figure.thumbnail {
  display: none;
}
ul.gallery li a:focus figure.expanded {
  display: block;
}
ul.gallery li:nth-child(3n+3) a {
  right: 0;
}
/* Playfair Styles */
table.playfair td {
  vertical-align: top;
}
table.playfair td.example {
  width: 350px;
}
table.playfair td.annotation p {
  color: red;
}
div.playfair h1 {
  text-align: center;
}
div.playfair h3.actScene {
  font-size: 1em;
  font-weight: bold;
  page-break-before: always;
  text-align: center;
}
div.playfair p {
  margin-top: 0;
}
div.playfair p.character {
  text-align: center;
  margin-bottom: 0.04in;
}
div.playfair p.dialogue {
  margin-bottom: 0.22in;
}
div.playfair p.end {
  font-weight: bold;
  text-align: center;
}
div.playfair p.sceneDirections {
  font-style: italic;
  margin-left: 2in;
  margin-right: 1in;
  margin-bottom: 0.08in;
}
div.playfair p.stageDirections {
  font-style: italic;
  margin-bottom: 0.22in;
  margin-left: 1in;
  margin-right: 1in;
}
div.playfair p.characterStageDirections {
  font-style: italic;
  text-align: center;
  margin-bottom: 0.04in;
}
div.playfair span.characterDirections {
  font-style: italic;
}
/* End Playfair Styles */
/* Settings for small screens */
@media all and (max-width: 1200px) {
  nav#site-nav {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }
  nav#site-nav ul {
    display: flex;
    justify-content: space-between;
  }
  #page {
    width: 1000px;
  }
  #page > footer {
    margin-left: 0;
  }
}
@media all and (max-width: 1000px) {
  #page {
    width: 700px;
  }
  #main,
  #page > footer,
  #sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  #sidebar {
    width: 650px;
  }
  #sidebar .widget {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300px;
  }
}
