@charset "utf-8";

/* Category Listing Page */

h1 {
	text-align: center;
	margin-bottom: 12px;
}

.last-updated {
	padding-bottom: 12px;
}

ul.categoryList ul {
	margin-bottom: 0;
	padding-left: 15px;
}
ul.categoryList li {
	font: bold 12px/150% Arial, sans-serif;
}

ul.subcategories {
	font: bold 12px/150% Arial, sans-serif;
	color: #888866;
}
ul.subcategories a {
}

