.typography p { margin-bottom:1.75em; }
.typography a {
	text-decoration:none;
	color:#E89C00;
}
.typography a:hover {
	text-decoration:none;
	color:#6CC7DC;
}
.typography #menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}
.typography #menu li a:hover { background:url(../images/bg-menu-hover.png) no-repeat center center; }
.typography #sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	padding-left:5px;
	border-bottom:1px solid #FFFFFF;
}
.typography #sidebar li a:hover {
	background:#FFFFFF;
	color:#E89C00;
}
.typography #footer-valid a {
	color:#ffffff;
	text-decoration:none;
}
.typography #footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.typography h1 {
	font-size:1.8em;
	font-weight:bold;
	cursor:default;
	color:#5FB531;
	margin: 6px 0px;
}
.typography h2 {
	margin-bottom: 5px;
	font-weight: normal;
	color:#aaaaaa;
	font-size:1.3em;

}
.typography a.feed-button {
	display:block;
	width:100px;
	height:25px;
	background:url("../images/button-feed.png") 0 0 no-repeat;
	text-decoration: none;
}
.typography a:hover.feed-button { background-position:0 -25px; }

.typography ul {
	margin: 10px 20px;
}
.typography #menu ul {
	margin:0;
}
