html, body {
  height: 101%;
}
body {
  font-family: 'Maven Pro', cursive;
  font-size: 16px;
  line-height: 1.5;
  background: #cccccc url("/images/background.png") top left repeat;
}
nav {
  float: right;
  padding-right: 3em;
}
nav ul {
  margin: 3.75em ;
}
nav ul li {
  margin-left: 1em;
  display: inline;
}
nav ul li a {
  color: white;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Amaranth', sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1.5;
  margin: 0.75em 0;
}
h2 {
  font-size: 1.5em;
  line-height: 2;
  margin: 1em 0;
}
h3 {
  font-size: 1.2em;
  line-height: 2.5;
  margin: 1.25em 0;
}
h4 {
  font-size: 1em;
  line-height: 1.5;
  margin: 1.5em 0;
}
a {
  color: #bf006c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 1.5em 0;
}
code {
  font-size: 14px;
}
pre {
  font-family: 'Inconsolata', monospace;
  margin: 1.5em 0;
  padding: 1.5em;
  background: #1e1f1f url("/images/code-background.png") top left repeat;
  box-shadow: inset 1px 1px 10px #111;
  color: white;
  border-radius: 0.5em;
  overflow: auto;
}
ul {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-type: square;
}
#page {
  width: 46em;
  margin: 3em auto;
  padding-top: 1.5em;
  background-color: white;
  border-color: 1px solid #444;
  box-shadow: 0 0 20px 2px #CCCCCC;
}
#page > header {
  margin: 0 1.5em;
  padding: 3em;
  background: transparent url("/images/header.jpg") top left no-repeat;
}
#page > header h1 {
  margin: 0;
}
#page > header a {
  color: white;
  text-decoration: none;
}
#page > header a:hover {
  text-decoration: underline;
}
#page > #content {
  padding: 0 3em;
  padding-top: 1.5em;
}
#page > footer {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1.5em;
}
.single.post header time {
  padding: 0.75em 0;
  float: right;
}
.notice {
  margin: 1.5em -3em;
  padding: 1.5em 3em;
  background-color: #FFF0AE;
}
.notice p {
  margin: 0;
}
.hidden {
  display: none;
}
body.rhythm {
  background: white url("/images/rhythm.png") top left repeat;
}
body.rhythm #page {
  background-color: transparent;
}

