/* sifr */

var myriadbold = {
	src: '/_addons/js/sifr/myriadbold.swf'
  , ratios: [8, 1.43, 11, 1.38, 13, 1.33, 23, 1.32, 29, 1.29, 34, 1.28, 37, 1.27, 41, 1.28, 47, 1.27, 72, 1.26, 75, 1.25, 76, 1.26, 79, 1.25, 80, 1.26, 83, 1.25, 84, 1.26, 87, 1.25, 88, 1.26, 1.25]
};

sIFR.useStyleCheck = true;
sIFR.activate( myriadbold );

sIFR.replace( myriadbold, {
	selector: '.main-content h2, #wide-content h2'
	,wmode: 'transparent'
  ,offsetTop: +6
	,css: [
		'.sIFR-root { color: #474747; font-size: 22px; line-height: 24px; text-transform: uppercase; letter-spacing: 1;}'
		, 'a {color: #474747; text-decoration: none;}'
		, 'a:hover {color: #474747; text-decoration: underline;}'
	]
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 2
        ,angle: 90
      }
   }
});


sIFR.replace( myriadbold, {
	selector: '.sidebar h3'
  ,offsetTop: -1
  ,tuneHeight: -5
	,css: [
		'.sIFR-root { color: #474747; font-size: 18px; line-height: 16px; }'
		, 'a {color: #474747; text-decoration: none;}'
		, 'a:hover {color: #474747; text-decoration: underline;}'
	]
	,wmode: 'transparent'
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 2
        ,angle: 90
      }
   }

});
sIFR.replace( myriadbold, {
	selector: 'h3.styled'
  ,tuneHeight: -3
	,css: [
		'.sIFR-root { color: #474747; font-size: 19px; line-height: 16px; }'
		, 'a {color: #474747; text-decoration: none;}'
		, 'a:hover {color: #474747; text-decoration: underline;}'
	]
	,wmode: 'transparent'
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 2
        ,angle: 90
      }
   }

});


sIFR.replace( myriadbold, {
	selector: '.footer-title'
  ,offsetTop: -5
	,css: [ '.sIFR-root { color: #ffe1cf; font-size: 21px; margin: 0; }' ]
	,wmode: 'transparent'
});
