Re: Blockquotes are broken
The blockquotes are there in the source, but there is no corresponding CSS. This was brought up before here, but not addressed. If you are working on your own theme, just define blockquote in the style.css however you like, for example:
blockquote {
padding: 0 0 0 20px;
background-color: red;
}