@charset "UTF-8";
/* v5 Grazhir - FAQ CSS
   Updated: 21 September 2010
*/


#wrapper {
	width: 630px !important;
}
#nimby #nav { /* top horizontal menu for the index */
	width: 750px !important;
}
#nav { /* this is the top horizontal menu */
	width: 630px !important;
}
#extrainfo { /* analect */
	position: fixed;
	left: 640px;
	top: 5px;
}

/* Shared Amongst All Games */

.armor {
	padding-left: 18px;
	text-decoration: none;
	color: #000000;
	background: url(icons/shop_armor.png) bottom left no-repeat;
}
.book {
	padding-left: 18px;
	text-decoration: none;
	color: #000000;
	background: url(icons/item_book.png) bottom left no-repeat;
}
.keyitem {
	padding-left: 14px;
	text-decoration: none;
	color: #000000;
	background: url(icons/item_key.png) center left no-repeat;
}
.prompt {
	padding-left: 16px;
	text-decoration: none;
	color: #000000;
	background: url(icons/recruit_talk.png) bottom left no-repeat;
}
.treasure {
	padding-left: 16px;
	text-decoration: none;
	color: #000000;
	background: url(icons/treasure.png) bottom left no-repeat;
}
.warning {
	padding-left: 14px;
	text-decoration: none;
	color: #173B83;
	background: url(icons/warning.png) bottom left no-repeat;
}

/* Other */

.helpme {
	cursor: help;
	border-bottom: 1px dotted #000000;
}
.information {
	padding-left: 18px;
	text-decoration: none;
	color: #173B83;
	background: url(icons/note.png) bottom left no-repeat;
}
.sidequest {
	margin: 5px 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
}
.questname {
	margin-right: 6px;
	margin-top: 3px;
	float: left;
	color: #FFFFFF;
	background: #6D9EBE;
	border: 1px solid #6D9EBE;
	font: normal 1em Georgia, Helvetica, serif;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
}
.boxleft { /* pullquote style meant for Marks, etc. */
	float: left;
	border: 1px solid #173B83;
	padding: 0.5em;
	margin: 0.5em;
	margin-right: 0.5em;
	margin-left: 0;
	background-color: #C3DBDD;
	display: block;
	width: 120px;
}
.boxright { /* pullquote style meant for Marks, etc. */
	float: right;
	font-size: 1em;
	border: 1px solid #173B83;
	padding: 0.5em;
	margin: 0.5em;
	margin-right: 0;
	margin-left: 0.5em;
	background-color: #C3DBDD;
	display: block;
	width: 200px;
	/*font-size: 10px;*/
}
.encounters { /* meant for wider encounter lists */
	float: left;
	border: 1px solid #173B83;
	padding: 0.5em;
	margin: 0.5em;
	margin-right: 0.5em;
	margin-left: 0;
	background-color: #C3DBDD;
	display: block;
	width: 200px;
}

.wherearewe { /* For sub-location under h6 - what the hell am I using this for? */
	float: left;
	border: 1px solid #173B83;
	padding: 0.3em;
	margin-top: 2px;
	margin-right: 0.5em;
	margin-left: 0;
	background-color: #C3DBDD;
	display: block;
	font-weight: bold;
}
