html div.content {
	padding: 10px 10px 0px 10px;
	border: none;
	width: 580px;
}

.moment_open {
	border: 1px solid #EEE;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
}

.moment_open em {
	font-size: 11px;
}

.moment_open h4 {
	font-size: 12px;
	margin-bottom: 10px;
}

.moment_open h4 span {
	display: block;
	margin-top: 2px;
	color: #999;
}

.moment {
	background: url(/moments/images/orange_bg.jpg) top left repeat-y;
	border-bottom: 1px solid #F8981F;
	margin-bottom: 15px;
}

.moment h2 {
	border-bottom: 1px solid #FFF;
}

.moment_info {
	display: none;
	width: 405px;
	float: left;
	background: #FFF;
	overflow: hidden;
	padding: 10px;
	height: 400px;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	margin-left: 2px;
	_margin-left: 2px;
}

.moment_content {
	height: 420px;
	width: 425px;
	padding: 0px;
}

.moment_comments {
	overflow: auto;
}

.moment_description {

}

html div.moment_text p {
	margin-bottom: 0px;
}

.moment_text {
	padding: 10px;
	background: #FFF;
	line-height: 14px;
}

.moment_links {
	width: 140px;
	float: right;
	font-size: 12px;
}

.moment_links ul {
	margin-top: 10px;
}

.moment_links li {
	list-style: none;
	margin-bottom: 3px;
}

.moment_links li a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

.moment_links li a:hover {
	text-decoration: underline;
}

.comment {
	border: 1px solid #EEE;
	margin-bottom: 5px;
}

.comment p {
	padding: 10px 10px 0px 10px;
}

.comment span {
	display: block;
	padding: 4px 10px;
	background: #EEE;
	font-size: 11px;
	font-weight: bold;
}

.post_comment span {
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

.post_comment input {
	border: 1px solid #EEE;
	padding: 3px 1px;
	width: 195px;
	margin-bottom: 10px;
}

.post_comment textarea {
	border: 1px solid #EEE;
	padding: 3px;
	height: 80px;
	width: 390px;
}

.post_comment .comment_submit {
	width: auto;
	height: auto;
	border: none;
	outline: none;
}

.moment_vote {
	margin-top: 15px;
	display: none;
}

.moment_vote span {
	text-align: center;
	display: block;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
}

.moment_vote span sup {
	font-size: 18px;
	padding-left: 4px;
}
/*
html #footer {
	width: 965px;
	margin: 0px auto;
	background: #FFF;
	color: #000;
	padding-top: 5px;
}

html #sub_footer {
	background: #FFF;
	color: #AAA;
	margin-top: 5px;
}

html #sub_footer a:hover {
	color: #000;
}

html #sub_footer span {
	color: #AAA;
}
*/