/* NavBar styles */

#gmobar { display: none; }

@media screen and (min-width: 768px) and (orientation: landscape) {

	body #wrapper { margin-top: 40px; }

	#gmobar {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #fff;
		background: #777;
		z-index: 9999999;
		box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	}
	
	#gmobar .wrap { padding: 4px 5px; }
	#gmobar .left { float: left; }
	#gmobar .right { float: right; }
	#wpadminbar { top: 40px !important; }
}
