var aperto = {
  src: '/wp-content/themes/gaijin/sifr/aperto.swf'
  ,ratios: []
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(aperto);

sIFR.replace(aperto, {
	transparent:false,
	forceSingleLine:false,	
	forceWidth:false,
	fitExactly:true,
	repaintOnResize:true,
	selector: '#content h1,#content h2',
	css: [
   '.sIFR-root { color:#423F75 }',
	'a {color:#E44646}',
	'a:visited {color:#E44646}',
	'a:hover {color:#FF3A3A;)'	 
  ]
});

sIFR.replace(aperto, {
	transparent:false,
	forceSingleLine:false,	
	forceWidth:false,
	fitExactly:false,
	repaintOnResize:false,
	selector: '#sidebar #callus h2',
	css: [
   '.sIFR-root { color:#423F75; leading: -20;}'
  ]
});

sIFR.replace(aperto, {
	transparent:false,
	forceSingleLine:false,	
	forceWidth:true,
	fitExactly:true,
	repaintOnResize:false,
	selector: '#sidebar .panel h2,#sidebar .widget h2',
	css: [
   '.sIFR-root { color:#423F75; }'
  ]
});




