
$(function(){
	$("#tags li:nth-child(4n)").css({"background-color": "#EBE5DC"});
	$("#tags li:nth-child(4n+1)").css({"background-color": "#EBE5DC"});
	$("#related-posts li:nth-child(2n+1)").css({"background-color": "#EBE5DC"});
	$(".feedburnerFeedBlock li:nth-child(2n+1)").css({"background-color": "#EBE5DC"});
	$(".sidebar option:nth-child(2n+1)").css({"background-color": "#EBE5DC"});
	$("#header").pngfix();
}); 

