#forumWrapper 
{
	margin:26px 0 0 19px;
	
}
#forumPageHeading {
	height:46px;
	background: transparent url(../images/forum/pagetitle.gif) no-repeat;
}

#forumLHSColumnWrapper 
{
	width:220px;
	float:left;
}
/* -- SELECT BOARDS BOX --*/
#boardsColumnWrapper {	
	margin-bottom: 20px;
}
#boardsColumnHeader { height:70px; background: transparent url(../images/forum/boardsTitle.gif) no-repeat; margin:0; }
#boardsColumnFooter { padding:20px; background: transparent url(../images/forum/boardsFooterBg.jpg) no-repeat bottom; }
#boardsColumnWrapper select 
{
	width: 180px;
	margin-bottom: 15px;
	border:1px solid #454545;
	background-color:#181818;
	color:#fff;
	padding:2px;
}
#boardsColumnWrapper a 
{
	font-weight: bold;
	font-size: 0.8em;
}
#boardsColumnWrapper span { display:none; }

/* -- SELECT THREADS BOX --*/
#threadsColumnWrapper {
	margin-bottom: 20px;
}
#threadsColumnHeader { height:70px; background: transparent url(../images/forum/threadsTitle.gif) no-repeat; margin:0; }
#threadsColumnFooter { padding:20px; background: transparent url(../images/forum/boardsFooterBg.jpg) no-repeat bottom;}
#threadsColumnWrapper span { display:none; }
#threadsColumnWrapper p {
	margin-bottom: 20px;
}
#threadsColumnWrapper a {
}
#threadsColumnWrapper img 
{
	float: left;
	margin: 2px 10px 0 0;	
}
a.newThread 
{
	display: block;
	width: 127px;
	height: 23px;
	background: transparent url(../images/forum/addThread.gif) no-repeat; margin:0;
}



#forumRHSColumnWrapper 
{
	float: right;
	width: 600px;

}
#postListingWrapper, #boardListingWrapper {
	padding:30px;
	background: transparent url(../images/forum/postListingBg.jpg) repeat-y;
	margin-bottom: 20px;
}

/* -- BOARDS LISTING--*/
#boardListingWrapper p 
{
	margin-bottom: 20px;
}
#boardListingWrapper p a
{
	font-weight: bold;
}
#boardListingWrapper h2.boardTitle 
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

/* -- POSTS LISTING--*/
#postListingWrapper h2.postTitle 
{
	font-size: 1.2em;
	margin-bottom: 10px;
}
/*#postListingWrapper .bandWrapper 
{
	width: 400px;
	overflow: hidden;
}*/
#postListingWrapper ul {
	list-style-type:none;
	margin-bottom:12px;
	overflow:hidden;
	padding-left:22px;
}
#postListingWrapper img
{
	margin-right: 0;
}
#postListingWrapper .bandDetailsList2
{
	padding-left: 0;
}
#postListingWrapper .bandDetailsList2 p
{
	font-size: 1.0em;
}
#postListingWrapper .bandDetailsList2 li img
{
	float: none;
	border: none;
}
.quoteBox {
	border:1px solid #454545;
	background-color:#181818;
	padding:10px;
	margin-right: 20px;
}

/* -- TEXT EDITOR BOX--*/
#editWrapper {
	width:599px;
	float:left;
}
#editWrapperHeader 
{
	padding: 50px 0 0 55px;
	height:75px;
	margin:0;
	background: transparent url(../images/forum/editWrapperHeader.gif) no-repeat;
	color: #000;
	font-size: 1.2em;
}
#editWrapperHeader h2
{
	display: inline;
}
#editWrapperFooter {
	padding:0 26px 22px 50px;
	min-height: 218px;
	height: auto !important;
	height: 218px;
	background: transparent url(../images/forum/editWrapperFooterBg.jpg) no-repeat 20px bottom;
}
#textEditorOptions li
{
	margin-left: 0;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px #fff;
}
#textEditorOptions li.lastItem
{
	border-right: none;
}