/*CSS for the action bar*/
.news-actionbar{
 	boder:1px solid red;
}

/* the side bar */
.news-sidebar{
	boder:1px solid green;
}
/*the comment form*/
.news-form{
	boder:1px solid yellow;
}
/*the tutorial menu*/
.news-tutorial-menu{
	boder:1px solid black;
}
/*the comment container.*/
.news-comment-container{
	boder:1px solid red;
}
/*each comment item can be styled.*/
.news-comment-item{
	boder:1px solid red;
}
/*the category menu	*/
.news-catmenu{
	boder:1px solid red;
}

div.news-comment-container { display:none;}
div.news-single-backlink { margin-top:10px;}
div.news-single-counter { display:none; }