.threadpost .post {
	margin: 0;
	clear:both;
}

.nav {
	float: right;
}

.bottom {
	margin-bottom: 22px;
}

ol#thread li {
	border-bottom: 1px solid #dadada;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

div.threadauthor {
	position: relative;
}

.not-rated-topic {
	position: relative;
}

.not-rated-topic div.threadauthor {
	position: static;
}

.threadauthor p strong {
	font-size: 14px;
}

.threadauthor .topic-rating {
	position: absolute;
	right: 0;
	top: 0;
}

#pagebody .not-rated-topic .topictitle {
	margin-right: 130px;
}

.not-rated-topic .threadauthor .topic-rating {
	top: 1em;
	right: 1em;
	text-align: right;
}

.not-rated-topic .threadauthor .rating-notes {
	display: block;
	margin: .5em 0;
}

.rating {
	display: block;
}

table.topic-rating-list {
	width: 100%;
	border-collapse: collapse;
}

table.topic-rating-list td, table.topic-rating-list th {
	border-bottom: 1px solid #dadada;
	padding: 4px 4px 4px 0;
}

table.topic-rating-list tr:first-child td {
	border-top: 1px solid #dadada;
}

.front-page table.topic-rating-list td, .front-page table.topic-rating-list th {
	width: 100%;
}

.front-page table.topic-rating-list td.num {
	width: auto;
	text-align: center;
}

.col-7 { width: 512px; padding-right: 20px; }


#pagebody .view-not-voted h2, .view-not-voted span.threadauthor {
	float: left;
	margin: 14px 0 0 14px;
}

.view-not-voted span.threadauthor {
	padding: 2px 0 0;
	line-height: 1.8;
}

.view-not-voted #thread .post { clear: none; }

#pagebody h2 {
	font-size: 18px;
	line-height: 1.2em;
	color: #333;
	font-weight: bold;
	margin-bottom: 11px;
	display: inline;
	margin-right: 20px;
}

h3#count {
	font: 1em/25px Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	color: #888;
	float: left;
}

h3#count strong {
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}

.topicmeta {
	padding: 0;
	margin-top: 20px;
}

.topicmeta ul {
	margin: 0 !important;
	font-size: 1em;
}

.topicmeta ul li {
	padding: 0;
}

.topicmeta h3 {
	margin: 1.5em 0 1em;
}
.topicmeta li:first-child h3 {
	margin-top: 0;
}

#pagebody .topic-resolution p {
	margin: 0;
	padding: 0;
}

.col-5-double {
	width: 724px;
}

.deleted .post-delete-link, .post-undelete-link {
	display: none;
}

.deleted .post-undelete-link {
	display: inline;
}

ul.tags-list li {
	display: inline;
}

ul.tags-list li:after {
	content: ",";
}

ul.tags-list li:last-child:after {
	content: "";
}

#topic-tags {
	margin-bottom: 1em;
}

#tag-form input[type=text] {
	width: 12em;
	float: left;
}

#tag-form input[type=submit] {
	float: right;
}

#tag-form p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#pagebody .bbcrumb {
	margin-bottom: 11px;
}
