/*Background ------------------------------------------------------------ */ body { background: #000000; } #wrapper{ background: #fff; padding: 0 20px 10px 20px; border-left: 4px solid #cccccc; border-right: 4px solid #cccccc; } .sticky .entry { padding: 10px; background-color: #cccccc; } /*Links ------------------------------------------------------------ */ #content a:link, #content a:visited { color: #9999cc; } #sidebar a:link, #sidebar a:visited { color: #9999cc; } h1#title a:hover, div#title a:hover { color: #9999cc; } #nav .page_item a:hover { color: #9999cc; border-top: 4px solid #9999cc; } #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: #9999cc; border-top: 4px solid #9999cc; } .post-header h1 a:hover, .post-header h2 a:hover { color: #9999cc; } .comments a:hover { color: #9999cc; } .meta a:hover { color: #9999cc; } .highlight-box { background: #9999cc; } .post-footer a:hover { color: #9999cc; } #footer a:hover { color: #9999cc; } /*Hover ------------------------------------------------------------ */ a:hover, #content a:hover, #sidebar a:hover { color: #58181b; } /*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: #9999cc; } #content .comments a { color: #757575; } #content .comments a:hover { color: #9999cc; } #content .meta a:link, #content .meta a:visited { color: #666; } #content .meta a:hover { color: #9999cc; } #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: #9999cc; } #footer a:link, #footer a:visited { color: #666; } #footer a:hover { color: #9999cc; }