

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	text-decoration: underline;
}


.more-link a {
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
	background-color: #eee;
	display: inline-block;
}
.more-link a:hover,
.more-link a:focus {
	background-color: #ccc;
}

.more-link-all a {
	margin-bottom: 21px;
}

.thematic-entry a:hover .menu-image-title,
.thematic-entry a:focus .menu-image-title {
	color: #777;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}
