Just finished setting up the template for 'project' content types. It is important to not show headings for fields that are left blank, and a change of order was also necessary. The logo will always be positioned in the upper right corner (if included) and the other information will fall below the description. Project Blogs will be the bottom field, and that will be a bulleted list (using a view, calling views_get_view('project_blog') function and passing in the appropriate arguments).
I also setup the Project Blog template (which has fewer fields). In the project template, I'm not showing the node creator field, although I do show this in the blog template (at the top). It also shows the submitted date, unlike the project template. I will have to go back and properly handle the Gallery ID field, but will wait until Gallery has been integrated first, which will occur after I move the site to Kestrel.
Other templates should be get easier to create now that the project template is finished.
