@charset "utf-8";
/* CSS Document */

a { text-decoration:none; color:#000; }
a.ula { text-decoration:underline; }

h1 {
	color:#fff;
	font-family: 'Special Elite', "Courier New", Courier, type;
	font-size:2.0em;	
}

h2 {
	color:#fff;
	font-family: 'Special Elite', "Courier New", Courier, type;
	font-size:1.5em;	
	margin:0px;
}

body {
	font-family:courier,monospace;
    background-color: #eeeeee;
}

.filler { height:100%; }

.textline { font-weight: bold; display:none; }

.textin {
	background-color:#eee;
	font-family:courier;
	width:90%;
	border:none;
	font-weight: bold;
	font-size:1.0em;
}

.spinner { display:none; height:32px; }

.start {	
	/* height: 90%; */
	text-align:center;
	vertical-align:middle;
	border:1px solid #000;
	margin:10%;
	background:#fff;
}

.story {	
	/* height: 80%; */
    overflow-y: auto;
	display:none;
	font-size:1.0em;
}

.map { float:right; width:400px; height:400px;}

.zximg { width:400px; height:300px;
		
   -webkit-filter: brightness(100%) contrast(350%) saturate(25000%) grayscale(30%);
   -moz-filter: brightness(100%) contrast(350%) saturate(25000%) grayscale(30%);
   -ms-filter: brightness(100%) contrast(350%) saturate(25000%) grayscale(30%);
   -o-filter: brightness(100%) contrast(350%) saturate(25000%) grayscale(30%);
   filter: brightness(100%) contrast(350%) saturate(25000%) grayscale(30%);

image-rendering: pixelated; background-color:#999; }
.focused { background-color:#999; }
.zxp { image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: crisp-edges; }
.loading { background:none; }

textarea:focus, input:focus { outline: none; }

.hampstead { background:#c7c800; color:#000; text-align:center }
.hampstead2 { background:#a51010; color:#fff; }

.shared { font-size:2.0em; }

.infocombox { background:#000;
  -webkit-box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.5);;
  -moz-box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.5);;
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.5);;
  color:#fff;
  /*height:90%;*/
  padding:16px;
  margin:0px 0px 20px 0px;
}

.infocomleft { float: left; text-align:left; }
.infobox { font-size:1.4em; font-family:arial; font-weight:bold }
.sticker { background:#4a413a; 
  -webkit-box-shadow: 0 1px 1px #222;
  -moz-box-shadow: 0 1px 1px #222;
  box-shadow: 0 1px 1px #222;
  padding:4px;
  font-size:0.9em;
  line-height:1.3em;
  text-align:center;
  text-transform: uppercase;
  width:150px;
}

.sticker a { color:#fff; }

.infocomright { float: right; text-align:right; text-transform: uppercase; }

.infocomback {
  font: normal 12px/1.5 "Times New Roman", serif;
  text-shadow: 1px 1px 0px #3a312a;
  width: 50%;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
  color: #fff;
  line-height: 20px;
  border: 1px solid #000;
  background: #3a312a;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e08010), color-stop(4%, #3a312a)) 0 4px;
  background: -webkit-linear-gradient(top, #e08010 0%, #3a312a 8%) 0 4px;
  background: -moz-linear-gradient(top, #e08010 8%, #3a312a 8%) 0 4px;
  background: -ms-linear-gradient(top, #e08010 0%, #3a312a 8%) 0 4px;
  background: -o-linear-gradient(top, #e08010 0%, #3a312a 8%) 0 4px;
  background: linear-gradient(top, #e08010 0%, #3a312a 8%) 0 4px;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  -ms-background-size: 100% 20px;
  -o-background-size: 100% 20px;
  background-size: 100% 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.gad { margin:8px 0px 0px 0px; }

.mobileout { display:none; }
.mobilein { display:none; }
.thanks { padding:2px; background:#aaa; border:2px outset #aaa; float:right; }
.quitscreen { display:none; }

.bigenter { font-size:1.5em; margin:12px; padding:4px 8px; }

.sorry { font-size:1.5em; background:#333; border:2px solid #666; margin:12px; }

.subgame { 
	font-family: 'Special Elite', "Courier New", Courier, type;
background:#222; padding:8px; margin:8px 20%; border:1px solid #666 }

@media screen and (max-width: 800px) {
.infocomback { width:auto; }	
.infocombox { width:auto; }
}
@media screen and (max-width: 480px) {
body {font-size:0.9em;}
.infocomback {width:auto; padding:8px; }	
.wikilogo { width:180px; height:150px; }
.infocombox { background:#000;
width:auto;
  -webkit-box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.5);;
  -moz-box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.5);;
  box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.5);;
margin:0px; }
.infocomleft { display:none; }
.infocomright { display:none; }
.mobilein { display:block; position:fixed; top:0; right:0; background:#fff; padding:16px;

  -webkit-box-shadow: 0 1px 10px #222;
  -moz-box-shadow: 0 1px 10px #222;
  box-shadow: 0 1px 10px #222;
}
}
@media screen and (max-width: 400px) {
.zximg { max-width: 100%; min-width: 100%; width: auto; height:200; }
.focused { max-width: 100%; min-width: 100%; width: auto; height:auto; }
.infocombox { padding:8px; }
h1 { font-size:1.5em; margin:0px; }
}
@media screen and (max-width: 300px) {
.zximg { max-width: 100%; min-width: 100%; width: auto; height:150; }
}
@media screen and (max-width: 200px) {
.zximg { max-width: 100%; min-width: 100%; width: auto; height:100; }
}
