body {
	color: #A09F8F;	
	background-color: white;
	font-family: Georgia,serif;
	font-size: 10px;
	overflow-x:hidden;	
}


a {
	color: #A09F8F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5A5949;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
}

li {
	padding: 0px;
}

.wrapper {
	left: 50px;
	position: absolute;
	top: 57px;
	width: 1015px;
	padding-bottom: 20px;
}

.header {
	position: relative;
	top: 0px;
	width: 100%;
}

.pageTitle {
	font-weight: bold;
}

.pageSubTitle {
	font-style: italic;
	font-weight: lighter;
	margin-top: 0px;
	padding-bottom: 20px;
}

.headerSeparator {
	width: 100%;
}

.leftLine {
	position: absolute;
	left: 0px;
    	border-top: 1px solid #d7d6c6;
    	width: 150px;
}

.middleLine {
	position: absolute;
	left: 170px;
    border-top: 1px solid #d7d6c6;
    width: 225px;
}

.rightLine {
	position: relative;
	border-top: 1px solid #d7d6c6;
}

.rightLine {
	position: absolute;
	left: 415px;
	border-top: 1px solid #d7d6c6;
	width: 600px;
}

.emblem {
	margin-top: 15px;
	margin-bottom: 10px;
}

.leftNav {
	padding-top: 20px;
	width: 150px;
	float: left;
}

.navigation {
	padding-bottom: 15px;
}

.contactInfo {
	padding-bottom: 20px;
}

.contactInfo a {
	font-style: italic;
	font-weight: lighter;
}

.projectNav {
	padding-top: 20px;	
	left: 49px;
}

.projectNav a {
	font-style: italic;
	font-weight: lighter;
}

.projectNav.sticky {
	position: fixed;
  	top: 0;
}

.projectNav ul {
	padding-bottom:10px;
}

.projectNav ul.topLink {
	visibility:hidden;
}

.projectNav.sticky ul.topLink
{
	visibility:visible;
}

.projectNav.sticky ul.topLink a
{
	color: #cac9b8;
}


.mainContentWrapper {
	margin-left: 20px;
	width: 845px;
	float: left;
}

.postDesc {
	padding-top: 20px;
	float:left;
	width: 225px;
}

.postTitle {
	padding-bottom: 0px;
	font-weight: bold;
}

.postTitle a:hover {
	color: #A09F8F;
}

.postDetails {
	padding: 0px;
	padding-left: 0.5px;
}

.postContent {
	padding-top: 5px;
	margin-left: 20px;
	float: left;
	width: 600px;
}

.postContent img {
	padding-top: 15px;
}

.postSeparator {
	width: 225px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.subTitle {
	font-style: italic;
	padding-left: 0.5px;
}

.bioText {
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 15px;
	line-height: 20px;
}