.eachForumTitle{
	margin-left:20px;
	min-height:45px;
	width:400px;
	overflow:hidden;
	float:left;
}
#forumsLandingTopTopics{
	width:400px;
}
.topTopicsContainer{
	color:#FFF;
	margin:0px 0px 0px 50px;
	width:500px;
	clear:left;
}
.topTopicInfo{
	margin-left:7px;
	width:400px;
	overflow:hidden;
}
.dottedRule{
	color:#AAA;
	
	height:9px;
	overflow:hidden;
	margin:2px 0px 6px 0px
}
.separatingHR hr{
	margin:15px 0px 15px 0px;	
	color:#AAA;
	background-color:#AAA;
	border-width:0;
	height:3px;
	opacity: 0.3;
    filter: alpha(opacity=30);
    clear:both;
}
.forumStats{
	color:#AAAAAA;
	float:right;
	text-align:right;
	width:200px;
	overflow:hidden;
	height:30px;
	margin:5px 0px 0px 0px;
}
.individualTopicTitle{
	margin-left:7px;
}
.individualTopicSnippet{
	margin-left:15px;
	text-align:justify;
}
.individualTopicStats{
	margin-left:15px;
	color:#AAA;
}
.addTopicPostButton{
	float:left;
	text-align:right;
	width:130px;
	color:#AAA;
	margin-top:5px;
	height:20px;
	overflow:hidden;
	font-size:1.1em;
}
#newTopicPostForm{
	position:fixed;
}
#editPostForm{
	position:fixed;
}
/*forum posts stylin*/
.postBox{
	border:2px solid #444444;
	clear:left;
	padding:5px;
}
.authorPicSize{
	height:75px;
	width:75px;
	margin-bottom:5px;
}
.postHeader{
	height:20px;
	overflow:hidden;
	margin-bottom:2px;
	font-size:1.1em;
}
.authorSig{
	font-size:.9em;
	margin-top:5px;
	width:650px;
}
.authorPicStats{
	font-size:0.9em;
	text-align:center;
	width:75px;
	margin:3px;
	overflow:hidden;
}
.postContent{
	width:650px;
	min-height:65px;
}
.titleUser{
	width:575px;
}
.timestampAndButtons{
	width:200px;
}
/**/
.authorPicStats1{
	float:left;
}
.postContent1{
	float:left;
	margin:5px 0px 0px 5px;
}
.authorSig1{
	float:left;
	margin-left:86px;
}
.titleUser1{
	float:left;
}
.timestampAndButtons1{
	float:right;
	text-align:right;
}
/**/
.authorPicStats2{	
	float:right;
}
.postContent2{
	float:right;
	margin:5px 5px 0px 0px;
	text-align:right;
}
.authorSig2{
	float:right;
	text-align:right;
	margin-right:86px;
}
.titleUser2{
	float:right;
	text-align:right;
}
.timestampAndButtons2{
	float:left;
}
.postTitle{
	float:left;
	font-size:1.1em;
	height:20px;
	max-width:500px;
	overflow:hidden;
	margin:5px 6px 0 20px;
}
.postSpacer{
	clear:both;
	height:5px;
}
.individualPostTitle1{
	max-width:400px;
	overflow:hidden;
	float:left;
	height:20px;
}
.individualPostTitle2{
	height:20px;
	max-width:400px;
	overflow:hidden;
	float:right;
}
.authorLink1{
	float:left;
}
.authorLink2{
	float:right;
}
.timestamp1{
	float:right;
}
.timestamp2{
	float:left;
}
.buttons1{
	float:right;
	
}
.buttons2{
	float:left;
	
}
.quote{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	color:#AAA;
	margin:5px 25px 10px 25px;
}
.scripMsg{
	margin:10px;
}
.quoteButton{
	background:url("../images/spriteSheets/forumsSpriteSheet.png") no-repeat scroll 0px -56px;
	height:20px;
	width:20px;
	margin:0px 0px 1px 0px;
}
.editButton{
	background:url("../images/spriteSheets/forumsSpriteSheet.png") no-repeat scroll -20px -56px;
	height:20px;
	width:20px;
	margin:0px 0px 1px 0px;
}
.REButton{
	background:url("../images/spriteSheets/forumsSpriteSheet.png") no-repeat scroll -40px -56px;
	height:20px;
	width:20px;
	margin:0px 0px 1px 0px;
}
