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

table {
	background-color: #fff;
}



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


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

div.nickname {
	font-weight: bold;
	color: #555;	
}

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 #ccc !important;
}

div.profile_signature {
	margin-top: 5px;
	padding: 0 2px;
	font-size: 11px;
	color: #999;
}

/* reaction details */
table.thread_table td.post_details {
	width: 172px;
	height: 9px;
	padding-left: 10px;
	font-size: 11px;
	color: #777;
}

table.thread_table td.post_options {
	width: 250px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
}

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 20px 10px 11px;
	color: #000;
}

tr.post_head {
	/*background: url(../img/bg_tbody.png) repeat-x 0 0;*/
}

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

div.quote_username {
	font-weight: bold;
}

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

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

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

/* pager bar */
table.thread_table td.topic_pages {
	padding: 5px 0;
}

table.thread_table td.last_page {
	text-align: right;
}

/* borders */
td,
tr.post_body,
td.topic_pages,
tfoot tr {
	border: 0px;
}

tr.post_head td {
	border-top: 1px solid #ccc;
}

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

form#post_form textarea {
	height: 8em;
	width: 30em;
}

/* fixes */
legend { 
	padding: 0;
	* margin-left: -7px;
}

div.fieldinput {
	margin-left: 0;
}

label.field {
	width: auto;
	margin-right: 6em;
}

button#s_submit {
}
