/**
  * Mods to basic 'kforge' theme
  */

/* change background */
body {
  /* background: url('http://www.openshakespeare.org/img/background_scroll_light.jpg'); */
  font-family: Georgia, serif;
  font-size: 1.1em;
}

#top h1 {
  color: #E12000;
  margin-bottom: 9px;
}

#top h1 a.hover, #top h1 a.link {
  background-color: transparent;
}

#top h2.subtitle {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  font-style: italic;
}

#top { margin-top: 0.4em; }
/* mess with standard ckan theme to remove second submenu for time being */
#subnav { background: transparent; height: 1px; }
#subnav * { display: none; }
#main { margin-top: 0.5em; }
#primary { margin-top: 1.2em; }

/**
  * Minor generic additions
  */

p.error {
  color: red;
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #ccc;
  margin: 15px 30px 0px 10px;
  color: #777;
  padding-left: 20px;
}

table.index {
  background-color: transparent; 
  border: none;
  margin: 0;
}

table.index th {
  text-align: center;
  background-color: transparent;
}

table.index td {
  background: transparent;
  border: none;
  vertical-align: top;
}

table.index p.work-actions {
  font-size: 0.9em;
  margin-left: 1.5em;
}

p.caption {
  text-align: center;
  font-size: 0.95em;
}

