/*------------------------------------------------------------------------------------------------
FRANK Engine and Game:
Copyright (c) 2008 - 2015 MrTrick
Description:
   Simulation of any number of connected computers, and their connections.
   Game content, plot, and tools for 'FRANK' game.
Creator:
   Patrick Barnes aka MrTrick  (mrtrick (at) mindbleach.com)
Web Location:
   http://mindbleach.com/frank
License:
   MIT
-------------------------------------------------------------------------------------------------*/

.error { color: #b00; }
.input { color: #3d1; }
.highlight { color: #101; background-color: #3d1; }

body,div,ul { margin:0; padding:0; border: none; }

body {
	color: #cce;
	background-color: #101; 
	font-family: Courier New, monospace;
}

ul { list-style: none; }
a { color: #0ff; }
div { background-color: #101; font-size: 10pt;}

#outer {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}
#console {
	width: 49.5em;
	height: 50em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	overflow: auto;
}

#attrib {
	float:right;
}

#input_line { color: #3d1; }

/*Hidden offscreen*/
#input_box { 
	position:absolute; left: -3000px; top: 400px;
}
