	/* ************************************** */ /* Story Stuff */
.storyForm label {
	font: bolder;
	margin-top: 20px;
	margin-bottom: 10px;
}

.story {
	border: 2px outset;
	background-color: #ffffff;
}

.storySummary {
	background-color: #ffffff;
	margin-bottom: 20px;
	text-indent: 1em;
}

.storyReply {
	font-weight: bold;
}

.storyTitle {
	font: 150% bold;
	text-align: center;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.storyMMSummary {
	font: bold;
	text-align: center;
}

.storyIntro {
	margin-bottom: 1em;
	border-bottom: 2px solid black;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 1em;
	text-indent: 1em;
	background-color: #ffffff;
}

.storyBody {
	text-indent: 1em;
	margin-bottom: 1em;
}

.storyCommentCount {
	text-align: right;
	margin-right: 5px;
}

.storyTopic {
	text-align: center;
	font: sans-serif 120%;
}

.storyHeading {
	border: 1px gray;
}

.storyOwner {
	text-align: center;
	font-style: italic;
}

.storyTime {
	text-align: center;
}

.storyLink {
	text-align: center;
	font-style: italic;
	font: bold;
	margin-bottom: 10px;
}

.storyDeleteTag {
	text-align: center;
	font-style: italic;
	font: bold;
}

.storyHeading table {
	width: 100%;
}

.storyHeading table tr td {
	width: 33%;
}

.commentDeleteTag {
	text-align: right;
	font-style: italic;
	font: bold;
}

/* ************************************** */