div.monster {
	background: #fff;
	float: left;
	padding: 15px;
	width: 560px;
    color: #3e141e;
}
div.monster {
    font-size: 0.916em;
}
div.monster p {
	padding-left: 15px;
	color: #3e141e;
}
div.monster table {
	width: 100%;
}
div.monster table td {
	vertical-align: top;
	padding: 0 10px 0;
	background: #d6d6c2;
	border-bottom: 1px solid #fff;
}
div.monster p.flavor,
div.monster span.flavor,
div.monster ul.flavor {
	display: block;
	padding: 2px 15px;
	margin: 0;
	background: #d6d6c2;
}
div.monster p.powerstat
{
	padding: 0px 0px 0px 15px;
	margin: 0;
	background: #FFFFFF;
}
div.monster span.ritualstats 
{
	float:right;
	padding: 0 30px 0 0;
}
div.monster p.flavorIndent 
{
	display: block;
	padding: 2px 15px 2px 30px;
	margin: 0;
	background: #d6d6c2;
}
div.monster p.alt,
div.monster span.alt,
div.monster td.alt {
	background: #c3c6ad;
}
div.monster th {
    background: #1d3d5e;
    color: #fff;
    text-align: left;
    padding: 0 0 0 5px;
}
div.monster i,
div.monster em {
	font-style: italic;
}
div.monster ul {
    list-style: disc;
    margin: 1em 0 1em 30px;
}
div.monster table,
div.monster ul.flavor {
	margin-bottom: 1em;
}
div.monster ul li {
    color: #3e141e;
}
div.monster ul.flavor li {
	list-style-image: url("../images/bullet.gif");
	margin-left: 15px;
}
div.monster a {
    color: #3e141e;
}
div.monster blockquote 
{
	padding: 0 0 0 22px;
	background: #d6d6c2;
}
div.monster h1 {
    font-size: 1.09em!important;
    line-height: 2;
    padding-left: 15px!important;
    margin: 0px!important;
    color: #fff!important;
    background: #000;
}

div.monster h1.player {
    background: #1d3d5e;
    font-size: 1.35em;
}
div.monster h1.monster {
    background: #4e5c2e;
}
div.monster h1.dm {
    background: #5c1f34;
}
div.monster h1.atwillpower {
    background: #619869;
}
div.monster h1.encounterpower {
    background: #961334;
}
div.monster h1.dailypower {
    background: #4d4d4f;
}
div.monster h1.magicitem {
    background: #d8941d;
}
div.monster h1.utilitypower {
    background: #1c3d5f;
}
div.monster h1 .level {
    padding-right: 15px;
	margin-top: 0;
	text-align: right;
	float: right;
}
div.monster h1.monster .level {
	margin-top: 0;
	text-align: right;
}
div.monster h1.monster .type,
div.monster h1.monster .xp {
	display: block;
	position: relative;
	z-index: 99;
	top: -0.75em;
	height: 1em;
	font-weight: normal;
	font-size: 0.917em;
}

/* Detail page related link section */
/* -------------------------------------------- */

div.monster #RelatedArticles h5 {
	width: 100px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	color: #3e141e;
	font-weight: bold;
}
div.monster #RelatedArticles ul.RelatedArticles {
	padding: 10px 0 0 0;
	float: right;
	width: 430px;
	margin: 0;
	list-style: none;
}
