/* Eventbrite footer */
#eb_footer_container {
    position: relative;
    padding: 18px 0;
    background: url(https://cdn.evbstatic.com/s3-s3/static/images/sprite/event_header_footer.png) repeat-x 0 -50px;
}

#eb_footer {
    width: 960px;
    margin: 0 auto;
    color: #666;
    line-height: 18px;
}

#contact_guideline {
    float: left;
    width: 420px;
}

#sosumi {
    float: right;
}

#eb_footer_tagline {
    float: right;
    margin-right: 10px;
    width: 410px;
}

#eb_footer_logo {
    background: url(../../images/sprites/eventspriteling.png) no-repeat 0 -245px;
    width: 101px;
    height: 34px;
    text-indent: -9999px;
    float: right;
}

#new_eb_footer_container {
    position: relative;
    padding: 16px 0 22px 0;
    border-top: #666 solid 6px;
    background: #333;
    font-size: 13px;
    color: #8d8d8d;
}

#new_eb_footer_container.fr-ca,
#new_eb_footer_container.de-de {
    font-size: 11px;
}

#new_eb_footer {
    width: 960px;
    margin: 0 auto;
    line-height: 20px;
}

#new_eb_footer * {
    /* overriding * style on the organizer profile page */
    line-height: 20px;
}

#new_eb_footer a {
    color: #ececec;
}

#new_eb_footer_logo {
    width: 38px;
    height: 39px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../../../django/images/logos/eb_stamp_dark-trans.png) no-repeat 0 0;
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#eb_footer_nav {
    float: left;
}

#eb_footer_subnav {
    font-size: 11px;
    color: #666;
}

#eb_footer_nav_year {
    vertical-align: middle;
}

#eb_footer_nav_list {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

#eb_footer_nav_list li {
    float: left;
}

#eb_footer_nav_list li a {
    padding-left: 7px;
    margin-left: 7px;
    color: #fff;
    border-left: solid 1px #3b3b3b;
    -moz-box-shadow: -1px 0 #282828;
    -webkit-box-shadow: -1px 0 #282828;
    box-shadow: -1px 0 #282828;
}

#eb_footer_guide {
    margin-right: 74px;
    float: right;
}

#eb_footer_guide.non-eng {
    margin-right: 14px;
    text-align: right;
}

/* end Eventbrite footer */
