/* ========================================================== */
/* ==                                                      == */
/* ==   STYLE:  Facebook - Ad Removal - Cafe World         == */
/* ==  AUTHOR:  Raptre                                     == */
/* == VERSION:  1.0.5                                      == */
/* ==    DATE:  February 16th, 2011                        == */
/* ==  TARGET:  http://apps.facebook.com/cafeworld         == */
/* ==  MAILTO:  raptre@gmail.com                           == */
/* == WEBSITE:  http://userstyles.org/styles/23076         == */
/* ==                                                      == */
/* ========================================================== */
/* ==                                                      == */
/* == DESCRIPTION:                                         == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == This style removes all unnecessary items from the    == */
/* == Cafe World app page on Facebook.                     == */
/* ==                                                      == */
/* ========================================================== */
/* ==                                                      == */
/* == CHANGELOG:                                           == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == Version 1.0.5                                        == */
/* == 1.  Fixed Gift, Neighbors, & Invite pages.           == */
/* == 2.  Fixed placement of Announcement and Navigation.  == */
/* == 3.  Removed navigation items.                        == */
/* == 4.  Added hover effect on custom Messages button.    == */
/* ==                                                      == */
/* == Version 1.0.4                                        == */
/* == 1.  Rewrote the entire code.                         == */
/* ==                                                      == */
/* == Version 1.0.3                                        == */
/* == 1.  Un-Removed the Notice Box.                       == */
/* ==                                                      == */
/* == Version 1.0.2                                        == */
/* == 1.  Moved all page elements to the center of the     == */
/* ==     page.                                            == */
/* ==                                                      == */
/* == Version 1.0.1                                        == */
/* == 1.  The CSS has been organized and optimized.        == */
/* == 2.  Removed the Notice Box.                          == */
/* ==                                                      == */
/* == Version 1.0.0                                        == */
/* == 1.  Initial Release.                                 == */
/* ==                                                      == */
/* ========================================================== */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://apps.facebook.com/cafeworld), url-prefix(http://fb-0.cafe.zynga.com/) {


/* Body Section
----------------------------------------------- */
div[class="UIStandardFrame_Container clearfix"] {
  width: 760px !important;
}

div[id="app101539264719_tab_container"] {
  padding-top: 0px !important;
}


/* Remove Logobar
----------------------------------------------- */
div[id="cafe_snapi_zbar"] {
  display: none !important;
}

#game {
  margin-top: -20px !important;
}


/* Navigation Section
----------------------------------------------- */
div[id="game_shoutout"] {
  height: auto !important;
  position: absolute !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  top: 20px !important;
  width: 748px !important;
}

div[id="tab_container"] {
  position: absolute !important;
  top: 50px !important;
  z-index: 2 !important;
}

div[class="left_tabs"] {
  width: 752px !important;
}

ul[class="toggle_tabs"] {
  text-align: left !important;
}

li[class="yellowTab"], a[href="http://apps.facebook.com/cafeworld/gift_cards.php?ref=tab"], a[href="http://apps.facebook.com/cafeworld/help.php?ref=tab"], a[href="http://apps.facebook.com/cafeworld/track_and_redirect.php?absolute_next=http%3A%2F%2Ftoolbar.zynga.com%2Finstall%2Fcafe%2F&count_tracking=tab|toolbar"] {
  display: none !important;
}

a[href="http://apps.facebook.com/cafeworld/view_gift.php?ref=tab"] {
  border-left: 1px solid #898989 !important;
}

div[id="game_holder"] {
  position: absolute !important;
  top: 75px !important;
}

iframe[id="message_center_button"] {
  position: absolute !important;
  right: 292px !important;
  top: 42px !important;
  width: 85px !important;
  z-index: 2 !important;
}

div[id="button_counter"] {
  color: #333333 !important;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif !important;
  left: 53px !important;
  text-decoration: underline;
  top: 16px !important;
}

div[class="NoMsgs"], div[class="NoNewMsgs"], div[class="NewMsgs"] {
  background-image: url("http://img.photobucket.com/albums/v122/Raptre/Stylish/CafeWorld.png") !important;
  height: 20px !important;
  margin-top: 13px !important;
  width: 85px !important;
}

div[class="NoMsgs"]:hover, div[class="NoNewMsgs"]:hover, div[class="NewMsgs"]:hover {
  background-image: url("http://img.photobucket.com/albums/v122/Raptre/Stylish/CafeWorldHover.png") !important;
  height: 20px !important;
  margin-top: 13px !important;
  width: 85px !important;
}

div.exchange {
  position: relative;
  top: 25px;
}


/* Content Section
----------------------------------------------- */
iframe[name="gameFrame"] {
  height: 865px !important;
}


/* Remove Sidebar
----------------------------------------------- */
.UIStandardFrame_SidebarAds {
  display: none !important;
}


/* Remove Footer
----------------------------------------------- */
div[class="footerPromo center"] {
  display: none !important;
}

div[id="app101539264719_footer"] {
  display: none !important;
}

#pagelet_canvas_footer_content {
  display: none !important;
}

}


@-moz-document url-prefix(http://apps.facebook.com/cafeworld/view_gift.php), url-prefix(http://apps.facebook.com/cafeworld/neighbors.php), url-prefix(http://apps.facebook.com/cafeworld/invite.php) {

/* Individual Page Settings
----------------------------------------------- */
div[id="app101539264719_tab_container"] {
  position: relative !important;
  bottom: 32px !important;
}

div[id="app101539264719_gift_items"] {
  position: relative !important;
  bottom: 32px !important;
}

}