* { margin: 0; padding: 0; }

body {
    background: #EEE;
    font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
}

#closeBar {
    height: 64px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url(/static/img/window/headerBg.png) top left repeat-x;
}

    #closeBar a {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 120px;
        height: 30px;
        #white-space: nowrap;
        line-height: 30px;
        font-size: 1.4em;
        font-weight: bold;
        color: #FFF;
        background: url(/static/img/window/closeButton.png) top left no-repeat;
        text-align: center;
        text-decoration: none;
    }
    
        #closeBar a:hover {
            background-position: bottom left;
        }

#content {
    margin-top: 60px;
    padding: 10px;
    background: #FFF;
}

    #content h1 {
        font-size: 3em;
        line-height: 1.5em;
        margin-bottom: 0.5em;
    }
    
    #content h3 {
        font-size: 2em;
        line-height: 1.3em;
        margin-bottom: 0.5em;
    }
    
    #content h4 {
        font-size: 1.6em;
        line-height: 2em;
    }
    
    #content p {
        font-size: 1.3em;
        line-height: 2em;
        margin-bottom: 1em;
    }
    
    #content p.author {
        padding: 10px 0;
        border: 1px solid #EEE;
        border-width: 1px 0;
        margin: 10px 0;
        font-weight: bold;
        font-style: italic;
        color: #666;
    }
    
        #content p.author a {
            color: #666;
        }
