@charset "UTF-8";
/* CSS Document */


#stories {
	border-top: solid 2px #FFF;
	margin-top: 20px;
	padding-top: 20px;
	
}
.story {
		border-bottom: dashed 1px #999;
	
		padding-bottom: 20px;
	
	
}


.storyTitle { font-weight:bold; }

.storyEscort { background: #1A1A1A; padding: 5px;	margin-bottom: 20px;}

.storyPunter { padding: 5px;	margin-bottom: 20px;}

#added_story { padding: 5px; background:#FFC; color:#000; }