.typography {
font-family: Georgia, "Times New Roman", Times, serif;
}

.typography a {
	color:#b59f58;
	font-weight:bold;
	text-decoration:none;
}
.typography a:hover {
	color:#fff;
	text-decoration:underline;
}

.typography a img:hover {
	background:#101010;
	border: none;
}
.typography a img {
	background:#101010;
	border: none;
}
.typography #sidebar h1 {
	margin:20px 18px 0 5px;
	color:#b59f58;
	font-size:1em;
	letter-spacing:-2px;
	text-align:right;
}
.typography #sidebar h2, #sidebar h3 {
	margin:0 20px 18px 5px;
	color:#b59f58;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
}
.typography #sidebar h3 {
	margin:20px 18px 4px 5px;
	color:#b59f58;
}
.typography #sidebar p {
	margin:0 20px 18px 5px;
	color:#b59f58;
	font-size:0.8em;
}
.typography #sidebar a {
	color:#b59f58
}
.typography #menu a {
	display:block;
	width:220px;
	padding:5px 10px 5px 0;
	color:#fff;
	background:#000 ;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1.2px;
}
.typography #menu a:hover {
	color: #b59f58;
	background:#000;
	text-decoration: none;
}
.typography #menu a.current {
	padding:5px 10px 5px 0;
	color: #fff;
	border-top:2px solid #b59f58;
	border-bottom:2px solid #b59f58;
}
.typography #menu a.current:hover {
	color:#fff;
	border-right: 5px solid #b59f58;
}
.typography #content p {
	margin:0 0 20px 0;
	line-height:1.5em;
	font-weight: 300;
	color: #b59f58;
}
.typography #content h1 {
	margin:0;
	color:#b59f58;
	font-size:1.3em;
	letter-spacing:1px;
	text-align:center;
}
.typography #header h1 {
	margin:0;
	color:#c0ad6b;
	font-size:12px;
	letter-spacing:1.4px;
	text-align:center;
	margin: 10px;
}
.typography #content h2 {
	margin:0;
	color:#b59f58;
	font-weight:normal;
	font-size:1.2em;
	letter-spacing:1.2px;
	text-align:center;
	}
.typography #header h2 {
	margin:0;
	color:#b59f58;
	font-weight:normal;
	font-size:1.2em;
	letter-spacing:1.5px;
	text-align:center;
}
.typography #content h3 {
	clear:both;
	margin:30px 0 10px 0;
	color:#b59f58;
	font-weight:normal;
	font-size: 1.1em;
	letter-spacing:1px;
}
.copyright {
	color: #fafafa;
	font-size: 10px;
}
.credits {
	margin-top: 10px;
	float: right;
	color: #ddd;
	font-size: 9px;
	font-weight: 300;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}