html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body
{
	background-color:#1D1A17;
	background-image:url('monitor.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.screen
{
	position: fixed;
	bottom: 128px;
	height: 370px;
	width:582px;
	padding: 5px;
	text-align: left;
	font-family: fixedsys, LucidaTerminal, monospace;
	text-shadow: 0px 1px 3px #101010;
	font-size:13px;
	line-height:14px;
}

.green {
	color: #32AA38;	
}

.yellow {
	color: #bdab3a;	
}

.red {
	color: #d14d4d;	
}

.mc
{
	width: 13px;
	text-align: center;
	clear: none;
	float: left;
}


.map-char
{
	width: 13px;
	text-align: center;
	clear: none;
	float: left;
}

.screen.green a {
	color: #33B53C;
	font-weight: bold;
}

.screen.yellow a {
	color: #bdab3a;
	font-weight: bold;
}

.screen.red a {
	color: #d14d4d;
	font-weight: bold;
}

#content
{
	width: 100%;
	overflow: hidden;
	height: 86%;
	margin-top: 4%;
}

#command-line
{
	width: 100%;
	position: absolute;
	bottom: 1px;
	height: 30px;
	color: inherit;
	float: left;
	font-size:15px;
}

#hud
{
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	height: 1.0em;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	position: absolute;
	left: 0px;
	color: #202020;
	text-align: left;
	top: 4px;
	text-shadow: none;
	box-shadow: 0px 0px 4px #141414;
}

#hud.green {
	background-color: #33B53C;
}

#hud.yellow {
	background-color: #bdab3a;
}

#hud.red {
	background-color: #d14d4d;
}

#command-line input
{
	width: 100%;
	height: 100%;
	border: 0px;
	background: transparent;
	font-family: fixedsys, LucidaTerminal, monospace;
	font-size:0.9em;
}

#command-line input.green
{
	color: #33B53C;
}

#command-line input.yellow
{
	color: #bdab3a;
}

input:focus,textarea:focus,select:focus{
  border:0px;
  -webkit-box-shadow:0;
  -moz-box-shadow:0 ;
  box-shadow:0;
  outline: none;
}

.share
{
	position: absolute;
	top: 450px;
	left: 570px;
	width: 220px;
}

.share2
{
	position: absolute;
	top: 455px;
	left: 220px;
	width: 240px;
}

#enjoyable
{
	position: absolute;
	top: 435px;
	text-align:center;
	left: 160px;
	width:260px;
	color: #81775F;
	font-size:0.75em;
	letter-spacing:0.0em;
	line-height:1.4em;
	text-shadow: 0px 1px 1px #EAE7D8;
}

.fb-like
{
	float:left;
}

.twitter-share-button {
	margin-left: 5px;
}

#version-label
{
	color:#81775f;
	font-size:0.8em;
	text-shadow: none;
}

#foooter-text-left
{
	position: absolute;
	top: 456px;
	left: -52px;
	width: 190px;
	color:#81775f;
	text-align: left;
	font-size:0.98em;
	text-shadow: 0px 1px 1px #EAE7D8;
	line-height: 19px;
}

#foooter-text-right
{
	position: absolute;
	top: 456px;
	left: 460px;
	width: 300px;
	color:#81775f;
	text-align: right;
	font-size:0.98em;
	text-shadow: 0px 1px 1px #EAE7D8;
	line-height: 19px;
}

#foooter-text-right a
{
	color:#407096;
	text-decoration: none;
	font-weight: normal;
}

#foooter-text-left a
{
	color:#407096;
	text-decoration: none;
	font-weight: normal;
}