//separates forum nodes and threads
// this makes bg same as page
.block--category .block-container,.structItemContainer
{background:@xf-pageBg!important;
border:0!important}
//bg and separation of nodes
.structItem,.node--forum,
.node--page,.node--link,
.node--search
{background-color:@xf-contentBg;
margin-bottom:10px;
border-top...