.typography p { margin-bottom:1.75em; }
.typography a {
	text-decoration:none;
	color:#0098FF;
}
.typography a:hover {
	text-decoration:none;
	color:#FF0034;
}
.typography #menu li {
	display: block;
	background: url(../images/header_nav_divider.png) no-repeat right;
}
.typography #menu li a {
	display: block;
	float: left;
	line-height: 35px;
	padding: 0 15px;
	border: none;
	color: #fff;
	font-weight: normal;
}
.typography #menu li a:hover { 	
	background: url(../images/nav-bkgd-hover.png) no-repeat center top;
}	
.typography #menu li a.current { 	
	background: url(../images/nav_pointer.png) no-repeat center bottom;
}
.typography #sidebar h3 a {
	color:#555555;
	position:relative;
	font-size:1.0em;
	font-weight:normal;
	letter-spacing:1.5px;
	padding-left:7px;
}
.typography #sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#0098FF;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
}
.typography #sidebar li a:hover {
	background:#edebed;
	color:#FF0034;
}
.typography #footer-valid a {
	color:#111;
	text-decoration:none;
}
.typography #footer-valid a:hover {
	color:#111;
	text-decoration:underline;
}
.typography h1 {
	font-size:1.6em;
	font-weight:normal;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
}
.typography hr {
	color:#efefef;
	background-color:#efefef;
	height:1px;
	border:none;
}
.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; }
