$(document).ready(function(){
	// Set the height before sifr replaces (and adds 3px)
	
});

sIFR.useStyleCheck = true;
sIFR.activate(din_light);
sIFR.activate(din_medium);

sIFR.replace(din_medium, {
  selector: '.titlearea.centered h1',
  wmode: 'transparent'
  ,css: [
    '.sIFR-root { text-align: center; color: #ffffff; text-transform: uppercase}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #ffffff; }'
  ]
});


sIFR.replace(din_light, {
  selector: '.titlearea.image h1',
  wmode: 'transparent'
  ,css: [
    '.sIFR-root { text-align: left; color: #ffffff}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #ffffff; }'
  ]
});

sIFR.replace(din_light, {
  selector: '.titlearea h1',
  wmode: 'transparent'
  ,css: [
    '.sIFR-root { text-align: left; color: #8b8e8d}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #8b8e8d; }'
    ,'a:hover { color: #8b8e8d; }'
  ]
});




