.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.serieslist-box {
	clear: both;
	display: inline;
	float: right;
	background: #fdf1d0;
	border: 1px solid #ffc10f;
}

html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title {
	font-size: 1.2em;
	color: #fdf1d0;
	text-align: center;
}

ul.serieslist-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1em;
}

li.serieslist-li {
	margin: -3px 0 0 0;
	padding: 0;
}

.seriesbox {
	clear: both;
	margin: 50px 0 0 0;
	padding: 3px;
	float: right;
	background: #fdf1d0;
	border: 1px solid #ffc10f;
	width: 150px;
	font-size: .8em;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #fdf1d0;
	text-align: center;
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	clear: both;
	margin: 20px 0 0 0;
	background-color: #fdf1d0;
	padding: 3px;
	float: right;
	width: 150px;
	border: 1px solid #ffc10f;
	font-size: .8em;
}

.series-nav-left {
	float: left;
}

.series-nav-right {
	float: right;
}
	

