/*----------------------------------------------------------------------
Common Elements
----------------------------------------------------------------------*/
.subCategoryMore:hover, .subCategoryMore:active, .subCategoryMore:focus, a.k2ReadMore:hover, a.k2ReadMore:active, a.k2ReadMore:focus {
	background: #939d2f;
}

.itemBlogView span.itemDateCreated,
div.catItemBlogView span.catItemDateCreated {
	background: #939d2f;
}

div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus,
div.catItemHeader h3.catItemTitle a:active {
	color: #939d2f;
}

/* Calendar */
table.calendar tr td.calendarToday { background: #939d2f; }

table.calendar tr td.calendarTodayLinked { background: #939d2f; }

/* Tag Cloud */
div.k2TagCloudBlock a:hover, div.k2TagCloudBlock a:active, div.k2TagCloudBlock a:focus {
	background: #939d2f;
}

/* --- Sub-category block --- */
div.subCategory h2 a:hover, div.subCategory h2 a:active, div.subCategory h2 a:focus { color: #939d2f; }

div.itemCommentsForm form input#submitCommentButton:hover { background: #939d2f; }
