
div#registry {
  width: 930px;
  max-width: 935px;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin: 0px;
  clear: both;
}

/* Individual Registry Items */
div.registry_item {
  border: thin solid black;
  padding: 3px 3px 3px 3px;
  margin: 3px 3px 3px 3px;
  float: left;
  width: 450px;
  height: 190px;
  overflow: auto;
}

div.registry_item_image {
  float: left;
  width: 160px;
  height: 167px;
  margin-right: 3px;
  line-height: 160px;
  text-align: center;
  display: table-cell;
  border: thin solid #fff;
}

  div.registry_item_image:hover {
    border: thin solid #999;
  }

  img.registry_item_image {
    vertical-align: middle;
  }

  span.registry_item_name {
    display: block;
    font-weight: bold;
  }

  span.registry_item_name:hover {
    text-decoration: underline;
  }

  span.registry_item_desc_title {
    font-style: italic;
  }

  span.registry_item_desc {
    display: block;
  }
/* End Registry Items */

div#registry_list_header {
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

div#event_date_info {
  width: 350px;
  float: right;
  text-align: center;
  font-family: serif;
  font-size: medium;
  font-weight: bold;
  color: #777;
}

/* Filter menu */
div#filter_menu {
  width: auto;
  height: auto;
  float: left;
}

div#num_results {
  width: auto;
  float: left;
  padding: 3px;
  margin-left: 20px;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
}

div.filter {
  width: auto;
  float: left;
  margin-right: 20px;
}

div.filter_name {
  font-weight: bold;
}

div.filter_option {
  padding-left: 15px;
  display: block;
}

  span.filter_option_selected {
    padding-left: 5px;
    font-weight: bold;
  }
/* End Filter Menu */

/*  Photo gallery in the welcome page */
div#welcome_text {
  float: left;
  width: 480px;
  margin-right: 10px;
  margin-left: 5px;
  font-size: x-large;
  font-family: sans-serif;
  text-align: center;
}

div#gallery_div {
  float: left;
  width: 408px;
  height: 308px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

ul#gallery {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul#gallery li {
  position: absolute;
  top:0px;
  left:0px;
  margin: 0px;
  padding: 0px;
  width: 408px;
  height: 308px;
  line-height: 305px;
  display: table-cell;
}

img.gallery {
  vertical-align: middle;
  border: medium ridge #ccc;
}
/* End Photo Gallery */

.registry_form {
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: center;
}

.registry_form h2 {
  color: #444;
}

.registry_form div {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border: 1px solid #bbb;
  text-align: left;
  vertical-align: top;
}

.registry_form input, select {
  margin-left: 1em;
  margin-bottom: 1em;
}

.registry_form textarea {
  margin-bottom: 1em;
}
