/* Fonts */

body {
  font-family: Optima, Candara, Calibri, Arial, sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5em;
}

/* Centre nav bar */
.menu { padding: 0; }
.menu li { display: inline-block; }
.menu, .article-meta, footer { text-align: center; }


/* Post Headers */
.article-header h1 {
  margin-bottom: 0.2em;
}

.article-header time {
  font-size: 0.9em;
  color: #555;
  display: block;
  margin-top: -0.4em; /* scooch a bit closer to title */
}

/* Sometimes source blocks are long, but I still want them fully displayed */
.src {
  width: max-content;
  max-width: none;
  background-color: aliceblue;
  padding-left: 10px;
  padding-right: 10px;  
}

code {
  background-color: aliceblue;    
}
