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

#top-menu {
    background: #00BDC4;
}
/* add a logo in the header */
#header {
    background: #00BDC4 url(../images/logo.png) no-repeat 5px;
    padding-left: 86px;
}

#main-menu {
    padding-top: 2px;
    position: initial;
}

a, a:link, a:visited {
    color: #00BDC4;
    text-decoration: none;
}

#main-menu li a.new-object {
    background-color: #00BDC4;
}
