/* ========================================================== */
/* ==                                                      == */
/* ==   STYLE:  Facebook - FarmVille Ad Remover            == */
/* ==  AUTHOR:  Raptre                                     == */
/* == VERSION:  1.0.3                                      == */
/* ==    DATE:  December 5th, 2009                         == */
/* ==  TARGET:  http://apps.facebook.com/onthefarm         == */
/* ==           http://facebook.farmville.com              == */
/* ==  MAILTO:  raptre@gmail.com                           == */
/* == WEBSITE:  http://userstyles.org/styles/23057         == */
/* ==                                                      == */
/* ========================================================== */
/* ==                                                      == */
/* == DESCRIPTION:                                         == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == This style removes all unnecessary items from the    == */
/* == FarmVille app page on Facebook.                      == */
/* ==                                                      == */
/* ==                                                      == */
/* ==                                                      == */
/* == CHANGELOG:                                           == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == Version 1.0.3                                        == */
/* == 1. Centered Game                                     == */
/* == 2. GiftAccept Page Fixed                             == */
/* == 3. Un-Removed the Notice Box                         == */
/* ==                                                      == */
/* == Version 1.0.2                                        == */
/* == 1. Code Optimized & Organized                        == */
/* ==                                                      == */
/* == Version 1.0.1                                        == */
/* == 1. 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/onthefarm), url-prefix(http://facebook.farmville.com)  {



/* Content Removal - Waiting for div[class="noticebox"]
----------------------------------------------- */

iframe[height="25"][width="500"], div[class="padding_content center"][style="font-size: 12pt; font-weight: bold;"], div[class="center"], div[class=right], #sidebar_ads, #pagefooter, div[class="footerPromo center"], div[style="margin: 10px 0pt;"] {
  display: none !important;
}



/* Logo & Positioning
----------------------------------------------- */

div[class=left] {
  left: 615px;
  position: relative;
  top: 21px;
}

div#app_content_102452128776 {
  position: relative;
  top: -32px;
  left: 13%;
}



/* Frame Resizing
----------------------------------------------- */

iframe[style="margin: 0pt; padding: 5px 0pt 0pt;"] {
  max-height: 600px;
  padding: 0px;
  position: relative;
  top: -13px;
}

}