/**************************************************************
 * FORUMS 
 */

hr {
	display: none;
}

#content h3 {
	background: #f7f7f7;
	border-bottom: 1px solid #CCCCCC; 
	font: 1.3em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2em 0 0;
	padding: 7px 10px;
}

.errors {
	border: 2px solid #c00;
	background: #ffe;
	color: #f00;
}

#thread_list {
	width: 100%;
}

#thread_list th {
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	background: #ececec;
}

#thread_list th.minor {
	text-align: center;
	border-left: 1px solid #ccc;
}

#thread_list td {
	margin: 0;
	padding: 15px 5px;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
}

#thread_list .info {
	padding: 3px 20px;
	background: #fff url(/images/icons/forum_thread.png) no-repeat 0 9px;
}

#thread_list .sticky {
	background: #fff url(/images/icons/forum_sticky.png) no-repeat 0 9px;
}

#thread_list .new {
	background: #fff url(/images/icons/forum_fresh.png) no-repeat 0 9px;
}

#thread_list .closed {
	background: #fff url(/images/icons/forum_closed.png) no-repeat 0 9px;
}

#thread_list .start_top {
	background: #fff url(/images/icons/forum_start_thread.png) no-repeat left 48%;
	margin: 0;
	padding: 10px 10px 10px 20px;
}

#thread_list .start_btm {
	background: #f7f7f7 url(/images/icons/forum_start_thread.png) no-repeat 10px 48%;
	border: 2px solid #ccc;
	margin-top: 15px;
	padding: 10px 10px 10px 30px;
}

#thread_list .start_top a, 
#thread_list .start_btm a {
	color: #090;
}

#thread_list .start_top a:hover, #thread_list .start_btm a:hover {
	color: #900;
}

.counts {
	width: 50px;
	font-size: 1.2em;
	font-weight: bold;
	border: 0;
	border-left: 1px solid #ccc;
	text-align: center;
}

.metadata {
	font-size: 0.9em;
}

#thread_list td.lastpost {
	font-size: .9em;
	border-left: 1px solid #ccc;
	padding: 0 0 0 11px;
	color: #A7B4BF;
}

.lastpost a {
	font-size: .9em;
	display: block;
	text-align: left;
}

a.download_attachment {
	padding: 2px 0;
	background: #fff url(/images/icons/attach.png) no-repeat;
	padding-left: 20px;
}

#sort_options {
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px 10px;
	margin-bottom: 1.0em;
}

#sort_options span {
	margin-right: 30px;
}

#sort_options a {
	font-weight: normal;
	text-decoration: underline;
	color: #009;
}

#sort_options a.on {
	text-decoration: none;
	color: #090;
	padding: 0 6px 0 14px;
	background: url('/images/icons/bullet_star.png') left -2px no-repeat;
}

#sort_options a:hover {
	text-decoration: underline;
	color: #c00;
}

#icon_legend {
	margin: 2em 0 0;
	padding: .6em 10px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-size: .9em;
	color: #666;
}

#icon_legend span {
	padding-left: 15px;
}

#icon_legend span img {
	vertical-align: middle;
}

.post {
	clear: both;
	border-top: 1px solid #ccc;
}

.post_date {
	background: #f7f7f7;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

p.post-text, p.post-sig {
	margin-left: 130px;
}

p.post_bio {
	float: left;
	width: 130px;
}

p.post_bio .user_img {
	width: 100px;
	height: 110px;
	display: block;
}

p.post_bio .user_img img {
	border: 1px solid #eee;
	margin-bottom: 0.5em;
	padding: 4px;
}

.post_bio .pmlink, .post .meta {
	font-size: .9em;
}

.post blockquote {
	margin: 0 0 20px 130px;
	padding: 4px 10px 8px 25px;
	font-size: .9em;
	border-bottom: 1px solid #669;
	background: #fff url('/images/icons/user_comment.png')	 0 .6em no-repeat;
}

.post_text {
	margin-left: 130px;
}

textarea.replytext {
	width: 370px;
	height: 200px;
}

#quicktags {
	float: right;
	width: 160px;
}

#allowed_tags, #smiley_legend, #allowed_tags ul, #smiley_legend ul {
	margin: 0;
	padding: 0;
}

#allowed_tags li, #smiley_legend li {
	list-style: none;
	padding-left: 4px;
}

#allowed_tags a {
	font-size: .9em;
	font-weight: normal;
}

#smiley_legend {
	margin-top: 12px;
}

#smiley_legend li {
	float: left;
}

#smiley_legend li a:hover {
	border: 0;
	background: none;
}

#attach_file {
	display: block;
	margin: 9px 0;
	text-align: center;
}

#attach_file, #cancel_attach_file {
	color: #009;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
}

#attach_file img {
	vertical-align: middle;
}

#file_attachment {
	margin: 5px inherit;
}

#thread_reply {
	border-top: 1px solid #eee;
	clear: left;
	padding-top: 25px;
}

#thread_reply fieldset.spaced {
	border: 1px solid #ccc;
	padding: 8px 10px 10px;
}

#thread_reply legend {
	font-weight: bold;
	padding: 0 10px;
}

#thread_reply textarea {
	background: #f7f7f7;
	border-width: 1px;
	width: 73%
}

#thread_reply button {
	border-width: 1px;
	padding: 3px;
	width: 100%;
}

/**** start thread ****/

form#start_thread {
	margin: 0;
	padding: 2em;
	border-top: 2px solid #ccc;
}

form#start_thread  legend {
	display: none;
}

form#start_thread span {
	width: 150px;
}

form#start_thread input, form#start_thread textarea {
	border: 1px solid #999;
	padding: 4px;
	width: 650px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

form#start_thread textarea {
	height: 250px;
}

button#start_thread_button {
	width: 180px;
	height: 36px;
	background: #fff url('/images/start_thread.png') no-repeat;
	border: 0;
	text-indent: -9000px;
}

/**** private messages ****/

#private_message_list a.read {
	font-weight: normal !important;
}

#pm_list #checkopt span {
	text-decoration: underline;
	cursor: pointer;
}

/**** touch ups ****/

#quicklinks {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}
