/* colors 
 *  primary: #691B5A
 *  secondary: #24601B
 */
#container a { color: #691B5A;}
#container a:hover { background-color: #691B5A; }
#cxtbar .contexts-org { color: #691B5A; }
#cxtbar-login a:hover { color: #691B5A; }
#header h1 { color: #691B5A; }
div.subscription-manager h2, div.subscription-manager a { color: #691B5A; }

/* secondary colors */
.meta-box { background-color: #24601B; }

/* tsp bar */
#tspbar .tsp-org-img {
  background-image: url('/wp-content/themes/default/images/thesocietypages-bar-purple.png');
}
#tspbar-login a:hover {color: #691B5A;}

/* Lazy adds */
#sidebar-inner { background: none; }

/* thumbnail border for album art */
.post-content img.size-thumbnail {
  border: solid 1px #cccccc;
  margin-top: 0 !important;
}
