Ok, thats what it was, the width of the logo and the widget area is too long to fit in the 960px space.
In your style sheet if you look for line 237, try changing the width to “auto” like this
#header .widget-area {
float: right;
padding: 40px 0 0;
width: auto;
}