div.story-box
{
	background-color: #b4e2b4;
}

div.story-box-top-left
{
	background-image: url('/images/story-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
}

div.story-box-bottom-left
{
	background-image: url('/images/story-box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 7px;
}

div.story-box-top-right
{
	background-image: url('/images/story-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 7px;
}

div.story-box-bottom-right
{
	background-image: url('/images/story-box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 7px;
}

div.story-box-content
{
	font-size: 11px;
	padding: 0 5px;
}



div.story-author
{
	height: 94px;
	width: 187px;
	position: relative;
	background-image:url(/images/author-info.gif);

}
div.story-author span.title
{
	position: absolute;
	top: 6px;
	left: 8px;
	color: #5E905E;
	font-weight:bold;
	font-size:10px;
}

div.story-author div.avatar_box
{
	position: absolute;
	bottom: 8px;
	left: 6px;
	background-color: #fff;
}

div.story-author span.username
{
	position: absolute;
	top: 21px;
	left: 72px;
	font-size:11px;
	font-weight:bold;
}
div.story-author span.posts
{
	position: absolute;
	top: 40px;
	left: 72px;
	font-size:10px;
}
div.story-author span.comments
{
	position: absolute;
	top: 53px;
	left: 72px;
	font-size:10px;
}
div.story-author .points
{
	position: absolute;
	width:100px;
	top: 70px;
	left: 72px;
	font-weight:bold;
}

