html
{
	overflow-y:scroll;
}
body
{
	font-family:Courier, monospace;
	font-size:12px;
	color:black;
	margin:0px;
}
div#content
{
	width:500px;
	margin: 72px auto;
	text-align:center;
}
h1
{
	font-size:72px;
	padding:0px;
	margin:0px 0px 50px 0px;
}
h1 a, h1 a:link
{
	color:black;
	text-decoration:none;
}
input
{
	width:400px;
	display:block;
	margin:auto;
	font-family:Courier, monospace;
}
input[type=submit]
{
	padding:5px;
	font-size:16px;
	border:1px solid black;
	width:412px;
	background-color:white;
	margin-top:5px;
}
input[type=text]
{
	border:1px dotted #ADADAD;
	font-size:16px;
	padding:5px;
}
input[type=hidden]
{
	display:none;
}
div#posts
{
	margin-top:72px;
}
div#location_display
{
	text-align:right;
	padding:5px;
	font-size:16px;
	width:412px;
	color:#ADADAD;
	margin:auto;
	position:relative;
}
p.post
{
	margin:0px auto 30px auto;
	width:360px;
	text-align:right;
}
p.post em
{
	color:#ADADAD;
}
div#location_display a, div#location_display a:link, p.post em a, p.post em a:link
{
	color:#ADADAD;
	text-decoration:none;
}
p.post em a, p.post em a:link
{
	border-bottom:1px dotted;
}
div#location_display a:hover, p.post em a:hover
{
	color:#606060;
}
form#location_editor
{
	position:absolute;
	display:none;
	width:412px;
	padding:5px;
	top:0px;
	right:0px;
	background-color:white;
}
input#loc_search
{
	text-align:right;
	width:248px;
	display:inline;
	padding:0px;
	border:0px;
	padding-right:9px;
	outline:none;
}
input#loc_search.loading
{
	background-color:#FEFFAB;
}
input#loc_search.error
{
	background-color:#FAA;
}
p.footer
{
	margin-top:72px;
	color:#ADADAD;
}
div#nav
{
	width:360px;
	margin:auto;
	margin-top:30px;
	position:relative;
}
div#nav a, div#nav a:link, div#nav a:visited
{
	color:blue;
}
div#nav a
{
	display:block;
	position:absolute;
	top:0px;
}
div#nav a#newest
{
	left:0px;
}
div#nav a#newer
{
	left:30%;
}
div#nav a#older
{
	right:30%;
}
div#nav a#oldest
{
	right:0px;
}