Quote Originally Posted by rbarbour View Post
for the header nav

/stylesheet.css

/* Line 78 */
#navMain i
{
margin-right: 10px;
color: #8db9fb;
font-size: 120%;
vertical-align: middle;
}

/* Line 79 */
#navMain i:hover
{
color: #ffffff;
}

for the footer social icons
/stylesheet.css

/* Line 392 */
.ffCcol4 i
{
font-size: 200%;
border-top-width: 1px;
border-right-width-value: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-top-color: #8db9fb;
border-right-color-value: #8db9fb;
border-bottom-color: #8db9fb;
border-left-color-value: #8db9fb;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
background-color: #8db9fc;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: #ffffff;
transition-property: background;
transition-duration: 2s;
transition-timing-function: ease;
transition-delay: 0s;
min-width: 30px;
}

/* Line 393 */
.ffCcol4 i:hover
{
background-color: #171717;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: #ffffff;
}

Hope that helps!

That did it. Thanks a bunch