.post-body p:first-letter {color:#444;display:inline;float:left;font:3.1em Georgia,arial;text-transform:uppercase;margin:0 0.12em 0 0;}
Two things to note!
p:first-letter
Indicates that the first letter under the p mark is executed
text-transform:uppercase;