/* I'm humbled you've gone so far as to study my
 * styling. Really, thanks for the in-depth look.
 * Remember to go back to my CV for contact info.
 *
 // Lasse
 */

* {
    margin: 0;
    padding: 0;
}

html {
    border-top: 9px solid #660000;
    /* border-bottom: 9px solid #660000; */
    /* PT Sans is a Google WebFonts font. */
    font-family: "PT Sans", "Verdana", "Arial", "Lucida Sans Unicode", sans-serif;
    height: 100%;
}

body {
    width: 60%;
    min-width: 620px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 50px;
    height: 100%;
}

hgroup {
    clear: both;
}

h1,h2,h3,h4,h5 {
    /* Lora is a Google WebFonts font. */
    font-family: "Lora", "Georgia", "Garamond", "Times New Roman", serif;
    font-weight: normal;
}

h2 {
    font-size: 1.2em;
}

header h1 {
    font-size: 3.4em;
    margin-bottom: 0;
}

header h2 {
    font-size: 1.5em;
    color: #626262;
}

article h2 {
    margin-top: 30px;
}

p.vitals {
    margin-top: 8px;
    color: grey;
    text-transform: uppercase;
    font-size: 0.8em;
}

nav {
    float: right;
    margin-bottom: 35px;
    margin-top: 10px;
}

nav ul li {
    list-style-type: none;
    display: inline;
    font-family: Verdana;
    font-size: 0.7em;
    text-transform: uppercase;
    padding-left: 40px;
}

nav ul li a {
    color: #747474;
    text-decoration: none;
    padding-top: 15px;
}

nav ul li a.active {
    background: #ffffff top center url('tri.png') no-repeat;
}

article {
    margin-top: 30px;
}

article h1 {
    font-size: 1.5em;
    width: 100%;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

article section {
    padding-left: 40px;
    margin-top: 20px;
}

p {
    line-height: 1.8em;
    font-size: 0.9em;
    margin-bottom: 8px;
}

section ul {
    line-height: 1.5em;
    font-size: 0.9em;
    margin-left: 30px;
}

section ul li {
    margin-top: 10px;
}

section ul li:first-child {
    margin-top: 0;
}

section ul.list li {
    line-height: 1.8em;
    font-size: 0.9em;
}

/* For listy stuff. */

section ul.list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    coloumn-count: 3;
}

a {
    color: #660000;
}

article h1 {
    margin-bottom: 15px;
}

article p.site {
    font-style: italic;
}

article p.period {
    float: right;
}

article p.desc {
    clear: both;
    margin-top: 15px;
}

.amp {
    font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
}

abbr {
    border-bottom: 1px dashed grey;
    cursor: help;
}

.fleuron {
    font-size: 4em;
    width: 100%;
    text-align: center;
    display: block;
    color: #a9a9a9;
    clear: both;
}

.paran {
    color: grey;
}

#face {
    float: right;
    padding: 0 0 30px 20px;
}

.printonly {
    display: none;
}
