/*
#####################################################
# 
# Hevy Music Festival
# sIFR3 configuraton
#
# http://wiki.novemberborn.net/sifr3
#
#####################################################
*/

  ////////////////////////////////////////////////////////////////////
  // Prevent Linux Flash issues
  ////////////////////////////////////////////////////////////////////
  
  if (navigator.platform.indexOf('Linux') == -1) {
  
  ////////////////////////////////////////////////////////////////////
  // Define font variables
  ////////////////////////////////////////////////////////////////////

  var din_bold_alternate = {src: "assets/templates/hevy/sifr3/flash/din-bold-alternate.swf"};
  
  ////////////////////////////////////////////////////////////////////
  // Run setup routines
  ////////////////////////////////////////////////////////////////////
  
  sIFR.activate(din_bold_alternate);
  
  ////////////////////////////////////////////////////////////////////
  // Define XHTML selectors to replace and pass sIFR config arguments
  ////////////////////////////////////////////////////////////////////
  
	// H4 footer headings
	sIFR.replace(din_bold_alternate, {
		selector: '#footer h4',
		transparent: true,
		ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 58, 1.24, 59, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23],
		offsetTop: -8,
		tuneHeight: 5,
		css: [
			'.sIFR-root { color: #ffffff; background-color: #222222; text-transform: uppercase; leading: -8; }'
			,'.sIFR-root a { color: #ffffff; text-decoration: none; }'
			,'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }'
		]
	});
	
	
	/*
	Main template headings
	--------------------------------------
	*/
	
	// H2 content-body headings
	sIFR.replace(din_bold_alternate, {
		selector: '#content h2',
		transparent: true,
		ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 58, 1.24, 59, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23],
		offsetTop: 0,
		tuneHeight: 5,
		css: [
			'.sIFR-root { color: #ffffff;  background-color: #222222; text-transform: uppercase; leading: -8; }'
			,'.sIFR-root a { color: #ffffff; text-decoration: none; }'
			,'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }'
		]
	});
	
	// H3 body headings
	sIFR.replace(din_bold_alternate, {
		selector: '#content h3',
		transparent: true,
		ratios: [7, 1.77, 8, 1.55, 9, 1.47, 10, 1.42, 12, 1.37, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 58, 1.24, 59, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23],
		offsetTop: -8,
		tuneHeight: -12,
		css: [
			'.sIFR-root { color: #ffffff;  background-color: #222222; text-transform: uppercase; leading: -8; }'
			,'.sIFR-root a { color: #ffffff; text-decoration: none; }'
			,'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }'
		]
	});
	
	// H4 body headings
	sIFR.replace(din_bold_alternate, {
		selector: '#content h4',
		transparent: true,
		ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 58, 1.24, 59, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23],
		offsetTop: -4,
		tuneHeight: 0,
		css: [
			'.sIFR-root { color: #ffffff; background-color: #222222; text-transform: uppercase; leading: -8; }'
			,'.sIFR-root a { color: #ffffff; text-decoration: none; }'
			,'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }'
		]
	});
	
	////////////////////////////////////////////////////////////////////
	// End Prevent Linux Flash issues
	////////////////////////////////////////////////////////////////////
	
	}