.blog #page { background: none; }

.blog #masthead,
.blog #colophon {
 background: white;
 opacity: 1;
 padding: 30px 20px;
}

.blog #colophon a { color: #999; }

#masthead {
	clear: both;
	display: block;
	min-height: 30px;
	opacity: 1;
	padding: 30px 0;
	position: relative;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	width: 100%;
}
#masthead:hover {
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
  
  .blog #colophon {
   display: none;
}
  
 .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;
}
  