/* Copyright Slingshot 2007 | www.slingshot.co.uk*/

		
#forumContainer{
}

.forumContainer_inner{
	width:812px;
	float:left;
	padding-bottom:10px;
	margin-right:15px;
	margin-bottom:10px;
	background:url(../layout/pods/1_col_bottom.jpg) bottom left no-repeat;
}
	.forumContainer_inner .forumContainer_frame{
		background:url(../layout/pods/1_col_middle.jpg) top left repeat-y;
		padding:10px 20px;
	}
	
	.forumContainer_inner h1{
		height:27px;
		width:792px;
		font-size:17px;
		color:#FFF;
		font-weight:bold;
		padding:18px 0px 0px 20px;
		text-transform:uppercase;
	}
	.forumContainer_inner h1{
		background:url(../layout/pods/1_col_header_blue.jpg) top left no-repeat;
	}
	.forumContainer_inner h1.header_orange{
		background:url(../layout/pods/1_col_header_orange.jpg) top left no-repeat;
	}



	#forumContainer .cols_lastpost{
		float:right;
		width:130px;
		padding-right:20px;
		text-align:center;
		text-transform:capitalize;
	}
	#forumContainer .cols_posts{
		float:right;
		width:75px;
		text-align:center;
		text-transform:capitalize;
	}
	#forumContainer .cols_topics{
		float:right;
		width:75px;
		text-align:center;
		text-transform:capitalize;
	}
	#forumContainer .cols_author{
		float:right;
		width:75px;
		text-align:center;
		text-transform:capitalize;
	}
	
	#forumContainer .cols_title{
	}

	#forumContainer #forum_list h3{
		background:#3C4E57;
		padding:4px 0px 4px 10px;
		margin:0px -10px 15px -10px;
		color:#FFF;
	}
	#forumContainer #forum_list div.forum_row{
		border-bottom:1px solid #D8DDE0;
		padding-bottom:10px;
		margin-bottom:10px;
		clear:both;
		width:772px;
	}
		#forumContainer #forum_list div.forum_row h2{
			margin:0px;
			padding:0px;
		}
		 #forumContainer #forum_list div.forum_row h2 a{
			 color:#3C4E57;
		 }
		#forumContainer #forum_list div.forum_row p{
			margin:0px;
			padding:0px;
		}
		#forumContainer #forum_list div.forum_row .cols_info_cat{
			display:block;
			margin-right:285px;
		}
		
		#forumContainer #forum_list div.forum_row .info_with_image{
			margin-left:48px;
		}
		#forumContainer #forum_list div.forum_row .cols_lastpost{
			padding-right:0px;
			font-size:11px;
		}
		#forumContainer #forum_list div.forum_row .cols_posts{
			font-size:12px;
		}
		#forumContainer #forum_list div.forum_row .cols_topics{
			font-size:12px;
		}
		#forumContainer #forum_list div.forum_row .cols_image{
			width:40px;
			display:block;
			height:40px;
			float:left;
			background-position:center;
			background-repeat:no-repeat;
		}	

	#forumContainer #forum_list div.forum_replies{
		border-bottom:5px solid #D8DDE0;
		padding-bottom:10px;
		padding-top:10px;
		clear:both;
		width:772px;
		background:url(../images/forum_reply_bck.jpg) top left repeat-y;
	}
	#forumContainer #forum_list div.forum_replies_mainTopic{
		padding-bottom:10px;
		margin-bottom:10px;
		border:none;
	}
	#forumContainer #forum_list div.forum_replies .reply_userPod{
		float:left;
		width:100px;
	}	
		#forumContainer #forum_list div.forum_replies .reply_userPod h2{
			border-bottom:1px solid #96BD10;
			padding-bottom:4px;
			margin-bottom:4px;
		}
		#forumContainer #forum_list div.forum_replies .reply_userPod h3{
			background:none;
			margin:0px;
			padding:0px;
			color:#3C4E57;
			border-bottom:1px solid #D8DDE0;
			padding-bottom:4px;
			margin-bottom:4px;
		}
		#forumContainer #forum_list div.forum_replies .reply_userPod p{
			margin:0px;
			padding:0px;
			font-size:11px;
		}
	#forumContainer #forum_list div.forum_replies .reply_message{
		display:block;
		margin-left:110px;
	}
		#forumContainer #forum_list div.forum_replies .reply_message h2{
			border-bottom:1px solid #96BD10;
			padding-bottom:4px;
			margin-bottom:4px;
		}
		#forumContainer #forum_list div.forum_replies .reply_message h3{
			background:none;
			margin:0px;
			padding:0px;
			color:#3C4E57;
			border-bottom:1px solid #D8DDE0;
			padding-bottom:4px;
			margin-bottom:4px;
			height:15px;
			
		}
		#forumContainer #forum_list div.forum_replies div.replydate{
			float:right;
			font-size:11px;
			font-weight:normal;
		}
		
		#forumContainer #forum_list .controls{
			float:right;
			margin-left:10px;
			padding-left:10px;
			border-left:1px solid #D8DDE0;
		}
		
		
