/* Reset browser styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	width: 100%;
	height: 100%;
}

body { 
	background-color: #55594f;
	color: #0c0c0c;
	font-family: "trebuchet ms", trebuchet, "helvetica neue", helvetica, arial, verdana, sans-serif; 
	font-size: 100%;
	line-height: 1.125em; /* 16 x 1.125 = 18 */
}

/* Structure
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

#outer-container {
	position: relative;
	width: 912px;
	margin: 0 auto;
	background: #f2f2f2;
}

#header {
	position: relative;
	width: 912px;
	height: 304px;
}

#inner-container {
	position: relative;
	width: 912px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 600px;
	padding: 0 24px;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 0 24px 24px 0;
}

#footer {
	width: 912px;
	padding: 12px 0 24px 0;
	border-top: 2px solid #403d1e;
}

.center-clear-l {
	clear: left;
	text-align: center;
}

.center-clear-r {
	clear: right;
	text-align: center;
}

.clear { clear: both; }

clear-l { clear: left; }

.clear-r { clear: right; }

.fl-l { float: left; }

.fl-r { float: right; }

.imgfl-l { 
	float: left;
	margin: 0 12px 12px 0;
}

.imgfl-r {
	float: right;
	margin: 0 0 12px 12px; 
} 

/* Header
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

/* Content
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

h2 { 
	margin: 0 0 24px 0;
	padding: 0 0 4px 0;
	color: #717330;
	letter-spacing: 0.0625em; /* 1px */
	border-bottom: 2px solid #717330;
}

h3 { 
	margin: 0 0 4px 0;
	color: #bfa75e;
	letter-spacing: 0.0625em; /* 1px */
}

#last-section {
	margin: 24px 0 0 0;
	padding: 0 0 48px 0;
}

.review-citation { margin: 6px 0 0 0; }

.section {
	margin: 24px 0 0 0;
	padding: 0 0 24px 0;
}

/* Sidebar
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

h4 { 
	margin: 18px 0 2px 0;
	padding: 0 2px;
	color: #55594f;
	letter-spacing: 0.0625em; /* 1px */
	border-bottom: 2px solid #55594f;
}

#navigation {
	margin: 24px 0 0 0;
	padding: 2px 0 0 0;
	border-top: 2px solid #65768c;
}

.sidebar-copy {
	margin: 0 0 18px 0;
	color: #55594f;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.03125em; /* 0.5px */
}

#sidebar img { margin: 18px 0 6px 0; }

#sidebar ul {
	color: #65768c;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.03125em; /* 0.5px */
}

/* Footer
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

#copyright { 
	float: left; 
	margin: 0 0 0 12px;
}

h6 { 
	color: #808080;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.03125em; /* 0.5px */ 
}

#gerald-bivens { 
	float: right;
	margin: 0 12px 0 0; 
	text-align: right;
}

/* Typography
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {
	margin: 0 0 0 18px;
	color: #403d1e;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.03125em; /* 0.5px */
}

.center { text-align: center; }

em { font-style: italic; }

h1, h5, h6 { font-weight: normal; }

h1 { font-size: 1.5em; /* 24px */ }

h2 { font-size: 1em; /* 16px */ }

h3 { font-size: 0.875em; /* 14px */ }

h4 { font-size: 0.75em; /* 12px */ }

h5 { font-size: 0.6875em; /* 11px */ }

h6 { font-size: 0.625em; /* 10px */ }

.indent { text-indent: 18px; }

p { 
	color: #403d1e;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.03125em; /* 0.5px */
}

.smaller { font-size: 0.625em; /* 10px */ }

strong { font-weight: bold; }

.underline { text-decoration: underline; }

/* Link styles	
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

a { text-decoration: none; }

a img { border: none; }

#content p a:link { 
	color: #403d1e;
	text-decoration: underline; 
}

#content p a:visited { 
	color: #403d1e; 
	text-decoration: underline;
}

#content p a:hover { 
	color: #403d1e;
	text-decoration: underline;
}

#footer a:link { color: #808080; }

#footer a:visited { color: #808080; }

#footer a:hover { 
	color: #808080; 
	text-decoration: underline;
}

#sidebar ul a:link, #sidebar p a:link { 
	display: block;
	padding: 0 2px; 
	color: #65768c; 
}

#sidebar ul a:visited, #sidebar p a:visited { 
	display: block;
	padding: 0 2px; 
	color: #65768c; 
}

#sidebar ul a:hover, #sidebar p a:hover { 
	display: block;
	padding: 0 2px; 
	background: #65768c; 
	color: #fff; 
}
