.story {
	margin-bottom: 2px;
	padding: 4px;
	position: relative;
}

.story .label,.story .scoreBar,.story .vote {
	margin-right: 4px;
}

.story .comment {
	padding: 3px;
	margin: 3px;
}

.story .whiteBox .comment .callOut {
	background: url("images/callout-green.png") no-repeat;
	top: -20px;
	left: -7px;
}

.story .comment table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.story .comment,.commentInputArea {
	margin-left: 35px;
	margin-top: 15px;
	text-align: left;
	width: 95%;
}

.commentInputArea {
	text-align: right;
}

.story .commentInputArea .dijitButton {
	margin-right: 0px;
}

.story .commentInputArea .dijitTextArea {
	border: 1px solid #ddd;
}

.story .commentInputArea .dijitButtonText {
	font-size: 0.7em;
}

.story .comment .commentText {
	background-color: rgb(229, 237, 217);
	font-size: 0.9em;
	text-align: left;
}

.story .comment td {
	padding: 5px;
}

.story .comment td.icon {
	padding: 20px 0px 0px 6px;
	text-align: top;
	width: 50px;
}

.story .comment .avatar {
	position: static;
}

table.whiteBox {
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
}

.whiteBox .callOut {
	background: url("images/callout-white.png") no-repeat;
	height: 32px;
	width: 24px;
	left: -16px;
	top: -1px;
	position: absolute;
}

.whiteBox .topLeft,.whiteBox .top,.whiteBox .topRight {
	height: 4px;
}

.whiteBox .topLeft,.whiteBox .left,.whiteBox .bottomLeft {
	width: 6px;
}

.whiteBox .top,.whiteBox .center,.whiteBox .bottom {
	text-align: left;
	width: auto;
}

.whiteBox .topRight,.whiteBox .right,.whiteBox .bottomRight {
	width: 7px;
}

.whiteBox .bottomLeft,.whiteBox .bottom,.whiteBox .bottomRight {
	height: 11px;
}

.whiteBox .top {
	background: url("images/box-white-top.png") repeat-x;
}

.whiteBox .topRight {
	background: url("images/box-white-top-right.png") no-repeat;
}

.whiteBox .left {
	background: url("images/box-white-left.png") repeat-y;
}

.whiteBox .center {
	background-color: #fff;
	padding: 8px;
}

.whiteBox .right {
	background: url("images/box-white-right.png") repeat-y;
}

.whiteBox .bottomLeft {
	background: url("images/box-white-bottom-left.png") no-repeat;
}

.whiteBox .bottom {
	background: url("images/box-white-bottom.png") repeat-x;
}

.whiteBox .bottomRight {
	background: url("images/box-white-bottom-right.png") no-repeat;
}

.story td.icon {
	vertical-align: top;
	padding-top: 20px;
}

.whiteBox .voteBar {
	position: relative;
}

.story .voteButton, .story .signInButton {
	cursor: pointer;
	position: absolute;
	top: -16px;
	right: -56px;
	width: 55px;
	height: 55px;
}

.story .voteButton {
	background: transparent url("images/icon-thumbs-up.png") no-repeat;
}

.whiteBox .voteButton:hover {
	background: transparent url("images/icon-thumbs-up-on.png") no-repeat;
}

.story .signInButton {
	background: transparent url("images/sign-in.png") no-repeat;
}

.whiteBox .scoreBar {
	color: #505C80;
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	top: -5px;
	right: -5px;
}

.story .star {
	background: url("images/star.png") no-repeat;
	height: 35px;
	left: -40px;
	position: absolute;
	width: 35px;
}

.whiteBox .admin {
	font-size: 0.7em;
}

.story .date {
	font-size: 0.7em;
	margin-bottom: 3px;
}

.story .comment .text {
	font-size: 0.9em;
}

.moreComments {
	color: #505C80;
	cursor: pointer;
	text-align: center;
	text-transform: lowercase;
	padding: 10px;
}

.moreComments:hover {
	border: 1px solid #ccc;
}

.winnerBadge {
	position: absolute;
	top: 47px;
	left: -100px;
	width: 100px;
	height: 100px;
	background: url("images/winner-badge.png") no-repeat;
}

.pastContest {
	border: 1px dotted #ccc;
	margin: 2px 0; padding : 2px;
	font-size: 0.5em;
	padding: 2px;
}

.permalink {
	font-size: 0.7em;
	display: block;
}

.story .fullText {
	display: none;
}