body
{
	font: 0.8125em arial, sans-serif;
	margin: 0;
	color: #2c3321;
}

div#page-container
{
	text-align: center;
}

div#page-containee
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

div#topdiv
{
	border-bottom: solid 6px #3e482e;
	padding-bottom: 10px;
	height: 47px;
}

div#sitename
{
	font-size: 2.2em;
	letter-spacing: -0.03em;
	color: #3e482e;
	border-left: solid 1px #a8c47e;
	border-right: solid 1px #a8c47e;
	background-color: #ce9;
	padding: 10px 25px 0 25px;
	float: left;
	height: 47px;
}

div#nav
{
	float: left;
	padding-top: 20px;
	font-size: 1.1em;
}

div#nav ul
{
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}

div#nav ul li
{
	display: inline;
	padding-left: 15px;
}

div#nav a
{
	color: #798d5b;
	font-weight: normal;
}

#content
{
	line-height: 1.5em;
}

#breadcrumbs
{
	margin: 10px 0 0 0;
}

#footer
{
	height: 15px;
}

h1
{
	letter-spacing: -0.02em;
}

a
{
	color: #658c2a;
	font-weight: bold;
}

a:hover
{
	color: #456c0a;
}

div.home-cities
{
	margin-top: 15px;
}

div.home-city
{
	float: left;
	border: solid 1px #a8c47e;
	background-color: #ce9;
	padding: 10px;
	text-align: center;
	width: 150px;
	height: 150px;
	position: relative;
}

div.home-city h1
{
	font-size: 1.5em;
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 5px 0 0 0;
}

div.home-city h2
{
	font-size: 1.1em;
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 5px 0 0 0;
}

div.home-city div.place
{
	margin: 1px 0 0 0;
	text-transform: uppercase;
	font-size: .9em;
}

div.home-city div.when
{
	margin: 8px 0 0 0;
	line-height: 18px;
}

div.home-city span.date
{
}

div.home-city span.time
{
	font-family: "Arial Black", sans-serif;
	font-size: 1.5em;
}

div.home-city form
{
}

div.home-city div.button
{
	position: absolute;
	bottom: 8px;
	right: 8px;
}

div.home-city input.button
{
	font-size: 85%;
	border: solid 1px #aaa;
	background-color: #eee;
	color: #555;
}

div.home-city input.city-field
{
	width: 100%;
	margin-top: 15px;
}

ul.browse-horizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.browse-horizontal li
{
	display: inline;
	padding-right: 20px;
}

div.error
{
	border: solid 1px red;
	background-color: #eba;
	padding: 10px;
	margin: 15px 0;
	color: maroon;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -0.01em;
}

table.form
{
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.form th
{
	text-align: left;
	font-weight: normal;
	background-color: #ce9;
	padding: 4px 10px;
	border-bottom: solid 1px #a8c47e;
	border-top: solid 1px #a8c47e;
}

table.form td
{
	padding: 4px 10px;
	border-bottom: solid 1px #a8c47e;
	border-top: solid 1px #a8c47e;
}

table.chart
{
	width: 100%;
	border-collapse: collapse;
}

table.chart th
{
	text-align: left;
	border-bottom: solid 1px #a8c47e;
	padding-left: 4px;
	padding-right: 4px;
}

table.chart td
{
	border-bottom: dotted 1px #a8c47e;
	padding-left: 4px;
	padding-right: 4px;
}

table.chart td.odd
{
	background-color: #e2e2e2;
}






