html {
	color: #504f4f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #536a72 url('images/bg.png') repeat top center; /* page background */
	font-size: 13px; 
	line-height: 1.5em;
	height: 100%;
}

/* IE hack */
* html body { height: 100%; }

#wrap {
	background: url('images/bg_container.png') center repeat-y;
	margin: 0 auto;	
	width: 853px;
	position: relative;
	min-height: 100%;
}

a {
	color: #536a72;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', georgia, 'Times New Roman', Times, serif;
}

#inner {
	margin: 0 0 0 188px;
	padding: 0 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 606px;
}

.viewport-checker{
	display: none;
	position: absolute;
	top: -1000px;
	left: -1000px;
}
div.hamburger{
	display: none;
	cursor: pointer;
}

#header {
	border-bottom: 22px solid #5b747d; /* header bottom border */
}

#header #title-area {
	overflow: hidden;
}

#header #title a {
	color: #504f4f;
	text-decoration: none;
}

#menu-primary-navigation {
	margin: 0 0 0 -1em;
	padding: 0;
}

#quote-container {
	float: left;
	width: 150px;
	margin-left: 28px;
}

#quote {
	text-align: right;
	background: url('images/side_quote.jpg') no-repeat;
	padding: 305px 0 20px 0;
	margin-top: 83px;
}

#quote blockquote {
	color: #fff;
	font-size: 1.2em;
	margin: 0 .5em;
}

blockquote .author {
	display: block;
	margin: .5em 0 0;
}

.clear {
	clear: both;
}

#main {
	border-top: 6px solid #5f3b42; /* secondary header border */
	width: 100%;
}

.sf-menu a, 
.sf-menu a:visited {
	color: #000;
}

#content {
	background: #f5f5f5; /* content area background */
	border-top: 1px solid #f5f5f5; /* content area background */
}

#content {
	padding: 0 16px 1px;
	margin-bottom: 28px;
}

#content form fieldset {
	background: #fff;
}

.content-sidebar form .text, 
.content-sidebar .select, 
.content-sidebar .textarea {
	width: 80%;
}

.full-width-content #content {
	float: none;
}

.content-sidebar #content {
	float: left;
	width: 362px;
}

#sidebar {
	float: right;
	margin: 0 0 0 15px;
	width: 196px;
}

.widget-title {
	font-size: 1.2em;
}

#footer {
	position: absolute;
	bottom: 0;
	font-size: .9em;
	color: #848383;
}

#footer a {
	color: #848383;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.field textarea {
	resize:none;
}