 /*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
*****************************************************************************/

var century_gothic = {
  src: '/sifr/century_gothic.swf'
};

var bembo = {
	src: '/sifr/bembo.swf'
};

var trebuchet = {
	src: '/sifr/trebuchet.swf'
};



// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(century_gothic, bembo, trebuchet);

/*sIFR.replace(bembo, {
  selector: 'h2.splash'
  ,css: [
	'.sIFR-root { color: #C2A46F; background-color: #000000; text-transform:uppercase }'
	,'a { color: #C2A46F; text-decoration: none; }'
	,'a:link { color: #C2A46F; }'
	,'a:hover { color: #C2A46F; text-decoration: underline; }'
  ], wmode: 'transparent'
});*/

/* sIFR.replace(bembo, {
  selector: 'h3.splash'
  ,css: [
	'.sIFR-root { color: #C2A46F; background-color: #000000; text-transform:uppercase }'
	,'a { color: #C2A46F; text-decoration: none; }'
	,'a:link { color: #C2A46F; }'
	,'a:hover { color: #C2A46F; text-decoration: underline; }'
  ], wmode: 'transparent'
}); */
/*
sIFR.replace(bembo, {
  selector: 'p.splash_intro'
  ,css: [
	'.sIFR-root { color: #C2A46F; background-color: #000000; text-transform:uppercase }'
	,'a { color: #C2A46F; text-decoration: none; }'
	,'a:link { color: #C2A46F; }'
	,'a:hover { color: #C2A46F; text-decoration: underline; }'
  ], wmode: 'transparent'
});

*/


sIFR.replace(century_gothic, {
  selector: 'h2'
  ,css: [
	'.sIFR-root { color: #C2A46F; background-color: #000000; text-transform:uppercase }'
	,'a { color: #C2A46F; text-decoration: none; }'
	,'a:link { color: #C2A46F; }'
	,'a:hover { color: #C2A46F; text-decoration: underline; }'
  ], wmode: 'transparent'
});

sIFR.replace(century_gothic, {
  selector: 'h3'
  ,css: [
	'.sIFR-root { color: #C2A46F; background-color: #000000; text-transform:uppercase }'
	,'a { color: #C2A46F; text-decoration: none; }'
	,'a:link { color: #C2A46F; }'
	,'a:hover { color: #C2A46F; text-decoration: underline; }'
  ], wmode: 'transparent'
});

sIFR.replace(trebuchet, {
  selector: '.splash_price'
  ,css: [
	'.sIFR-root { color: #C2A46F; background-color: #000000; text-transform:uppercase }'
	,'a { color: #C2A46F; text-decoration: none; }'
	,'a:link { color: #C2A46F; }'
	,'a:hover { color: #C2A46F; text-decoration: underline; }'
  ], wmode: 'transparent'
});


//have removed background-color: #000000;




