

var bertholdbold = { 
	src: '/inc/swf/bertholdbold.swf', 
	wmode:'transparent', 
	/*ratio: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18],*/
	css: [
		'.sIFR-root {  color:#113D2E;  }'
	] 
};

var bertholdlight = { 
	src: '/inc/swf/bertholdlight.swf', 
	wmode:'transparent', 
	/*ratio: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18],*/
	css: [
		'.sIFR-root {  color:#113D2E;  }'
	] 
};

sIFR.prefetch(bertholdbold, bertholdlight);
sIFR.activate(bertholdbold, bertholdlight);
sIFR.fitExactly = true;

sIFR.replace(bertholdbold, {
  selector:'h1#title',
  css: [
    '.sIFR-root, a { color:#113D2E; text-decoration:none }',
    '.green { color:#88B71B; }',
    'a:hover { color:#113D2E; }'
  ]
});

sIFR.replace(bertholdlight, {
  selector:'h2'
});

sIFR.replace(bertholdlight, {
  selector:'div#content-blue h3',
  css: [
    '.sIFR-root { color:#6093A8; }'
  ]
});

sIFR.replace(bertholdbold, {
  selector:'div.darkgreen h3',
  css: [
    '.sIFR-root { color:#FEFEFE;}',
    'a { text-decoration:none; color:#88B71B; }',
    'a:hover { text-decoration:underline; color:#88B71B; }'
  ]
});

sIFR.replace(bertholdlight, {
  selector:'h3.category',
  css: [
		'.sIFR-root {  color:#113D2E; letter-spacing:1;  }'
	] 
});

sIFR.replace(bertholdbold, {
  selector:'h3#title',
  css: [
  	'.sIFR-root { color:#113D2E; }',
  	'a { color:#113D2E; text-decoration:none }',
  	'a:hover { color:#113D2E; }'
  ]
});

sIFR.replace(bertholdlight, {
  selector:'h3',
  css: [
  	'.sIFR-root { color:#233F33; }',
  	'a { color:#233F33; text-decoration: none; }',
  	'a:hover { color:#233F33; text-decoration: none; }'
  ]
});

sIFR.replace(bertholdlight, {
  selector:'h4',
  css: [
  	'.sIFR-root { color:#E99C02; }'
  ]
});

/*sIFR.replace(bertholdlight, {
  selector:'h5'
});*/

sIFR.replace(bertholdlight, {
  selector:'form#searchbar label',
  css: [
  	'.sIFR-root { color:#113D2E; cursor:arrow; }'
  ]
});

//sIFR.debug.ratios({ src: '/inc/swf/rockwell.swf', selector: 'h1' });

