/* hide calendar */
div#calendar { display: none; } 
/* rss link */
a#column_links_Syndication { padding: 3px !important; font-weight: bold; font-size: 110% !important; background-color: orange !important; color: white !important; text-decoration: none !important; }
a#column_links_Syndication:hover { background-color: darkorange !important; color: white !important; text-decoration: none !important; } 
/* hide atom link (both rss + atom go to same place anyway) */
a#column_links_AtomLink { display: none; }
/* Google reader blogroll links */
a.i, a.delicious-link { margin: 0 !important; padding: 0 !important; } 
.reader-publisher-module ul li, .delicious-posts ul li { margin: 0 !important; padding: 0 !important; padding-left: 4px !important; margin-bottom: 2px !important; } 
/* Google reader folder heading */
p.reader-publisher-folder { font-weight: bold; margin-bottom: 2px; margin-top: 2px; } 
/* delicious banner */
h2.delicious-banner { font-size: 1em; } 
/* delicious inner text */
p.delicious-extended { font-size: 1em; }
/* Feedburner posts from my personal blog */
div.feedburnerFeedBlock p.feedTitle { display: none; } 
/* hide "click to see entries for this day" hash (#) link in post header */
div.entryDate a {display: none !important}