reader.css 495 Bytes
#header {
    height: 80px;
    background-color: black;
    position: relative;
}

#header div {
    display: inline-block;
}

#branding {
    height: 100%;
    width: 250px;
    background: url("/static/images/sgjp.png") no-repeat 25px 15px;
    padding-left: 95px;
    padding-top: 15px;
    cursor: pointer;
    color: #eee;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

#branding.active {
    background-color: #888;
}

#branding img {
    vertical-align: middle;
}