/* Forum Styles */

.sm-forum {
	width: 696px;
	font-size: 130%;
	margin-bottom: 1em;
	overflow: hidden;
}

.sm-forum h2 {
	margin-bottom: 0;
}

.sm-forum .rss, .sm-forum .forum-teaser .rss, .sm-forum .post-body .rss {
	display: block;
	float: right;
	text-align: right;
	min-height: 16px;
	padding-right: 21px;
	padding-top: 0.3em;
	margin-top: 0.1em;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.6;
	color: #aaa;
	background: url(../img/icn_rss2.gif) no-repeat 100% 50%;
}

.sm-forum h3 {
	font-weight: bold;
	font-size: 110%;
	padding-top: 0.4em;
	line-height: 1.2;
}

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

.sm-forum .header {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
}

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

.sm-forum .topic-teaser {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
}

	.sm-forum .topic-teaser h3 {
		clear: left;
		font-size: 110%;
		margin: 0.5em 0 0;
	}

	.sm-forum .topic-teaser .post-extract {
		float: left;
		width: 66%;
	}

	.sm-forum .topic-teaser .post-details {
		float: left;
		margin-left: 10px;
		font-size: 90%;
		font-family: Arial, sans-serif;
		line-height: 1.4;
	}

.sm-forum .topic-controls {
	float: right;
	margin-top: 0.5em;
}

.sm-forum .forum-post {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
	overflow: hidden;
}

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

	.sm-forum .forum-post .post-details {
		float: left;
		width: 150px;
		margin: 0.5em 0;
	}
	
	.sm-forum .forum-post .post-details .user-details {
		font-size: 85%;
		font-family: Arial, sans-serif;
	}
	
	.sm-forum .forum-post .post-details .user-details .gravatar {
		margin-bottom: 0.5em;
	}
	
	.sm-forum .forum-post .post-details .post-controls {
	
	}

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

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

	.sm-forum .forum-post .post-body .byline {
		font-size: 90%;
		font-family: Arial, sans-serif;
	}
	
.sm-forum .forum-replies {
	
}

	.sm-forum .forum-replies .byline {
		font-size: 110% !important;
		font-family: Arial, sans-serif;
	}

.sm-forum .forum-reply {
	clear: both;
	padding-top: 1em;
}

	.sm-forum .forum-reply .forum-reply-notes {
		float: left;
		width: 150px;
		font-family: Arial, sans-serif;
	}
	
	.forum-reply-notes-topic {
		margin-top: 1em;
		font-family: Arial, sans-serif;
	}
	
	.sm-forum .forum-reply .forum-reply-form {
		margin-left: 170px;
	}
	
	.sm-forum .forum-reply .forum-reply-form h3 {
		margin-top: 0;
		font-weight: bold;
		font-size: 110%;
	}
	
	.sm-forum .forum-reply .forum-reply-form input {
		margin-top: 0.5em;
	}
	
	.sm-forum .forum-reply .forum-reply-preview {
		clear: both;
		margin-left: 170px;
	}

.sm-forum blockquote {
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #ccc;
}

/* Pagination Styles */

.sm-forum .pagination {
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
	clear: both;
}

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

	.sm-forum .pagination .next {
		float: right;
		color: #aaa;
	}
	
	.sm-forum .pagination .pages {
		text-align: center;
	}
	
	.sm-forum .pagination .pages strong {
		background-color: #ccc;
		color: #033;
		padding: 0.5em 0.75em 0.65em;
	}
	
	.sm-forum .pagination .pages a {
		padding: 0 0.3em;
	}

/* Button Styles */

.button {
	clear: left;
/*	clear: left;
	float: left;
	height: 23px;
	overflow: hidden;
	padding-left: 2px;
	background-color: url(../img/btn_left.gif) no-repeat 0 0;*/
}

.button a {
	background-color: #dcd;
	margin: 0.5em 2px 0 0;
	padding: 0.3em 0.5em 0;
	float: left;
	display: block;
	border: 1px solid #dcd;
/*	padding: 5px;
	padding-right: 6px;
	height: 13px !important;
	background: transparent url(../img/btn_right.gif) no-repeat top right;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none !important;*/
}

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

.button a:hover, .button a:active {
	background: transparent;
/*	background: transparent url(../img/btn_right.gif) no-repeat top right;*/
}

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

/* Forum Crumbtrail */

.sm-forum .forum-crumbtrail {
	margin-top: 0.5em;
}

/* Forms */

.sm-forum form {
	margin-top: 0.5em;
}

	.sm-forum form .postbody {
		margin: 0.5em 0;
	}

.sm-forum label {
	font-size: 110%;
}

.user input {
	margin-top: 0.5em;
}