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

/* add a logo in the header */
#header {
    background: #507AAA url(../images/logo.png) no-repeat 2px;
	min-height: 50px;
	background-position: 0px 0px;
}

#header h1 {
	display: none;
	/*font-family: Verdana, Geneva, sans-serif;
    padding-left: 196px;
	padding-top: 25px;*/
}