
#banner_blog {
	display: block;
	width: 56px;
	height: 31px;
	background-image: url('https://tinker.kotaweaver.com/blog/wp-content/themes/tinker/images/banner-buttons/blog.png');
}

#banner_blog:hover {
	background-position: -56px 0;
}

#banner_wiki {
	display: block;
	width: 56px;
	height: 31px;
	background-image: url('https://tinker.kotaweaver.com/blog/wp-content/themes/tinker/images/banner-buttons/wiki.png');
}

#banner_wiki:hover {
	background-position: -56px 0;
}

#banner_about {
	display: block;
	width: 63px;
	height: 31px;
	background-image: url('https://tinker.kotaweaver.com/blog/wp-content/themes/tinker/images/banner-buttons/about.png');
}

#banner_about:hover {
	background-position: -63px 0;
}

#footer {
	margin-bottom: 0px;
	margin-top: auto;
	height: 120px;
	background-image: url('https://tinker.kotaweaver.com/blog/wp-content/themes/tinker/images/footer.png');
}

.displace {
	position: absolute;
	left: -5000px;
}

.post_container {	
	background-color: white;
	-moz-box-shadow: 1px -1px 1px #000;
	-webkit-box-shadow: 1px -1px 1px #000;
	box-shadow: 1px -1px 1px #000;
}

.post_title {
	text-decoration: none;
	color: #00a;
	font-weight: bold;
}
