/*
Amplifier forum styles, v1.0

Media: screen
Author: Mike Harding @ Cactuslab
*/

.sm-forum {	
	width: 520px;
	border: 1px solid #666;
	padding: 8px 9px 10px;
	background: #eee url(../../img/panel_bg.gif) repeat-x 0 0;
	overflow: hidden;
	font-size: 100%;
}

.sm-forum-button a {
	background: transparent url(../img/amplifier/btn_forum_bg.gif) left no-repeat;
	padding: 0 0 0 10px;
	height: 24px;
	border: none;
	margin-top: 2px;
}

.sm-forum-button a:hover {
	background: transparent url(../img/amplifier/btn_forum_bg.gif) left no-repeat;
	color: #666;
}

.sm-forum-button span {
	display: block;
	float: left;
	background: transparent url(../img/amplifier/btn_forum_bg.gif) right no-repeat;
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 24px;
}

.sm-forum .sm-forum-rss, .sm-forum .sm-forum-forum-teaser .sm-forum-rss, .sm-forum .sm-forum-post-body .sm-forum-rss {
	background: url(../img/amplifier/icon_rss.gif) no-repeat 100% 50%;
	padding: 0 16px 0 0;
	line-height: 1.2;
}

.sm-forum-topic-actions {
	overflow: hidden;
	margin-bottom: 1em;
}

.sm-forum-topic-actions .sm-forum-topic-controls {
	clear: none;
	float: left;
	margin-top: 0;
}

.sm-forum-topic-actions p {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	line-height: 1.2;
}

.sm-forum .sm-forum-topic-actions .sm-forum-rss {
	background: url(../img/amplifier/icon_rss.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
	line-height: 1.2;
	float: left;
	margin: 0;
	min-height: 0;
	text-decoration: underline;
}

.sm-forum #topic-subscribe {
	background: url(../img/amplifier/icon_email.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
	line-height: 1.2;
	color: #aaa;
	clear: none;
	text-decoration: underline;
}

.sm-forum .sm-forum-topic-actions .sm-forum-rss:hover,
.sm-forum #topic-subscribe:hover {
	color: #666;
}

.sm-forum .sm-forum-forum-crumbtrail a {
	color: #682;
}

.sm-forum .sm-forum-forum-crumbtrail a:hover {
	color: #350;
}
