/* @group Categories */

#blog-categories {
    margin: 0;
    padding: 0;
	line-height: 0px;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	line-height: 23px;
}

.blog-category-link-enabled:first-of-type {
	-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.blog-category-link-enabled:last-of-type {
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.blog-category-link-enabled {
	background: white url(listArrow.png) no-repeat right center;
	display: block;
	margin: -1px 0 -5px 0;
	padding: 8px 0 8px 9px;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	border: 1px solid #999999;
	text-decoration: none;
	color: inherit;
}

.blog-category-link-enabled:hover{
	text-decoration: none;
	background-color: #194fdb !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

.blog-category-link-disabled {
    display: none;
}

/* @end */

/* @group Archives */

#blog-archives {
	margin: 17px 0 0 0;
    padding: 0;
	line-height: 0px;
}

.blog-archive-link-enabled,  .blog-archive-link-disabled {
	line-height: 23px;
}

.blog-archive-link-enabled:first-of-type {
	-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.blog-archive-link-enabled:last-of-type {
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.blog-archive-link-enabled {
	background: white url(listArrow.png) no-repeat right center;
	display: block;
	margin: -1px 0 -5px 0;
	padding: 8px 0 8px 9px;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	border: 1px solid #999999;
	text-decoration: none;
	color: inherit;
}

.blog-archive-link-enabled:hover{
	text-decoration: none;
	background-color: #194fdb !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

.blog-archive-link-disabled {
	display: none;
}

/* @end */