img.storyicon {
	vertical-align: text-bottom;
}

ul.medium,
ul.fandom,
ul.story {
	list-style: none;
}

ul h5, ul h6 {
	font-size: 1em;
	font-weight: normal;
}
ul h3, ul h4, ul h5, ul h6 {
	display: inline;
}

div.series, div.story {
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	border-right: 3px solid #ccc;
	border-top: 3px solid #ccc;
	background: #bbb;
	margin: 20px;
	padding: 5px;
}

div.series div.story {
	border-left: 3px solid #999;
	border-bottom: 3px solid #999;
	border-right: 3px solid #bbb;
	border-top: 3px solid #bbb;
	background: #aaa;
}

div.series h3, div.story h3, div.story h4 {
	margin-top: 0;
}
div.story p {
	text-indent: 0;
	margin-bottom: 0;
}

div.entries {
	width: 500px;
}
div.entry {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}
div.entry span.field {
	float: left;
	width: 95px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
div.entry span.value {
	float: right;
	width: 395px;
	text-align: left;
	padding-left: 5px;
}
div.entry span.value p {
	margin: 0;
	padding: 2px;
	border: 1px solid black;
}

