/* Static replica of the WordPress "Twenty Eleven" theme as used by Sail Charisma.
   Background + header text color: #64091C (maroon), from theme_mods. */
* { box-sizing: border-box; }
body {
  background: #64091C;
  color: #373737;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.625;
  margin: 0;
  padding: 0;
}
a { color: #1982d1; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }

#page {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0,0,0,.4);
}

/* ---- header / branding ---- */
#branding { border-top: 2px solid #bbb; }
#branding hgroup { padding: 24px 7.6% 0; }
#site-title { margin: 0; font-size: 26px; line-height: 1.2; font-weight: bold; }
#site-title a { color: #111; }
#site-title a:hover { text-decoration: none; }
#site-description {
  margin: 0 0 14px; font-size: 14px; font-weight: normal; color: #7a7a7a; font-style: italic;
}
.header-image { display: block; width: 100%; height: auto; }

/* ---- nav ---- */
#access {
  background: #222;
  background: linear-gradient(#252525, #0a0a0a);
  border-bottom: 1px solid #000;
}
#access ul { margin: 0; padding: 0 1%; list-style: none; display: flex; flex-wrap: wrap; }
#access li { margin: 0; }
#access a {
  display: block; color: #eee; padding: 0 12px; line-height: 42px; font-size: 14px;
  border-right: 1px solid rgba(255,255,255,.06);
}
#access a:hover { color: #fff; background: rgba(255,255,255,.06); text-decoration: none; }

/* ---- layout ---- */
#main { overflow: hidden; padding: 20px 7.6% 0; }
#primary { float: left; width: 65%; }
#secondary { float: right; width: 28%; }
@media (max-width: 760px) {
  #primary, #secondary { float: none; width: 100%; }
}

/* ---- posts ---- */
article.post, article.post + article.post { margin: 0 0 36px; }
.page-title, .entry-title { color: #222; }
.entry-title { font-size: 22px; line-height: 1.3; margin: 0 0 6px; font-weight: bold; }
.entry-title a { color: #222; }
.entry-title a:hover { color: #1982d1; }
.entry-meta, .entry-utility { color: #939393; font-size: 12px; }
.entry-meta { margin-bottom: 12px; }
.entry-utility { margin-top: 10px; padding-top: 8px; border-top: 1px solid #eee; margin-bottom: 24px; }
.entry-content { font-size: 15px; }
.entry-content p { margin: 0 0 1.25em; }
.entry-content img {
  border: 1px solid #ddd; padding: 4px; background: #fff; height: auto;
}
.entry-content a img { border-color: #1982d1; }

/* image captions (WordPress [caption] shortcode) */
.wp-caption {
  max-width: 100%; margin: 6px 0 12px; padding: 4px;
  background: #f7f7f7; border: 1px solid #e2e2e2;
}
.wp-caption img { border: none; padding: 0; display: block; }
.wp-caption-text {
  margin: 4px 2px 2px; font-size: 12px; line-height: 1.4;
  color: #777; font-style: italic; text-align: center;
}
.wp-caption.alignleft { float: left; margin: 6px 20px 8px 0; }
.wp-caption.alignright { float: right; margin: 6px 0 8px 20px; }
.wp-caption.aligncenter { margin-left: auto; margin-right: auto; text-align: center; }
.entry-content .wp-caption + p,
.entry-content p { clear: none; }

/* pagination */
.pagination { overflow: hidden; margin: 10px 0 30px; font-size: 13px; font-weight: bold; }
.pagination .nav-previous { float: left; max-width: 48%; }
.pagination .nav-next { float: right; max-width: 48%; text-align: right; }
.pagination.single { border-top: 1px solid #eee; padding-top: 12px; }

/* ---- sidebar widgets ---- */
.widget { margin: 0 0 28px; font-size: 13px; }
.widget h3 {
  color: #222; font-size: 14px; margin: 0 0 8px; padding-bottom: 4px;
  border-bottom: 1px solid #ddd; text-transform: none;
}
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 4px 0; border-bottom: 1px solid #f0f0f0; line-height: 1.4; }
.searchform input {
  width: 100%; padding: 6px 8px; border: 1px solid #ccc; border-radius: 2px; background: #f7f7f7; color: #999;
}

/* ---- comments ---- */
#comments { margin-top: 24px; }
.comments-title { font-size: 18px; color: #222; border-bottom: 1px solid #ddd; padding-bottom: 6px; }
.commentlist { list-style: none; margin: 0; padding: 0; }
.commentlist li.comment { margin: 0 0 14px; }