body {
	background-color: #F0EA99;
	color:	#544110;
}

#site-main {
}

#site-header {
}
	#site-header::before {
	}
	#site-banner {
		background-color: #F0EA99;
	color:	#544110;
	}
		#site-banner h1 {
			font-weight: bold;
		}

#site-navigation {
	color:	#544110;
}

#mobile-site-about {
	padding: 1em 1.5em;
	line-height: 1.4;
}
	#mobile-site-about h2 {
		visibility: hidden;
	}
	#mobile-site-about p {
		font-family: "Georgia";
		font-size:1.1em;
	}
	#mobile-site-about small {
		display: block;
		margin-top: 1em;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#mobile-site-about .newyorker-logo {
		height: 1.2em;
		vertical-align: text-bottom;
	}

.tab-frame {
	background-color: transparent;
	border-left: 1px solid rgba(0,0,0,0.1);
}
	.list-view {
		background-color: rgba(255,255,255,0.7);
	}
.tab {width: 50%;}

.inline-menu {
	background-color: #F0EA99 !important; 
	color:	#544110;
}

.guest-login-toggle, .add-button {
	position: fixed;
	bottom: 0px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	font-size: 0;
	width: 100%;
	background-color: #F0EA99 !important;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: #222;
	line-height: 1;
	padding: 10px 25px !important;
	border-radius: 0 !important;
}
	.guest-login-button .fa, .add-button .fa {
		font-size: 16pt;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 5px 0;
	}
	.guest-login-toggle::after {
		content: "Login as guest";
		font-size: 11pt;
	}
	.add-button::after {
		content: "Add a restroom";
		font-size: 11pt;
	}
	


