/* Header by Liriadas */

.header {font-family:'Baumans', sans-serif; letter-spacing:.2em; font-size:8px; text-transform:uppercase; position:absolute; z-index:9; width:100%; left:0px; bottom:-35px; padding:3px; background:#f5f5f5; transition:all 1s ease;}
.post:hover .header {bottom:-1px;}
.header i {font-size:9px; color:#555;}
.hreblog {float:left; padding-left:10px;}
.hperma {float:right; padding-right:10px;}
.mh-box {position:relative;}
.mh-box img {display:block; max-width:100%;}
.mh-box iframe {max-width:100%;}
.gradient {position:absolute; z-index:2; top:0px; left:0px; width:100%; height:30%; opacity:0; background:-moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0))); background:-webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); background:-o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); background:-ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); background:linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); transition:all 1s ease;}
.mh-box:hover .gradient {opacity:1; transition:all .5s ease;}
.mh-permalink {position:absolute; z-index:1; margin-top:5px; left:10px; padding:3px; opacity:0; transition:all 1s ease;}
.mh-permalink a {font-family:'Sorts Mill Goudy', cursive; font-style:italic; font-size:16px; color:#f5f5f5; text-shadow:1px 1px 1px #000;}
.mh-box:hover .mh-permalink {opacity:1;}
.mh-reblog {position:absolute; z-index:1; margin-top:25px; left:10px; padding:3px; opacity:0; transition:all 1s .5s ease;}
.mh-reblog a {font-family:'Baumans', sans-serif; letter-spacing:.2em; font-size:8px; text-transform:uppercase; color:#f5f5f5; text-shadow:1px 1px 1px #000;}
.mh-box:hover .mh-reblog {opacity:1;}