I want to create a site where I can have multiple sections, and the type of content that can be created in each section differs but is similar (for example, a 'Story' can be created in any section, but 'Image' can only be created in the Art section). Additionally, I want to allow users to submit content for approval in certain sections (but not others), and have a different list of moderators for said content in these sections (this is a critical point!).
I do NOT want a forum style discussion, but more like individuals being able to post new content for a section, that must be approved before it can be promoted to the main page for that section. Additionally, when they click the 'add new content' button, I want it to be a child of that section (so for example, http://mysite/music gives the main music page listing most recent submissions, and all submissions go under http://mysite/music/1, http://mysite/music/2, etc).