/* =Reset
-------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, ol, ul, li, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section {
  margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
article, aside, footer, header, nav, section { display: block; }

/* =Global
-------------------------------------------------------------- */
body {
  background: #e6e6e6;
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}

a { color: #21759b; text-decoration: none; }
a:hover { color: #1b6389; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin: 24px 0 12px;
  color: #222;
}
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

p { margin: 0 0 24px; }

ul, ol { margin: 0 0 24px 24px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li { margin-bottom: 4px; }

blockquote {
  border-left: 4px solid #d4d0ba;
  color: #686868;
  font-style: italic;
  margin: 0 24px 24px;
  padding: 0 0 0 18px;
}

pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  font-family: monospace;
  font-size: 14px;
  margin: 0 0 24px;
  overflow: auto;
  padding: 12px;
}

code { font-family: monospace; font-size: 14px; }

img { max-width: 100%; height: auto; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 24px 0;
}

/* =Layout
-------------------------------------------------------------- */
#page { max-width: 960px; margin: 0 auto; background: #fff; }

#main.wrapper {
  padding: 24px;
}

#primary.site-content {
  max-width: 604px;
  margin: 0 auto;
}

/* =Header
-------------------------------------------------------------- */
#masthead {
  background: #fff;
  border-bottom: 1px solid #ededed;
  padding: 24px;
  text-align: center;
}

.site-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.site-title a { color: #222; text-decoration: none; }
.site-title a:hover { color: #21759b; text-decoration: none; }

.site-description {
  color: #7a7a7a;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 4px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.main-navigation {
  margin-top: 16px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.main-navigation a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #555;
}
.main-navigation a:hover { color: #21759b; text-decoration: none; }
.main-navigation .current-menu-item a { color: #21759b; }
.assistive-text { position: absolute; left: -9999px; }

/* =Posts
-------------------------------------------------------------- */
.hentry {
  border-bottom: 1px solid #ededed;
  margin: 0 0 48px;
  padding: 0 0 48px;
}
.hentry:last-of-type { border-bottom: none; }

.entry-header { margin: 0 0 16px; }

.entry-title {
  font-size: 22px;
  margin: 0 0 6px;
}
.entry-title a { color: #222; }
.entry-title a:hover { color: #21759b; }

.entry-meta {
  color: #7a7a7a;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  clear: both;
}
.entry-meta a { color: #7a7a7a; }
.entry-meta a:hover { color: #21759b; }
.entry-meta .sep { margin: 0 4px; }

.entry-content, .entry-summary {
  font-size: 16px;
  line-height: 1.625;
}
.entry-content p,
.entry-summary p { margin: 0 0 24px; }

.read-more {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* =Single Post
-------------------------------------------------------------- */
.nav-single {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  margin-top: 48px;
  padding-top: 24px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.nav-previous a, .nav-next a { color: #555; }
.nav-previous a:hover, .nav-next a:hover { color: #21759b; }

/* =Pagination
-------------------------------------------------------------- */
.pagination, .pager {
  clear: both;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 48px 0 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 2px;
}
.pagination a:hover { background: #f4f4f4; text-decoration: none; }
.pagination .active span,
.pagination .current {
  background: #21759b;
  border-color: #21759b;
  color: #fff;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
  background: #fff;
  border-top: 1px solid #ededed;
  padding: 24px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: #7a7a7a;
}
#colophon a { color: #7a7a7a; }
#colophon a:hover { color: #21759b; }

/* =Category / Tag archive
-------------------------------------------------------------- */
.page-title {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #7a7a7a;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
}

/* =Responsive
-------------------------------------------------------------- */
@media (max-width: 640px) {
  #primary.site-content { padding: 0 12px; }
  .site-title { font-size: 22px; }
  #main.wrapper { padding: 16px 12px; }
}
