/*Hides the big icon/star/username area up top
and makes a few adjustments to make everything look good*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

#boards_full_width_user_search {
min-height: 5px !important;
}

#boards_user_profile_container {
display: none;
}

#boards_search_container {
margin: 5px 5px 5px 5px !important;
float: left !important;
}

#boards_breadcrumb {
padding-top: 16px !important;
margin: 0 5px 2px !important;
float: left !important;
width: auto !important;
}

}