
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(mariekefont);

sIFR.replace(mariekefont, {
selector: 'h1'
,css: [
  '.sIFR-root { text-align: left;color: #d31145;}'	
  ,'em { font-weight:italic;}'
  ,'strong { font-weight:bold;}'
  ,'a { text-decoration: underline; }'
  ,'a:link { color: #d31145; text-decoration: underline; }'
  ,'a:hover { color: #d31145; text-decoration: none; }'
]
, wmode: 'transparent' ,tuneHeight: '-2' ,offsetTop: 0
});

sIFR.replace(mariekefont, {
selector: 'div.content_title_background'
,css: [
  '.sIFR-root { text-align: left;color: #ffffff;}'	
  ,'em { font-weight:italic;}'
  ,'strong { font-weight:bold;}'
  ,'a { text-decoration: underline; }'
  ,'a:link { color: #d31145; text-decoration: underline; }'
  ,'a:hover { color: #d31145; text-decoration: none; }'
]
, wmode: 'transparent' ,tuneHeight: '-2' ,offsetTop: 0
});


sIFR.replace(mariekefont, {
selector: 'h5.normal'
,css: [
  '.sIFR-root { text-align: left;color: #ffffff; cursor:pointer; white-space: nowrap; width:100%;}'	
  ,'em { font-weight:italic;}'
  ,'strong { font-weight:bold;}'
  ,'a { color: #ffffff; text-decoration: none; cursor:pointer;white-space: nowrap;}'
  ,'a:link { color: #ffffff; text-decoration: none; cursor:pointer; white-space: nowrap;}'
  ,'a:hover { color: #ffffff; text-decoration: none; cursor:pointer; white-space: nowrap;}'
]
, wmode: 'transparent', forceSingleLine: true, tuneHeight: '-3' ,offsetTop: -3, preventWrap: true
// , wmode: 'transparent' ,tuneHeight: '-3' ,offsetTop: -3, preventWrap: true
});  

function sIFR_DrawH5() {
	sIFR.replace(mariekefont, {
	selector: 'h5.a_h5'
	,css: [
	  '.sIFR-root { text-align: left;color: #ffffff; white-space: nowrap;}'	
	  ,'em { font-weight:italic;}'
	  ,'strong { font-weight:bold;}'
	  ,'a { color: #ffffff; text-decoration: none; white-space: nowrap;}'
	  ,'a:link { color: #ffffff; text-decoration: none; white-space: nowrap;}'
	  ,'a:hover { color: #ffffff; text-decoration: none; white-space: nowrap;}'
	]
	, wmode: 'transparent', forceSingleLine: true, tuneHeight: '-3' ,offsetTop: -3, preventWrap: true
	// , wmode: 'transparent' ,tuneHeight: '-3' ,offsetTop: -3, preventWrap: true
	});  
	
	sIFR.replace(mariekefont, {
	selector: 'h5.a_h5_on'
	,css: [
	  '.sIFR-root { text-align: left;color: #ffffff; cursor:pointer; white-space: nowrap;}'	
	  ,'em { font-weight:italic;}'
	  ,'strong { font-weight:bold;}'
	  ,'a { color: #ffffff; text-decoration: none; cursor:pointer;white-space: nowrap;}'
	  ,'a:link { color: #ffffff; text-decoration: none; cursor:pointer;white-space: nowrap; }'
	  ,'a:hover { color: #ffffff; text-decoration: none; cursor:pointer;white-space: nowrap; }'
	]
	, wmode: 'transparent', forceSingleLine: true, tuneHeight: '-3' ,offsetTop: -3, preventWrap: true
	// , wmode: 'transparent' ,tuneHeight: '-3' ,offsetTop: -3, preventWrap: true
	}); 
}

//sIFR_DrawH5();

sIFR.replace(mariekefont, {
selector: 'h6'
,css: [
  '.sIFR-root { text-align: right;color: #f2f1ee;font-style:italic;background-color:#ff9900;}'	
  ,'em { font-weight:italic;}'
  ,'strong { font-weight:bold;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #d31145; text-decoration: none; }'
  ,'a:hover { color: #d31145; text-decoration: none; }'
]
, wmode: 'transparent' ,tuneHeight: '-37' ,offsetTop: -20, preventWrap: true
});


sIFR.replace(mariekefont, {
selector: 'div.polaroid_category_title'
,css: [
  '.sIFR-root { color: #2a2a2a;font-weight:italic;font-weight:bold;}'	
  ,'em { font-weight:italic;}'
  ,'strong { font-weight:bold;}'
  ,'a { color: #2a2a2a; text-decoration: none;font-weight:italic;font-weight:bold;}'
  ,'a:link { color: #2a2a2a; text-decoration: none;font-weight:italic;font-weight:bold; }'
  ,'a:hover { color: #be0f34; text-decoration: none;font-weight:italic;font-weight:bold; }'
]
, wmode: 'transparent' ,tuneHeight: '-2' ,offsetTop: 2
});


sIFR.replace(mariekefont, {
selector: 'div.polaroid_title'
,css: [
  '.sIFR-root { color: #2a2a2a;font-weight:italic;font-weight:bold;}'	
  ,'em { font-weight:italic;}'
  ,'strong { font-weight:bold;}'
  ,'a { color: #2a2a2a; text-decoration: none;font-weight:italic;font-weight:bold;}'
  ,'a:link { color: #2a2a2a; text-decoration: none;font-weight:italic;font-weight:bold; }'
  ,'a:hover { color: #be0f34; text-decoration: none;font-weight:italic;font-weight:bold; }'
]
, wmode: 'transparent' ,tuneHeight: '-3' ,offsetTop: -4
});



