div.forum_home { margin: 0px; }
	div.forum_home div.intro { margin: 25px 0px 5px; }
	div.forum_home div.forum_topic { border-bottom: 1px solid #def; padding: 20px 0px; }
		div.forum_home div.forum_topic div.forum_topic_name { margin: 0px 0px 10px; color: #268; font-weight: bold; font-size: 12px; }
			div.forum_home div.forum_topic div.forum_topic_name a { color: #268; }
		div.forum_home div.forum_topic div.forum_topic_starter,
		div.forum_home div.forum_topic div.forum_topic_replies,
		div.forum_home div.forum_topic div.forum_topic_lastpost,
		div.forum_home div.forum_topic div.forum_topic_tags { font-size: 11px; }
		div.forum_home div.forum_topic span { color: #777; }
	div.forum_home div.new { margin: 10px 0px; text-align: right; }
		div.forum_home div.new a { padding: 3px 10px; color: #fff; background: url(../_img/bg/button.gif); }
	
div.topic_posts { margin: 0px; }
	div.topic_posts div.topic_name { margin: 20px 0px 10px; color: #483; font-weight: bold; font-size: 18px; }
	div.topic_posts div.post { margin-bottom: 20px; border-bottom: 1px solid #def; padding: 10px 0px; }
		div.topic_posts div.post div.author { float: left; width: 20%; display: inline; }
			div.topic_posts div.post div.author div.avatar { margin-bottom: 3px; text-align: center; font-size: 0px; line-height: 0px; }
				div.topic_posts div.post div.author div.avatar img { width: 69px; border: 5px solid #268; }
			div.topic_posts div.post div.author div.name { text-align: center; font-size: 14px; }
		div.topic_posts div.post div.post_content { float: left; width: 77%; margin-left: 3%; display: inline; }
			div.topic_posts div.post div.post_content div.actions { float: right; font-size: 11px; display: inline; }
				div.topic_posts div.post div.post_content div.actions span { color: #268; cursor: pointer; }
			div.topic_posts div.post div.post_content div.time { font-size: 11px; }
				div.topic_posts div.post div.post_content div.time span { color: #777; }
			div.topic_posts div.post div.post_content div.text { margin: 15px 0px; }
	div.topic_posts div.reply { text-align: right; }
		div.topic_posts div.reply a.reply { padding: 3px 10px; color: #fff; background: url(../_img/bg/button.gif); }
		div.topic_posts div.reply a.back { float: left; display: inline; }
		
div.post_form { margin: 0px; }
	div.post_form div.topic_name { margin: 20px 0px 10px; color: #483; font-weight: bold; font-size: 18px; }
	div.post_form form { margin: 0px; }
		div.post_form div.group { width: 99%; margin: 10px 0px; }
			div.post_form div.group div.label { font-size: 11px; color: #268; }
			div.post_form div.group div.field {  }
				div.post_form div.group div.field input,
				div.post_form div.group div.field textarea { width: 100%; border: 1px solid #268; font: 12px 'Trebuchet MS', sans-serif; }
				div.post_form div.group div.field textarea { height: 100px; }
				div.post_form div.group div.field .auto { width: auto; border: none; cursor: default; }
		div.post_form div.button { text-align: right; }
			div.post_form div.button button { border: 0px; padding: 3px 10px; color: #fff; background: url(../_img/bg/button.gif); font: 14px 'Trebuchet MS', sans-serif; }

div.forum_pages { margin: 20px 0px; text-align: center; }
	div.forum_pages span { font-weight: bold; font-size: 18px; }
	
div.forum_tags { text-align: justify; }
	div.forum_tags div.title { margin: 5px 0px 10px; color: #268; text-transform: uppercase; }

