
@font-face{
    font-family: "Caslon";
    xsrc: url('http://chazu.arkku.net/files/font/CaslonAntique.ttf');
	src: url('font/CaslonAntique.ttf');
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:0px;
}

#canvas-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:5px;
}

#canvas {
	xborder:1px solid grey;
	xborder:1px solid black;
	xborder-style:outset;
	image-rendering: pixelated;
}


body{
	font-family:arial;
	font-family: 'Roboto', sans-serif;
	background-color: #202d3c;
	background-color: black;
	color: #c6d2c8;
	overflow:hidden;
	padding:0px;
	margin:0px;
	user-select:none;
	xbackground-image: url('img/geo.png');
	cursor: url('img/cursor.png'), auto;	
	
}

a { color: #0000EE; }
a:visited { xcolor: #551A8B; }
a:hover { color: #3366ff; }
a:active{color: #ff6600; }



#content {
	xborder:1px solid grey;
}

button#debug-button {
	position:absolute;
	user-select:none;
	margin-left:5px;
}


#debug {
	xborder:2px solid rgba(255,255,255,0.1);
	xborder-radius:5px;
	background-color:rgba(0,0,0,0.6);
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	padding:5px 10px 5px 10px;
	margin-top: 25px;
	position:absolute;
	display:inline-block;
	color:grey;
	xcolor: #3366ff; 
	color:#06a9e0;
	font-family: Consolas,monaco,monospace; 
	z-index: 999;
	xdisplay:none;
	cursor: inherit;	
	font-size:0.8em;
	xfont-weight:600;
	min-width:200px;
}
#debug > #ready-label {
	color:lime;
	display:block;
}

#log {
	xborder:1px solid rgba(255,200,255,0.2);
	xborder-radius:5px;
	background-color:rgba(0,0,0,0.8);
	xtext-shadow: 1px 1px 0px black;
	width:100%;
	max-width:280px;
	height:80px;
	overflow-y: hidden;
	position:absolute;
	bottom:0;
	left:0;
	margin: 0px 0px 10px 5px;
	z-index:10;
	padding:5px 5px 5px 5px;
	color:grey;
	font-size:0.8em;
}



#log > .item {
	xborder:1px solid grey;
	xbackground-color:rgba(0,0,0,0.8);
	xdisplay:inline-block;
}

#log > .item > .timestamp {
	color:#404040;
	margin-right:5px;
}

#map {
	xborder:1px solid grey;
	xmargin:auto;
	xdisplay:inline-block;
	width:100%;
	height:100%;
	xmax-width:80vw;
	xwidth:70vw;
	padding:0px;
	position:absolute;
	xtransition:all 0.05s;
}

#debug > button, button#debug-button {
	background-color: #333333;
	border-color: #404040;
	font-family: Consolas,monaco,monospace; 
	padding:0px 3px 0px 3px;
	margin-top:5px;
	cursor: inherit;
}

#debug > button:hover, button#debug-button:hover {
	color:slategray;
	background-color: #5e5e5e;
}

#debug > button:focus, button#debug-button:focus {outline:0;}

div#minimap-canvas-container {
	position:absolute;
}

canvas#minimap-canvas {
	position:relative;
}


















