Share Bar over laps left column [closed]

Your #primary container is only 620px wide:

#primary {
    float: left;
    width: 620px;
}

tech