/* disable fixed backgrounds (body, td, etc) */
* { background-attachment: scroll !important }

/*
 * limit nested <big>'s:
 *   http://bugzilla.mozilla.org/show_bug.cgi?id=206235
 */
big big big big { font-size: inherit }

/* hide image borders */
/* a img { border-width: 0 !important } */

/* disable all background images */
/* body { background-image: none !important } */

/* don't fiddle with my header sizes */
/* h1 { font-size:    2em !important }
   h2 { font-size:  1.5em !important }
   h3 { font-size: 1.17em !important }
   h4 { font-size: 1.33em !important }
   h5 { font-size: 0.83em !important }
   h6 { font-size: 0.67em !important } */

/* denote mailto: links */
a[href^="mailto:"] {
    color: #154766 !important;
    text-decoration: underline !important;
}

/* blacklisted links */
a[href*="goatse.cx"], a[href*="tubgirl.com"] {
    color: black !important;
    text-decoration: line-through !important;
}

/* links opening in new window */
/* a[target*="blank"], a[target*="new"] {
    color: red !important;
    text-decoration: underline !important;
} */

/* javascript links */
/* a[href^="javascript:"], a[href="#"][onclick] {
    color: green !important;
    text-decoration: underline !important;
} */

/* image links */
/* a[target*="blank"] img, a[target*="new"] img {
    border: 1 !important;
    background-color: red !important;
} */

/* javascript image links */
/* a[href^="javascript:"] img, a[href="#"][onclick] img {
    border: 1 !important;
    background-color: green !important;
} */

/* --- news.com ------------------------------------------------------------- */

/* clean up an extremely busy page */
div#container div#savestories,
div#container div#content div#rightcol,
div#container div#content div#leftcol div#embed,
div#container div#content div#leftcol div#storywht,
div#container div#content div#leftcol div#newsletter,
div#container div#content div#leftcol div#datestamp,
div#container div#content div#leftcol div#story div#storyAddAlert,
div#container div#content div#leftcol img[src*="/highimpact"],
div#container div#content div#leftcol a img[src$="save.gif"],
div#container div#content div#leftcol iframe,
div#container div#content div#leftcol table {
    display: none !important
}

div#container div#content div#leftcol {
    width: 98% !important
}

/* animated image / layer thing */
div#container div#content div#carousel {
  display: none !important
}

/* --- kernel.org ----------------------------------------------------------- */

/* get rid of that nasty tiling penguin logo */
/*body[background="images/whitelogo-tran.gif"] {
    background-image: none !important
}*/

/* --- di.fm ---------------------------------------------------------------- */

/* horrible avatars (this will kill 'em on many sites, that's ok ;)) */
img[src^="avatar.php?userid="] { display: none !important }

/* --- google.com ----------------------------------------------------------- */

/* groups-beta: login/history */
body[onresize=""][onload] table#ln { display: none !important }

/* groups-beta: floating topic */
body[onresize=""][onload=""] div#topicfloat { display: none !important }

/* --- various bittorrent trackers (php) ------------------------------------ */

/* comments: avatars */
table[class^="main"] td.embedded table.main[width="100%"][cellspacing="0"][cellpadding="5"][border="1"] td[width][align="center"][style="padding: 0px;"] { display: none !important }

/* --- beta.news.yahoo.com (contributed by Randy H. Tjahjono) --------------- */

/*
div#ygma,
div.ynfeedback, div.lrec,
div#ynwrap div#ynsubnav,
div#ynwrap div#yncont div#ynhead,
div#ynwrap div#yncont div#ynneck,
div#ynwrap div#yncont div#ynbody div#sidebar,
div#ynwrap div#yncont div#ynactions,
div#ynwrap div#yncont div#ynrelated,
div#ynwrap div#yncont div#ynknees,
div#ynwrap div#yncont div#ynfeet,
div#ynwrap div#yncont div#ynbody div#ynstory div#ynmain div#storybody div.lrec,
div#ynwrap div#yncont div#ynbody div#ynstory div#ynmain div#sponseredlinks {
    display: none !important
}


div#ynwrap div#yncont div#ynbody div#ynprovindex div#ynmain div#indexstories,
div#ynwrap div#yncont div#ynbody div#ynstory div#ynmain div#storybody {
    width: 100% !important
}
*/
