/*

 * Original Author:            Will (war59312@gmail.com)
 * Description:       Removes all the crap on youtube video pages; makes it a more user friendly experience.
 * Based On:          Youtube - Stripped for your viewing pleasure (http://userstyles.org/styles/8010)

*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://fr.youtube.com/watch), url-prefix(http://youtube.com/watch) , url-prefix(http://www.youtube.com/watch) {

/* Only Display The Video & Title Of Video On Watch Page */

#masthead, #watch-ratings-views, #watch-video-quality-setting, #watch-main-area, #watch-comments-stats, #watch-channel-vids-div, #watch-other-vids, #watch-active-sharing, #watch-video-response, #footer, #copyright, #chrome-promo, #watch-iv-no-edit-link, .confirmBox, #watch-buy-urls, #watch-infringe-div, .watch-tab-contents, #watch-this-vid-info, #watch-longform-vid-show-episode, #watch-longform-buttons, #light-switch {

    display: none !important;

  }

/* Video Page Formatting */
#baseDiv {
    padding:  10px 10px 10px !important;
    margin-top: -15px !important;
    width: 874px !important;

}

/* White Background with Black Text */
body, #watch-this-vid {
    background: #ffffff !important;
    color: #000000 !important;

}

    /* Center Video (For Screen Resolution @ 1280x1024) */
    #movie_player {
        margin-top: 15px !important;
        margin-left: 20% !important;

}

/* Format Video Title */
div>h1, #watch-longform-episode-title > H1 > A {
    text-align: center !important;
    font-family: georgia !important;
    font: normal small-caps normal 16pt georgia !important;
    color: black !important;
    letter-spacing: 0.03em !important;
    padding: 3px !important;
    margin: 0 60px 0 60px !important;
    opacity: 0.95 !important;
    margin-top: 12px !important;

    }

}


