#articles .inner {
	padding-right: 10px;
}
#reviews .inner {
	padding-left: 10px;
}
.categories li {
	margin-bottom: .5em;
}
#articles .category {
	margin-right: 10px;
}

/* CATEGORY LABELS */
.category-title {
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}
.category-title a {
	float: left;
	padding: 3px 5px;
	background: #0D57B8;
	color: #FFF;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.category-title a:hover {
	background-image: url('../images/arrow-right-overlay.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	text-decoration: none;
}

/* MORE LINK */
ul.entries li.more-link a {
	color: #0D57B8;
	font-weight: bold;
	text-transform: uppercase;
}
.reviews ul.entries li.more-link a {
	color: #A11B1B;
}

/* ENTRIES */
.collection .entry {
	margin-bottom: .5em;
}
.collection .entry .entry-title {
	font-size: 1em;
}

/* ENTRY COLOR VARIATIONS */
.reviews .category-title a {
	background-color: #A11B1B;
}
.reviews .category-title strong {
	background-color: #A11B1B;
}
.reviews .entry .more-link {
	color: #A11B1B;
}

