/* starting css taken from 
Devine Lu Linvega (Hundred Rabbits), 
https://wiki.xxiivv.com/site/home.html */

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  color: #222222
}

body {
  background: #eeeeee;
  font-family: sans-serif;
  font-size: 18px;
  padding-bottom: 30px;
  max-width: 650px;
  margin: auto;
  line-height: 1.5
}

body>*,
body main>*,
p,
cite {
  margin-bottom: 30px
}

body .right {
  float: right;
  margin-left: 30px
}

body a.self,
body a.parent {
  font-style: italic
}

::selection {
  background-color: #ffbb00;
  color: #000;
  text-decoration: none
}

main a:hover,
main a:hover>*,
nav a:hover,
nav main a:hover>* {
  background-color: #222222;
  color: #ffbb00;
  text-decoration: none
}

header {
  float: left;
  margin: 50px 30px;
  margin-right: 40px;
  font-size: x-large;
  font-family: serif;
  line-height: 1.2;
}

header img {
  display: block
}

nav {
  padding: 50px 30px;
  margin: 0;
  font-family: serif;
  font-size: 16px;
  line-height: 1.2;
}

nav ul {
  padding: 0;
  margin: 0 45px 0 0;
  display: inline-block;
  vertical-align: top
}

nav ul li {
  list-style-type: none;
  white-space: pre
}

nav ul li a {
  padding: 0 4px
}

nav ul li a.parent,
nav ul li a.self {
  text-decoration: underline
}

.fn {
  font-size: 16px;
}

.mark {
  background: #ffbb00;
  color: #222222;
  text-decoration: none;
}

main {
  margin: 20px;
  clear: both;
  position: relative
}

main a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  font-family: monospace;
}

h1 {
  font-size: xx-large;
}

h2 {
  font-size: x-large;
}

main ul {
  margin: 0 0 30px 30px;
  list-style-type: "— ";
}

main ol {
  margin: 0 0 30px 30px;
  list-style-type: upper-roman;
}

main ul ul {
  margin-bottom: 0
}

main ul li,
main ol li {
  line-height: 25px;
  padding: 0 5px
}

hr {
  border: 0;
  border-top: 1px dotted;
}

q {
  display: block;
  font-family: serif;
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
}

cite{
  display: block;
  font-family: serif;
  font-size: 16px;
}

cite:before {
  content: "— "
}

footer {
  clear: both;
  margin: 30px 30px 15px 30px;
  border-top: double;
  height: 60px;
  overflow: hidden;
  padding-top: 30px;
  line-height: 30px;
  font-family: serif;
}

footer * {
  height: 30px;
  font-size: 18px;
  display: inline-block;
  top: 0;
  position: relative;
  vertical-align: top
}

footer a {
  margin-right: 3px
}

footer a:hover {
  text-decoration: underline
}

footer img {
  height: 27px
}

footer div.right img {
  margin-right: 0
}
