
//k psl kanda

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(kme,ksp,k,dbet);

//sIFR.debug.ratios({ src: 'sifr3-r436/demo/fongnamas.swf', selector: 'h1' });

sIFR.replace(dbet, {
	selector: '#main-menu2 h4'
	,css: [
        '.sIFR-root { font-size: 20px;color:#8f8f8f; text-align:right;}'
		,'a { color: #8f8f8f; text-decoration: none; }'
        ,'a:link { color: #8f8f8f; }'
        ,'a:hover { color: #8f8f8f; }'
	]
	,wmode: 'transparent'
});
sIFR.replace(dbet, {
	selector: '.article h3'
	,css: [
        '.sIFR-root { font-size: 30px;color:#139758; }'
	]
	,wmode: 'transparent'
});
sIFR.replace(dbet, {
	selector: '.education h1'
	,css: [
        '.sIFR-root { font-size: 26px;color:#939aa0; }'
	]
	,wmode: 'transparent'
});
sIFR.replace(dbet, {
	selector: '.article h1'
	,css: [
        '.sIFR-root { font-size: 40px;color:#8f8f8f;}'
	]
	,wmode: 'transparent'
});
sIFR.replace(dbet, {
	selector: '.article-header h6'
	,css: [
        '.sIFR-root { font-size: 20px;color:#ffffff; letter-spacing: 1; font-weigth:bold;}'
	]
	,wmode: 'transparent'
});

/*
sIFR.replace(akzidenz, {
	selector: '#content #nav ul li li'
	,css: [
        '.sIFR-root { font-size: 12px; color: #000000; }'
        ,'a { color: #000000; text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	,tuneHeight:-5
});

/*
sIFR.replace(slider, {
	selector: '#menu h3'
	,css: [
        '.sIFR-root { font-size: 12px; text-align: center; text-transform: uppercase; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #808080; }'
        ,'a:hover { color: #00765e; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#news-strip h3'
	,css: [
        '.sIFR-root { font-size: 12px; color: #ffffff; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#news-strip h2'
	,css: [
        '.sIFR-root { font-size: 14px; color: #ffffff; text-align:right; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #ffffff; }'
    	,'a:hover { color: #00765e; }'
	]
	,forceSingleLine: true
	,wmode: 'transparent'
	,offsetTop: -1
});

sIFR.replace(slider, {
	selector: '.sub-section h2'
	,css: [
        '.sIFR-root { font-size: 18px; color: #626262; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#client-list h3'
	,css: [
        '.sIFR-root { font-size: 14px; color: #626262; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(slider, {
	selector: '#navMenu li li li h3'
	,css: [
        '.sIFR-root { font-size: 12px; color: #ffffff; text-align:left; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #ffffff; }'
    	,'a:hover { color: #00765e; }'
	]
	,tuneHeight:6
	,tuneWidth:-20
	,offsetTop:7
	,offsetLeft:20
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#navMenu li h3'
	,css: [
        '.sIFR-root { font-size: 14px; color: #ffffff; text-align:center; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #ffffff; }'
    	,'a:hover { color: #00765e; }'
	]
	,tuneHeight:15
	,offsetTop:7
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#article h1'
	,css: [
        '.sIFR-root { font-size: 16px; color: #00765e; }'
	    ,'a { text-decoration: none; }'
    	,'a:link { color: #8d8b8b; }'
    	,'a:hover { color: #00765e; text-decoration: underline; }'
	]
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#article blockquote.listing-alt h3'
	,css: [
        '.sIFR-root { font-size: 16px; color: #000000; }'
	]
	,wmode:'transparent'
});

sIFR.replace(slider, {
	selector: '#article blockquote.listing h3'
	,css: [
        '.sIFR-root { font-size: 16px; color: #000000; }'
	]
	,wmode:'transparent'
});

//sIFR.debug.ratios({ src: 'sifr3-r436/demo/fongnamas.swf', selector: 'h1' });
  
/*    sIFR.replace(rockwell, {
      selector: 'h5#pullquote'
      ,css: 'em { font-style: normal; color: #660000; }'
      ,selectable: false
    });
  
    sIFR.replace(cochin, {
      selector: 'h3.sidebox'
      ,css: {
        '.sIFR-root': { 'background-color': '#DCDCDC' }
      }
    });
  
    sIFR.replace(cochin, {selector: 'h2,h3'});
  
    sIFR.replace(cochin, {
      selector: 'h4.subhead'
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
      }
    });*/