/*
  Written by Matthew Blissett.
  Released into the public domain.
  */

/* Teen, Regular */
@font-face {
    font-family: "Teen";
    font-weight: normal;
    font-style: normal;
    src: url("teen.ttf")
}

html, body {
    margin: 0;
    padding: 1em;
    color: #120;
    background: #cdcfa2;
    font-family: 'Teen', 'Gentium', 'Constantia', 'Calisto MT', 'Didot', 'Georgia', serif;
}

h1 {
    padding: 0.2ex 0.8ex;
    margin: 0;
    font-size: 2em;
    text-align: center;
    margin: 0 20% 0.6em;
    text-shadow: 0 0 1ex #fff, 0 0 1.2ex #fff;
}

h2 {
    padding: 0;
    margin: 0.33em 0 0.33em 0;
    font-size: 1.5em;
    text-shadow: 0 0 1ex white;
}

p {
    margin-bottom: 0.8ex;
    margin-top: 0.8ex;
    text-indent: 0;
}

p + p {
    text-indent: 3em;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

a:link, a:visited {
    color: #0a6535;
    text-decoration: none;
}

a:hover {
    color: #0aa535;
    text-shadow: 0 0 1ex #fff;
    text-decoration: underline;
}

a img {
    border: none;
}

div.icons {
    text-align: center;
    margin-bottom: 2em;
}

div.icons div {
    display: inline-block;
    margin: 0.75em;
}

div.icons a img {
    border: none;
    box-shadow: 0.333em 0.333em 0.5em black;
    -moz-box-shadow: 0.333em 0.333em 0.5em black;
    -o-box-shadow: 0.333em 0.333em 0.5em black;
    -webkit-box-shadow: 0.333em 0.333em 0.5em black;
}

div.icons a:hover img {
    box-shadow: 0.333em 0.333em 0.5em #0a6535;
    -moz-box-shadow: 0.333em 0.333em 0.5em #0a6535;
    -o-box-shadow: 0.333em 0.333em 0.5em #0a6535;
    -webkit-box-shadow: 0.333em 0.333em 0.5em #0a6535;
}

/* kate: indent-mode normal; indent-width 1; space-indent off; tab-width 2; hl css; */
