/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes all the "crap" on youtube for a more user friendly experience
 * Description:       This is the style I personally use for YouTube
 * Based on:          http://userstyles.org/styles/13180
 * Note:              You may want http://userstyles.org/styles/13180 instead if you want to customize this
*/

/* +++ changelog +++
February 22, 2010
- whoops did not mean to include "hiding of Video Download Links Under Video"
- so if you use the "YouTube HD Ultimate" Greasemonkey script the download links are back
- sorry about that, I use them all the time myself
February 15, 2010
- hides "Related Videos For "Feather Beta"
- hides "Spotlight Videos" For "HTML 5 Beta"
February 3, 2010
- hides "Spotlight Videos" On Video Page Right Side-Bar
- hides Vevo junk
December 8, 2009
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(youtube.com) {

/* Hides Vevo Junk */
#watch-branded-box { background: #ffffff !important; color: #ffffff !important; }
#watch-branded-image-map { display: none !important }

/* Hides "Promoted Videos" On Search Result Page */
.searchView.list-view, #search-pva { display: none !important }

/* Hides "Copyright Notice" On Upload Page */
#instructions, #copset { display: none !important }

/* Hides "Chrome Promo" Ad Above Footer */
#chrome-promo { display: none !important }

/* Hides Footer */
#footer, #ft { display: none !important }

/* Hides "CopyRight Notice" Below The Footer */
#copyright, #footerCopyright { display: none !important }

/* Hides "Add / Remove Modules" After Header On Home Page */
#iyt-add-remove-module-div { display: none !important }

/* Hides "Featured Videos" / "Promoted Videos" Module On Home Page */
#feedmodule-PRO { display: none !important; }

/* Hides "Find your friends on YouTube" On Home Page */
#fyf_container { display: none !important; }

/* Hides "Loop Icon" */
.loop.off { display: none !important; }

/* Hides "mini mode" text and icon when using "YouTube HD Ultimate" */
#vidtools { display: none !important; }

/* Hides "Spotlight" */
.main-tabs-spotlight.list-view, #movie-promo { display: none !important; }

/* Hides "Trending Topics" */
.hot-trends-cloud-area.yt-rounded { display: none !important; }

/* Hides "As Seen On" */
#body-column > SCRIPT:first-child + SCRIPT + DIV + DIV + DIV + TABLE + DIV + DIV, .browseAdditional { display: none !important; }

/* Hides "Advertisement" On Right Side-Bar */
#ad_creative_2, #ad_creative_1, .alignC.xsmallText.grayText.padT3, A[href*="ads_preferences"] { display: none !important }

/* Hides "Download Google Chrome" Ad On Home Page Right Side-Bar */
#side-announcement-box { display: none !important }

/* Hides "Double Click" Ads On Home Page Right Side-Bar */
iframe[src*="doubleclick.net"] { display: none !important; }

/* Hides "What's New" On Home Page Right Side-Bar */
#homepage-whats-new-block { display: none !important }

/* Hides "May Not Be Suitable For Minors" Warning On Video Page */
#watch-highlight-racy-box { display: none !important }

/* Hides "Watch this video in a new window" and light-switch buttons to the right of video title */
#watch-longform-buttons, #light-switch { display: none !important; }

/* Hides "YouTube Announcement Box - Used For Ads" On Video Page Right Side-Bar */
#watch-ugc-promo { display: none !important; }

/* Hides "Series & More From Channel Box" On Video Page Right Side-Bar */
#more-from { display: none !important; }

/* Hides "Related Videos" On Video Page Right Side-Bar*/
#watch-related-videos-panel { display: none !important; }

/* Hides "Related Videos For "Feather Beta" */
#rv  { display: none !important; }

/* Hides "More Popular Music Videos" On Video Page Right Side-Bar */
#watch-more-popular { display: none !important; }

/* Hides "Featured Videos" On Video Page Right Side-Bar */
#watch-other-vids > DIV:last-child { display: none !important; }

/* Hides "Promoted Videos" On Video Page Right Side-Bar */
#watch-promoted-videos-container, #watch-promoted-container, #watch-other-vids > DIV:last-child > SPAN { display: none !important }

/* Hides "Spotlight Videos" On Video Page Right Side-Bar */
#watch-featured-videos-panel { display: none !important; }

/* Hides "Spotlight Videos" For HTML 5 Pages */
#watch-featured-videos-panel { display: none !important; }

/* Hides "This is a video response to" message Under Video */
#watch-video-response { display: none !important }

/* Hides "Try Autoshare" Ad That Popups After Staring Under Video */
#autoshare-promo-rate { display: none !important; }

/* Hides "Share Options" Under Video */
#watch-actions-area > DIV:first-child, #aggregationServicesDiv, #watch-tab-share-body, #watch-main-area { display: none !important; }

/* Hides "Statistics & Data" Under Video */
#watch-stats-data-wrapper { display: none !important; }

/* Hides "Try Autoshare" Ad That Popups When Leaving A Comment */
#autoshare-promo-comment { display: none !important; }

/* Hides "Comment(s) marked as spam" Under Video */
.watch-comment-head.watch-comment-marked-spam.smallText.opacity30,.watch-comment-head.watch-comment-marked-spam.smallText.opacity80, #spam_comment_btn_1, #spam_comment_btn_2, #spam_comment_hide_btn_1, #spam_comment_hide_btn_2, .watch-comment-spam { display: none !important; }

/* Hides Comments That Have Been Removed By The Author */
div[id*="retracted_info"] { display: none !important; }

/* Hides "Post a Video Response" Under Comments */
#watch-comment-post > DIV > A { display: none !important; }

}