/* Slackerstyle Studios */
/* Justin.TV Chat Removal Version 1.02 */

/* Change Log */
/* 1.0 - Original build */
/* 1.1 - Updated to run with new justin.tv layout, removal of chatroom window */
/* 1.2 - All backgrounds now set to dark gray to help video stand out. No more footer or extra content, just video. By request top nav bar kept visible. */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("justin.tv") {

body, #page_wrapper, #body_wrapper, div#status, .box {
 background: #333!important;
 color: #fff !important;
}

#body_wrapper {
 margin-top: 0px !important;
 padding-top: 0px !important;
}

#channel_tabs_container {
 background: #ddd !important;
}

div#chat_data, #channel_header, .channel_notification, #channel_notification_monkey, #right_column, #speak_container, #chat, #channel_notifications, #channel_lists, #ChanHeader_holder, #footer {
 display: none !important;
 }

#left_column {
  margin: 0 auto !important;
  float: none !important;
}


}