body {
	background: #502020; 
	margin: 0;
	padding: 0;

	text-align: center;	/* stupid IE */

	font-family: Constantia, "Palatino Linotype", Palatino, serif;
}

#shell {
	background: #502020 url("bg-shell.jpg") repeat-y;
	width: 955px;
	margin: 0 auto 0 auto;

	text-align: left;
}

#sidebar {
	width: 300px;
	margin-right: 15px;
	float: left;
}

ul#navi {
	border-bottom: 15px solid #502020;
	text-align: right;
	padding: 0;
	margin: 0;
}

#navi li {
	list-style-type: none;
	border-bottom: 1px solid #502020;
}

#navi li a {
	display: block;
	padding: 0.75em 0.8em 0.20em 0;
}

#navi .nav-item-selected { 
	background-color: #8e7c72; 
	padding-top: 1.5em;

	text-transform: uppercase; 
	color: #f0eee7; 
	font-size: 1.5em;
}

#navi .nav-item-selected { padding-right: 0.55em; color: #f0eee7; cursor: default; }

#navi .nav-item-offByOne { background-color: #846d64; }
#navi .nav-item-offByTwo { background-color: #795d57; }
#navi .nav-item-offByThree { background-color: #6f4e49; }
#navi .nav-item-offByFour { background-color: #653f3b; }
#navi .nav-item-offByFive { background-color: #5a2f2e; }

#navi a { color: #d6d4ce; }

#navi li a:hover {
	background: #d3d0c8;
	color: #000;
	text-decoration: none;
}

#sidebar dl {
	font-size: 0.85em;
}

#sidebar img, #post img { border-bottom: 15px solid #502020; }

#main {
	width: 640px;
	min-height: 800px;
	float: left;

	color: #d3d0c8;
}

#header {
	background: url("header.jpg") no-repeat right;
	height: 50px;
	border-bottom: 15px solid #502020;
}

/* holly hack, groan \*/
* html #header { height: 65px; }
/* end hack */

#footer {
	border-top: 15px solid #502020;
	padding: 0.5em;
	width: 640px;

	position: relative;
	left: 303px; 

	clear: both;

	font-size: 0.75em;
	text-align: right;
	color: #502020;
}

/* holly hack, groan \*/
* html #footer { left: 315px; }
/* end hack */


/* ... non-structural styles ... */

p, dl, h2, h3 {
	margin: 0.5em 0.8em 0 0.8em;
	line-height: 1.5;
}

h3 {
	padding-top: 1em;
	border-bottom: 1px solid #f0eee7;
}

.details dt {
	width: 5em;
}

.details dd {
	margin-left: 6em;
}

#sidebar dt { width: 5em; }
#sidebar dd { margin-left: 6em; }


dt { 
	width: 10em;
	float: left; 
	clear: left; 
	text-align: right;
}

dd {
	margin-left: 11em;
	margin-bottom: 0.5em;
}

a { text-decoration: none; }
a:link { color: #95BFD8; }
a:visited { color: #51A1D0; }
a:hover { text-decoration: underline; }

hr { 
	margin: 1.5em auto;
	width: 15em;
	border-style: solid;
	border-width: 1px 0 0 0;
}

a img { border: 0; }

address {
	width: 50%;
	float: left;
	text-align: center;
	font-style: normal;
}

/* ... section-specific styles ... */

.navi-p {
	clear: both;
	font-size: 0.85em;
	text-align: right;
	border-right: 1.5em solid #8e7c72;
}

#main li {
	line-height: 1.5;
}

li address {
	line-height: 1.25;
}

#post dd p, #category-archive p {
	margin: 0;
	padding: 0;
}

#post p.editlink, p.editlink {
	padding-right: 1em;
	float: right;
}

#category-archive dl { clear: left; }

#category-archive dt {
	width: 300px; 
	margin-right: 1em;
	margin-bottom: 1em;
}

#category-archive dd { margin-left: 325px; }

/* ... advanced-search ... */

.hideme { display: none; }

fieldset {
	margin: 0.5em 0.8em 0 0.8em;
	line-height: 1.5;
	border: 0;
}

p.buttons {
	margin-left: 1.5em;
}

.buttons input {
	border: 1px solid #f0eee7;
	background-color: #6f4e49;
	color: #f0eee7;
}

#advanced-search ul {
	list-style-type: none;
	padding-left: 2em;
}

.thumbnail {
	width: 50%;
}

.thumbnail p {
	margin: 1em auto;
	padding: 0;
	width: 300px;
	line-height: 1; 
}

.thumbnail div {
	height: 22em;
}

.thumbnail dl { 
	margin-top: 0.5em;
	line-height: 1; 
	font-size: 85%;
}

.thumbnail dt { width: 10em; }

.thumbnail dd { margin-left: 11em; }

.thumbnail dl, .thumbnail dt, .thumbnail dd {

} 

