/* =============================================================================
Bush Theatre - Archive
============================================================================= */

#v_line {background: url(/img/lines/vertical.gif) 724px 0 repeat-y;}

/* Main Column
============================================================================= */

h2#archive_head {
  height: 27px;
  width: 300px;
  background: url(/img/headers/production_archive.jpg) 0 0 no-repeat;
}

/* Date Archive and Writer Archive
============================================================================= */

form#date_archive {
  background: url(/img/lines/horizontal_450.gif) left bottom no-repeat;
  padding: 13px 0 0 0;
  margin: 0;
  height: 35px;
}

form#writer_archive {
  background: url(/img/lines/horizontal_450.gif) left bottom no-repeat;
  padding: 16px 0 0 0;
  margin: 0;
  height: 38px;
}

#date_archive div, #writer_archive div {
  display: block;
  float: left;
  padding-right: 5px;
}

#date_archive label, #writer_archive label {
  padding: 0 3px 0 0;
  line-height: 5px;
}

#date_archive select, #writer_archive select {
  line-height: 12px;
}

#date_archive button, #writer_archive button {
  display: block;
  float: left;
  height: 16px;
  width: 19px;
  border: 0;
  cursor: pointer;
  background: url(/img/icons/arrow.gif) 0 0 no-repeat;
  margin: 0;
  padding: 0;
}

/* Alpha Archive
============================================================================= */

#alpha_archive {
  background: url(/img/lines/horizontal_450.gif) left bottom no-repeat;
  padding: 16px 0 0 0;
  margin: 0;
  height: 35px;
}

#alpha_archive li {
  display: block;
  float: left;
  height: 11px;
  line-height: 11px;
  padding: 0 3px 0 0;
  margin-right: 4px;
  border-right: 1px solid #BAB8B7;
  color: #BAB8B7;
}
#alpha_archive li.last {border: 0; margin: 0; padding: 0;}

#alpha_archive li span {display: block; font-weight: bold; color: #615455;}

#alpha_archive li a {
  color: #95a733;
  text-decoration: none;
  border-bottom: 1px solid #dde4b6;
}

#alpha_archive li a:hover {
  color: #b0c152;
  text-decoration: none;
  border-bottom: 1px solid #edf1d5;
}

/* Production entries
============================================================================= */

div.prod {
  background: url(/img/lines/horizontal_450.gif) left bottom no-repeat;
  padding-top: 11px;
}
div.end_prod {
  background: none
}

div.prod div {
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.prod div div {
  background: url(/img/frames/frame_60.png) 0 0 no-repeat;
  padding-left: 69px;
  padding-bottom: 5px;
}

div.prod div div div.clear {
  background: none;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

div.prod p {
  float: left;
  display: block;
  width: 220px;
  padding-top: 6px;
}

div.prod p a {
  font-size: 18px;
  line-height: 20px;
  border: 0;
}

div.prod p em {
  display: block;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #918385;
  padding-bottom: 5px;
}

div.prod span {
  float: right;
  display: block;
  width: 160px;
  text-align: right;
  padding-top: 8px;
  height: 60px;
}

/* Pagination
============================================================================= */

#pagination {
  font: normal 11px Tahoma, Arial, sans-serif;
  color: #848383;
  margin: 18px 0 0 0;
  text-align: right;
}

#pagination strong {color: #615455; font-weight: normal;}

#pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* Right Column
============================================================================= */

h2#were_you_there {
  height: 27px;
  width: 300px;
  background: url(/img/headers/were_you_there.jpg) 0 0 no-repeat;
  padding-bottom: 13px;
}

.right p {
  padding-bottom: 17px;
}

.right p.arrow {
  background: url(/img/icons/arrow.gif) 0 0 no-repeat;
  padding: 0 0 0 22px;
}