.typography * {
	font-family: "Lucida Grande", verdana, sans-serif;
}

.typography p { margin-bottom:1.75em; }
.typography a {
	text-decoration:none;
	color:#B4C835;
}
.typography a:hover {
	text-decoration:none;
	color:#6CC7DC;
}
.typography #menu li a {
	padding:0 20px;
	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 {
	font-size:.9em;
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
}
.typography #sidebar li a:hover {
	background:#edebed;
	color:#2a5f0d;
}
.typography #footer-valid a {
	color:#ffffff;
	text-decoration:none;
}
.typography #footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.typography h1 {
	font-size:2.0em;
	font-weight:normal;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#aaaaaa;
	padding-bottom: 5px;
}
.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 a[href$=".pdf"], .typography a[href$=".PDF"], .typography a.pdf {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icons/page_white_acrobat.png) no-repeat scroll left center;
padding:2px 2px 2px 20px;
}
