body {
	background-color: #F0EA99;
	color:	#544110;
	min-width: 900px;
	background-image: url('http://m3.mappler.net/nyrestroom/img/yellow-gradient.png');
	background-position: left top;
	background-size: 400px;
	background-repeat: no-repeat;
}

#site-main {
	top: 10px;
	left: 30%;
}

#site-header {
	position: absolute;
	top: 20px;
	left: 0;
	right: auto;
	width: 30%;
	min-width: 220px;
	bottom: 0;
	min-width: 0;
}
	#site-header::before {
		content: " ";
		display: block;
		width:	100%;
		height:	240px;
		background-image: url('http://m3.mappler.net/nyrestroom/img/nyrestroom-emblem.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
	}
	#site-banner {
		background-color: transparent;
		text-align: center;
	}
		#site-banner h1 {
			font-weight: bold;
		}

#site-navigation {
	top: 16px;
	left: auto;
	right: 15px;
}

#site-information {
	position: fixed;
	left: 0;
	top: 370px;
	width: 30%;
	bottom: 60px;
	min-width: 270px;
	height: auto !important;
	overflow-y: auto;
	padding: 20px 30px;
}
	#site-information h2 {
		visibility: hidden;
	}
	#site-information p {
		font-family: "Georgia";
		font-size:1.1em;
	}
	#site-information small {
		display: block;
		margin-top: 1em;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#site-information .newyorker-logo {
		height: 1.2em;
		vertical-align: text-bottom;
	}

#hide-information {
	display: none;
}

#tab-navigation {
	border-top: 0;
}

.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);
	}

.guest-login-button, .add-button {
	position: fixed;
	bottom: 0px;
	top: auto;
	left: 0;
	width: 30%;
	right: auto;
	min-width: 270px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	background-color: #F0EA99;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: #222;
	padding: 15px 25px;
	border-radius: 0;
}
	.guest-login-button:hover, .add-button:hover {
		background-color: #222;
		color: #fff;
	}
	.guest-login-button .fa, .add-button .fa {
		font-size: 18pt;
		margin: 0 10px 5px 0;
	}
	.guest-login-button::after {
		content: "Login as guest";
		font-size: 13pt;
	}
	.add-button::after {
		content: "Add a restroom";
		font-size: 13pt;
	}
	



@media screen and (min-width:1300px) {
	#site-main { left: 390px;}
	#site-header, #site-information, .guest-login-button, .add-button { right: auto; width: 390px;}
}
@media screen and (max-width:1099px) {
	#site-header::before {
		height: 190px;
	}
}
