/* ========================================================== */
/* ==                                                      == */
/* ==   STYLE:  Facebook - Country Life Ad Remover         == */
/* ==  AUTHOR:  Raptre                                     == */
/* == VERSION:  1.0.0                                      == */
/* ==    DATE:  December 5th, 2009                         == */
/* ==  TARGET:  http://apps.facebook.com/countrylife       == */
/* ==  MAILTO:  raptre@gmail.com                           == */
/* == WEBSITE:  http://userstyles.org/styles/23103         == */
/* ==                                                      == */
/* ========================================================== */
/* ==                                                      == */
/* == DESCRIPTION:                                         == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == This style removes all unnecessary items from the    == */
/* == Country Life app page on Facebook.                   == */
/* ==                                                      == */
/* ==                                                      == */
/* ==                                                      == */
/* == CHANGELOG:                                           == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == Version 1.0.0                                        == */
/* == 1.  Initial Release.                                 == */
/* ==                                                      == */
/* ========================================================== */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://apps.facebook.com/countrylife) {



/* Content Removal
----------------------------------------------- */

div#app26947445683_top_bnr_wrp, div#app26947445683_fan_button_wrapper,  div[class="UIStandardFrame_SidebarAds"], div[class="center"] {
  display: none !important;
}



/* Logo & Positioning
----------------------------------------------- */

div#app_content_26947445683 {
  left: 12%;
  position: relative;
  top: -15px;
}

}