/*
 * Author:            Will (war59312@gmail.com)
 * Description:       I only want to see the video..
*/

/* +++ changelog +++
July 12th, 2011
- updated for new page design
Dec 14th, 2009
- fixed
Feb 3rd, 2009
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.southparkstudios.com/full-episodes/") {

  /* HIDE SOUTHPARK LOGO  */
  #header {
    display: none !important;
  }
  
  /* HIDE SEASON SELECTOR */
  #content_epfinder {
    display: none !important;
  }

  /* HIDE COMMENTS */
  #content_epcomments {
    display: none !important;
  }

  /* HIDE EPISODE GUIDE */
  nav[class*="fullepisodeplayer"] {
    display: none !important;
  }

  /* HIDE "RIGHT OPTIONS" */
  #rightbtn {
    display: none !important;
  }

}