@font-face {
	font-family: Minecraft;
	src: url('Minecraftia.eot?') format('embedded-opentype'), 
	     url('Minecraftia.woff') format('woff');
}

body {
  font-family: Minecraft;
  font-size: 16px;
  font-weight: normal;
  font-smooth: never;
  -webkit-font-smoothing: never;
  -moz-osx-font-smoothing: never;
}

div {
  box-sizing: border-box;
}

#pickaxe
{
	position:relative;
	left: -40px;
	top: 20px;
	height: 128px;
	width: 128px;
}

#ore
{
	position:relative;
	left: 130px;
	top: 100px;
	height: 128px;
	width: 128px;
}

#panePickaxe
{
	height: 300px;
	float: left;
}

#paneInventory
{
	height: 300px;
	float: left;
  background-image: url("../images/chest-top.png");
  background-position: center;
}

.title
{
  clear:both;
	text-shadow: 2px 2px 0 #404040;
}

.scrollable
{
  overflow-y: scroll;
  min-height: 80%;
}


.inventoryItem
{
	background-size: 48px;
	width: 48px;
	height: 48px;
	float:left;
	text-align: right;
}

.iconSmall
{
  background-size:32px;
  width:32px;
  height:32px;
  float:left;
  text-align:right;
}



.woodenPickaxeIcon
{
  background-image: url("../images/pickaxe_wood.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center; 
}

.inventoryTag
{
	font-family: Minecraft;
	top: calc(100% - 16px);
	right: 2px;
	font-size: 12px;
	position:relative;
	text-shadow: 2px 2px 0 #404040;
	color: #FFFFFF;
}

.hover
{
  visibility: hidden;
  min-height: 32px;
  position: absolute;
  z-index: 30;
  background: #000095;
  border: 3px solid #000062;
  border-radius: 2px;
  min-width: 32px;
}

.hoverarea:hover .hover
{
  visibility: visible;
}

.hover:hover
{
  visibility: visible;  
}

.pane
{
	border: 7px outset rgba(128,128,128,0.5);
	margin: 3px;
	background-color: #EEEEEE;
	user-select: none;
	width: 100%;
  position: static;
  float:left;
}

#noLocalStorage
{
  width:100%;
  height:0;
  color:#FFFFFF;
  background-color:#FF3333;
  z-index:99;   
  overflow: hidden;
}

#paneMiningMode
{
	position:relative;
	top: 60px;
	margin: auto;
	width: 150px;
}

.buttonType1
{
	border: 2px solid #FFFFFF;
	border-style:outset;
	width: 36px;
	height: 36px;
	background-color: #EEEEEE;
}

#paneCrafting
{
  position:relative;
  top: 0px;
  height: 300px;
  float:left;
  background-image: url("../images/crafter-top.png");
  background-position: center;
}

.craftingItem
{
	border: 4px solid #FFFFFF;
	border-style:inset;
	width: 48px;
	height: 48px;
	background-color: #EEEEEE;
	margin-right: 0;
	margin-left: 0;
	float: left;
}

#cobblestone
{
	background-image: url("../images/cobblestone.png");
}

@media only screen and (min-width: 600px) {
  .pane { width: calc(50% - 10px); }
}

@media only screen and (min-width: 900px) {
  .pane { width: calc(33.3333333333333333% - 10px); }
}

@media only screen and (min-width: 1200px) {
  .pane { width: calc(25% - 10px); }
}