/* this class is not included for Safari 3 because it creates problems
   when users load demoted story and roll over the promote button.
   In this case, the title disappears.  Without this file,
   they won't have fading */
   
/* Using opacity and filter make sure things work in FireFox and IE respectively. */
/* zoom: 1 also IE to use opacity with a relative element */

.demote_on .feed_story_header {
  opacity:0.2;
  filter:alpha(opacity=20);
  zoom: 1;
}

.demote_rollover .feed_story_header {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_on .feed_story_body {
  opacity:0.2;
  filter:alpha(opacity=20);
  zoom: 1;
}

.demote_rollover .feed_story_body {
  opacity:0.5;
  filter:alpha (opacity=50);
  zoom: 1;
}

.demote_on .feed_icon {
  opacity:0.2;
  filter:alpha(opacity=20);
  zoom: 1;
}

.demote_rollover .feed_icon {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

/* thumbs option lighten red thumbs */

.demote_on .button_thumbs_demote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_rollover .button_thumbs_demote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_on .button_thumbs_promote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_rollover .button_thumbs_promote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

/* thumbs option lighten red thumbs */

.demote_on .button_thumbs2_demote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_rollover .button_thumbs2_demote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_on .button_thumbs2_promote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_rollover .button_thumbs2_promote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

/* thumbs option lighten red thumbs */

.demote_on .button_thumbs3_demote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_rollover .button_thumbs3_demote {
  opacity:0.8;
  filter:alpha(opacity=80);
  zoom: 1;
}

.demote_on .button_thumbs3_promote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}

.demote_rollover .button_thumbs3_promote {
  opacity:0.5;
  filter:alpha(opacity=50);
  zoom: 1;
}
