body {
    background-color: #fff;
    color: #666;
    font: normal 12px/19px Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 100%;
}

#header {
    border-top: 5px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e;
    margin-bottom: 1.5em;
}
    #header h1 a {
        color: #333;
        font-size: 22px;
        text-decoration: none;
    }
    #header #toolbar {
        display: none;
    }

#primary {
    display: none;
}

#content {
    width: 100%;
}

    #content h2 {
        color: #000;
        font-size: 18px;
    }
    
    #content h3 {
        color: #333;
        font-size: 16px;
    }
    
    #content h4 {
        color: #666;
        font-size: 14px;
    }
    
#events {
    border: 2px solid #e1e1e1;
    display: inline;
    float: right;
    margin: 0 0 25px 25px;
    padding: 10px;
}
