
/* Post */

.post {
	margin-left: 20px;
	margin-right: 20px;
}

.post .title {
	background: #ffff00 url(../images_4/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FF0000;
}

.post .title span {
	display: block;
	padding: 12px 0 12px 20px;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color:#3d3d3d;
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	line-height: normal;
	font-size: x-small;
	color: #ffffff;
}

.date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: x-small;
	text-align: right;
}

.post a:link{
	color: #ffffff;
}

.post a:hover{
	color: #ffffff;
}
.post a:visited{
	color: #ffffff;
}

.post .faqquestion{
	color: #FFFF00;
	font-weight: italic;
}

.faqpost {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.post .faqanswer{
	padding-left:8px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Boxed Style */

.boxed {
	margin-bottom: 5px;
}

.boxed .title {
	background: #ffff00 url(../images_4/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FF0000;
	background: url(../images_4/img08.gif) no-repeat;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background-color: #3D3D3D;
	color: #ffffff;
}

.boxed  .content li{
	margin-left: 10px;
	list-style-image: url(../images_4/vlag.gif);
	vertical-align: center;
}

.boxed .content li.imagelist{
	list-style-type: none;
	list-style-image: none;
	margin-left: -15px;
}

.boxed a:link{
	color: #ffffff;
	padding-left:4px;
}

.boxed a:hover{
	color: #ffff00;
	padding-left:4px;
}

.boxed a:visited{
	color: #ffffff;
	padding-left:4px;
}

/* tables */

table thead{
	color: #ffff00;
	background-color: #ff0000;
	font-weight: bold;
	font-size: 1em;
}

.left{
	text-align: left;
	padding-left: 2px;
}

.center{
	text-align: center;
}

.selected{
	background: url(../images_4/dice.gif) no-repeat 50% 50%;
}

.thumbnail{
	width: 90px;
	height: 90px;
	padding: 4px;
}

.thumbnail2{
	width: 150px;
	height: 180px;
	padding: 4px;
	background-color: #ffffff;
}
.figurename{
	font-size: 2em;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 5px;
}

.neutral{
	background: url(../factions/banners/neutral.gif) no-repeat 50% 50%;
	height: 140px;
}

.dark{
	background: url(../factions/banners/dark.gif) no-repeat 50% 50%;
	height: 140px;
}
.light{
	background: url(../factions/banners/light.gif) no-repeat 50% 50%;
	height: 140px;
}

.description{
	font-size: 0.9em;
	color: 000000;
	font-style: italic;
	padding: 5px;
}

.warrior{
	border: 2px #FF0000 outset;
	margin-bottom: 5px;
}

.warriordescription{
}

.warriorimage{
	padding: 5px;
	width: 20%;
	height: 100px;
}

.warriorid{
	position: relative;
	top: -110px;
	left: 21%;
	padding: 5px;
	width: 65%;
}

table{
	table-layout: fixed;
}

col.firstcol{
	width: 3em;
}

col.secondcol{
	width: 20em;
}

col.thirdcol{
	width: 20em;
}

col.fourthcol{
	width: 4em;
}

col.fifthcol{
	width: 4em;
}