.main-navigation li ul li a {
  width:initial;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 3px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

#content .entry-content a img,
#content .entry-content img {
	border: 0;
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: grey; }
a:active { color: black; }

.entry-content a:visited,
.comment-content a:visited { color: black; }

.widget-area .widget a { color: blue; }
.widget-area .widget a:visited { color: black; }
.widget-area .widget a:hover { color: grey ; }

a.comment-reply-link, a.comment-edit-link { color: black ; }
a.comment-reply-link:hover, a.comment-edit-link:hover { color: grey; }

.comments-link a, .entry-meta a { color: blue ; }
.comments-link a:hover, .entry-meta a:hover { color: red; }

.comments-area article header a { color: blue; }
.comments-area article header a:hover { color: red; }

.comments-area article header cite a { color: blue; }
.comments-area article header cite a:hover { color: red; }

footer[role="contentinfo"] a { color: blue; }
footer[role="contentinfo"] a:hover { color: red; }