.sm-forum {	
	background: #fff;
	overflow: hidden;
}

.sm-forum a { color: #636; }
.sm-forum a:hover { color: #747; }

.sm-forum .sm-forum-rss, 
.sm-forum .sm-topic-list .sm-forum-rss, 
.sm-forum .sm-forum-post-body .sm-forum-rss {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	background: url("../img/icon-feed.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin-top: 10px;
}

.sm-forum .sm-forum-rss:hover, 
.sm-forum .sm-forum-topic-list .sm-forum-rss:hover, 
.sm-forum .sm-forum-post-body .sm-forum-rss:hover {
	background-position: 0 -16px;
}

.sm-forum .sm-forum-post-body h2 {
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1.2;
	font-size: 26px;
	color: #3F9FFF;
	padding-right: 20px;
}

.sm-forum-post-body p {
	margin-bottom: 10px;
}

.sm-forum-permalink { margin-left: 5px; }

.sm-forum .sm-forum-post-body .rss {
	background: url("../img/icn_rss.gif") no-repeat 100% 50%;
}

.sm-forum .sm-forum-header {
	padding-bottom: 5px;
}

.sm-forum .sm-forum-teaser p {
	margin-top: 5px;
	margin-bottom: 0;
}

.sm-forum .sm-forum-topic-list {
	overflow: hidden;
	margin-bottom: 10px;
}

.sm-forum .sm-forum-topics {
	margin: 1px 0;
	overflow: hidden;
}

.sm-forum .sm-forum-topics li {
	border-top: 2px solid #f0f0f0;
	padding: 10px 0;
	overflow: hidden;
}

.sm-forum .sm-forum-topics li h3 {
	margin: 0 0 5px;
	line-height: 1;
}

.sm-forum .sm-forum-topic-list .sm-forum-topics {
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
}

.sm-forum .last-topic { border: none; }

.sm-forum .sm-forum-topic-list .sm-forum-topics li {
	border: none;
	padding-left: 20px;
	padding-top: 3px;
	background: url("../img/icon-comments.png") 0 0 no-repeat;
}

.sm-forum .sm-forum-home-topic .sm-forum-meta {
	margin-bottom: 5px;
	font-size: 10px;
}

.sm-forum .sm-forum-topic .sm-forum-content {
	float: left;
	width: 70%;
}

.sm-forum .sm-forum-topic .sm-forum-meta {
	float: right;
	width: 30%;
	line-height: 1.4;
	text-align: right;
	font-size: 12px;
	color: #999;
}

.sm-forum .sm-forum-topic .sm-forum-meta p {
	margin-bottom: 0;
}

.sm-forum .sm-forum-topic-list .sm-forum-button {
	padding: 10px 0;
	overflow: hidden;
}

.sm-forum p.sm-forum-topic-controls {
	margin: 2px 0 0 0;
	color: #999;
	padding-left: 19px;
	line-height: 16px;
	background: url("../img/icon-email.png") left center no-repeat;
}

.sm-forum .sm-forum-post {
	clear: both;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.sm-forum .sm-forum-post a,
.sm-forum .sm-forum-topic-teaser a { text-decoration: underline; }

.sm-forum .sm-forum-post a:hover,
.sm-forum .sm-forum-topic-teaser a:hover { color: #666; }

.sm-forum .sm-forum-post .sm-forum-post-body .sm-forum-post-meta {
	overflow: hidden;
	margin-bottom: 10px;
}

.sm-forum .sm-forum-post .sm-forum-post-body .sm-forum-byline {
	color: #999;
	margin-bottom: 0;
}

.sm-forum .sm-forum-post .sm-forum-post-body .sm-forum-byline small {

}

.sm-forum .sm-forum-post .sm-forum-post-body textarea { 
	width: 375px;
}

.sm-forum .sm-forum-report {
	margin-top: 10px;
}

.sm-forum .sm-forum-report p {
	line-height: 1.8;
}

.sm-forum .report-textarea { 
	width: 495px;
}

.sm-forum .sm-forum-post.sm-forum-single {
	border-bottom: none;
}

	.sm-forum .sm-forum-post-details {
		float: left;
		width: 120px;
		margin: 5px 0;
	}
	
	.sm-forum .sm-forum-post-details .sm-forum-user-details {

	}
	
	.sm-forum .sm-forum-post-details .sm-forum-user-details .sm-forum-gravatar {
		margin-bottom: 5px;
	}

	.sm-forum .sm-forum-post .sm-forum-post-body {
		margin-left: 120px;
	}

	.sm-forum .sm-forum-post .sm-forum-post-body h3 {
		font-weight: bold;
		margin-top: 0;
	}

	.sm-forum .sm-forum-post .sm-forum-post-body .byline {
	}
	
.sm-forum .sm-forum-replies {

}

.sm-forum .sm-forum-reply {
	padding-top: 10px;
	overflow: hidden;
}

	.sm-forum .sm-forum-reply .sm-forum-reply-notes {
		float: right;
		width: 180px;
		margin: 20px 0 0 0;
		color: #999;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-notes code {
		font-size: 11px;
		color: #666;
	}
	
	.sm-forum-reply-notes-topic {
		margin-top: 10px;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-form {
		float: left;
		display: inline;
		margin-left: 120px;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-form form {
		margin-top: 0;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-form h3 {
		margin: 0 0 5px 0;
		padding-top: 0;
		padding-bottom: 6px;
		font-weight: normal;
		line-height: 1.2;
		font-size: 16px;
		color: #636;
	}
	
	.sm-forum .sm-forum-reply-form label {
		color: #8bb;
		font-size: 10px;
		font-weight: bold;
		line-height: 2;
		position: relative;
		width: 60px;
		margin-right: 0;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-form textarea {
		width: 600px;
		height: 150px;
		margin-bottom: 10px;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-form input.field {
		width: 330px;
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-form input {
/* 		margin-top: 0.5em; */
	}
	
	.sm-forum .sm-forum-reply .sm-forum-reply-preview {
		clear: both;
		margin-left: 120px;
		padding-top: 20px;
		overflow: hidden;
	}

.sm-forum .sm-forum-start-discussion .sm-forum-reply-form {
	margin-left: 0;
}

.sm-forum .sm-forum-start-discussion .sm-forum-reply-form textarea {
	width: 740px;
	height: 200px;
	margin-top: 20px;
}

.sm-forum  .sm-forum-start-discussion #post-preview {
	width: 740px;
	margin-top: 20px;
}

.sm-forum #post-preview p { margin-bottom: 10px; }

.sm-forum blockquote {
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #f0f0f0;
	color: #888;
}

.sm-forum .sm-forum-new-topic {
	overflow: hidden;
}
	.sm-forum .sm-forum-new-topic h2 {
		margin-bottom: 5px;
	}
	
	.sm-forum  .sm-forum-new-topic #post-preview {
		width: 480px;
		margin-top: 20px;
	}
	
	.sm-forum .sm-forum-new-topic .sm-forum-reply .sm-forum-reply-form {
		margin-left: 0;
	}

	.sm-forum  .sm-forum-new-topic .sm-forum-reply .sm-forum-reply-form textarea {
		width: 480px;
	}

	.sm-forum .sm-forum-new-topic .sm-forum-reply .sm-forum-reply-form input.field {
		width: 420px;
	}
	
	.sm-forum .sm-forum-new-topic .sm-forum-reply .sm-forum-reply-notes {
		margin-top: 0;
	}

.sm-forum .topic-admin-actions {
	overflow: hidden;
	margin: 5px 0;
	padding-bottom: 10px;
}

.sm-forum .topic-admin-actions p {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

.sm-forum .topic-admin-actions .sm-forum-topic-controls { margin: 0; }

.sm-forum #topic-subscribe-controls,
.sm-forum #topic-sticky-controls,
.sm-forum #topic-close-controls {
	padding: 0 0 1px 20px;
	background: url("../img/admin-icons.png") left 0 no-repeat;
}
.sm-forum #topic-subscribe-controls.inactive { background-position: left -40px; }

.sm-forum #topic-sticky-controls { background-position: left -80px; }
.sm-forum #topic-sticky-controls.inactive { background-position: left -120px; }

.sm-forum #topic-close-controls { background-position: left -160px; }
.sm-forum #topic-close-controls.inactive { background-position: left -200px; }

/* Pagination Styles */

.sm-forum .sm-forum-pagination {
	padding: 20px 0 0;
	border-top: 2px solid #f0f0f0;
	margin: 1em 0 0;
	overflow: hidden;
}

	.sm-forum .sm-forum-pagination .sm-forum-prev {
		float: left;
		color: #aaa;
	}

	.sm-forum .sm-forum-pagination .sm-forum-next {
		float: right;
		color: #aaa;
	}

	.sm-forum .sm-forum-pagination .sm-forum-prev a, 
	.sm-forum .sm-forum-pagination .sm-forum-next a {
		padding: 0 3px;
		line-height: 1;
		background: #eee;
		padding: 3px 7px 4px;
		border: none;
		color: #666;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.sm-forum .sm-forum-pagination .sm-forum-prev a:hover, 
	.sm-forum .sm-forum-pagination .sm-forum-next a:hover {
		background: #ddd;
		color: #444;
	}

	.sm-forum .sm-forum-pagination .sm-forum-pages {
		text-align: center;
		margin: 0 80px 10px 80px;
		font-size: 13px;
	}
	
	.sm-forum .sm-forum-pagination .sm-forum-pages strong {
		background-color: #fff;
		color: #666;
		padding: 3px 7px 4px;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.sm-forum .sm-forum-pagination .sm-forum-pages a {
		padding: 0 3px;
		line-height: 1;
		background: #eee;
		padding: 3px 7px 4px;
		border: none;
		color: #666;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.sm-forum .sm-forum-pagination .sm-forum-pages a:hover {
		background: #ddd;
		color: #444;
	}

/* Button Styles */

.sm-forum-button {
	clear: left;
}

.sm-forum-button a {
	background-color: #ccc;
	margin: 5px 2px 0 0;
	padding: 2px 5px;
	float: left;
	display: block;
	border: 1px solid #aaa;
	text-decoration: none;
}

.sm-forum-post .sm-forum-button a { text-decoration: none; }

.sm-forum-button, .sm-forum-button a:link, .sm-forum-button a:visited, .sm-forum-button a:hover, .sm-forum-button a:active {
	cursor: pointer;
}

.sm-forum-button a:hover, .sm-forum-button a:active {
	background: #eee;
	text-decoration: none;
/* 	border: none; */
}

.sm-forum-button-inline {
	clear: none;
	margin-right: 3px;
}


/* Forum Crumbtrail */

.sm-forum .sm-forum-crumbtrail {
	margin: 0 0 10px 0;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 2px;
}

.sm-forum .sm-forum-crumbtrail p {
	margin-top: 0;
	margin-bottom: 0;
}

/* Forms */

.sm-forum form {
	margin-top: 5px;
}

	.sm-forum form .sm-forum-postbody {
		margin: 5px 0;
	}

.sm-forum label {
	
}

.sm-forum-user input {
	margin-top: 5px;
}

.sm-forum-form-buttons {
	overflow: hidden;
	padding-top: 10px;
}

.sm-forum-form-buttons .btn-large {
	display: inline;
	background: #999;
	border: none;
	padding: 5px 7px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
	font-size: 10px;
}

.sm-forum-form-buttons .btn-large:hover {
	background: #666;
	color: #fff;
}

.sm-forum-form .button {
	background: #3F9FFF;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #0c6ccc;
	text-shadow: #0c6ccc 0 1px 0;
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	border-radius: 3px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: #999 0 1px 1px;
	-moz-box-shadow: #999 0 1px 1px;
	-webkit-box-shadow: #999 0 1px 1px;
}
.sm-forum-form .button:hover {
	background: #2e8eee;
}

.sm-forum-form .preview {
	background: #ddd;
	color: #333;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #999;
	text-shadow: #fff 0 1px 0;
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	border-radius: 3px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: #999 0 1px 1px;
	-moz-box-shadow: #999 0 1px 1px;
	-webkit-box-shadow: #999 0 1px 1px;
}
.sm-forum-form .preview:hover {
	background: #ccc;
}


/* For Greenpages */

.sm-forum-home {
	border-top: 2px solid #f0f0f0;
	padding-top: 10px;
}

.sm-forum-topic-list {
	border-bottom: 2px solid #f0f0f0;
}

.sm-forum-topic-list h2,
.sm-forum-header h2 {
	padding-bottom: 6px;
	font-weight: normal;
	line-height: 1.2;
	font-size: 26px;
	margin: 0;
	color: #3F9FFF;
}

.sm-forum-topic-list h2 a {
	color: #636;
	text-decoration: none;
}

.sm-forum-topic-list h2 a:hover {
	color: #747;
}

.sm-forum-header h2 { padding-bottom: 0; }

.sm-forum .sm-forum-rss, 
.sm-forum .sm-topic-list .sm-forum-rss, 
.sm-forum .sm-forum-post-body .sm-forum-rss {
	border: none;
}

.sm-forum .sm-forum-home .sm-forum-topic-list .sm-forum-topics {
	border-bottom: none;
}

.sm-forum .sm-forum-topics li {
	padding: 10px 0;
	overflow: hidden;
}

.sm-forum .sm-forum-topic .sm-forum-content {
	width: 560px;
}

.sm-forum .sm-forum-topic h3 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #636;
	font-weight: normal;
}

.sm-forum .sm-forum-topic h3 a { text-decoration: none; color: #636; }
.sm-forum .sm-forum-topic h3 a:hover { color: #747; }

.sm-forum .sm-forum-topic .sm-forum-meta {
	width: 190px;
}

.sm-forum .sm-forum-topic .sm-forum-meta p {

}

.sm-forum .sm-forum-topics .sm-forum-home-topic h3 {
	margin-bottom: 0;
}

.sm-forum .sm-forum-home-topic .sm-forum-meta {
	width: auto;
	float: none;
	text-align: left;
	padding-top: 3px;
}

.sm-forum .sm-forum-home-topic .sm-forum-meta span {
	margin-right: 15px;
}

.sm-forum .sm-forum-user-details p {
	font-size: 10px;
}

.sm-forum .sm-forum-crumbtrail a {
	border: none;
	font-weight: bold;
}

.sm-forum .sm-forum-crumbtrail {
	border: none;
	overflow: hidden;
}

.sm-forum-topic-page .sm-forum-crumbtrail {
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
}

.sm-forum .sm-forum-post .sm-forum-post-meta a { text-decoration: none; }

.sm-forum .sm-forum-btn-reply,
.sm-forum .sm-forum-btn-edit,
.sm-forum .sm-forum-btn-delete-post,
.sm-forum .sm-forum-btn-add-topic {
	background: #ddd;
	color: #666;
	font-weight: bold;
	padding: 3px 5px 4px;
	line-height: 1;
	border: 1px solid #999;
	text-shadow: #fff 0 1px 0;
	font-size: 12px;
	font-family: "Helvetica Neue", sans-serif;
	border-radius: 3px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: #ccc 0 1px 1px;
	-moz-box-shadow: #ccc 0 1px 1px;
	-webkit-box-shadow: #ccc 0 1px 1px;
}


.sm-forum .sm-forum-btn-reply:hover,
.sm-forum .sm-forum-btn-edit:hover,
.sm-forum .sm-forum-btn-delete-post:hover,
.sm-forum .sm-forum-btn-add-topic:hover,
.sm-forum .sm-forum-post .sm-forum-post-controls a:hover {
	background: #ccc;
	color: #444;
}

.sm-forum .sm-forum-header .sm-forum-new-topic {
	float: right;
	display: inline;
	margin-right: 5px;
}

.sm-forum .sm-forum-header .sm-forum-btn-add-topic {
	margin: 0;
}

.sm-forum .sm-forum-home .sm-forum-topic-list .sm-forum-button {
	float: right;
	margin: 0 5px;
	padding: 0;
	clear: none;
}

.sm-forum .sm-forum-home .sm-forum-topic-list .sm-forum-button a {
	margin: 0;
}

.sm-forum .sm-forum-report p strong,
.sm-forum .sm-forum-report label {
	width: 50px;
	display: block;
	float: left;
	font-weight: bold;
}

.sm-forum .sm-forum-report label {
	float: none;
	margin-bottom: 5px;
}

.sm-forum .sm-forum-post .sm-forum-post-body textarea { 
	width: 620px;
	height: 250px;
}
