
/* ---------- General Layout ---------- */
body,
input,
textarea,
select {
  color: #000;
  background: none;
}
.node-unpublished::before { 
    content: "";
}
a,
a:link,
a:visited,
a:hover {
    color: #248BCC;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: 640px;
}
hr {
  border: 0;
  height: 1px;
  width: 100%;
  color: #9E9E9E;
  background-color: #9E9E9E;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}
#triptych-wrapper {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
#triptych-first, #triptych-middle, #triptych-last {
  width: 250px;
}
#header {
    display: none;
}

/* ---------- Node Pages ---------- */
/*.node-type-article #article_head .field-name-field-termdescription p,*/
.a2a_kit,
.flippy,
.field-name-field-region,
.field-name-field-subject,
.field-name-field-jstor-issue,
.field-name-field-purchase-print,
#comments .title,
#comments form,
.comment_forbidden {
    display: none;
}
#article_head {
    border-bottom: 1px solid #000;
}
#article_head {
    font-size: 1em;
}
#article_head .field-name-field-type li {
    color: #000;
}
body {
    color: #000;
    font-size: 0.75em;
}

/* ---------- Formatting fix ---------- */

i, cite, em, var, address, dfn {
    font-style: italic;
}
