/**
 * @about: 	thread.css - CSS file for mod_community's reaction system
 */

/**
 * Defaults
 */

.thread_table thead,
.thread_table tfoot {
	display: none;
}

/**
 * .thread_table
 */

.thread_table {
	width: 100%;
	margin-top: 1em;
}

/**
 * .post_head
 */

.post_head {
	background-color: #f2f2f2;
}

.post_head td {
	padding: 3px;
	border: 0;
}

.post_creator {
	width: 125px;
}

.post_options {
	text-align: right;
}

.post_options a {
	text-decoration: none;
}

.post_options img {
	margin-right: 2px;
}

/**
 * .post_body
 */

.post_body td {
	padding: 5px 3px;
	background-color: #fcfcfc;
}

.post_creator {
	width: 125px;
}

.post_text div {
	width: 300px;
}

/**
 * .quote_text - Layout of quoted messages
 */

.quote_text {
	margin: 0px 5px 5px 20px;
	background-color: #fafafa;
	border: 1px solid #bcbcbc;
}

.quote_title,
.quote_text {
	padding: 4px 2px;
}

.quote_title {
	margin: 0px 5px 0px 20px;
	text-decoration: underline;
}

.quote_username {
	padding-bottom: 2px;
	font-style: italic;
	font-weight: bold;
}

/**
 * #post_form - Used for posting new reactions
 */

.thread_title {
	margin-bottom: .5em;
}

#post_form {
	padding: 5px 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#post_form fieldset {
	margin-bottom: 5px;
}

#post_form legend {
	margin-bottom: .3em;
	font-size: 14px;
	font-weight: normal;
}

#post_form label.field {
	width: 6em;
	padding: 0;
}

#post_form div.fieldinput {
	margin-left: 7em;
}

#post_form div.field {
	border: 0;
}

#post_text {
	width: 90%;
}