#commentsTitle {
	border-bottom: 1px solid navy;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
}
.blurbContent div.button {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-bottom: 10px;
}

.blurbContent div.button a {
	outline: none;
	width: 100%;
}

#commentlist {
	list-style-type: none;
	padding: 0;
	margin: 10px;
}

#commentlist li {
	line-height: 130%;
}

.number {
	font-size: 140%;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	color: #6f9a8b;
	width: 30px;
	line-height: 100%;
	letter-spacing: -1px;
	padding-bottom: 2px;
	text-align: center;
	display: block;
	float: left;
}

.gold .number {
	color: #b7a600;
}

.name {
	font-size: 110%;
	font-weight: bold;
	color: #6f9a8b;
}

.gold .name {
	color: #b7a600;
}

.commentdatetime {
	margin-left: 0.5em;
	color: #a0ac98;
	font-style: italic;

}

.commentInfo {
	padding: 5px 0.5em;
	background-color: #d0e5c2;
}

.gold .commentInfo {
	background: transparent url(/tribute/images/goldenbackground.gif) scroll repeat-x 0px -60px;
}

.commentBody {
	margin: 10px 0.9em 30px 0.5em;
	color: #35007c;
}

.comment {
	position: relative;
}
.gold img {
	position: absolute;
	top: 0;
	left: 90%;
}

