/* Rock Scallop blog — shared stylesheet */

body {
  background-color: #E2E2E2;
  color: #3E3E3B;
  font-family: arial, "lucida console", sans-serif;
  margin: 0;
  padding: 0;
}

.page {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px 64px 24px;
}

a { text-decoration: none; }
a:link { color: #6E6E6E; }
a:visited { color: #483D8B; }
a:hover { color: #595959; font-size: 105%; }
a:active { color: #DAA520; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.site-header .home-link {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: lighter;
  font-size: 150%;
  color: #3E3E3B;
}

.site-header nav a {
  font-family: arial, sans-serif;
  font-size: 90%;
  margin-left: 16px;
}

h1.post-title, h1.index-title {
  font-weight: lighter;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  color: #3E3E3B;
  font-size: 200%;
  margin-bottom: 4px;
}

p.post-meta {
  font-size: 80%;
  color: #8A8A87;
  margin-top: 0;
  margin-bottom: 32px;
}

.post-body p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.post-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 8px 0;
}

figure.post-figure, figure.audio-embed {
  margin: 0 0 24px 0;
  padding: 0;
}

figure.post-figure figcaption, figure.audio-embed figcaption {
  font-size: 80%;
  color: #8A8A87;
  margin-top: 6px;
}

figure.audio-embed audio {
  width: 100%;
}

.post-body iframe {
  max-width: 100%;
  margin: 8px 0 24px 0;
}

/* blog listing */
ul.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #CFCFCF;
}

ul.post-list li {
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 0;
}

ul.post-list .post-list-title {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: lighter;
  font-size: 140%;
  display: block;
}

ul.post-list .post-list-meta {
  font-size: 80%;
  color: #8A8A87;
  display: block;
  margin: 4px 0 8px 0;
}

ul.post-list .post-list-excerpt {
  color: #696969;
  font-size: 95%;
  line-height: 1.5;
}

footer.site-footer {
  margin-top: 56px;
  padding-top: 16px;
  border-top: 1px solid #CFCFCF;
  font-size: 75%;
  color: #A0A0A0;
  text-align: center;
}
