#blog-archives {
}

a.blog-archive-link-enabled {
}

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

.blog-archive-link-disabled {
}

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

a.blog-category-link-enabled {
}

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

.blog-category-link-disabled {
}

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

a.blog-rss-link {
}

a.blog-comments-rss-link {
}

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