@RainCityChick
I think this covers the link color as well as the hover color, let me know if I missed something.
.categories-links a {
color: #1B8DC9;
}
.categories-links a:hover {
color: #ea9629;
}
.widget-title a {
color: #1B8DC9;
}
.widget-title a:hover {
color: #ea9629;
}
.textwidget a {
color: #1B8DC9;
}
.textwidget a:hover {
color: #ea9629;
}
.date a {
color: #1B8DC9;
}
.date a:hover {
color: #ea9629;
}
.entry-content a {
color: #1B8DC9;
}
.entry-content a:hover {
color: #ea9629;
}
.site-footer .widget a {
color: #1B8DC9;
}
.site-footer .widget a:hover {
color: #ea9629;
}