/*
	Mod Community - thread styles
	--------------------------------------------------
*/

/* threads */
table.thread_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.thread_table td {
	padding: 0;
	vertical-align: top;
}

/* create whitespace between */
table.thread_table tr.post_head td {
	padding-top: 15px;
}


/* name & photo */
table.thread_table td.post_creator {
	width: 100px;
	text-align: center;
	vertical-align: top;
	color: #002465;
}

div.nickname {
	width: 100px;
	font-weight: bold;
	color: #002465;
	line-height: normal;
}

div.relation_name, div.profile_nickname_subtitle {
	font-size: 11px;
	font-weight: normal;
}

div.profile_usericon img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #9bd5e6 !important;
}

div.profile_signature {
	margin-top: 5px;
	padding: 0 2px;
	font-size: 11px;
	color: #999;
	background: url(../img/signature_border.png) repeat-x;
}

/* reaction details */
table.thread_table td.post_details {
	width: 172px;
	height: 9px;
	padding-left: 28px;
	font-size: 11px;
	color: #39c;
	background: url(../img/balloon.png) no-repeat 0 10px;
}

table.thread_table td.post_options {
	width: 250px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
	background: url(../img/balloon.png) no-repeat -200px 10px;
}

table.thread_table td.post_options a, table.thread_table td.post_options a:hover {
	text-decoration: none !important;
}

table.thread_table td.post_options img {
	padding: 0 2px 0 5px;
}

/* reaction */
table.thread_table td.post_text {
	width: 422px;
	padding: 10px 10px 10px 28px;
	background: url(../img/balloon.png) no-repeat 0 -23px;
}

td.post_text div {
	width: auto;
	overflow: auto;
}

/* quoted */
div.quote_title {
	display: none;
}

div.quote_username {
	font-weight: bold;
}

div.quote_text {
	margin: 0 10px;
	font-style: italic;
	color: #555;
}

/* edited reaction */
div.edit_title {
	display: none;
}

div.edit_text {
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #39c;
}

/* pager bar */
table.thread_table td.topic_pages {
	border-bottom: 1px solid #b8e0ec;
	padding: 5px 0;
}
table.thread_table tfoot td.topic_pages {
	border-top: 1px solid #b8e0ec;
	border-bottom: 0;
}
table.thread_table td.last_page {
	text-align: right;
}

/* post form */
form#post_form {
	margin-bottom: 1em;
	padding-top: .5em;
}

form#post_form textarea {
	height: 8em;
}



