/** 
 * theming styles
 * 
 */

#content {
    padding: 0;
    margin: 15px;
}

#header {
    background: #205067;
    background: url(../images/admin-bg.png) 0 0 repeat-x;
    /* Reset the indents of django-flat-theme
      (need to restore 40px on branding+user-tools instead) */
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
    #header {
        background: #205067;
        padding-left: 0;
        padding-right: 0;
    }
}

#site-name {
    margin-top: -12px !important;
}

.login #header h1 {
    padding-top: 10px !important;
    font-size: 14px !important;
}


/*
#header #branding h1 {
    margin: 0;
    padding: 5px 10px;
    text-indent: -9999px;
    background: transparent url(../../images/mini_logo_header.png) 20px 0px no-repeat;
    height: 31px;
    width: 112px;
}
*/

#header #user-tools {
    /* Old Django: 1.2em, flat theme: 40px; */
    padding-right: 1.2em;
}

#bookmark-form {
    clear: both;
}

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

div .breadcrumbs {
    background: #6a90a5;
}

div.breadcrumbs a {
    display: inline;
}