sIFR.activate(hncn);

/*
sIFR.replace(hncn, {
  selector: 'p#page-title'
  	,css: [
 		'.sIFR-root { color: #FFFFFF; font-weight:bold; font-size:32px }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #FFFFFF; }'
 		,'a:hover { color: #FFFFFF }'
 	]
	,wmode: 'transparent'    
    ,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 2
    		,color: '#000000'
    		,strength: 2
  		}
	}  
});
*/

sIFR.replace(hncn, {
  selector: 'p#page-description',css: ['.sIFR-root { color: #b4a690; font-weight:normal; font-size:14px }'],wmode: 'transparent'  
  ,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 2
  		}
	}
});

sIFR.replace(hncn, {
  	selector: '#navigation li'
  	,css: [
 		'.sIFR-root { color: #746a60; font-weight:normal; font-size:14px; text-align:center; }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #acacac; }'
 		,'a:hover { color: #ffffff; }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		/*
      DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 2
  		}
      */
	}
});

sIFR.replace(hncn, {
  	selector: 'h1.entry-title, h1.page-title'
  	,css: [
 		'.sIFR-root { color: #FFFFFF; font-weight:normal; font-size:22px }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #ffffff; }'
 		,'a:hover { color: #acacac; }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 1
  		}
	}
});

sIFR.replace(hncn, {
  	selector: 'h2.entry-title'
  	,css: [
 		'.sIFR-root { color: #FFFFFF; font-weight:normal; font-size:18px }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #ffffff; }'
 		,'a:hover { color: #fff; text-decoration: none; }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 1
  		}
	}
});

sIFR.replace(hncn, {
    selector: '.panel h3, .comments h3, h2.archive-title, .no-content h1'
    ,css: [
    '.sIFR-root { color: #FFFFFF; font-weight:normal; font-size:18px }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #ffffff; text-decoration: none; }'
  ]
  ,wmode: 'transparent'    
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
        ,strength: 1
      }
  }
});


sIFR.replace(hncn, {
  	selector: '#sidebar h2'
  	,css: [
 		'.sIFR-root { color: #acacac; font-weight:normal; font-size:14px }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #ffffff; }'
 		,'a:hover { color: #ffffff; text-decoration: none; }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 1
  		}
	}
});

sIFR.replace(hncn, {
    selector: '.store-locations h1'
    ,css: [
    '.sIFR-root { color: #FFFFFF; font-weight:normal; font-size:14px }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #fff; text-decoration: none; }'
  ]
  ,wmode: 'transparent'    
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
        ,strength: 1
      }
  }
});
