@font-face {
    font-family: "Linux Libertine";
    src: url("http://glacicle.org/fonts/lin-libertine-min.eot");
    src: local("Linux Libertine"), url("http://glacicle.org/fonts/lin-libertine-min.ttf");
}

body {
    padding: 1em 10%;
    font: large/1.556 "Linux Libertine", "Palatino", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
}

p:first-letter {
    font-size: 140%;
    height: 1em;
    line-height: 1em;
}

ul {
    margin: 0;
    margin-bottom: 0.5em;
}

body > h1 {
    margin: 0;
}

body > section > h1, body > nav > h1, h2 {
    font-size: 1.3em;
    font-weight: bold;
    font-variant: small-caps;
    margin: 0;
}

body > section > h1:first-letter, body > nav > h1:first-letter, h2:first-letter {
    font-size: 1.1em;
}

section {
    text-align: justify;
}

p {
    margin: 8px 0;
    margin-bottom: 0.5em;
}

a:link, a:visited, a:active {
    color: #000066;
}

a[rel="external"] {
    background: url("http://glacicle.org/images/external.png");
    background-repeat: no-repeat;
    background-position: 100% 4px;
    padding-right: 12px;
}
