/* Forum Styles */

.sm-forum {
	width: 696px;
	
	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: 130%;
	padding-top: 0.4em;
	line-height: 1.2;
}

.sm-forum h3 a { color: #333; }
.sm-forum h3 a:hover { color: #E64097; }

.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: 2em;
	clear: both;
}

.sm-forum .forum-teaser h3 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	background: url(../img/header_bg.gif) left bottom repeat-x;
	font-family: "Helvetica Rounded", "Arial Rounded", "Arial Rounded MT Bold", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

.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: right;
		margin-left: 10px;
		font-size: 90%;
		font-family: Arial, sans-serif;
		line-height: 1.4;
		color: #888;
		text-align: right;
	}

.sm-forum .topic-controls {
	clear: both;
	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;
		padding-top: 0.5em;
	}
	
	.sm-forum .forum-reply .forum-reply-notes code {
		font-size: 120%;
	}
	
	.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: 0 0 0.5em 0;
		padding: 0;
		font-weight: bold;
		font-size: 110%;
	}
	
	.sm-forum .forum-reply .forum-reply-form textarea {
		width: 500px;
		height: 200px;
	}
	
	.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;
}

.button a {
	background-color: #FAD9EA;
	margin: 0.5em 2px 0 0;
	padding: 0.3em 0.5em;
	float: left;
	display: block;
	border-right: 1px solid #F5B3D5;
	border-bottom: 1px solid #F5B3D5;
}

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

.button a:hover, .button a:active {
	background: #E64097;
	border-right: 1px solid #C0347F;
	border-bottom: 1px solid #C0347F;
/*	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: 0.5em 0;
	padding-bottom: 0.5em;
}

/* Forms */

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

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

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

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