Hard to explain this one but if you have a look at:
http://www.buddhasuncle.com/graykrauss/about/
I am trying to solve a problem concerning this:
.sf-menu a {
padding:0 77px 0 0;
text-align:left;
overflow:visible;
}
I've set padding-right in order to space out the menu items so that they are justified with everything else. The actual width of everything is 675px but if I reduce the width of body and content etc. to 675px, then because of the padding-right of .sf-menu a, the last menu item is forced to break to the left (sorry for improper language!)
What I'd love to do is either address that specific li ("contact") or figure out how to allow the overflow of the menu to the right. I'm at a loss. Right now it works, but the body is not centered properly in the browser in order to allow for the padding in the menu.
Any ideas on how to solve my styling with this?