@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 .thumb-wrapper a.component-roadtrip {
		color: #9b8f73;
		text-decoration: none;
		font-size: 13px;
		line-height: 30px;
	}
	.story-wrapper .thumb-wrapper a.component-roadtrip:hover {
		text-decoration: underline;
	}
		.story-wrapper .thumb-wrapper a.component-roadtrip img {
			padding-right: 4px;
			padding-bottom: 1px;
			vertical-align: middle;
		}	
		
		
		
.story-wrapper .description {
	position: relative;
	margin-left: 205px;
	margin-right: 10px;
}

.story-wrapper .description-roadtrip {
	position: relative;
	margin-left: 255px;
	margin-right: 0px;
}
	#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-roadtrip p {
		font-size: 10pt;
		line-height: 11pt;
		margin-bottom: 4px;
		padding-bottom: 7px;
	}
	
		.story-wrapper .description-roadtrip h5 {
		padding-top: 0px;
		padding-bottom: 9px;
		color: #7c6a55;
		font-size: 13pt;
		font-weight: bold;
		line-height: 18px;
	}
	
	.story-wrapper .description ul {
		display: block;
		list-style: none;
		font-size: 8pt;
		line-height: 10pt;
		margin-left: 16px;
	}

