body.ross {
  background-color: #ece8e0;
  color: #2a2a2a;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

body.ross a,
body.ross a:hover {
  color: #0f5f8f;
}

/* Block code: dark, syntax-highlighted by highlight.js */
body.ross pre code {
  background: black;
  color: #ddd;
  border: none;
}

/* Inline code: light chip with dark text */
body.ross :not(pre) > code {
  background: #ded9cf;
  color: #2a2a2a;
  border: 1px solid #cfc9bd;
}

body.ross ul {
  list-style: circle outside;
  margin-left: 3rem;
}

/* Index page: per-post summaries */
body.ross .post-summary {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d6d1c7;
}

body.ross .post-summary:last-child {
  border-bottom: none;
}

body.ross .post-title {
  margin-bottom: 0.25rem;
  font-size: 3.0rem;
}

body.ross .post-title a {
  color: #1a1a1a;
  text-decoration: none;
}

body.ross .post-title a:hover {
  text-decoration: underline;
}

body.ross .post-date {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  color: #6a6a6a;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

body.ross .post-excerpt > *:last-child {
  margin-bottom: 0;
}

body.ross .read-more {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  color: #0f5f8f;
  text-decoration: none;
}

body.ross .read-more:hover {
  text-decoration: underline;
}