

#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    background-color: #33388e;
    border-bottom: 1px solid #666;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
}

#header ul {
    list-style: none;
    margin: 2px;
    padding: 0;
}
#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    padding:  10px 10px;
    text-decoration: none;
}

#footer {
    display: none;
}


#header h1 a {
    text-shadow: 0px 1px 0px #000;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));
}

#content, #sidebar {
    padding: 10px;
}

#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}


#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}

#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}