@import url(../../../stylesheets/application.css);

#header {
	background: #546334 url('../images/ris_logo_white.png') no-repeat 2px;
	background-size: 50px 50px;
	background-position: top 5px left 5px;
	padding-left: 60px !important;
}

#header h1 {
	padding-top: 10px;
}

#top-menu, #main-menu li a.new-object, #main-menu li a:hover, div.flyout-menu {
	background-color: #26171a;
}

div.flyout-menu h3 {
	background-color: #4e4848;
}

@media screen and (max-width: 899px) {
	#header {
		background: none;
		background-color: #546334 !important;
	}
}
