+ background-color: #191919 !important;
+ background-image: /*[[bg-choice]]*/ url() !important;
+ background-clip: border-box !important;
+ background-origin: padding-box !important;
+ /*[[bg-options]]*/
+ /*[[bg-options2]]*/
+}
+
+/* === custom color === */
+a, .profile-popup a, .seWrapper a, .post-tag, .comments-link, .tag-synonym-link {
+ color: /*[[base-color]]*/ #008080 !important
+}
+
+.nav .primarynav li a:hover {
+ color: #fff !important;
+ background: /*[[base-color]]*/ #008080 !important;
+}
+
+.post-tag:hover, .comments-link:hover, .summary .post-tag:hover , .commentslink, .bounty-indicator,
+.bounty-indicator-tab, .bounty-award, span.bounty-indicator-tab {
+ background-color: /*[[base-color]]*/ #008080 !important;
+ color: #eee !important;
+}
+
+/* === text selection === */
+::selection {
+ background: /*[[base-color]]*/ #008080 !important;
+ color: #fff !important;
+}
+::-moz-selection {
+ background: /*[[base-color]]*/ #008080 !important;
+ color: #fff !important;