It looks like you have solved the sidebox border.
You can follow this tutorial to delete the tag line:
How Do I Change or Delete the Tagline Text Under the Logo
To remove the extra space between your logo and the top navigation bar find this in your styleheet.css:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;margin-bottom:25px;text-transform:lowercase;}
and replace with this:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;text-transform:lowercase;}
Thanks,
Anne
Bookmarks