var gotham = {
  src: 'http://thedonutproject.com/wp-content/themes/2.0/sifr/flash/gotham.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: '.posttitle h4',
  wmode: 'transparent',
  css: [
  	  '.sIFR-root { letter-spacing: -0.05; font-size: 20px; }'
  	  ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000; border: }'
      ,'a:hover { color: #666666; }'
    ]
});

sIFR.replace(gotham, {
  selector: 'h5#comments-count',
  wmode: 'transparent',
  css: [
  	  '.sIFR-root { letter-spacing: -0.05; font-size: 16px; }'
  	  ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000; border: }'
      ,'a:hover { color: #666666; }'
    ]
});

sIFR.replace(gotham, {
  selector: 'h5#comment-form-title',
  wmode: 'transparent',
  css: [
  	  '.sIFR-root { letter-spacing: -0.05; font-size: 16px; }'
  	  ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000; border: }'
      ,'a:hover { color: #666666; }'
    ]
});

sIFR.replace(gotham, {
  selector: '.con-h3 h3',
  wmode: 'transparent',
  css: [
  	  '.sIFR-root { letter-spacing: -0.05; font-size: 16px; }'
  	  ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000; border: }'
      ,'a:hover { color: #666666; }'
    ]
});






