/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
    background: #507AAA url(../images/favicon.ico) no-repeat 2px;
    padding-left: 86px;
}

/* move the project menu to the right */
#main-menu { 
    left: auto;
    right: 0px;
}

#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #3A3E5D; }

#header {min-height:5.3em;margin:0;background-color:#3A3E5D;color:#f8f8f8; padding: 4px 16px 20px 16px; position:relative;}
