/* 
 * shutup.css 1.5
 * web - peanut gallery = bliss
 *
 * by Steven Frank <stevenf@panic.com>
 * <http://stevenf.com/pages/shutup/>
 *
 * Notes:
 *
 * 1. If you want to RE-ENABLE comments for a specific site, add an
 * override after importing this file.  For example, to re-enable
 * just Slashdot comments:
 *  
 * @import url("http://stevenf.com/pages/shutup/shutup-latest.css");
 * 
 * #commentlisting {
 *     display: inherit !important;
 * }
 *
 * Be aware that some sites may be affected by more than one rule.
 *
 * 2. If you'd like to just fade comments out rather than completely 
 * remove them from the page:
 * 
 * Replace:
 *     display: none !important;
 *
 * With something like:
 *     opacity: 0.1;
 *
 */

/* YouTube (standard and Feather interfaces) */

#watch-comment-panel, #cm, #watch-comments-core,

/* Digg and other sites that use "comments" divs */

.comments, #comments,

/* CNN and other sites that use Disqus */

#disqus_thread,

/* Ain't It Cool News */

.block-talkback_story,

/* VersionTracker */

#prodReviews,

/* MacUpdate */

.revcontent,

/* WordPress default Kubrick theme and descendents */

.commentlist,

/* Slashdot */

#commentlisting,

/* CBC News */

#socialcomments,

/* C|Net News.com */

.commentwrapper,

/* Reddit */

.commentarea,

/* OregonLive and generic "comment" class */

.comment,

/* KATU */

#commentform,

/* Washington Post and other sites that use "commentText" divs */

.commentText,

/* Gannett newspapers and other sites that use Pluck */

div#pluckcomments,

/* Last.fm shoutbox */

div#page div#content h2#shoutbox, div#page div#content div#shoutboxContainer,

/* The Globe and Mail */

#latest-comments,

/* EW */

.commentHolder,

/* Unknown */

.comments-list,
#blogComments,
#comments_pane,
#commentcontainer,
#commentsDiv,

/* Boxee */

.comment-container, #comment-container,

/* MLB */

#comment_container,

/* CNN */

#commentblob,
#cnnComments,

/* The Stranger */

#BrowseComments,

/* Yahoo News */

.mwpphu-comments,

/* Coding Horror */

.comments-body,

/* Cracked */
 
#comments_section

{
	display: none !important;
}
