/* Category Page Border Line */
.content .entry {
	background: #fff url(images/lines-vertical.png);
	background-size: 3px 1px;
	border-bottom: 0px solid #3a2d18;
	box-shadow: inset 0px -5px 0px #eaeaea;
}

.content .entry-meta {
	background: #fff url(images/lines-diagonal.png);
	background-size: 0px 0px;
	clear: both;
	color: #999;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
	text-shadow: -1px -1px #333;
}