body {
	background: #000;
	color: #444;
	margin: 0;
	padding: 0;
	font-family: 'Press Start 2P', cursive;
}

a {
	color: #873;
	text-decoration:none;
	text-transform: uppercase;
}

a:hover {
	color: #cb6;
	text-decoration:underline;
}

.smallText {
	font-family: 'Geo', sans-serif;	
}

input, button, select {
	font-family: 'Press Start 2P', cursive;
}

input[type=checkbox] {
	height: 20px;
}

button {
	padding: 5px;
	width: 100px;
	margin-top: 5px;
	border: 1px solid #0AC;
	background: #ACF;
	cursor: pointer;
}

button:hover {
	background: #8AD;
}

.content {
	margin: auto auto;
	width: 1000px;
	background: url("../img/rock/rock.png") 0px 0px repeat;
	border: 1px solid #222;
}

#container {
	height: 600px;
	float: left;
	width: 800px;
	background-image: none;
	margin: 5px;
	border: 1px solid #222;
}

.pc_container {
	float: left;
	width: 98px;
}

.pc {
	height: 198px;
	width: 98px;
	overflow: hidden;
}

.pc.selected {
	border: 1px solid #cf3;
}

.pc button {
	padding: 0;
	margin: 0;
	font-family: 'Geo', sans-serif;	
	width: 40px;
	color: #368;
}

.pc button.disabled {
	cursor: default;
	background-color: #888;
	color: #444;
	border-color: #888;
}

.pc button.selected {
	background: white;
}

.pc button.selected.disabled {
	background: #ddd;
}

.ui-label {
	float: left; 
	width: 20px;
	font-family: 'Geo', sans-serif;
	text-transform: uppercase;
}

.ui-value {
	float: left; 
	width: 70px;
	margin-left: 5px;
	font-family: 'Geo', sans-serif;
	text-transform: uppercase;
}

.horiz-bar {
	width: 70px;
	height: 5px;
	border: 1px solid #222;
	background: #000;
	float: left;
	margin-top: 5px; 
	margin-left: 3px;
}

.hp-bar {
	background-color: blue; 
	height: 100%; 
	width: 100%; 
	text-align: left; 
}

.clearfix {
	*zoom: 1;
 }
 .clearfix:before,
 .clearfix:after {
 	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

#img_scroll {
	height: 200px;
	width: 960px;
	overflow: hidden;
	border: 1px solid #222;
}

#text_scroll {
	width: 960px;
	margin-top: 40px;
}

#start_button {
	text-align: center;
	margin-top: 40px;
}

#messages {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

#combat {
	position: absolute;
	left: 110px;
	top: 10px;
	padding: 5px;
	display: none;
	background: #888;
	border: 1px solid #333;
}

.topnav {
	position: relative;
}

#dialog {
	position: absolute;
	width: 500px;
	border: 1px solid #0cf;
	background: url("../img/rock/rock.png") 0px 0px repeat;
	padding: 20px;
	z-index: 100;
	display: none;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px #068;
}

#dialogCover {
	position: absolute;
	z-index: 50;
	background-color: #888;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	display: none;
}

.turn_waiting {
	position: absolute;
	z-index: 500;
	width: 98px;
	height: 98px;
	background: #000;
	opacity: 0.7;
	display: none;
}
