/* Stupid Comments Be Gone! style sheet
   From Mark Damon Hughes
   
   Current version is at:
   http://kuoi.com/~kamikaze/doc/safari_style.css

   Explanatory blog post is at:
   http://kuoi.com/~kamikaze/read.php?id=223

   All these rules are yours except Europa.
   Use them together, use them in peace.

Instructions for Safari:
    Save this file as "safari_style.css" in your Documents folder.
    In Safari's Preferences | Advanced, change the style sheet to Other...,
    and pick "safari_style.css".
    Restart your browser.
    Now reload those YouTube or Flickr pages, and voilá! No more comments from
    idiots! If you ever do want to see them, you can open preferences and change
    the style sheet to "None Selected" briefly, then put it back.

If you don't want the dash border on links, just delete that first section.

*/

/* BEGIN Force a correctly-colored dashed border on all links. */
a:link {
	outline: thin dotted #6666ff !important;
}
a:visited {
	outline: thin dotted #ff66ff !important;
}
/* END dashed border on links */

/* Generic */
#blogcomments, #comments, .comments, #comments-content, .comments-content {
	display: none !important;
}

/* CNN */
.postTalkback {
	display: none !important;
}

/* Dilbert */
.CMT_CommentTitle, .CMT_SortFilter, .CMT_CommentList, .CMT_Footer {
	display: none !important;
}

/* Disqus on any site */
#disqus_thread {
	display: none !important;
}

/* Flikr */
#DiscussPhoto {
	display: none !important;
}
.photo_note_box_inner_inner_div {
	display: none !important;
}

/* Huffington Post */
.contextual_ad_unit, .adsense_full_width, #digg_unit_loader {
	display: none !important;
}
/* HuffPo spam bar */
.service_bar {
	display: none !important;
}

/* Seattle P-I */
#sowt {
	display: none !important;
}

/* Twitpic */
#photo-comments {
	display: none !important;
}

/* Twitter */
.promotion {
	display: none !important;
}
/* Twitter Trending Topics */
#trends {
	display: none !important;
}
/* Twitter Name Hover */
.hovercard {
	display: none !important;
}
/* Twitter Recommended Users */
#recommended_users {
	display: none !important;
}

/* YouTube */
.watch-tab-contents, #watch-comment-panel {
	display: none !important;
}
