body#phpbb.section-memberlist { background: #cacaca !important }    /* Partial workaround for the background color of the "find a member" pop-up window */

/* Hide theme header */
header.main-header {

    display:none;
    visibility:hidden
}

/* Quick-search box */
#search-box.quicksearch {

    width: 320px;
    height:28px;
    right: 20px;
    position:absolute
}