/*Background ------------------------------------------------------------ */ body { background: #e4ff99; } #wrapper{ background: #fff; padding: 0 20px 10px 20px; border-left: 4px solid #oba600; border-right: 4px solid #oba600; } .sticky .entry { padding: 10px; background-color: #oba600; } /*Links ------------------------------------------------------------ */ #content a:link, #content a:visited { color: #85004b; } #sidebar a:link, #sidebar a:visited { color: #85004b; } h1#title a:hover, div#title a:hover { color: #85004b; } #nav .page_item a:hover { color: #85004b; border-top: 4px solid #85004b; } #nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover { color: #85004b; border-top: 4px solid #85004b; } .post-header h1 a:hover, .post-header h2 a:hover { color: #85004b; } .comments a:hover { color: #85004b; } .meta a:hover { color: #85004b; } .highlight-box { background: #85004b; } .post-footer a:hover { color: #85004b; } #footer a:hover { color: #85004b; } /*Hover ------------------------------------------------------------ */ a:hover, #content a:hover, #sidebar a:hover { color: #bcff05; } /*Hide hover colors on comment images and sidebar menu images ------------------------------------------------------------ */ .comments a:hover { background: url(../images/comments-bubble.gif) no-repeat 0 .4em; } ul li.widget ul li a:hover { background: url(../images/list-item.gif) no-repeat 0 .35em; } /*Reset Specific Link Colors ------------------------------------------------------------ */ #content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited { color: #444; } #content .post-header h1 a:hover, #content .post-header h2 a:hover { color: #85004b; } #content .comments a { color: #757575; } #content .comments a:hover { color: #85004b; } #content .meta a:link, #content .meta a:visited { color: #666; } #content .meta a:hover { color: #85004b; } #content .post-footer a:link, #content .post-footer a:visited { color: #333; } #content .c-permalink a:link, #content .c-permalink a:visited { color: #757575; } #content .reply a:link, #reply .c-permalink a:visited { color: #757575; } #content .reply a:hover { color: #85004b; } #footer a:link, #footer a:visited { color: #666; } #footer a:hover { color: #85004b; }