@charset "utf-8";
/* character encoding declaration included per recommendation at http://www.w3.org/International/tutorials/tutorial-char-enc/ */

/* RESET DECLARATIONS */
/* based on Jospeh Lowery's presentation at Adobe MAX 2007 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, img, ins, kbd, q, samp, small, strong, b, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* NOTES */
/* very light red ffb8ad */
/* light red ff8d7a */
/* med. red af292e */
/* dark red 802a2a */

/* DEFAULT TAG STYLES */

body {
	background-color: #5e2612;
	color: black;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0;
}

/* headings */
h1 {
	color: #5e2612;
	font-weight: bold;
	font-size: 117%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #5e2612;
}
h2 {
	color: #5e2612;
	font-weight: bold;
	font-size: 100%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
h3 {
	color: #5e2612;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* lists */
ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}
p > ul, p > ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li, li > ul, li > ol {
	margin-top: 0.5em;
	margin-bottom: 0;
}
ul.singleSpaced, ul.singleSpaced li, ol.singleSpaced, ol.singleSpaced li {
	margin-top: 0;
	margin-bottom: 0;
}

/* links */
a:link {
	color: #9b6e5f;
	text-decoration: underline;
}
a:visited {
	color: #5e2612; /* dark red */
	text-decoration: underline;
}
a:hover, A:focus, A:active {
	color: red;
	text-decoration: underline;
}

/* other block-level elements */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
blockquote {
	margin: 1em 2em;
}
address {
	font-style: normal;
}

/* MISC. UTILITY CLASSES */
.nobr, .nowrap {
	white-space: nowrap;
}
.clearFloats {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/* PAGE SPECIFIC STYLES */
#pageFrame {
	width: 750px;
	border: 1px solid #330000;
	background-color: white;
	margin: 0px auto;
	text-align: left;

}
#homePageFrame {
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	position: relative;
}
#homePageBody {
	margin-left: 268px;
}
#homePageContent {
	padding: 0 1em 1em 1.1em;
	font-size: 83%;
}
#header {
}
#header img, #homePageHeader img {
	display: block;
}
#content {
	padding: 0 10px 10px 10px;
}
#footer {
	clear: both;
	padding: 0px 4px 4px 4px;
}
#mainNav {
	background: #5e2612;
	text-align: center;
	border-top: 1px solid #5e2612;
	border-bottom: 1px solid #5e2612;
	padding: 5px;
}
#mainNav a {
	color: #d4beb6;
	font-weight: bold;
	font-size: 83%;
	border-left: 1px solid #9b6e5f;
	text-decoration: none;
	padding: 3px 10px;
}
#mainNav a:hover, #mainNav a:focus {
	background: #b28d7f;
	color: white;
}
#mainNav a.firstLink {
	border-left: none;
}
#breadcrumbs {
	padding: 10px;
	font-size: 75%;
}

.notSelected {
	padding: 3px;
	border: 1px solid #b28d7f;
}
.selected {
	padding: 1px;
	border: 3px solid #9b6e5f;
}

#thumbnails {
	float: left;
	width: 250px;
	height: 450px;
	overflow-y: scroll;
	padding-bottom: 10px;
}
#thumbnails img:hover, #relatedThumbnails img:hover {
	padding: 1px;
	border: 3px solid #5e2612;
}

#mainContent {
	margin-left: 275px;
}
#mainContent #photo {
	text-align: center;
	width: 450px;
	height: 450px;
}
#mainContent #title {
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
#mainContent #relatedThumbnails {
	height: 150px;
	text-align: right;
}
#relatedThumbnails img {
	margin-left: 0.5em;
}
#footer {
	text-align: center;
	color: #d4beb6;
	font-size: 83%;
}
#footer a {
	color: #d4beb6;
	text-decoration: underline;
}