
@font-face {
	font-family: ibm;
	src: url("Nouveau_IBM.ttf");
}
@font-face {
	font-family: ibm_ie;
	src: url("Nouveau_IBM.eot");
}



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #000022;
	color: #ffffff;
	font-family:  ibm, ibm_ie, Courier New, monospace;
	font-size: 12pt;
	border-collapse: always;
	
	/* width: 100%; 
	float: left; */

/*
	scrollbar-face-color: #0000ff;
	scrollbar-shadow-color: #000066;
	scrollbar-highlight-color:#ccccff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000033;
	scrollbar-track-color: #000088;
	scrollbar-arrow-color: #ffffff;
	*/
	
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	margin: 0;
}
ul.room_contents_in_scroller {
	display: inline-block;
	content: "- ";
	text-indent: -5px;
}
ul > li {
  text-indent: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
div#room_description ul > li:before {
  content: "- ";
  text-indent: -5px;
}

img.thing_icon {
	height: 20px;
	width: 20px;
}

button {
	font-family: ibm, ibm_ie;
	font-size: inherit;
	text-decoration: none;
	cursor: pointer;
	color: #aaaaff;
	padding-left: 0.25cm;
	padding-right: 0.25cm; 
	padding: 0.1cm 0.5cm 0.1cm 0.5cm; 
	border-radius: 0.25cm;
	border: 0px;
	margin: 2px;
	white-space: nowrap;
	display: inline-block;
}
a#hints_button {
	background-color: #000000;
	font-family: ibm, ibm_ie;
	font-size: inherit;
	text-decoration: none;
	cursor: pointer;
	color: #aaaaff;
	padding-left: 0.25cm;
	padding-right: 0.25cm; 
	padding: 0.1cm 0.5cm 0.1cm 0.5cm; 
	border-radius: 0.25cm;
	border: 0px;
	margin: 2px;
	white-space: nowrap;
	display: inline-block;
}
/*
button.examine {
	padding-left: 4px;
} */

/* div#wrapper {
	min-height: 200px;
} */

div#top_bar {
	background-color: #ccccff;
	color: #000033;
	/* border: 1px solid #000044; */
	padding: 8px;
}
div#title {
	padding: 0px;
	display: inline-block;
	text-transform: uppercase;
}
div#score {
	float: right;
	text-align: right;
}
div#scroller {
	height: 30%;
	overflow-y: scroll;
	background-color: #000066;
	/* border: 1px solid #000044; */
	padding: 5% 5% 2px 5%;
}
div#scroller button {
	background-color: #000000;
	line-height: 1.5;
}
span.prompt {
	color: #bbbbff;
}
span.old_prompt {
	color: #9999dd;
}
span.old_message {
	color: #bbbbbb;
}
div#room_description_container {
	/* overflow: hidden */
	background-color: #000055;
}
div#room_description {
	overflow: stretch;
	height: auto; 
	/* min-height: 30%; */
	/* border: 1px 1px 0px 1px solid #000044; */
	padding: 8px 4% 2px 4%;
	background-color: #000055;
	
	line-height: 1.75;

}
div#room_description div.im_in {
	line-height: 1;
}

@media (orientation: portrait) {
	span#moves_score {
		display: none;
	}
}

/*
@media (orientation: landscape){
	// two-column layout 
	
	div#title {
	}
	
	div#score: {
	}
	
	div#score:before {
  		content: "Score: "
	}
	
	div#left-column {
		width: 50%;
		float: left;
		height: 95%;
	}
	div#scroller {
		height: 90%;
		padding: 5% 5% 5% 5%;
	}
	div#scroller:after { // makes bottom padding work in FF/IE 
	  content: "";
	  height: 1em;
	  display: block;
	}
	
	div#right-column {
		width: 50%;
		float: left;
		height: 95%;
		overflow: auto;
	}	
	
} 
*/

/*
button.examine {
	margin-left: 0.05cm !important;
} */

div#room_description button {
	background-color: #000022;
}
div#room_description button.examine {
	background-color: #000011;
}
div#room_description button.examine {
	border-radius: 0;
	color: #ffffff;
	cursor: zoom-in;
}

button.examine {
	border-radius: 0;
	color: #ffffff;
	cursor: zoom-in;
}

div#room_description span.unavailable_exit {
	color: #000088;
	padding: 0.1cm 0.5cm 0.1cm 0.5cm;
	white-space: nowrap;
}
div#wait {
	/* overflow: stretch; */
	clear: both;
	/* border: 0px 1px 1px 1px solid #000044; */
	padding: 8px;
	background-color: #000088;
	line-spacing: 1.75;
	7: 1.5;
	text-align: center;
}
div#wait button {
	background-color: #000033;
}

div#inventory_container {
	/* overflow: hidden */
	background-color: #000066;
}
div#inventory {
	overflow: stretch;
	height: auto;
	/* margin-left: 15%; */
	/* min-height: 10%; */
	/* border: 1px solid #000044; */
	padding: 2px 8px 2px 8px;
	background-color: #000066;
	
	line-height: 1.75;
}

div#holding_container {
	/* overflow: hidden */
	background-color: #000066;
}
div#holding {
	overflow: stretch;
	height: auto;
	/* margin-left: 15%; */
	/* min-height: 10%; */
	/* border: 1px solid #000044; */
	padding: 8px;
	background-color: #000066;
	
	line-height: 1.75;
}
div#holding button {
	background-color: #000033;
}

div#inventory button {
	background-color: #000033;
	padding-left: 0.5cm;
	padding-right: 0.5cm;
}
div#inventory button.examine {
	border-radius: 0px;
}
button:disabled {
	background-color: #111111;
	color: #333333;
	cursor: default;
}

div#save_load_container {
}
div#save_load {
	text-align: center;
	line-height: 1.75;
}
div#save_load button {
	background-color: #000000;
}

div#saved_games {
	position: fixed;
	top: 0px;
	left: 0px;
	
	background-color: #111111;
	color: #ffffff;
	width: 90%;
	height: 90%;
	padding: 5%;
	
	display: none;
	
	line-height: 1.75;
	
}
div#saved_games button {
	background-color: #000000;
}

div#options {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000088;
	color: #ffffff;
	
	width: 90%;
	min-height: 90%;
	padding: 5%;
	
	display: none;
	
	line-height: 1.75;
}

div#options button {
	background-color: #000033;
}

div#credits {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000066;
	color: #ffffff;
	
	width: 90%;
	min-height: 90%;
	padding: 5%;
	
	display: none;
	
	line-height: 1.75;
}

div#credits button {
	background-color: #000033;
}


