/*----------------------------------------
[Homepage]

Author:       Ethan Poole
Last updated: 30 October 2011

[Table of contents]
1. Introduction
2. Action links
----------------------------------------*/

/* ----- [1. Introduction] ----- */
section#content p {
    color: #033E6B;
    font-family: 'Thryomanes', Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 120%;
    margin-bottom: 0.5em;
    text-align: center;
}

/* ----- [2. Action links] ----- */
section#content ul {
    list-style-type: none;
    margin: 0px 0px 1em;
    text-align: center;
}
section#content ul li {
    display: inline;
}
section#content ul li:after {
    content: " \2219";
}
section#content ul li.last:after {
    content: "";
}
