/*
 * Author:            Will (war59312@gmail.com)
 * Description:       View only the article on winsupersite.com, what a crappy site redesign.
*/

/* +++ changelog +++
October 3rd, 2011
- fixed
March 10th, 2011
- makes Sure The Page's Background Color Is White
Dec 20th, 2010
- cleans up blogs too
Dec 2nd, 2010
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.winsupersite.com/article/), url-prefix(http://www.winsupersite.com/blogs/) {

/* Header */
.TopBar, .navbar, #centerwrapper, #headtable, .TopBar { display: none !important }

/* Move Content Up A Bit */
#ContentWrapper { margin-top: -10px !important; }
.KonaBody { margin-top: -50px !important; }

/* "Article Tools" Under Title Of Article */
.ArticleToolsHorizontal { display: none !important; }

/* "Rating" Under Title Of Article */
.rating { display: none !important }

/* "Tweet" Under Title Of Article */
.twitter-share-button { display: none !important }

/* Makes Sure The Page's Background Color Is White */
#PageWrapper { background: #FFFFFF !important; }

/* Ads */
#leaderboard { display: none !important }

/* Right Side-Bar */
#dnn_RightPane { display: none !important }

/* Left Side-Bar */
#dnn_LeftPane { display: none !important }

/* "Rate It" */
#lxTdivRating { display: none !important }

/* "ARTICLE TOOLS" */
.bottomArticleTools { display: none !important }

/* "Want to use this article?" */
.contentItem { display: none !important }

/* SPONSORED LINKS & FEATURED LINKS */
#ContentBottom, #bottomadholder, #dnn_pentonRoadblock_pnlRoadblock { display: none !important }

/* Footer */
#FooterTop, #FooterBottom { display: none !important }

/* Sharing On Blogs */
.share-block, .share-buttons { display: none !important }

/* Comments On Blogs */
.discuss, #annotations { display: none !important }

/* Tags On Blogs */
#dnn_ctr13473_ContentPane { display: none !important }

}