/* Custom layout - green.css */ #header { background:#24BE31; } a:link, #content h1.post-title a, #content h2.post-title a, #sidebar a:link, #sidebar a:visited, a:active, a:visited, #content h1.post-title a:hover, #content h2.post-title a:hover { color: #24BE31; text-decoration: none; } a:hover { text-decoration: underline; } #sidebar a:link, #sidebar a:visited { text-transform: capitalize; } #sidebar .sidebar_inner ul ul li { background: url(../images/arrow-green.png) no-repeat 0 13px; } .navigation .wp-pagenavi .current, .navigation .wp-pagenavi a:hover, #footer #footer-bottom{ background: #24BE31; }