/* primary color: #880000 */
#container a { color: #880000;}
#container a:hover { background-color: #880000; }
#cxtbar .contexts-org { color: #880000; }
#cxtbar-login a:hover { color: #880000; }
#header h1 { color: #880000; }
div.subscription-manager h2, div.subscription-manager a { color: #880000; }

/* secondary color */
.meta-box { background-color: #eeeeee; }

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


/* normal weight headers */
h1,h2,h3,h4 {font-weight: normal !important;}


/* Post title graphic */
#posts h2 {
  line-height: 1.3em;
  background-image: url('/wp-content/themes/default/images/cyborgology-title-border.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 7px;
  height: auto;
  font-weight: normal;
}
#posts h2 a {
  display: block;
  width: 540px;
}

/* Hide count on sharedaddy twitter iframe box */
.sharing div.twitter_button { 
  margin-right: 6px !important; 
  overflow: hidden;
  width: 55px !important;
  margin-top: 2px !important;
}


/* Remove sidebar gradient */
/* #sidebar-inner { background: none; }*/


/*
 * ICONS
 * append '-greyscale' to filename for greyscale
 * (i.e. 'comment-greyscale.png'
 */
.comments-link { background: url(../images/comment-greyscale.png) 0 -2px no-repeat; }
.previous-post-wrap { background: url(../images/arrow-reverse-greyscale.png) 5px -3px no-repeat;}
.next-post-wrap { background: url(../images/arrow-greyscale.png) 260px -2px no-repeat; }
#sidebar ul li ul li { background: url(../images/arrow-greyscale.png) 0 0 no-repeat; }
#sidebar ul li.widget_links ul li { background: url(../images/link-ext-greyscale.png) 0 0 no-repeat;}
#sidebar ul li.widget_recent_comments ul li { background: url(../images/comment-greyscale.png) 0 0 no-repeat; }


/* center iframes within a paragraph in a post */
.post p iframe {
    display: block;
    margin: 0 auto;
}
