* {
  padding: 0;
  margin: 0; }

html, body {
  height: 100%;
  font: 1em Verdana, sans-serif;
  color: #222222; }

.content a {
  color: #DA4A11; }

/* General styling */
ul, ol {
  margin-top: 1em;
  margin-left: 2em; }

ul ul, ol ol, ol ul, ul ol {
  margin-top: 0em;
  margin-left: 2em; }

p {
  text-indent: 2em;
  line-height: 1.4em;
  font-size: 1.2em;
  margin: 0.5em 0; }

li > p {
  text-indent: 0; }

.centre {
  margin: auto;
  width: 100%; }

.content {
  width: 40em;
  max-width: 95%;
  padding-top: 1em;
  margin: auto;
  text-align: left; }

hr.small {
  width: 30%;
  margin: 0.5em auto; }

/* Background */
.background {
  z-index: -1;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DDDDCC; }

.background canvas {
  opacity: 0.15;
  width: 100%;
  height: 100%; }

/* Header */
nav a, h1 a {
  text-decoration: none;
  color: inherit; }

nav a:visited, h1 a:visited {
  text-decoration: none;
  color: inherit; }

nav a:hover, h1 a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.5; }

.content h1, .content h2, .content h3, .content h4 {
  color: #222222;
  margin: 0.5em 0; }

pre {
  margin: auto;
  width: 80%;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.header h1 {
  margin: 0.1em auto;
  text-align: center;
  display: block;
  font-size: 2em; }

.header .fixed {
  background: #E2BCAD;
  position: fixed;
  width: 100%;
  z-index: 1; }

.header nav {
  margin: 0.5em auto;
  text-align: center;
  display: block;
  font-size: 1.5em; }

.header .space {
  height: 5.5rem; }

.anchor {
  margin-top: -6rem;
  position: absolute; }

/* Posts and summaries */
.post {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em;
  margin: 0.2em;
  margin-top: 1.5em; }

.post details summary a {
  float: right; }

.post details summary {
  position: relative;
  width: 100%; }

.post details:not([open]) summary:after {
  position: absolute;
  display: block;
  height: 10em;
  width: 100%;
  content: " "; }

.post details:not([open]) + div {
  height: 10em;
  overflow: hidden; }

.post.filtered {
  display: none; }

.filteroptions .filtered {
  opacity: 0.5; }

.banner {
  font-size: 0.8em;
  margin: auto;
  width: 35em;
  max-width: 90%;
  padding: 0.5em;
  text-align: center; }
