body {
  background: url(../img/dark_embroidery.png) repeat;
}
body .container {
  width: 90%;
}
body .masthead .container {
  padding-left: 0;
  padding-right: 0;
}
body .site-content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
body .site-content > .container {
  background-color: #fff;
  padding: 30px;
}
body .site-content .hero-image {
  margin-top: -1px;
  margin-bottom: 0;
}

/* Trix editor images: centered by default (override theme.css margin 0) */
.post-content figure,
article figure {
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
  text-align: center;
}
.post-content figure a,
article figure a {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* Higher specificity than article.post .post-content img in theme.css */
body article.post .post-content figure img,
body .post-content figure img,
article.post .post-content figure img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 15px !important;
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.post-content figure figcaption,
article figure figcaption {
  font-style: italic;
  font-size: 0.85em;
  color: #666;
  text-align: center;
  padding: 4px 0 0 0;
  margin: 0;
}