.blog-entry-category a:link, .blog-entry-category a:visited {
	background: url(../../images/icons/blue/side_category.png) no-repeat left 1px;
}

#blog-archives {
}

a.blog-archive-link-enabled {
	background: url(../../images/icons/blue/side_clock.png) no-repeat left 3px;
}

a.blog-archive-link-enabled:hover {
}

.blog-archive-link-disabled {
	background: url(../../images/side_clock_disabled.png) no-repeat left 3px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

a.blog-category-link-enabled {
	background: url(../../images/icons/blue/side_category.png) no-repeat left 3px;
}

a.blog-category-link-enabled:hover {
}

.blog-category-link-disabled {
	background: url(../../images/side_category_disabled.png) no-repeat left 3px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

a.blog-rss-link {
	background: url(../../images/icons/blue/rss_icon.png) no-repeat left center;
}

a.blog-comments-rss-link {
	background: url(../../images/icons/blue/rss_icon.png) no-repeat left center;
}

a.blog-rss-link:hover, a.blog-comments-rss-link:hover {
}
