/*

Additional Stylesheet: Theme Colour Changer Green Style

Usage: Changes the default stylesheet to the Green Style

Description: This is simply a stylesheet to load over the default stylesheet when selected on the Change Colour selector.
It doesn't completly load over the default stylesheet it simply changes the classes defined below

*/

#header { background-image:url(http://www.james-blogs.com/wp-content/themes/renovatio/images/themeswitch/head_green.png); }

a { color: #7dcd1f; text-decoration: none; }

#footer a { color:#7dcd1f; }

.sidebar a, #sidebar a:visited { color: #7dcd1f; display: block; text-decoration: none; }

.sidebar a:hover { color: #7caa46; display: block; text-decoration: none; }

#comments #respond form #submit { background: #7dcd1f; }

#footer_wrap { background: #4c6c16 url(http://www.james-blogs.com/wp-content/themes/renovatio/images/themeswitch/footer_background_green.png) repeat-x; }

