* {
	background: inherit;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #222;
}

a { color: #1abc9f; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
a:hover { color: #ff8000; }

::selection { background: inherit; color: #1abc9f; }
::-moz-selection { background: inherit; color: #1abc9f; }

.container {
	color: #f2f2f2;
	margin: 0 auto;
	max-width: 1150px;
}

	.location {
		border-bottom: 1px solid #444;
		padding: 15px;
	}

		.location h1 { font-size: 1.4em; font-weight: 700; padding-bottom: 5px; }
		.location p.legend { padding: 4px 0; }

		.location p em {
			color: #aaa;
			display: block;
			font-size: 0.9em;
			margin-left: 8px;
		}

	.region { height: 16px; width: 16px; display: inline-block; margin: 0 8px 0 4px; }

	.region.central { background: #fbfbfc; }
	.region.coastal { background: #6275ba; }
	.region.mountain { background: #ec3a24; }



	.footer { padding: 15px; }