body {
	background-color: #13001F;
	background-image: url('stars.png');
	background-repeat: repeat;
	background-position: 0% 0%;
	color: #fff;
	font-family: 'Droid Serif', serif;
	line-height: 1.6;
	margin:0;
	padding:0;
	min-height: 100%;
	position: relative;
}
body.desktop {
	max-width: 480px;
	margin: 0 auto;
}
h1 {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-family: 'Tangerine', cursive;
	font-size: 42px;
	color: #F3F8A0;
}
h1.pageHdr {
	text-align: center;
	margin: 15px 0;
}
p {
	margin: 10px 0;
}
a {
	color:#F4E4FF;
}
blockquote {
	margin: 10px 30px;
	font-size: 85%;
}
blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}
blockquote cite em {
	font-size: 75%;
}
label {
	display: block;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
select {
	display: block;
	filter: invert(100%);
	margin: 3px auto;
}
input, textarea {
	width: auto;
	margin: auto;
	display: block;
}
#coords {
	font-size: 10px;
}
#logo {
	display: block;
	margin: 10px auto;
}
#botBtn,#updateBtn {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	display: block;
	background-color: #111;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), color-stop(0.5, #222), color-stop(0.5, #111), color-stop(0.85,#111), to(#222));
	border-style:solid;
	border-width:1px 0 0 0;
	border-color: #000;
	color: #fff;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.7), 1px 1px 0px rgba(255,255,255,0.1);
	padding: 10px 0;
	font-weight: bold;
}
#botBtn:active,#updateBtn:active {
	background-color: #222;
	color: #F3F8A0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), color-stop(0.8, #222), color-stop(0.8, #111), to(#111));
}
#botBtn {
	margin-top: 15px;
}
#waiting {
	display: none;
	margin: 2px auto;
}
#updateBtn.waiting #waiting {
	display: block;
}
#info,#debug,#noscript,.contentBox {
	background: rgba(0,0,0,0.75);
	border: 1px solid rgba(255,255,255,0.25);
	-webkit-border-radius: 5px;
	margin: 10px;
	padding: 10px;
	font-size: 17px;
}
#info p:first-child {
	margin-top: 0;
}
#info p:first-child:first-letter, #info h1+p:first-letter {
	font-family: 'Cabin Sketch', sans-serif;
	font-weight: bold;
	color: #FDFFCF;
	font-size: 3.5em;
	line-height: 1;
  margin-bottom: -0.5em;
	margin-right: 7px;
	float: left;
}
#debug {
	font-family: monospace;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

#footer {
	text-align: center;
	margin: 20px 0 1px 0;
	font-size: 9px;
	color:#F8DAFF;
}

#dbg {
	text-decoration:none;
	position: absolute;
	bottom: 7px;
	right: 12px;
	font-size: 13px;
}

.zoneInfo {display:none;}

#info.about #about {display:block;}
#info.unsupported #unsupported{display:block;}
#info.star #star{display:block;}

#info.Basket #Basket{display:block;}
#info.dye #dye{display:block;}
#info.wool #wool{display:block;}
#info.jewelry #jewelry{display:block;}
#info.produce_baker #produce_baker{display:block;}
#info.games #games{display:block;}
#info.metal #metal{display:block;}
#info.pottery #pottery{display:block;}
#info.census #census{display:block;}
#info.wine #wine{display:block;}
#info.inn #inn{display:block;}
#info.inn #inn{display:block;}
#info.carpenter #carpenter{display:block;}
#info.perfume #perfume{display:block;}
#info.brick #brick{display:block;}
#info.stable #stable{display:block;}
#info.shep #shep{display:block;}
#info.kings #kings{display:block;}
#info.stable #stable{display:block;}
#info.city #city{display:block;}
#info.rest #rest{display:block;}

#feedback_form {
	margin: auto;
}

#feedback_form label {
	margin: 20px 0 0 0;
}
#feedback_form label:first-child {
	margin-top: 5px;
}
#feedback_form input, #feedback_form textarea, #feedback_form button {
	margin: 5px auto;
	background: #000;
	color: #fff;
	border-color: #795283;
}
#feedback_form button {
	display: block;
	margin: 30px auto;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 1ex;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#feedback_form textarea {
	width: 75%;
}
#feedback_form .expl {
	font-size: 11px;
	font-style: italic;
	color:#F8DAFF;
	text-align: center;
	line-height: 12px;
}
#feedback_form .captchawrap {
	text-align: center;
}
#feedback_form .captchawrap input {
	display: inline;
}
#feedback_form .captchawrap img {
	display: inline-block;
	vertical-align: bottom;
}
