#header {
    padding-bottom: 5px;
}

    #header h1 {
        font-weight: normal;
        font-size: 30px;
        line-height: 1;
    }

        #header h1 a {
            font-family: "Comic Sans MS";
            font-size: 50px;
            color: rgba(214, 126, 104, 0.69);
        }

            #header h1 a:hover {
                color:  rgba(251, 156, 92, 0.66);
                text-decoration: none;
            }

#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;
    color: #999;
    line-height: 1.5em;
    margin-top: 10px;
    width: 50%;
    margin-left: 20em;
    float: left;
}

#blogTitle {
    height: 60px;
    clear: both;
}

    #blogTitle h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5em;
        margin-left: 1em;
        margin-top: 10px;
        width: 50%;
        float: left;
    }

#blogLogo {
    float: right;
}

#navigator {
    margin-top: 30px;
    height: 30px;
    clear: both;
    position: relative;
}

#navList {
    min-height: 30px;
    float: right;
}

    #navList li {
        float: left;
    }

    #navList a {
        display: block;
        width: 5em;
        height: 22px;
        float: left;
        text-align: center;
        padding-top: 8px;
    }

        #navList a:link, #navList a:visited, #navList a:active {
            color: #540404;
            font-weight: bold;
        }

        #navList a:hover {
            text-decoration: underline;
        }

.blogStats {
    float: right;
    color: #999;
    margin-top: 5px;
    margin-right: 2px;
    position: absolute;
    right: 5px;
    top: 35px;
}