The goal of this ticket is to improve overall readability and make the site work better for users with widescreen displays.
See the attachment for an example of how I see things. (It should explain why I want bigger headlines too.)
The first thing you see is that the date and time appear way over to the right. It should appear much more to the left. Preferrably below the title alongside the item author. As of now, the date and title appears way too far from the title and author name. Open any newspaper or magazine. You will see that the most common schema is:
‘Item title
date - author (or the other way around)’
Second problem is the text block lenght. Search the web for tons, and tons of usability tests agreeing on the same thing: Text blocks should be 65–75 character long. This could be accheived by applying ‘min-width: 65ex; max-width: 75ex;’ to the item text block. Non-IE compatible, but the IE7 JavaScript library would fix that.
Note that this only applies to large text blocks such as the main content (or item text block, as I have called it) of a page.