/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
    background: #0496ff url(../favicon/bh_logo.png) no-repeat 2px;
    background-size: auto;
    padding-left: 86px;
    padding-right: 86px;
    padding-bottom: 86px;
    color: white;
}

#top-menu {
	background: #0677c7;
}