/* ################################################## */
/*  Made by: www.DIRECTBASING.com                     */
/*  Semantisch correcte xHTML Basing                  */
/* ################################################## */

// Initialise the fonts
var Bodoni = {
  src: 'fonts/Bodoni.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var Museo300 = {
  src: 'fonts/Museo300.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var Museo500 = {
  src: 'fonts/Museo500.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var Museo700 = {
  src: 'fonts/Museo700.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

// Activate the fonts
sIFR.activate(Bodoni, Museo300, Museo500, Museo700);

// Replace the fonts
sIFR.replace(Museo700, {
	selector: '#bannerCntr h2'
		,css: [
	    	'.sIFR-root { text-transform: uppercase; font-size: 66px; color: #595959; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Museo700, {
	selector: '.notifyBox div.submit'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #e51a9b; }'
			,'a { text-decoration: none; color: #e51a9b; }'
			,'a:hover { text-decoration: none; color: #595959; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Museo500, {
	selector: '.notifyBox h3'
		,css: [
	    	'.sIFR-root { font-size: 14px; color: #939292; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Museo300, {
	selector: '.notifyBox p'
		,css: [
	    	'.sIFR-root { font-size: 11px; color: #939292; }'
			,'.pink { color: #e51a9b; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Museo300, {
	selector: '.followBox div.social h4 span'
		,css: [
	    	'.sIFR-root { font-size: 12px; color: #939393; background-color: #f2f2f0; }'
	  	]
		,forceSingleLine: true
});

sIFR.replace(Bodoni, {
	selector: '.followBox div.twitter'
		,css: [
	    	'.sIFR-root { font-size: 22px; color: #595959; }'
			,'a { text-decoration: none; color: #595959; }'
			,'a:hover { text-decoration: none; color: #e51a9b; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
