@charset "utf-8";
/* CSS Document */

.story-wrapper {
	position: relative; 
	border-bottom: 1px solid #c3beb8;
	height: 150px;
	margin-top: 16px;
	padding: 6px 6px 8px;
}

.story-wrapper .thumb-wrapper { 
	position: relative; float: left;
}
	.story-wrapper .thumb-wrapper img.thumb { 
		border: 1px solid #9b8f7e;
	}
	.story-wrapper .thumb-wrapper a.component {
		color: #9b8f73;
		font-weight: bold;
		text-decoration: none;
		line-height: 30px;
	}
	.story-wrapper .thumb-wrapper a.component:hover {
		text-decoration: underline;
	}
		.story-wrapper .thumb-wrapper a.component img {
			padding-right: 4px;
			padding-bottom: 1px;
			vertical-align: middle;
		}
		
.story-wrapper .description {
	position: relative;
	margin-left: 205px;
	margin-right: 10px;
}
	#content .story-wrapper .description h4 {
		font-size: 11pt;
		margin: 0px;
		padding: 0px;
	}
	.story-wrapper .description h5 {
		font-size: 10pt;
		padding-top: 0px;
		font-style: italic;
	}
	.story-wrapper .description p {
		font-size: 8pt;
		line-height: 11pt;
		margin-bottom: 4px;
	}
	.story-wrapper .description ul {
		display: block;
		list-style: none;
		font-size: 8pt;
		line-height: 10pt;
		margin-left: 16px;
	}

