/* $hl-color: #37f */
/* $hl-color: #a2c */
/* $hl-color: #2c3 */
body {
  margin: 0;
  background-color: #eee;
  font-family: sans; }

main {
  width: 1050px;
  background-color: #fff;
  margin: 20px auto 0 auto;
  box-shadow: #bbb 0 0 10px; }

a {
  text-decoration: none; }

/*******************************************/
header .title {
  padding: 1.2em; }

header h1 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #111;
  font-size: 150%;
  border-bottom: 1px solid #eee; }

nav {
  width: 100%;
  background: #333;
  border-bottom: 7px solid #d23; }
  nav ul {
    margin: 0;
    padding: 0;
    display: flex; }
  nav li {
    list-style: none;
    display: inline-block; }
    nav li a {
      display: inline-block;
      padding: 0.8em 0.9em 0.8em 0.9em;
      font-size: 0.9em;
      color: #777;
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase; }
    nav li.active a, nav li.inactive a:hover {
      background-color: #d23;
      color: #fff; }
    nav li.external a:hover {
      background-color: #e76470;
      color: #fff; }

/*******************************************/
article {
  padding: 1.5em; }
  article h2 {
    margin: 0 0 0.3em 0;
    color: #000;
    font-size: 240%; }
  article h3 {
    margin: 0;
    color: #000;
    font-size: 160%; }
  article small {
    display: block;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 0.7em;
    margin-bottom: 1em;
    color: #bbb;
    font-size: 90%; }
  article hr {
    border-top: 1px dotted #bbb;
    border-bottom: none;
    margin: 0.5em 0 1.3em 0; }
  article p {
    text-align: justify;
    color: #444; }
  article blockquote {
    margin-left: 0; }
  article blockquote p {
    max-width: 70%;
    border-left: 5px solid #d23;
    padding-left: 2em;
    color: #666;
    font-size: 100%; }
  article pre, article p code {
    background: #eee;
    border: 1px solid #ccc;
    color: #000; }
  article pre {
    padding: 0.6em;
    font-size: 100%; }
  article p code {
    padding: 0.1em; }
  article p a {
    color: #04f; }
    article p a:hover {
      text-decoration: underline;
      color: #0af; }

/*******************************************/
div.link-to-post h4 {
  margin: 0;
  padding-bottom: 0.5em;
  color: #222;
  font-size: 130%; }
  div.link-to-post h4:hover {
    color: #d23; }

.tag {
  text-decoration: underline;
  color: #444; }
  .tag:hover {
    color: #d23; }

.tag-sep {
  padding: 0 0.1em 0 0.1em; }

/*******************************************/
footer {
  margin: 0;
  background-color: #333;
  padding: 0.9em;
  color: #b3b3b3;
  font-size: 70%; }
