.search-form form {
    margin-bottom: 30px;
}
.search-form label {
    display: block;
    float: left;
    width: 80px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}
.search-form .search-button {
    margin-left: 70px;
}
th.header { 
    background-image: url(./img/small.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
}
th.empty-header {
  background-image: none;
  visibility: none;
}
th.headerSortDown { 
    background-image: url(./img/small_desc.gif); 
}
th.headerSortUp { 
    background-image: url(./img/small_asc.gif); 
}
tr.row-even {
  background-color: #eff1f2;
}
tr.row-odd {
  background-color: white;
}
dl { 
  margin-top: 4px;
  line-height: 1.2; 
  margin-bottom: 30px 
}
dt { 
  margin-top: 5px; 
  font-weight: bold; 
/*  clear: left; 
  float: left; */
  width: 150px
}
dd { 
  margin-top: 7px ;
/*  float: left;*/
}
#talk-artist-image {
  float: right; 
  width: 150px; 
  margin: 10px 5px;
}

/* For new talks system */
.category-block {
  width: 300px;
  float: left;
}
.category-block h3 {
  margin-right: 10px;
  padding-left: 10px;
  color: white;
  font-weight: normal;
  height: 2em;
  line-height: 2em;
}
.church{
  background-color: orange;
}
.inter-faithissues {
  background-color: red;
}
.israel-palestine {
  background-color: blue;
}
.mediamusicandthearts {
  background-color: green;
}
.politics {
  background-color: grey;
}
.socialjustice {
  background-color: pink;
}
.spirituality {
  background-color: brown;
}
.race {
  background-color: lightblue;
}
.theology {
  background-color: lightgrey;
}
.web {
  background-color: lightgreen;
}
  .category-block {
    width: 300px;
/*    margin-right: 10px;*/
    float: left;
  }
  .category-block h3, h2.entry-title {
    margin-right: 10px;
    padding-left: 10px;
    color: white;
    font-weight: normal;
/*    height: 2em;*/
    line-height: 2em;
  }
  .another {
    background-color: orange;
  }
  .art {
    background-color: red;
  }
  .climate {
    background-color: blue;
  }
  .justice {
    background-color: green;
  }
  .meta {
    background-color: grey;
  }
  .music {
    background-color: pink;
  }
  .poetry {
    background-color: brown;
  }
  .race {
    background-color: lightblue;
  }
  .theology {
    background-color: lightgrey;
  }
  .web {
    background-color: lightgreen;
  }
  .featured-talk {
    clear: both;
    padding-bottom: 10px;
  }
  .featured-talk img {
    float: left;
  }
  .featured-talk div {
    margin-left: 1em;
  }
  .category-block {
    width: 300px;
    float: left;
  }
  .category-block h3 {
    margin-right: 10px;
    padding-left: 10px;
    color: white;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
  }
  .festival-2008 {
    background-color: red;
  }
  .festival-2007 {
    background-color: blue;
  }
  .festival-2006 {
    background-color: green;
  }
  .festival-2005 {
    background-color: grey;
  }
  .festival-2004 {
    background-color: pink;
  }
  .festival-2003 {
    background-color: brown;
  }
  .festival-2002 {
    background-color: lightblue;
  }
  .festival-2001 {
    background-color: lightgrey;
  }
  .festival-2000 {
    background-color: lightgreen;
  }
  
/* Revised styles for Wilf's designs */
h2.shoptalks {
  color: rgb(218, 61, 126);
}
div.subject, div.featured-talk {
  border-bottom: 1px dashed rgb(199, 194, 186);
}
.featured-talk {
  clear: both;
  padding-bottom: 10px;
  width: 590px;
}
.featured-talk div.speaker-image {
  float: right;
}
.featured-talk div.talk-info {
  margin-left: 0px;
  width: 590px;
}
div.talk-info h4 {
  margin-bottom: 0.5em;
}
div.talk-info p {
  margin-top: 0;
  margin-bottom: 1em;
}
.featured-talk div.talk-info p {
}
ul.add-to-cart {
  list-style: none; 
  margin-left: 0px; 
  padding-left: 0px;
}
  ul.add-to-cart li {
    float: none;
    display: block;
  }
  ul.add-to-cart li img {
    float: none;
    display: block;
    margin-top: 8px;
  }
table#basket {
  width: 90%; 
  margin-top: 1em; 
  margin-bottom: 1em
}
  table#basket td, table#basket th {
    padding: 5px;
  } 
  table#basket td {
    text-align: center;
    width: 50px;
  }
  table#basket td.details, table#basket th.details {
    text-align: left;
    width: auto;
  }

/** For the talk detail page **/
ul.talk-details {
  border-top: 1px dashed #C7C2BA; 
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
  ul.talk-details h3 {
    color: #DA3D7E;
    margin-bottom: 0px;
  }
dl#talk-metadata dt {
  width: 150px;
  float: left;
  clear: both;
}
div.bordered-stories {
   border-bottom: 1px dashed #C7C2BA;  
}
.catalogue {
  color: #959189;
  font-weight: bold;
  margin-top: 0px;
}
fieldset.basket {
  border: none;
  padding-left: 0px;
}
form#subject-list {
  float: left; 
  width: 300px; 
  margin: 0.5em 0px 1em 0px;
}
  form#speaker-list fieldset, form#subject-list fieldset {
    border: none; 
    margin: 0px; 
    padding: 0px
  }
form#speaker-list {
  float: left; 
  margin: 0.5em 0px 1em 0px;
}
p.talk-search-button {
  margin-left: 230px;
}
#basket-form p {
  text-align: right; 
  margin-right: 61px; 
  margin-top: 0px;
  margin-bottom: 0px;
}
.talk-details form {
  float: left;
  width: 140px;
  margin-right: 8px;
}
a, h2.entry-title a, #extra-story-space ul.related-links a {
  color: rgb(218, 61, 126);
}
#extra-story-space h3.related-links {
  background-color: rgb(218, 61, 126);
}

.shop-item h3.entry-title {
  margin: 0px; 
  border-top: 1px dashed #C7C2BA;
}
.shop-item a img {
  border: none;
}
