sIFR.activate(rockwell);

sIFR.replace(rockwell, {
  selector: 'p#page-title'
  	,css: [
 		'.sIFR-root { color: #FFFFFF; font-weight:normal; 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(rockwell, {
  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(rockwell, {
  	selector: '#navigation li'
  	,css: [
 		'.sIFR-root { color: #746a60; font-weight:normal; font-size:14px; text-align:center }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #b4a690; }'
 		,'a:hover { color: #6b4c2d }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 2
  		}
	}
});

sIFR.replace(rockwell, {
  	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: #4693bf; }'
 		,'a:hover { color: #4693bf; text-decoration: underline }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 1
  		}
	}
});

sIFR.replace(rockwell, {
  	selector: 'h2.entry-title'
  	,css: [
 		'.sIFR-root { color: #FFFFFF; font-weight:normal; font-size:18px }'
 		,'a { text-decoration: none; }'
 		,'a:link { color: #4693bf; }'
 		,'a:hover { color: #4693bf; text-decoration: underline }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 1
  		}
	}
});

sIFR.replace(rockwell, {
  	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: #4693bf; }'
 		,'a:hover { color: #4693bf; text-decoration: underline }'
 	]
	,wmode: 'transparent'    
  	,filters: {
  		DropShadow: {
    		knockout: false
    		,distance: 1
    		,color: '#000000'
    		,strength: 1
  		}
	}
});
