var megalopolis = { src: 'http://www.recetasderechupete.com/wp-content/themes/tma/flash/megalopolis.swf' };
sIFR.activate(megalopolis);

// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.


sIFR.replace(megalopolis, {
  selector: 'h2.latest_post_title',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#92210e;}; .sIFR-root a {text-decoration: none; color:#727b16;}; .sIFR-root a:hover {text-decoration: underline; color:#565e00;}' 
  ]
});

sIFR.replace(megalopolis, {
  selector: 'h2.mast3',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#809f20;};' 
  ]
});

sIFR.replace(megalopolis, {
  selector: '#home_featured h4',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#92210e;}; .sIFR-root a {text-decoration: none; color:#727b16;}; .sIFR-root a:hover {text-decoration: underline; color:#565e00;}' 
  ]
});

sIFR.replace(megalopolis, {
  selector: 'h2.post_name',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#92210e;}; .sIFR-root a {text-decoration: none; color:#727b16;}; .sIFR-root a:hover {text-decoration: underline; color:#565e00;}' 
  ]
});

sIFR.replace(megalopolis, {
  selector: '#ingredientes h3',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#958683;};' 
  ]
});

sIFR.replace(megalopolis, {
  selector: 'h2.post_comm',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#92210e;}; .sIFR-root a {text-decoration: none; color:#727b16;}; .sIFR-root a:hover {text-decoration: underline; color:#565e00;}' 
  ]
});

sIFR.replace(megalopolis, {
  selector: 'h2.archive_name',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#92210e;}; .sIFR-root a {text-decoration: none; color:#727b16;}; .sIFR-root a:hover {text-decoration: underline; color:#565e00;}' 
  ]
});

sIFR.replace(megalopolis, {
  selector: 'h3.mast',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#958683;};' 
  ]
});