@font-face {
  font-family: 'et-book';
  font-style: normal;
  font-weight:400;
  src: url("/blog/static/fonts/etbookot-roman-webfont.woff2") format('woff2');
}

@font-face {
  font-family: 'et-book';
  font-weight:700;
  font-style:normal;
  src: url("/blog/static/fonts/etbookot-bold-webfont.woff2") format('woff2');
}

@font-face {
  font-family: 'et-book';
  font-weight:400;
  font-style: italic;
  src: url("/blog/static/fonts/etbookot-italic-webfont.woff2") format('woff2');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.search-container * {
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box; }

/* Override some Swiftype styles */
.st-ui-injected-on-page-container {
  font-family: et-book,Palatino,palatino linotype,palatino lt std,book antiqua,Georgia,serif !important;
  line-height: 21px;
}

.st-ui-type-heading, .st-ui-type-detail {
  color: black !important;
  font-size: 16px !important;
}

a.st-ui-result .st-ui-type-detail {
  max-height: 96px !important;
}

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

/* min-width: 320px (1st gen), 440px (2nd gen), 640px (landscape) */
body {
  font-family: et-book,Palatino,palatino linotype,palatino lt std,book antiqua,Georgia,serif;
  font-size: 16px;
  line-height: 21px; }

blockquote {
  margin: 0;
  padding-left: 1em;
  border-left: 1px solid #ddd; }

p {
  margin-bottom: 1em; }

a {
  color: #2060a0;
  text-decoration: none; }

p code {
  font-size: 90%;
  padding: 0 2px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 3px; }

img {
  max-width: 100%; }

figure {
  border: 1px solid lightgray;
  margin-bottom: 1em;
}

figcaption > h4 {
  text-align: center;
  margin: 0.5em 0;
}

h1, h2, h3, h4, h5 {
  clear: both;
  font-weight: bold;
  margin: 2em 0 1em;
  letter-spacing: 0.018em;
  color: #343838; }
  h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
    color: #343838;
    text-decoration: none;}
    h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover {
      color: #2060a0; }

h1 {
  font-size: 28px;
  line-height: 25px;
  color: #343838; }

h2 {
  font-size: 24px;
  line-height: 21px;
  color: #343838; }

h3 {
  font-variant: small-caps;
  letter-spacing: 0.05em; }

h4, h5 {
  font-weight: bold;
  font-style: italic; }

hr {
  margin-bottom: 1em;
  border: none;
  width: 100%;
  height: 19px;
  background: white url("/blog/static/images/hr-small.png") no-repeat scroll center;
  background-size: 19px 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    hr {
      background-image: url("/blog/static/images/hr-small-2x.png"); } }

pre {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 1.25em;
  overflow: auto;
  white-space: pre-wrap; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

td,
th {
  padding: 0;
}

thead {
  display: table-header-group;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.container {
  *zoom: 1;
  margin: 0 7%;
  text-align: center; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

header {
  text-align: center;
  margin: 0 auto; }

.main-header {
  *zoom: 1;
  margin: 0.5em auto 0;
  padding-bottom: 0.5em; }
  .main-header:before, .main-header:after {
    content: " ";
    display: table; }
  .main-header:after {
    clear: both; }
  .main-header h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 0.5em 0 0; }
    .main-header h1 a {
      color: #575757; }

.logo {
  margin: 0 auto;
  display: block;
  width: 42px;
  height: 42px;
  border: 5px solid black;
  background-color: #888888; }

.main-nav ul {
  text-align: center;
  margin: 0 auto;
  list-style: none outside none; }
  .main-nav ul li {
    font-size: 14px;
    line-height: 19px;
    display: inline;
    margin: 0.5em; }
    .main-nav ul li a {
      color: #343838; }
  .main-nav ul .nav-item, .main-nav ul .nav-divider {
    display: none !important; }
  .main-nav ul .all-posts-nav-item, .main-nav ul .menu-nav-item {
    display: inline-block !important; }
  .main-nav ul .search-item {
    display: block !important;
    clear: both;
    margin: 0; }

.search-text-input, .search-button, .subscribe-button {
  height: 1.5em; }

.search-text-input {
  float: left;
  width: 65%; }

.search-button, .subscribe-button {
  box-shadow: inset 1px 1px 0 0 #ffffff;
  background-color: #ededed;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  padding: 0 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  float: right;
  width: 30%; }
  .search-button a, .subscribe-button a {
    text-decoration: none;
    width: 100%;
    height: 100%; }
  .search-button:active, .subscribe-button:active {
    position: relative;
    top: 1px; }

.subscribe-container, .subscribe-button-container {
  clear: both;
  text-align: center; }

.subscribe-label-container, .subscribe-input-container {
  margin: 0 5px 1em 0; }

/* fill width to right of label with the "email" text input */
.subscribe-label-container {
  font-weight: bold;
  float: left; }

.subscribe-input-container {
  overflow: hidden; }

.subscribe-input {
  width: 100%; }

/* center the subscribe button below */
.subscribe-button {
  margin: auto;
  float: none; }

section {
  margin: 0 auto; }

article {
  text-align: justify;
  margin: 0 0 1em;
  position: relative; }
  article ul, article ol {
    padding: 0 0 0 20px;
    margin: 0.5em 0; }
    article ul li ul, article ul li ol, article ol li ul, article ol li ol {
      margin: 0 0 0 1.5em; }

.post-meta {
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 1em;
  color: #909090; }

.post-meta a {
  color: inherit; }

.byline {
  display: none !important; }

.post-summary {
  padding-right: 0.5em; }
  .post-summary a {
    text-decoration: none;
    color: #343838; }

.entry-meta, .entry-meta a {
  color: #575757; }

.post-list {
  list-style: none outside none;
  text-align: left; }
  .post-list .summary-title, .post-list .excerpt {
    display: block;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 0.5em; }
    .post-list .summary-title:hover, .post-list .excerpt:hover {
      text-decoration: underline; }
  .post-list li {
    margin-bottom: 2em;
    clear: both; }
  .post-list .summary-title {
    clear: both;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    color: #343838; }
  .post-list img.thumbnail {
    display: inline-block;
    float: left;
    margin: 0.25em 0.75em 1em 0;
    border: 1px solid #343838; }
  .post-list .excerpt {
    display: inline-block;
    float: left;
    max-width: 430px;
    margin-top: 0.2em;
    margin-bottom: 2em;
    color: #343838; }

.subscribe-container, .nav-below {
  clear: both;
  margin-top: 1em; }

.nav-below, .nav-below a {
  color: #575757; }

.nav-previous, .nav-next, .nav-current {
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff;
  color: #777777;
  width: 50%;
  min-height: 3em;
  margin: 0; }

.nav-previous a, .nav-next a {
  box-shadow: inset 1px 1px 0 0 #ffffff;
  background-color: #ededed;
  border: 1px solid #dcdcdc;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none; }
  .nav-previous a, .nav-next a {
    text-decoration: none; }

.nav-previous {
  float: left; }

.nav-current {
  float: left;
  display: none; }

.nav-next {
  float: right; }

mjx-math {
  font-size: 130% !important; }

@media screen and (min-width: 480px) {
  .main-nav ul {
    margin-top: 0.5em; }
    .main-nav ul li {
      margin: 0 0.5em; }
    .main-nav ul .photography-nav-item, .main-nav ul .feed-nav-item {
      display: inline-block !important; }
    .main-nav ul .search-item {
      margin-top: 0.5em; }

  hr {
    background-size: 300px 19px;
    background-image: url("/blog/static/images/hr.png"); } }
  @media only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 480px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 480px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 480px) and (min-resolution: 144dpi), only screen and (min-width: 480px) and (min-resolution: 1.5dppx) {
    hr {
      background-image: url("/blog/static/images/hr-2x.png"); } }

@media screen and (min-width: 720px) {
  body {
    line-height: 20px; }

  h1 {
    font-weight: normal; }

  h1, h2, h3, h4, h5 {
    margin: 1.5em 0 1em; }

  .container {
    float: left;
    margin: 0; }

  .main-header {
    position: fixed;
    top: 5px;
    left: 5px;
    padding: 0 5px;
    margin-left: 42px;
    width: 84px; }
    .main-header h1 {
      display: none !important; }

  .main-nav ul {
    margin-top: 28px;
    float: right;
    color: #575757;
    text-transform: lowercase; }
  .main-nav ul a {
    text-decoration: none; }
  .main-nav ul a:hover {
    color: #2060a0; }
  .main-nav ul .all-posts-nav-item, .main-nav ul .menu-nav-item,
  .main-nav ul .photography-nav-item, .main-nav ul .feed-nav-item,
  .main-nav ul .category-nav-item, .main-nav ul .search-item,
  .main-nav ul .nav-divider-1 {
    display: block !important;
    margin: 0 0 0.5em;
    text-align: right; }
  .main-nav ul .nav-divider {
    margin-top: 2em;
    margin-right: -.125em; }

  .logo {
    float: right;
    margin: 0;
    width: 74px;
    height: 74px;
    border: 8px solid black; }

  .search-text-input {
    margin-top: 1em; }

  .search-text-input, .search-button {
    float: right;
    width: 74px; }

  .search-text-input {
    margin: 1em 0 0.25em; }

  .search-button {
    margin: 0.25em 0; }

  .subscribe-input-container {
    width: 200px;
    float: left; }

  .subscribe-button-container {
    float: right;
    clear: none; }

  .subscribe-button {
    width: auto; }

  .post-summary p, .post-content li, .post-content p, .post-list .summary-title {
    font-size: 18px;
    line-height: 23px; }

  /* Only top-level sections, not e.g. footnote sections within sections */
  .container > section {
    background-color: white;
    text-align: left;
    margin-left: 161px;
    width: 500px; }

  section > article:first-child {
    border-top: none; }

  article > header, section > header {
    text-align: left;
    margin: 14px 0 24px;
    border-bottom: 1px solid #aaaaaa;
    height: 74px;
    position: relative; }

  .post-meta {
    font-size: 14px;
    line-height: 16px; }

  h1.title {
    color: black;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: white;
    margin: 0; }

  h1.title a:hover {
    text-decoration: none;
    color: #2060a0; }

  .byline {
    display: inline-block !important; }

  article {
    border-top: none;
    margin: 0.5em 0 1em; }

  article.post {
    border-bottom: 1px dotted #aaaaaa; }

  a.series {
    font-weight: normal;
    color: #2060a0; }

  article:after {
    display: none !important; }

  .nav-previous, .nav-next, .nav-current {
    width: 45%;
    color: inherit;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
    margin: 0.25em 0 1em; }

  .nav-with-current .nav-previous,
  .nav-with-current .nav-next,
  .nav-with-current .nav-current {
    width: 32%; }

  .nav-previous a, .nav-next a {
    box-shadow: none;
    background-color: inherit;
    border: none;
    margin-top: inherit;
    padding: inherit;
    text-decoration: inherit;
    text-shadow: none; }
  .nav-previous a, .nav-next a {
    text-decoration: inherit; }
  .nav-previous:hover, .nav-next:hover {
    background: none;
    background-color: inherit; }
  .nav-previous:active, .nav-next:active {
    top: inherit; }
  .nav-previous a:hover, .nav-next a:hover {
    text-decoration: underline; }

  .nav-current {
    display: block; }

  .post-list .summary-title, .post-list .date {
    margin-bottom: 0.5em; }
}

@media screen and (min-width: 1200px) {
  .main-header {
    left: 20px; }

  .container > section {
    width: 590px;
    margin-left: 175px; }

  .post-list .summary-title {
    font-size: 20px;
    line-height: 21px; }
  .post-list .date, .post-list .excerpt {
    font-size: 18px;
    line-height: 21px; }

  .post-content li, .post-content p {
    font-size: 19px;
    line-height: 27px; }
  .subscribe-input-container {
     width: 300px; }}
@media screen and (min-width: 840px) {
  .backgroundplaceholder1 {
    content: ' ';
    position: fixed;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-size: 800px 600px;
    background-repeat: no-repeat;
    z-index: -99;
    background-image: url("/blog/static/images/paisley-bg-1.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .backgroundplaceholder1 {
    background-image: url("/blog/static/images/paisley-bg-1-2x.png"); } }
@media screen and (min-width: 880px) {
  .backgroundplaceholder2 {
    content: ' ';
    position: fixed;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-size: 800px 600px;
    background-repeat: no-repeat;
    z-index: -98;
    background-image: url("/blog/static/images/paisley-bg-2.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .backgroundplaceholder2 {
    background-image: url("/blog/static/images/paisley-bg-2-2x.png"); } }
@media screen and (min-width: 1050px) {
  .backgroundplaceholder3 {
    content: ' ';
    position: fixed;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-size: 800px 600px;
    background-repeat: no-repeat;
    z-index: -97;
    background-image: url("/blog/static/images/paisley-bg-3.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .backgroundplaceholder3 {
    background-image: url("/blog/static/images/paisley-bg-3-2x.png"); } }
@media screen and (min-width: 1270px) {
  .backgroundplaceholder4 {
    content: ' ';
    position: fixed;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-size: 800px 600px;
    background-repeat: no-repeat;
    z-index: -96;
    background-image: url("/blog/static/images/paisley-bg-4.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .backgroundplaceholder4 {
    background-image: url("/blog/static/images/paisley-bg-4-2x.png"); } }
@media screen and (min-width: 1330px) {
  .backgroundplaceholder5 {
    content: ' ';
    position: fixed;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-size: 800px 600px;
    background-repeat: no-repeat;
    z-index: -95;
    background-image: url("/blog/static/images/paisley-bg-5.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .backgroundplaceholder5 {
    background-image: url("/blog/static/images/paisley-bg-5-2x.png"); } }
@media screen and (min-width: 1540px) {
  .backgroundplaceholder6 {
    content: ' ';
    position: fixed;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-size: 800px 600px;
    background-repeat: no-repeat;
    z-index: -94;
    background-image: url("/blog/static/images/paisley-bg-6.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .backgroundplaceholder6 {
    background-image: url("/blog/static/images/paisley-bg-6-2x.png"); }
}
