.separator {
    clear: both;
    height: 5px;
    /*background: url(../img/top-pattern2.gif) repeat-x 0 0;*/
    background: #000000;
    background-size: 46px;
}


.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main-gravatar {
    float: left;
    margin: 0 5px 0 0;
     width: auto;
    height: 20px;
}