/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var futura = { src: '/projects/autokemp/plugins/fonts/arialbold.swf' };



// Next, activate sIFR:
sIFR.activate(futura);

sIFR.replace(futura, {
	selector: 'h1.nadpis',
	css: [
	'.sIFR-root { color: #002979; font-size: 23px; height: 40px; padding: 8px 0px 0px 0px; margin: 0px 0px 0px 0px; text-decoration: none; text-transform: uppercase; }'
		,'a { text-decoration: none; color: #002979; line-height: 40px; cursor: pointer; outline: none; border: none; }'
		,'a:link { color: #002979; cursor: pointer; outline: none; border: none; }'
		,'a:hover { color: #002979; cursor: pointer; outline: none; border: none; }'
		,'a:active { color: #002979; cursor: pointer; outline: none; border: none; }'
	]
	,wmode: 'transparent'
	,filters: {
		/*
		Glow: {
			knockout: false
			,inner:0
			,color: '#FFFFFF'
			,strength: 2
			,quality:1
		},
		
		GradientBevel: {
			knockout: false
			,type: 'overlay'
			,angle: 90
			,colors:'#FFFFFF,#002979'
			,distance: 10
			,quality:10
			,strength:10
		},*/
		Blur: {
			blurX: 2
			,blurY: 2
			,quality: 2
		},
		BevelFilter: {
			type: 'inner'
			,highlightColor:'#1a4d78'
			,highlightAlpha: .99
			,shadowColor: '#6493a4'
			,shadowAlpha: .99
			,strength: 10
			,quality: 5
			,blurY: 1
			,blurX: 1
			//,ratios:'196,39,64,100,147,164,207,78,47,26,77,120' 
			//,alphas:'1,0,1' 
			//,colors:'#6493a4,#1a4d78' 
			,angle: 90 
			,distance: 10
		},/*
		BevelFilter: {
			distance: 10
			,angle: 90
			,shadowColor: '#6493a4'
			,shadowAlpha: 1
			,blurX: 1
			,blurY: 1
			,strength: 10
			,quality: 10
			,type: 'inner'
			,knockout: false
		},*/
		DropShadow: {
			knockout: false
			,angle: 120
			,color: '#000000'
			,strength: 5
			,distance: 3
			,alpha: .10
		}		
	}
});

