/* Background color / image */ body { background-color:#DDD9D9; } /* Link colors */ a { color:#232323; //color:red; } /* Link hover colors and comment tag colors */ h3 ul li a, h4 ul li a { color:#1155B0; font-weight: bold; } h2 a.article-comment-icon, h3 a.article-comment-icon, h4 a.article-comment-icon, a:hover, .header .header-top ul li a:hover { color:#57BFE3; } /* Comment tag icon colors */ h2 a.article-comment-icon .comment-icon, h3 a.article-comment-icon .comment-icon, h4 a.article-comment-icon .comment-icon { background-color:#57BFE3; } /* Photo galleries hover border color */ .photo-gallery-content .photo-gallery-layer .photo-tile:hover img { box-shadow:inset 0px 0px 0px 10px #000000; } /* Photo galleries hover title background & text color */ .photo-tile .gallery-title { background:#000000; color:#FFFFFF; } /* Photo galleries active thumbnail border color */ .photo-gallery-line .actual-photo-line ul li.active img { box-shadow:inset 0px 0px 0px 5px #000000; }