/* general styles */
a, #content .meta, #content .meta a, div#context div.info a, div#context div.info strong a, div#highlight p.meta a {
	color: #630d0d; /* maroon */
}
	a {
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
	a.pdf {
		position: relative;
		display: block;
		height: 30px;
		color: #fff;
		padding: 7px 5px 7px 50px;
		margin: 5px 15px;
		background: #085e63 url(/wp-content/themes/simplex/images/icon_pdf.png) no-repeat 3px 5px;
		overflow: hidden;
		line-height: 29px;
		vertical-align: center;
		text-decoration: none;
	}
		a.pdf:hover {
			background-color: #2A241D;
		}
div#highlight p.meta {
	color: #333;
}
p {
	margin-bottom: 15px;
}
h2, h3, h4, h5, h6, dt {
	line-height: 1.2em;
	margin-bottom: 8px;
	font-weight: normal;
	color: #2a241d; /* dark brown alternate */
}
h2 {
	color: #c6a988; /* tan */
	color: #2a241d; /* dark brown alternate */
    color: #260301; /* really dark brown */
	font-size: 24px;
}
	h2 a {
		color: #c6a988;
	    color: #260301; /* really dark brown */
		text-decoration: none;
	}
h3 {
	font-size: 1.5em;
}
h4 {
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}
dt {
	font-size: 1.3em;
}
#content li {
	margin-left: 30px;
}
li, dd {
	margin-bottom: 12px;
}
img.left, img.right, #photo img, img.alignleft, img.alignright {
	border: 1px solid #333;
}
	img.alignright {
		float: right;
		clear: left;
		padding: 25px 8px 8px;
		margin: 2px 0 5px 15px;
		border: none;
		background: url(/wp-content/themes/simplex/images/bg-photo2.gif) no-repeat 0 0;
	}
	img.alignleft {
		float: left;
		clear: right;
		padding: 25px 8px 8px;
		margin: 2px 18px 5px 0;
		border: none;
		background: url(/wp-content/themes/simplex/images/bg-photo2.gif) no-repeat 0 0;
	}

.clear {
  clear: both;
}

/* Layout */
.outer-wrapper {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	height: 300px;
	display: block;
	background: url(/wp-content/themes/simplex/images/bg-header.png) repeat-x 0 45px;
}
.wrapper h1 {
	position: relative;
	width: 417px;
	height: 179px;
	overflow: hidden;
	line-height: 1;
	display: block;
	float: left;
	text-indent: -1000em;
	background: url(/wp-content/themes/simplex/images/logo-fairbanks.png) no-repeat 0 6px;
	z-index: 155;
}
	.wrapper h1 a {
		text-decoration: none;
		border: none;
		position: absolute;
		width: 415px;
		height: 175px;
		display: block;
	}
.wrapper h2 {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	top: 66px;
	left: 419px;
	width: 299px;
	line-height: 1.5em;
	z-index: 9;
}

/* Navigation */

#mainnav ul {
	position: absolute;
	right: 22px;
	top: 70px;
	width: 267px;
	padding-top: 3px;
	background: transparent url(/wp-content/themes/simplex/images/menu-back.png) no-repeat;
	list-style-type: none;
	font-family: NotethisRegular;
	font-weight: bold;
}

#mainnav ul li {
	position: relative;
	background: transparent url(/wp-content/themes/simplex/images/menu_arrow.png) no-repeat 30px 5px;
	margin-bottom: 0;
}
	#mainnav li a {
		display: block;
		font-size: 22px;
		line-height: 20px;
		padding: 5px 0 15px 66px;
		color: #909013;
		text-decoration: none;
		border: 0;
		background: none;
	}
	#mainnav li a:hover {
		color: #fff;
  		background-color: transparent;
	}
#secondarynav ul {
	position: absolute;
	right: 0;
	top: 15px;
	width: 500px;
	list-style-type: none;
}
	#secondarynav li {
		display: inline;
	}
	#secondarynav li a {
		float: right;
		margin-right: 10px;
		border-right: 1px solid #000;
		padding-right: 10px;
		color: #000;
	}

	#secondarynav li.last a {
		border: 0;
	}
	

