x sunheading/slogan - custom.css file
x widget titles - custom.css file
x line above widgets - custom.css file
x visited colors - custom.css file
0 search box - for background colors it would be custom.css file - but to get a really nice looking one I think have to get new plugin - I don't know - mine are ugly
x change what menu items display above the header image - header file.
For example - paste this in your custom.css file and see what happens!
------------ Do not include this part ----------paste below into custom.css ------------
/* WIDGET TITLE and line above */
.custom li.widget h2, li.linkcat h2 { color: #6b6b6b; font-weight: bold; font-size: 1.077em; text-transform: none; letter-spacing: normal; margin: 0 0 0 0; padding: 0 0 0 8px;
border-top: 3px solid #FFFFFF; border-bottom: 1px solid #999999; border-top: 1px solid #999999; border-right: 1px solid #999999; border-left: 1px solid #999999; background: #336699; }
/* LINKS - pick colors that go with what you want */
.custom a { color: #6d5fb3; text-decoration: none; }
.custom a:visited { color: #000000; text-decoration: none; }
.custom a:hover { color: #6d5fb3; background-color: #cccccc; }
/* Second line of masthead - changes all letters to uppercase*/
.custom #masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: uppercase; color: #888; text-align: center; }
------------ Do not include this part ----------paste above into custom.css ------------
For help changing the top navigation this entry might help:
http://cutline.tubetorial.com/creating-archives-and-about-pages/
I hope this helps.
: )