div.postContainer{
	margin-bottom: 30px;
}

/*--------------------------
	forum image
-----------------------------*/
.forumImage{
	float:right;
	margin-right:22px;
	z-index:999;
}

/*--------------------------
	if it's a team forum, there's an icon, too
-----------------------------*/
img.teamIcon{
	float:left;
	margin: 0 10px 6px 0;
}


/*--------------------------
	forum post format
-----------------------------*/
div.forumPost{
	
	width:380px;
	position:relative;
	padding: 10px 20px 10px 0;
	margin-left:60px;
	border-bottom:1px solid #ddd;
	background:#fff;

}
/*--	zebra	--*/
div.odd.forumPost{
	background:#ffffff;
}
div.forumPost p{
	clear:left;
	text-align:justify;
}

div.forumPost h2{
	margin-bottom: 10px;
	
}
div.forumPost h3{
	margin-bottom: 2px;
	font-size:12px;
}

div.postInfo {
	margin:0 0 6px -23px;
}

div.postInfo span.author{
	font-weight:900;
	display:inline;
}

div.postInfo span.date{
	color:#666666;
	display:inline;
	font-size:9px;
}

div.odd div.postInfo{
	background:#fff;
}
.deletePostContainer{
	text-align:right;
}
a.deletePost{
	color:#d00;
	font-size:10px;
}

/*--------------------------
	FIRST post format overrides normal post styles
-----------------------------*/
div.first.forumPost{
	width:440px;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
div.first.forumPost p{
	margin:6px 0 0 0;
	font-size:10px;
	color:#666666;
	line-height:14px;
}
 
/*--------------------------
	post form
-----------------------------*/
div.noPost{
	background: #f9f9f9;
	width: 400px;
	padding: 20px;
	font-weight:bold;
}
/*--------------------------
	post form revisions to formSection class
-----------------------------*/
#ForumForm {
	width:600px;
	

}

#ForumForm h3{
	
	margin:0 0 8px 20px;
	
}


#ForumForm.formSection {
	
	padding:10px;
	background-color:#eeeeee;
	border:none;
}

#ForumForm div.formField {
	margin:0;
	padding:6px;
	border:0;
}

#ForumForm div.formField {
	margin:0;
	padding:6px;
	border:0;
	text-align:left;
}

#ForumForm .forumPostButton {
	margin-left:40px;
}

.commentFormArrow {
	margin-left:40px;
}
