li {list-style: none;}

a.hover_img2 img{transition:all 0.5s ease;}
a:hover.hover_img2 img{
    opacity: 0.7; filter: alpha(opacity=70);}
h1, h2, h3, h4, h5, h6{color: inherit;
font-weight: 300;line-height: 1.75em;
margin-bottom: 1em;text-transform: uppercase;}

a:hover.hover_img3 {
position: relative;
top: 1px;
left: 1px;
text-decoration: none;
}


h2 {
font-size: 200%;
font-weight: bold;
letter-spacing: 0.1em;}
h3 {
font-size: 1.15em;
letter-spacing: 0.025em;}
h5 {color:#cccccc;
font-size:110%;
padding:2px 10px;
background:#171a16;
border-top:1px solid #171a16;
border-right:1px solid #171a16;
border-bottom:1px solid #171a16;}

ul.buttons {
margin: 0; 
padding: 10px 2px; 
list-style: none;
}
ul.buttons li {
display: inline; 
padding:  2px; 
margin: 0; 
float: center;
}

.button {
margin-bottom: 5px;
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
background: none;
border: solid 1px;
color: inherit;
cursor: pointer;
display: inline-block;
font-size: 0.8em;
font-weight: 900;
letter-spacing: 2px;
min-width: 10em;
padding: 0 0.75em;
line-height: 3.75em;
text-decoration: none;
text-align: center;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,

.button:hover {
background: rgba(188, 202, 206, 0.15);
border-color: inherit;
}

.page_top {
	position:fixed;
	bottom:10px;
	right:0px;
	padding:10px 20px;
	color:#fff;
	font-size:80%;
	text-decoration:none;
	background:#000;
}
.page_top:hover {
	background:#4d4d4d;
    transition:all 0.5s ease;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tumblr_post {height: 150px;} 



