body {
    max-width: 480px;
    margin: 0 auto;
}

header {
    margin-top: 64px;
}

header h1 {
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.5em;
}

footer {
    margin: 30px 0 0 0;
    padding-top: 60px;
    background: transparent url(../img/footer.png) top left no-repeat;
}

footer p {
    margin: 0 0 1em 0;
}

nav {
    border-top: 1px solid black;
    text-align: center;
    font-size: 1.125em;
}

nav h1 {
    display: none;
}

nav ul {
    display: inline;
    list-style: none;
/*    padding: 0 16px;*/
    padding: 0 0;
    margin: 0;
}

nav ul li {
    list-style: none;
    display: inline;
    padding: 0 8px 0 0;
}

nav ul li::before {
    content: "\2022";
    padding: 0 8px 0 0;
}

nav ul li:first-child::before {
    display: none;
}

nav ul li a {
    color: black;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

nav ul li.active a {
    font-weight: 700;
}

article {
    margin-top: 48px;
}

article p, article blockquote {
    text-align: justify;
}

article img {
    float: right;
    padding: 4px;
    border: 1px solid #ccc;
    margin: 8px;
}

article h1 {
    font-weight: 400;
    text-align: center;
    font-size: 1.75em;
    margin: 32px 0 0 0;
}

article h2 {
    text-align: center;
    font-size: 1.125em;
    margin: 32px 0 0 0;
}

article h2::before {
    content: url(../img/ornament-left.png);
    padding-right: 8px;
}

article h2::after {
    content: url(../img/ornament-right.png);
    padding-left: 8px;
}

article h3 small {
    font-size: 0.75em;
    color: #aaa;
}

article h4 {
    font-size: 0.75em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

dt {
    font-weight: 700;
    width: 160px;
    float: left;
}

dd + dt, dt + dd {
    margin-top: 16px;
}

dd {
    margin-left: 160px;
}

article a:link {
    color: #339;
}

article a:visited {
    color: #636;
}

article a:hover {
    text-decoration: none;
}

article a:active {
    color: #933;
}

header a {
    color: black;
    text-decoration: none;
}

a img {
    border: none;
}

hr {
    border: 0;
    border-bottom: 1px dashed #aaa;
}

hr.clippy {
    margin: 0 0 16px 0;
    padding: 16px 0 0 0;
    background: transparent url(../img/scissors.png) top left no-repeat;
}

#frontPage header h1 {
    font-size: 5.5em;
}

#frontPage ul {
    list-style: none;
    padding: 0;
}

#frontPage li {
    text-align: center;
    margin: 8px 0;
}

#frontPage li a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 1.25em;
}

#frontPage hr {
    margin: 4px 0;
    padding: 30px 0;
    height: 0;
    border: 0;
    background: transparent url(../img/footer.png) top left no-repeat;
}

#frontPage blockquote {
    margin: 1em 0;
    text-align: center;
    font-size: 1.25em;
    font-style: normal;
}

#frontPage blockquote small {
    display: block;
    font-style: italic;
    text-align: right;
    margin-top: 1em;
    font-size: 0.75em;
}
