/* sitewide */

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: -0.01em;
	background-color: #ccccc0;
	font-size: 0.9em;
}

a
{
	color: #800000;
	text-decoration: none;
}

a:hover
{
	color: #d40000;
	text-decoration: underline;
}

input.button
{
	color: #800000;
	background-color: #eeeee9;
	font: bold 75% Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #800000;
	padding: 0 4px 0 4px;
	height: 100%;
}

input.button-hover
{
	color: #b00000;
	background-color: #eeddd3;
	font: bold 75% Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #b00000;
	padding: 0 4px 0 4px;
	height: 100%;
}

input.button-login
{
	color: #800000;
	background-color: #eeeee9;
	font: bold 85% Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #800000;
	padding: 3px 8px 2px 8px;
}

input.button-login-hover
{
	color: #b00000;
	background-color: #eeddd3;
	font: bold 85% Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #b00000;
	padding: 3px 8px 2px 8px;
}

/* header */

div#header-wrap
{
	height: 100px;
	text-align: center;
}

div#header
{
	margin: 0 auto;
	/* padding: 8px 0 10px 0; */
	padding: 0 15px 0 15px;
	width: 940px;
	height: 100px;
	text-align: left;
	background-color: white;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

div#header h1
{
	padding: 0;
	margin: 25px 0 0 0;
	float: left;
	font-family: "American Typewriter", Georgia, serif;
	font-weight: normal;
	font-size: 3.0em;
	line-height: 45%;
}

div#header h1 span.sub
{
	font-size: 0.45em;
}

/* login/user stuff */

div#user
{
	float: right;
	font-size: .8em;
	padding: 10px 0 0 0;
}

div#user table
{
	border-collapse: collapse;
}

div#user table th
{
	font-weight: normal;
	text-transform: uppercase;
	font-size: .8em;
	padding-left: 2px;
}

/* navigation menu */

div#nav-wrap
{
	height: 25px;
	text-align: center;
}

div#nav
{
	margin: 0 auto;
	width: 940px;
	height: 25px;
	padding: 0 15px 0 15px;
	text-align: left;
	font-size: .75em;
	color: #666666;
	text-transform: uppercase;
	background-color: #ddddd2;
	border: solid 1px #bbbbbb;
	line-height: 220%;
}

div#nav a
{
	text-decoration: none;
	letter-spacing: -0.02em;
	font-weight: bold;
}

/* main content */

div#main-wrap
{
	text-align: center;
}

div#main
{
	margin: 0 auto;
	width: 940px;
	text-align: left;
	padding: 10px 15px 30px 15px;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	background-color: #eeeee9;
}

/* footer */

div#footer-wrap
{
	text-align: center;
}

div#footer
{
	margin: 0 auto 15px auto;
	width: 940px;
	text-align: left;
	padding: 5px 15px;
	background-color: #ddddd2;
	border: solid 1px #bbbbbb;
	color: #333333;
	font-size: .75em;
}

div#footer p
{
	margin: 0;
	padding: 0;
}

/* bread crumb trail (watch out, hansel!) */

div.croutons
{
	margin-bottom: 8px;
}

div.croutons span.place
{
	font-family: Georgia, serif;
}

div.croutons span.place-current
{
	font-family: Georgia, serif;
	font-size: 1.5em;
	position: relative;
	top: 2px;
	letter-spacing: -0.02em;
}

div.croutons span.title
{
	color: #555;
	text-transform: uppercase;
	font-size: 0.8em;
}

/* home page */

table.home-boxes
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.home-boxes td
{
	padding: 0;
}

table.home-boxes td.left
{
	width: 25%;
}

table.home-boxes td.left h2
{
	font-size: 1em;
	margin-top: 12px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	/* border-bottom: solid 6px #b3b39f; */
	border-bottom: solid 3px #769E26; /* other matching color is #26769E */
	font-weight: normal;
}

table.home-boxes td.right h3
{
	font-size: 1em;
	margin-top: 12px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-bottom: 7px;
	border-bottom: solid 3px #26769E; /* other matching color is #769E26 */
}

table.home-boxes td.right
{
	width: 75%;
}

div.home-box-left
{
	border: dotted 1px #999993;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0 15px 5px 15px;
	background-color: #e7e7e2;
	width: 250px;
}

div.home-box-right
{
	border: 1px dotted #999993;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0 15px 0 15px;
	background-color: white;
}

/* http://www.thatvoodooyoudo.com/css/styling-horizontal-rules/ */
div.home-box-right hr.divider
{
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999993;
	border-style: none none dotted;
	clear: both;
}

div.home-box-right div.covermap
{
	position: relative;
	height: 305px;
}

div.home-box-right div.covermap-label
{
	font-weight: bold;
	text-align: center;
	line-height: 90%;
	position: absolute;
	margin: none;
	padding: none;
	color: #888883;
}

div.home-box-right span.read-more
{
	font-size: 0.9em;
	color: #800000;
}

div.home-box-right div.featured
{
	padding: 0 0 0 0;
}

div.home-box-right div.featured h2
{
	font-family: Georgia, serif;
	margin: 3px 0 0 0;
	font-size: 1.4em;
	letter-spacing: -0.02em;
}

div.home-box-right div.featured div.place
{
	font-size: 0.75em;
	text-transform: uppercase;
	color: #555555;
	margin: 0;
}

div.home-box-right div.featured div.description
{
	font-family: Georgia, serif;
	margin: 2px 0 8px 0;
	padding: 0;
	line-height: 1.2em;
}

div.home-box-right div.featured div.description p
{
	margin: 2px 0 5px 0;
}

div.home-box-left-thing
{
	margin-bottom: 8px;
	line-height: 90%;
}

div.home-box-left-thing span.title
{
	font-family: Georgia, serif;
	font-weight: bold;
}

div.home-box-left-thing span.place
{
	font-size: 0.75em;
	text-transform: uppercase;
	color: #555555;
}

div.home-box-right span.browse-place
{
	font-weight: bold;
	font-size: .95em;
}

div.home-box-right h1
{
	margin: 12px 0 0 0;
	font-family: Georgia, serif;
	font-size: 2em;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 100%;
}

div.home-box-right h2
{
	margin: 12px 0 0 0;
	font-family: Georgia, serif;
	font-size: 1.5em;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 100%;
}

div.home-box-right div.thing-detail
{
	font-family: Georgia, serif;
}

div.home-box-right div.thing-detail h2
{
	font-size: 1.0em;
	font-family: Tahoma, Arial, sans-serif;
}

div.featured-more
{
	margin-top: 15px;
	border-top: 1px dotted #999993;
	font-size: 90%;
	clear: both;
}

div.featured-more h3
{
	border-bottom: none !important;
}

div.featured-more p
{
	margin: 0;
}

div.control-buttons
{
	margin-top: 12px;
}

img.thingnail
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: solid 1px #777770;
}

img.thingnail-right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: solid 1px #777770;
}

div.thingpic
{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}

div.thingpic img
{
	border: solid 1px #777770;
}

div.thingpic div.caption
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: .8em;
	margin-top: 1px;
	padding-bottom: 4px;
	border-bottom: solid 1px #999993;
}

/* Visitor comments */

div.forum
{
	margin: 15px 0
}

div.forum table.post-form
{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: .9em;
}

div.forum div.bottom-buttons
{
	text-align: center;
}

div.forum table.post-form th
{
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	width: 150px;
	font-weight: normal;
}

div.forum table.post-form td
{
	padding-top: 10px;
}

div.forum table.post-form input.input-short-text
{
	width: 95%;
}

div.forum table.post-form textarea.input-long-text
{
	width: 95%;
	height: 120px;
}

div.forum div.message
{
	background-color: #eeeee9;
	padding: 5px 10px;
	border: dotted 1px #ccc;
	margin: 6px 0;
}

div.forum div.message div.field-name
{
	float: left;
	color: #444;
}

div.forum div.message div.date
{
	float: right;
	color: #444;
	font-size: .9em;
}

div.forum div.message div.field-comment
{
	clear: both;
	padding-top: 8px;
	font-family: Georgia, serif;
	line-height: 1.5em;
}

div.form-error
{
	font-weight: bold;
	color: red;
}

/* table for editing stuff */

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

table.edit th
{
	font-weight: normal;
	font-size: .9em;
	text-align: right;
	padding: 4px 8px 4px 0;
	border-right: solid 1px #cccccc;
}

table.edit td
{
	width: 85%;
	padding: 4px 0 4px 8px;
}

span.mandatory
{
	color: red;
	font-weight: bold;
}

div.error
{
	width: 900px;
	border: solid 1px red;
	background-color: #ffffcc;
	padding: 10px 15px;
	margin: 2px 0 15px 0;
}
