body {
	font: 77%/1.5em arial, helvetica, sans-serif;
	margin: 0;
	background-image: none;
	background-color: white;
}

#nav_search,
#header,
.hide,
#title_breadcrumb p,
.box img.featured { display: none; }

h1 {
	font: 300 1.8em georgia, "Times New Roman", serif;
	letter-spacing:-0.05em;
	padding: 10px 0;
	border-top: 2px solid #85888d;
	border-bottom: 1px dashed #85888d;
	margin-top: 1em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.3em 0 1em 0;
	clear: both;
}

h3 {
	font: bold 1em georgia, "Times New Roman", serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 1.3em;
}

dt { margin-top: 1em; }

#sidebar, #footer {
	border-top: 1px solid #999;
	margin-top: 2em;
	clear: both;
}

#footer {
	font-size: 0.9em;
	text-align: center;
}

.mainpic { margin-bottom: 0; display: block; }
.mainpic-caption { margin-top: 5px; font-size: 0.9em; }

/* === Content Images ============================================ */

img.content,
.image-caption img,
.galleryimage {
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

img.left,
.float-left {
	float: left;
	margin: 0.35em 15px 10px 0;
}

img.right,
.float-right {
	float: right;
	margin: 0.35em 0 10px 15px;
}

.image-caption {
	font-size: 0.9em;
	width: 165px;
	overflow: hidden;
}

.image-caption a { border: 0 !important; }

.image-caption p {
	padding: 5px 7px 0 7px;
	text-align: center;
	line-height: normal !important;
	margin: 0 !important;
}