#header {
    margin-bottom: 60px;
}

.wparchivetitle {
    float: none;
    font-size: 150%;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 90px;
}

/* ========= */
/* = Entry = */
/* ========= */
.wpentry {
    margin-bottom: 90px;
}
.wpentry:last-child {
    margin-bottom: 0;
}

.wpentry h3 {
    float: none;
    font-size: 150%;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.wpentry .wpentry-time {
    font-size: 92%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wpentry .wpentry-content {
    font-size: 92%;
}

.wpentry .wpentry-content p {
    margin-bottom: 1em;
}



/* =========== */
/* = Sidebar = */
/* =========== */
.wpsidebar .sidebaritem {
    margin-bottom: 60px;
}

.wpsidebar .sidebaritem h3 {
    float: none;
    margin-bottom: 30px;
}

.wpsidebar li {
    margin-left: 10px;
    margin-bottom: 1em;
    font-size: 92%;
}


.wpnavigation div:first-child {
    float: left;
}
.wpnavigation div:last-child {
    float: right;
}