html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

	blog, .blog {
    position: fixed;
    color: #f0945b;
    margin-left: 30px;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    z-index: 40;
    text-shadow: 0px 2px 6px #222222;
	}
	a {
		text-decoration: none;
		color: #EBE2CA;
		font-weight: bold;
	}


#mcmap {
	width: 100%;
	height: 100%;
}

.control-wrapper {
	margin: 5px;
	padding: 4px;
	border: 1px solid gray;
	background-color: white;
	
	font-size: 12px;
	font-weight: bold;
}

#control-wrapper-map-select select {
	padding: 3px;
	border: 1px solid black;
	background-color: white;
}

img.rotation {
	margin-left: 3px;
	margin-right: 3px;
}

.hidden {
  display: none;
}

