#category-page h2 {
	margin: 0;
	top: -15px;
	position: relative;
}

#category-page h2 a {
	font-size: 18px;
	color: #9c5fb5;
}

#category-page .topic-row, #category-page .topic-row-feature {
	padding-left: 15px;
}

#category-page .topic-row, #category-page .topic-row-image, #category-page .topic-row-feature {
	width: 660px;
	/*height: 100px;*/
	margin-top: 10px;
    border-bottom: 2px solid #ccc;
}

#category-page .topic-row-feature {
	border: none;
}

#category-page .topic-row-image .image {
	margin-right: 5px;
	margin-left: 15px;
	width: 90px;
	float: left;
	position: relative;
}

#category-page .topic-row-image .topic-content {
	left: 95px;
}

#category-page .topic-row-image .topic-content p {
	top: -20px;
	position: relative;
	margin-left: 95px;
}

#category-page .topic-row-feature .topic-content p {
	top: -20px;
	position: relative;
	width: 340px;
}

#category-page .topic-row .topic-content p {
	top: -20px;
	position: relative;
}

#category-page .topic-row img {
	height: 85px;
	width: 85px;
	border: 1px solid #9c9c9c;
	border-radius: 10px;
}

#category-page #category-gallery {
	margin-bottom: 35px;
}

#category-page #random {
	float: right;
	position: relative;
	top: -110px;
	padding: 5px;
	width: 275px;
	height: 95px;
	border: 1px solid #9c5fb5;
	border-radius: 10px;
	background-color: #f5f2f9;
}

#category-page #random img {
	float: left;
	margin: 3px 10px 0 5px;
	height: 75px
	width: 75px;
	border: 1px solid #999;
	border-radius: 2px;
}

#category-page #random #content {
	float: left;
	padding-top: 15px;
	width: 160px;
}

#category-page #random h2 {
	margin: 0;
	font-size: 16px;
}

#category-page #random p {
	display: inline-block;
	margin: 0;
	width: 160px;
	font-size: 12px;
}