em {
	font-style: italic;
}
html {
    position: relative;
    min-height: 100%;
}
h1 {
	font: 72px  "lobster",sans-serif;
	/*color: #404040;*/
}
h1 a {
	text-decoration: none;
	color: #2A4034; /* #B9A0A2 */
}
h3 {
	font-family:  "jaf-facitweb", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
	line-height: 28px;
	text-align: left;
}
h3 span, h3 em {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
}
p +  h3 {
	margin-top: 67px;
}
h4 {
	font-family: "lobster", sans-serif;	
	font-size: 18px;
	color: #999;
	margin: 0 0 40px 0;
}
h5 {
	font-family: "jaf-facitweb", sans-serif;
	font-size: 14px;
	color: #2A4034;	
	margin-bottom: 9px;
	text-transform: uppercase;
}
h6 {
	font-family:  "jaf-facitweb", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #555;
	margin-top: 30px;
}
p {
	font-size: 17px;
	line-height: 26px;
	margin: 15px 0;
}
p.conner {
	padding-left: 40px;
	margin-top: 67px;
}
p.conner-first {
	margin-top: 15px;
	padding-left: 40px;
}
.justify {
	text-align: justify;
}
ol {
	font-size: 17px;
	line-height: 25px;
	margin: 15px 0 15px 20px;
}
ol li {
	list-style-type: decimal;
}
p.center {
	text-align: center;
}
blockquote {
	padding-left: 40px;
}
figure img {
	max-width: 560px;
}
.bio, figcaption {
	border-top: solid #eee 1px;
	font-family:  "jaf-facitweb", sans-serif;
	font-size: 14px;
	margin-top: 35px;
	padding-top: 19px;
	color: #999999;	
	text-align: left;	
}
.bio a, article a {
	color: #000;		
	text-decoration: underline;
}
.bio a:hover, article a:hover {
	text-decoration: none;
}
body {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-family: "calluna",serif;	
	margin: 0 0 29px 0;	
}
nav {
	background-color: #f8f8f8;
	display: block;	
	padding: 10px 0 10px 40px;
	margin: 0 0 40px 0;
	font-family: "jaf-facitweb", sans-serif;	
	font-size: 14px; 
}
nav li {
	display: inline;
}
nav ul li a {
	color: #555;
	text-decoration: none;
	padding: 0 3px 0 0;
}
nav ul li a:hover {
	text-decoration: underline;
}
#page {
	width: 960px;
}
aside {
	width: 320px;
	float: left;
	padding-left: 40px;
	margin-top: -32px;
}
aside ul {
	margin-bottom: 20px;
}
aside ul li {
	margin-bottom: 9px;
}
aside ul li a {
	color: #000;	
	text-decoration: none;
	font-size: 19px;
}
aside ul li a:hover {
	text-decoration: underline;
}
aside ul li a.active {
	text-decoration: underline;
}
article {
	width: 560px;
	float: left;
	padding-left: 40px;
	margin-bottom: 53px;
}
#social {
	margin: 40px 0 0 0;
}
#social dd, #social dd a {
	margin: 0 0 9px 0;
	font-family: "lobster", sans-serif;	
	font-size: 18px;
	color: #999;	
}
#social dd a {
	text-decoration: none;
}
#social dd a:hover {
	text-decoration: underline;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
    height: 29px;
   	background-color: #eee;
	padding-top: 6px;	
	clear: both;
	color: #555;	
}
footer a {
	color: #000;		
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
}
footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-family: "jaf-facitweb", sans-serif;	
	font-size: 14px; 	
}