/*
	general
*/

#breadcrumb {
	background-color: #eee;
	padding: 10px 12px;
	margin-bottom: 20px;
}
#forum_header {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#forum_header p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}
#forum_header a {
	
}

/*
	category listing (front view)
*/

.categories {
	padding-top: 23px;
	background: url('../images/border-top-1.gif') repeat-x;
}
.category {
	margin-bottom: 12px;
}
.category .title {
	border-bottom: 1px solid #ccc;
	padding: 10px 12px;
	width: auto;
	background-color: #eee;
}
.category .title a:hover {
	background-color: #ccc;
}
.category .title h2 {
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0;
	float: left;
}
.category .title .posts {
	float: right;
}
.category .title .posts a {
	color: #888;
}
.category .text {
	background-color: #eee;
	font-size: 13px;
	line-height: 20px;
	padding: 12px;
}
.category .latest {
	background-color: #eee;
	border-top: 1px dotted #aaa;
	font-size: 12px;
	line-height: 18px;
	padding: 12px;
}
.category .latest a {
	font-weight: normal;
}
.category .latest .time {
	margin-left: 6px;
}

/*
	topic listing (category view)
*/

#topics {
	margin-bottom: 20px;	
}
.topic {
	background-color: #eee;
	padding: 10px 12px;
	margin-bottom: 8px;
}
.topic.header {
	background-color: #ccc;
	padding: 10px 12px;
}
.topic .title {
	float: left;
	width: 350px;
	font-weight: bold;
}
.topic .views, .topic .posts {
	float: left;
	width: 50px;
}
.topic .user {
	float: left;
}
.topic .latest {
	text-align: right;
}

.topic.info {
	background-color: #ffbfd0;
}
.topic.sticky {
	background-color: #d0edf4;
}
.topic.locked {
	color: #888;
	background-color: #ccc;
}
.topic.locked a {
	color: #888;
}
.topic.unread {
	background-color: #cbefbb;
	color: #2d541a;
}
.topic.unread a {
	color: #2d541a;
}
.topic_pagination {
	font-weight: normal;
	color: #888;
}
.topic_pagination span {
	margin-right: 3px;
}
.topic_pagination a {
	color: #888;
	margin-right: 3px;
}

#cat_navi {
	background-color: #eee;
	padding: 10px 12px;
	margin-top: 12px;
	text-align: right;
}

/*
	post listing (topic view)
*/

#posts {
	margin: 20px 0;
}
.post {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.post_head {
	background-color: #ddd;
	line-height: 50px;
}
.post_head .time {
	float: left;
	color: #888;
	font-size: 12px;
	margin-left: 12px;
}
.post_head .edit {
	float: left;
	margin-left: 12px;
	color: #888;
	font-size: 12px;
}
.post_head .edit a {
	color: #888;
}
.post_head .user {
	float: left;
	font-size: 16px;
}
.post_head .user a {
	float: left;
	border: 0;
}
.post_head .user img {
	margin-right: 12px;
}
.post_head .social {
	float: right;
}
.post_head .social a {
	display: block;
	float: left;
	padding-right: 12px;
	font-size: 12px;
}
.post_head .social a:hover {
	background-color: #aaa;
} 
.post_head .social .thumbup {
	background: url('../images/social-thumbup.png') no-repeat 9px 50%;
	padding-left: 30px;
	border: 0;
}
.post_head .social .thumbdown {
	background: url('../images/social-thumbdown.png') no-repeat 9px 50%;
	padding-left: 30px;
	border: 0;
}

.post_head .user_bar {
	background-color: #eee;
	font-size: 12px;
	line-height: 20px;
	padding: 6px 12px;
	border-top: 1px solid #ccc;
}

.post .text {
	padding: 20px 0px;
	border-bottom: 2px solid #222;
}

.post .text a {
	
}

.post blockquote {
	padding: 12px 16px;
	border: 1px dotted #cac083;
	background: #fffbe3 url('../images/quote-bg.png') no-repeat top right;
}

/*
	event styles
*/

#event_data {
	background-color: #eee;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
}
#event_data .image {
	float: left;
	border: 1px solid #ccc;
	margin-right: 20px;
}
#event_data .image a {
	border: 0;
}


#posting #event_status {
	margin-top: 6px;
}
#posting #event_form {
	
}
#posting #event_form label {
	margin-top: 12px;
	margin-bottom: 4px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}
#posting #event_form select, #posting #event_form input {
	width: 280px;
}

/*
	marketplace styles
*/

/*
	composing posts
*/

#posting {
	background-color: #eee;
	padding: 10px 12px;
	margin-bottom: 12px;
}
#posting #form_title {
	width: 490px;
	float: left;
}
#posting #form_cat {
	width: 190px;
	float: right;
}

#form_tags {
	padding: 10px 12px;
	margin-bottom: 12px;
}
#form_tags #post_tags {
	width: 98%;
}

#post_form label {
	display: block;
	margin-bottom: 4px;
}

#post_form #post_title {
	width: 100%;
}
#post_form #post_category_id {
	width: 100%;
	padding: 3px;
}

#post_form #post_text {
	width: 98%;
	height: 400px;
}

#form_toolbar {
	background-color: #eee;
	padding: 12px 12px 6px 12px;
	margin-bottom: 20px;
}
#form_toolbar .button {
	display: block;
	float: left;
	line-height: 25px;
	padding: 0 6px;
	margin-right: 2px;
	margin-bottom: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #888;
	border-right: 1px solid #aaa;
}
#form_toolbar .smiley {
	display: block;
	width: 25px;
	height: 23px;
	padding-top: 2px;
	text-align: center;
	float: left;
	margin-bottom: 6px;
	margin-right: 2px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #888;
	border-right: 1px solid #aaa;
}
#form_toolbar .button:hover, #form_toolbar .smiley:hover {
	background-color: #ddd;
}

#post_text {
	margin-bottom: 12px;
}

#form_submit {
	margin-right: 8px;
}

/*
	moderator options
*/

.moderator_options {
	margin-top: 24px;
	padding: 10px 12px;
}
.moderator_options .topic_options {
	float: left;
}
.moderator_options .topic_options a {
	margin-left: 8px;
}
.moderator_options .topic_move {
	float: right;
}

/*
	buttons & icons
*/

.unread_button {
	display: block;
	background: url('../images/icons/clock_add.png') no-repeat 6px 50%;
	padding-left: 28px;
	padding-right: 6px;
	line-height: 28px;
	border: 1px dotted #222;
}
.unread_icon {
	display: block;
	float: right;
	border: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url('../images/icons/clock_add.png') no-repeat 50%;
}
