.clear {
    clear: both;
}
div #navigation {
    
}

div #navigation .menu-header {
    font-family:Arial,sans-serif;
    font-size:15px;
    float: left;
    margin: 0 5px;
    color: #FFF;
    text-decoration: none;
}
div #navigation ul.menu-header {
    margin: 5px 0 0 15px;
}
div #navigation li.menu-header {
    display: block;    
}
div #navigation li.separator {
    width: 1px;
    float: left;
    height: 13px;
    margin: 3px 5px 0;
    border-right: 1px solid #FFF;
}
div #navigation li.menu-header.last {
    border-right: none;
}
div #navigation li.menu-header.selected {
    font-weight: bold;
    font-size: 15px;
    background: transparent url("images/layout/nav-arrow_blogs.png") no-repeat center bottom;
    height: 29px;
}

div #navigation .menu-header .grouped h3 a {
    font-family: verdana,helvetica,arial,clean,sans-serif;
    text-transform: none;
    font-size: 11px;
}

#shoebacca-logo {
    display: block;
    width: 229px;
    margin-top: 0;
    float: left;
    margin-left: 0;
}
#shop-shoebacca {
    display: block;
    width: 139px;
    margin-top: 0;
    margin-right: 0;
    float: right;
}

.blog-search-box {
    height: 24px;
    margin: 7px;
    background-color: #FFF;
    border: 1px solid #888;
}

.blog-search-box input {
    border: none;
    padding-left: 5px;
    font-size: 13px;
    color: #333;
    padding: 2px;
}
.blog-search-box input#search {
    float: right;
}
.blog-search-box input#s-term {
    line-height: 16px;
    height: 16px;
    padding-left: 5px;
    float: left;
    width: 150px;
    border: none;
    font-weight: normal;
}

@-moz-document url-prefix() {
    .blog-search-box input#s-term {
        height: 20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .blog-search-box input#s-term {
        height: 20px;
    }
}

.blog-search-box button {
    position: absolute;
    border: 1px solid #333;
    margin-left: 190px;
    width:70px;
    height:32px;
    vertical-align: baseline;
    background-color: #E4E2E3;
    color: #333;
    padding-bottom: 2px;
    font-size: 15px;
}

.search-box-title {
    position: absolute;
    width: 200px;
    padding: 20px;
    font-size: 15px;
    left: 350px;
    margin-top: 20px;
    border: 1px dotted #CC0000;
    text-align: center;
    font-weight: bold;
}

#social-box {

    position: absolute;
    height: 35px;
    width: 200px;
    margin-top: -35px;
    margin-left:805px;
}
#social-box .badge {
    background-image:url("images/icons-home.png");
    background-repeat:no-repeat;
    float:right;
}

#social-box .facebook .badge {
    background-position:-209px 0;
    height:31px;
    width:31px;
    margin-right:2px;
    margin-left:2px;
}

#social-box .free-shipping .badge {
    background-position:-93px 0;
    height:31px;
    width:26px;
     margin-right:2px;
    margin-left:2px;
}

#social-box .twitter .badge {
    background-position:-178px 0;
    height:31px;
    width:31px;
     margin-right:2px;
    margin-left:2px;
}

div.widget_recent_entries .art-BlockContent-body ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #AFAFAF;
}

div.widget_recent_entries .art-BlockContent-body ul li a {
    font-weight: bold;
    font-style: normal !important;
    text-decoration: none !important;
}

div.widget_categories .art-BlockContent-body ul li {
    background: none;
}


