var din = {
	src: '/wp-content/themes/solar/swf/din.swf'
}

sIFR.activate(din);


sIFR.replace(din, {
  selector: 'body.page #maincont  h1.sifr', 
  css: [
		'.sIFR-root { color:  #003679; font-weight: bold; letter-spacing: -1.2; font-size: 25px; text-align:right; margin-right:15px;}',
	],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false,
			distance: 2,
			color: '#ffffff',
			strength: 1,
			blurX: 2,
			blurY: 2
		}
	}
	});
	
	sIFR.replace(din, {
  selector: 'body.archive #mast  h1.sifr', 
  css: [
		'.sIFR-root { color:  #003679; font-weight: bold; letter-spacing: -1.2; font-size: 25px; text-align:right; margin-right:15px;}',
	],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false,
			distance: 2,
			color: '#ffffff',
			strength: 1,
			blurX: 2,
			blurY: 2
		}
	}
	});
	
	sIFR.replace(din, {
  selector: 'body.post #mast  h1.sifr',
  css: [
		'.sIFR-root { color:  #003679; font-weight: bold; letter-spacing: -1.2; font-size: 25px; text-align:right; margin-right:15px;}',
	],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false,
			distance: 2,
			color: '#ffffff',
			strength: 1,
			blurX: 2,
			blurY: 2
		}
	}
	});
	
	sIFR.replace(din, {
  selector: 'body.home #mast  h1.sifr', 
  css: [
		'.sIFR-root { color:  #003679; font-weight: bold; letter-spacing: -1.2; font-size: 25px; text-align:right; margin-right:15px;}',
	],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false,
			distance: 2,
			color: '#ffffff',
			strength: 1,
			blurX: 2,
			blurY: 2
		}
	}
		
});