/* The top-level list. */
.seo-show-posts {

}

/* List items that contain a category. */
.seo-show-posts-cat {

}

/* The list item that contains the currently displayed category. */
.seo-show-posts-cat-active {

}

/* List items that contain a post. */
.seo-show-posts-post {

}

/* The list item that contains the currently displayed post. */
.seo-show-posts-post-active {

}

/* Anchors that link to a category. */
.seo-show-posts-cat-link {

}

/* The anchor that links to the currently displayed category. */
.seo-show-posts-cat-link-active {
	color: #000;
}

/* Anchors that link to a post. */
.seo-show-posts-post-link {

}

/* The anchor that links to the currently displayed post. */
.seo-show-posts-post-link-active {
	color: #000;
}