Hi,
I will try to answer your questions, but if I get something wrong, please reply with a url to your site since I will use the demo to model the code.
All the css code below needs to be added to Quick CSS which is located in the admin area .. Replete > Theme Options > Styling ... the text area at the bottom of the page.
1) headings homepage color
#top .main_color .dynamic-title .dynamic-heading {
color: red;
}
2) styling links footer
#top .socket_color a {
color: green; /* this is the color of link when mouse is not touching the link */
}
#top .socket_color a:hover {
color: blue; /* this is the color for the hover when mouse is over link */
}
3) float navigation left ... It is alligned to left http://www.kriesi.at/themes/replete/ i will assume you meant float menu right
#top .main_menu {
float: right !important;
}
#top .cart_dropdown {
right: initial !important;
}
Thanks,
Nick