Well, on my style sheet, if you scroll all the way to the bottom, there's something like this:
PHP Code:
#footer {
clear: both;
height: 40px;
margin-top: 5px;
border-bottom-right-radius: 15px;
-moz-border-bottom-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-moz-border-bottom-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
}
What I did was just make the footer a bit taller (edit the height).
Also, in the template file, at the bottom, there should be something with all the copyright stuff. You can change the font size to make it smaller to fit. :3