nav#filter {
	margin-bottom: 1.5em;
}
nav#filter li {
	display: inline-block;
	margin: 10px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #7c9bab;
	text-decoration: none;
	color: #7c9bab;
    border-left: 0px;
border-right: 0px;
}
nav#filter a.current {
	background: #3f3f3e;
	color: #fff;
}