#colophon, #colophon a {
    color: #999999;
}

.site-title{
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-style: normal;
-webkit-text-stroke: .35px;
font-size: 12px;
font-size: 1.7rem;
text-transform: uppercase;
}

.blog .hentry a .attachment-post-thumbnail,
.archive .hentry a .attachment-post-thumbnail,
.search .hentry a .attachment-post-thumbnail {
  	border-radius: 180px;
	filter: none;
	-webkit-filter: none;
	-webkit-filter: none; /* Older versions of webkit */
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none; /* IE 10 */
	filter: none; /* IE 9 */
        opacity: 1;
}

.blog .hentry a:hover img,
.archive .hentry a:hover img,
.search .hentry a:hover img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: gray;
        filter: url('inc/desaturate.svg#greyscale');
        opacity: .8;
        -webkit-opacity: .8;
        -moz-opacity: .8;
}

/* =Comments
----------------------------------------------- */

#comments {
background: #fff;
clear: both;
display: block;
  padding: 0 50px 50px;}
  