.post-title-link {
	font-weight: 700;
	font-size: 34px;
	color: black;
	text-decoration: none;
	line-height: 3.5rem;

}
.post-title-link:hover {
	color: #e77817;
}
.post-postedby {
	color: #888888;
	font-size: 12px;
	font-style: italic;
}
.cat-list-link {
	color: #333;
	text-decoration: none;
}
.cat-list-link:hover {
	color: #e77817;
}
.navbar + .docs-section {
	border-top-width: 0; 
}
.navbar,
.navbar-spacer {
	display: block;
	height: 6.5rem;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; 
}
.navbar-spacer {
	display: none; 
}
.navbar-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .2rem;
	padding-right: 18px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222; 
}
.navbar-rlink {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2rem;
    text-decoration: none;
	padding-right: 0px;
	margin-right: 0px;
    line-height: 6.5rem;
    color: #222;
}
.navbar-link.active, .navbar-rlink.active {
	color: #33C3F0; 
}
.navbar-link:hover, .navbar-rlink:hover {
	color: #e77817;
}

em {
  font-style: italic;
}
