/*
SITE.CSS
*/

body { background: #c68e0f; }

h1,h2,h3,h4,h5,h6 { padding: 0 0 9px; }

.invisible { display: none; }

/* ---------- header */

#title_frame
{
	position: relative;
	background: url("../images/title frame.png") no-repeat;
	height: 324px;
	margin-bottom: 18px;
}

#title
{
	margin: 12px 10px 12px 10px;
	height: 300px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#header_text { font-size: 32px; line-height: normal; color: #f4f3e7; position: absolute; top: 9px; left: 18px; }

/* ---------- page images */

.page_photo_frame		{ margin: 0 0 18px 18px; float: right; position: relative; top: 0; left: 0; }
.page_photo_frame img	{ margin: 0; float: none; width: 100%; }

.page_photo				{ margin: 0; position: absolute; top:0; left: 0; }
.page_photo img			{ margin: 0; float: none; }

/* ---------- sidebar */

.sidebar				{ text-align: right; }
.sidebar_navigation		{ margin-bottom: 25px; }
.sidebar_navigation a	{ font-size: 14px; }
.sidebar_quote			{ padding: 0 0 0 10%; }
.sidebar_quote p		{ color: #f2d187; text-align: right; font-size: 12px; line-height: 16px; }

/* ---------- footer */

.footer, .footer p		{ color: #f2d187; text-align: center; font-size: 10px; line-height: 16px; }

