.faldon-box {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	position: relative;
}

.content-horz-u {
	z-index: 1;
}

.itemList {
	list-style: none;
	padding: 0;
}

.itemList  > li > a {
	cursor: pointer;
}

a.internalRef  {
	cursor: pointer;
}

ul.styled-list {
	/*list-style-image: url('../images/faldon-art/dagger.png');*/
}

h1 {
	font-size: 4.5em;
	color: #f8df9e;
	text-align: center;
	text-shadow: 0 0 10px black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'almendraregular';
}

.flow-container {
	overflow: auto;
	list-style: none;
	padding: 0;
}
.npc-container {
	float: left;
	width: 225px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: rgba(200, 200, 200, 0.2);
	padding: 10px;
}

.npc-container a:hover {
	text-decoration: none;
}

.npc-container small {
	color: white;
	font-size: 0.8em;
}

.npc-container img {
	float: left;
	margin-right: 10px;
	box-shadow: 5px 5px 5px black;
}

p.npc-information {
	overflow: auto;
	padding-bottom: 15px;
}

p.npc-information img {
	box-shadow: 5px 5px 5px black;
	float: left;
	margin-right: 10px;
}

p {
	overflow: auto;
}

img.left {
	float: left;
	margin: 10px;
	box-shadow: 5px 5px 5px black;
}

img.right {
	float: right;
	margin: 10px;
	box-shadow: 5px 5px 5px black;
}

.guide p {
	margin-bottom: 10px;
}