Hey Crutledge,
The styling of your blockquote isn't the problem...although I
like Jon's styling, it is completely beside the point.
The problem is that you are defining blockquote as a class when you add the "." in front of the name. You would have to use <blockquote class="blockquot"> for that styling to work. Simply remove the "." add the "e" and define it as:
Code:
blockquote {
margin-bottom:1em;
margin-top:1em;
margin-left:3em;
margin-right:0;
font-size:100%;
}
although, FWIW, I do agree that Jon's styling is better...