html {
    background-color: #e5e5e5;
}

body {
    margin: 20px auto 0;
    width: 90%;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
}

h1 {
    font-family: 'Lora', serif;
    font-size: 36px;
}

header {
    position: relative;
    margin-bottom: 60px;
}
header h1 {
    margin: 0;
    line-height: 26px;
    letter-spacing: -2px;
    border-bottom: 1px solid #999;
}
header h1 a {
    color: #000;
    text-decoration: none;
}
header h1 sub {
    bottom: 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

nav {
    position: absolute;
    left: 175px;
}
nav a {
    float: left;
    background-color: #222;
    border-right: 1px solid #888;
    color: #eee;
    padding: 3px 7px;
    text-decoration: none;
}
nav a:hover {
    background-color: #111;
}
nav a:last-of-type {
    border-right-width: 0;
}