Read the blogs!
In index.cssCode: [Select]#sfmenu li a {display: block;line-height: 45px;padding: 0 16px;color: #7B7B7B;text-shadow: 0 1px 0 whiteSmoke;font-size: 11px;}Adjust the 16px padding to reduce the width of the buttons.
#sfmenu li a {display: block;line-height: 45px;padding: 0 16px;color: #7B7B7B;text-shadow: 0 1px 0 whiteSmoke;font-size: 11px;}
Search for <div id="#searcharea> ... </div> in the theme's index.template.php, cut it out, search for <li id="#button_register"> ... </li> and paste it directly behind that.Still in index.template.php, rename <div id="#searcharea> ... </div> to <li id="#searcharea> ... </li>Search for #searcharea { ... } in the theme's index.css file and remove it.Add #sfmenu li#searcharea { float: right; padding: 10px 25px 0 0; } to the theme's index.css file.Result: