/*****************************************************************/
/* 5grid 0.4 by n33.co | MIT+GPLv2 license licensed              */
/* mobileUI-flat.css: Flat mobile UI theme                       */
/*****************************************************************/

#mobileUI-site-titlebar {
	text-align: center;
	background: #444;
	color: #fff;
	line-height: 46px !important;
}

#mobileUI-site-title {
}

#mobileUI-site-nav-opener {
	width: 45px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 0.8em;
	top: 0;
	left: 0;
	text-indent: -9999em;
	background: rgba(0,0,0,0.15);
	/* <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45px" height="30px" viewBox="0 0 45 30" zoomAndPan="disable"><rect x="10" y="9" width="25" height="2" style="fill:rgba(255,255,255,0.5);" /><rect x="10" y="14" width="25" height="2" style="fill:rgba(255,255,255,0.5);" /><rect x="10" y="19" width="25" height="2" style="fill:rgba(255,255,255,0.5);" /></svg> */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDVweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgNDUgMzAiIHpvb21BbmRQYW49ImRpc2FibGUiPjxyZWN0IHg9IjEwIiB5PSI5IiB3aWR0aD0iMjUiIGhlaWdodD0iMiIgc3R5bGU9ImZpbGw6cmdiYSgyNTUsMjU1LDI1NSwwLjUpOyIgLz48cmVjdCB4PSIxMCIgeT0iMTQiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyIiBzdHlsZT0iZmlsbDpyZ2JhKDI1NSwyNTUsMjU1LDAuNSk7IiAvPjxyZWN0IHg9IjEwIiB5PSIxOSIgd2lkdGg9IjI1IiBoZWlnaHQ9IjIiIHN0eWxlPSJmaWxsOnJnYmEoMjU1LDI1NSwyNTUsMC41KTsiIC8+PC9zdmc+');
	background-position: center center;
}

#mobileUI-site-nav-opener:active {
	background-color: rgba(0,0,0,0.4);
}

#mobileUI-site-nav {
	background: #272727;
	color: #fff;
}

#mobileUI-site-nav-inner {
}

.mobileUI-site-nav-link {
	display: block;
	color: #fff;
	padding: 0 10px 0 10px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	border-top: solid 1px rgba(255,255,255,0.1);
}
	
	.mobileUI-site-nav-link:first-child {
		border-top: 0;
	}

	.mobileUI-site-nav-link:last-child {
		border-bottom: 0;
	}