var mundos = {
  src: 'flash/mundos.swf'
};

var mundosb = {
  src: 'flash/mundosb.swf'
};

var verlag = {
  src: 'flash/verlag.swf'
};

var arial = {
  src: 'flash/arial.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(mundos, mundosb, verlag, arial);

sIFR.replace(verlag, {
  selector: '#home #header_major h1, #feature #header_major h1'
  ,css: [
	'.sIFR-root { color: #c0e5ea; text-transform: uppercase; background-color: transparent; } a {color: #c0e5ea;text-decoration:none;} a:hover { color:#c0e5ea; }'
  ], wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#000000'
	  ,strength: 2
	}
  }
});

sIFR.replace(verlag, {
  selector: '#property #header_major h1'
  ,css: [
	'.sIFR-root { color: #f0ffff; text-transform: uppercase; background-color: transparent; } a {color:#f0ffff;text-decoration:none;} a:hover { color:#f0ffff; }'
  ]
  ,wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#000000'
	  ,strength: 2
	}
  }
});

sIFR.replace(mundos, {
  selector: 'h1.column_header'
  ,css: [
	'.sIFR-root { color: #858585; background-color: transparent; } a { color:#858585;text-decoration:none;} a:hover { color:#858585;text-decoration:none;}'
  ], wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#aaaaaa'
	  ,strength: 1
	}
  }
});

sIFR.replace(mundos, {
  selector: 'h2.column_header'
  ,css: [
	'.sIFR-root { color: #858585; background-color: transparent; } a { color:#858585;text-decoration:none;} a:hover { color:#858585;text-decoration:none;}'
  ], wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#aaaaaa'
	  ,strength: 1
	}
  }
});

sIFR.replace(mundosb, {
  selector: '#header_minor p'
  ,css: [
	'.sIFR-root { text-transform: uppercase; color: #ffffff; background-color: transparent; } .highlight { color: #c0e5ea; }'
  ], wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#000000'
	  ,strength: 2
	}
  }
});

sIFR.replace(mundosb, {
  selector: '#header_minor div.readmore'
  ,css: [
	'.sIFR-root { text-transform: uppercase; color: #f07145; background-color: transparent; } a { color: #f07145; text-decoration: none; } a:hover { color: #f07145; text-decoration: underline; }'
  ], wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#000000'
	  ,strength: 2
	}
  }
});

sIFR.replace(arial, {
  selector: '#header_blurb p'
  ,css: [
	'.sIFR-root { text-transform: uppercase; color: #c0e5ea; background-color: transparent; font-weight: bold; }'
  ], wmode: 'transparent'
  ,filters: {
	DropShadow: {
	  knockout: false
	  ,distance: 1
	  ,color: '#000000'
	  ,strength: 2
	}
  }
});


/*
sIFR.replace(rockwell, {
  selector: 'h5#pullquote'
  ,css: 'em { font-style: normal; color: #660000; }'
  ,selectable: false
});

sIFR.replace(cochin, {
  selector: 'h3.sidebox'
  ,css: {
	'.sIFR-root': { 'background-color': '#DCDCDC' }
  }
});

sIFR.replace(cochin, {selector: 'h2,h3'});

sIFR.replace(cochin, {
  selector: 'h4.subhead'
  ,css: {
	'.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
  }
  ,filters: {
	DropShadow: {
	  knockout: true
	  ,distance: 1
	  ,color: '#330000'
	  ,strength: 2
	}
  }
});*/