@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(facebook.com) {

/* ad removal */  

  .UIWashFrame_SidebarAds
    {
    display: none !important;
    }

  .feed_item.clearfix.social_ad.social_ad_no_full_clickable
    {
    display: none !important;
    }

  .UICompatibilityFrame_SidebarAds
    {
    display: none !important;
    }

  .UIStandardFrame_SidebarAds
    {
    display: none !important;
    }

  .adcolumn
    {
    display: none !important;
    } 

  .sidebar_item.sponsor
    {
    display: none !important;
    }

  #profile_composer
    {
    padding-bottom: 10px !important;
    }

/* change colors of basic information box */

  #basic_info_summary_box .networks dt, #basic_info_summary_box .relationship_status dt, #basic_info_summary_box .birthday dt
    {
    color: rgb(59,89,152) !important;
    }

/* remove friend finder and invite friends */

.friend_finder
    {
    display: none !important;
    }

  .invite_friends
    {
    display: none !important;
    }

  .sidebar_item.invitefriends
    {
    display: none !important;
    }

  #home_sponsor
    {
    display:none!important;
    }

  .sidebar_item.findfriends
    {
    display: none !important;
    }

/* change color of input fields to white */

  .inputtext
    {
    background-color: white !important;
    }

  .textarea
    {
    background-color: white !important;
    }

  .DOMControl_placeholder
    {
    background-color: white !important;
    }

  #photos_composer_album_desc
    {
    background-color: white !important;
    }

 #summary_select_1
    {
    background-color: white !important;
    }

  .inputfile
    {
    background-color: white !important;
    }

  #photos_composer_post_comment
    {
    background-color: white !important;
    }

  .note_content
    {
    background-color: white !important;
    }
 
  .inputpassword
    {
    background-color: white !important;
    }

  .select
    {
    background-color: white !important;
    }

  #two_level_category
    {
    background-color: white !important;
    }

  #desc
    {
    background-color: white !important;
    }

  #start_time_month, #start_time_day, #start_time_hour, #start_time_min, #start_time_ampm, #end_time_month, #end_time_day, #end_time_hour, #end_time_min, #end_time_ampm
    {
    background-color: white !important;
    }

/* remove 'fan' news from feed */

 .feed_item.clearfix.has_body.fbpage_fan
    {
    display: none !important;
    }

/* change status update to normal size */

  .status_body
    {
    font-size: 11px !important;
    font-weight: normal !important;
    }

/* remove yellow tags */

  .UIRooster_Content
    {
    display: none !important;
    }

  .UIContextualFlag_Container.UIContextualFlag_HasSideArrow
    {
    display: none !important;
    }

  .UIContextualFlag_Container
    {
    display: none !important;
    }

  .UIRooster_Container
    {
    display: none !important;
    }

  .fbnew_preview_bar
    {
    display: none !important;
    }

/* make wallposts have white background */

  .story_content.story_media
    {
    background-color: white !important;
    }

/*******************************/
/* Facebook Chat Modifications */
/*******************************/

/****************************************************/
/* This changes the chat inbox background color and */
/* input text color                                 */
/****************************************************/

  .chat_input_div
    {
    background-color: rgb(59,89,152) !important;
    }

  .chat_input
    {
    color: white !important;
    }

/*remove icon garden*/

  #icon_garden
    {
    display: none !important;
    }

/*****************************************************/
/* this changes the color of the selected chat tab   */
/* from white to a grey-er color                     */
/*****************************************************/

  .tab_handle.focused
    {
    background-color: rgb(238,238,238) !important;
    }

/*****************************************************/
/* change background color of conversations          */
/*****************************************************/

  .chat_conv
    {
    background-color: rgb(59,89,152) !important;
    }

/*****************************************************/
/* change text color of conversations                */
/*****************************************************/

  .p_self.pic_padding, .p_other.pic_padding
    {
    color: white !important;
    }

/*****************************************************/
/* change text color of links that ppl send          */
/*****************************************************/

  .p_self.pic_padding a, .p_other.pic_padding a
    {
    color: white !important;
    }

/*****************************************************/
/* change text color of your and other ppl name      */
/*****************************************************/

  .chat_conv_content h5 /* you */
    {
    color: white !important;
    }

  .other a /* other person */
    {
    color: white !important;
    }

/*****************************************************/
/* make chat window transparent (uncomment the below */
/* to use)                                           */
/*****************************************************/

/*
  .chat_window
    {
    opacity: 0.8 !important;
    }
*/

/*****************************************************/
/* offline error box stuff                           */
/*****************************************************/

  .visibility_change
    {
    background-color: rgb(238,238,238) !important;
    color: red !important;
    }

  .time_stamp
    {
    color: red !important;
    }

  .chat_notice.chat_msg_not_sent
    {
    background-color: rgb(238,238,238) !important;
    color: red !important;
    font-size: 11px !important;
    }

  .p_self.pic_padding.msg_error
    {
    background-color: rgb(238,238,238) !important;
    }

/*****************************************************/
/* Change color of time message sent at              */
/*****************************************************/

  .time_stamp.ts_self, .time_stamp.ts_other
    {
    color: white !important;
    }

/*****************************************************/
/* Change color of date                              */
/*****************************************************/

  .date_divider.first
    {
    color: white !important;
    font-weight: bold !important;
    }

/*****************************************************/
/* Change color of 'chat history'                    */
/*****************************************************/

  .chat_info_clear_history
    {
    background-color: white !important;
    color: rgb(59,89,152) !important;
    }

}



