/* Bold drawings, gray out everything else on content index. */
#writings {color:#ccc;text-decoration:none;}
#drawings {font-weight:bold;}
#projects {color:#ccc;text-decoration:none;}
#index {color:#ccc;}
#bio {color:#222;}
#reset {visibility:visible;}

/* Highlight only drawings on content index. */
.feat#drawings  {background-image:url(../images/highlighter.png);}
.feat#writings  {background:none;}

/* Make the titles in WP gray instead of blue even though they are hyperlinked. */
#postTitle a {text-decoration:none;color:#666666;}

