/** 
 * theming styles
 * 
 */

#header {
    background: url(../images/admin-tools.png) 0 0 repeat-x;
}

#header #branding h1 {
    display:inline;
    color:white;
    margin-left:10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    vertical-align:middle;
    padding-top: 10px;
    padding-bottom: 0px;
}

div.breadcrumbs {
    display: block;
    padding: 10px 15px;
    border: 0;
    background-position: 0 -8px;
    border-bottom: 1px solid #ededed;
}

div.breadcrumbs a {
    display: inline;
}
