/* Eventbrite header */
#eb_header_container {
    position: fixed;
    background: url(../../images/sprites/event_header_footer.png) repeat-x 0 -4px;
    width: 100%;
    height: 46px;
    z-index: 100;
    -moz-opacity:0.9;
    opacity: 0.9;
}

#eb_header {
    width: 960px;
    margin: 0 auto;
}

#eb_mini_logo {
    float: left;
    background: url(../../images/sprites/eventspriteling.png) 0px 0px no-repeat;
    width: 87px;
    height: 35px;
    text-indent: -9999px;
    margin-right: 10px;
}

#eb_header .eb_header_tab {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    float: left;
}

#eb_header .eb_header_tab_divider {
    float: left;
    display: block;
    height: 36px;
    width: 1px;
    background-color: #d7d7d7;
    margin: 0 15px;
}

#eb_header .contact, #eb_header .contact_redesign {
    float: left;
    margin: 11px 0 0 15px;
    max-width: 530px;
    color: #555;
}

#eb_header .contact_redesign {
    float: right;
    font-size: 13px;
}

#eb_header a {
    text-decoration: none;
    color: #0f90ba;
}

#eb_header a:hover {
    text-decoration: underline;
}

#eb_header a.social_share:hover {
    text-decoration: none;
}

#social_icons {
    float: right;
    margin-top: 8px;
}

#social_icons  .fb_like_container {
    float: left;
    margin: 0;
    padding: 0 0 8px 0;
    _zoom: 1;
}

#social_icons .fb_like_container .fb_like {
    overflow: visible;
}

#social_icons .social_share {
    float: left;
    margin-right: 5px;
}

.social_share_button {
    width: 55px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    outline: 0;
}

/* end Eventbrite header */
