html, body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 960px;
  clear: both;
}

body.admin-menu {
  margin-top: 0 !important;
}

h1, h2, h3, h4 {
  margin: 0;
}

tbody {
  border: 0;
}

p {
  margin: 12px 0;
  line-height: 20px;
}

.form-item label.option input {
  margin: 0 5px;
  vertical-align: bottom;
}

.node-unpublished {
  background-color: transparent;
}

ul, ol {
  padding: 0 25px;
}

li {
  padding: 5px 0;
}

ul.primary {
  margin: 0;
}

.external-link {
  padding-right: 22px;
}

#container {
  position: relative;
}

#header {
  width: 100%;
  /* position: absolute;
  top: 0;
  z-index: 100; */
}

#header-inner {
  height: 200px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#logo {
  height: 110px;
  width: 256px;
  margin: 0 auto;
}

#logo-inner {
  padding-top: 20px;
}

#search {
  height: 24px;
  width: 150px;
  position: absolute;
  right: 10px;
  top: 0;
  display: none;
}

#social {
  width: 125px;
  position: absolute;
  right: 0;
  bottom: 70px;
}

#navigation-header {
  height: 52px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#navigation-header ul.primary-links {
  margin: 0 auto;
  width: 960px;
}

#navigation-header ul.primary-links li {
  display: block;
  float: left;
  padding: 0;
  border: 0;
  height: 52px;
}

#navigation-header ul.primary-links li a {
  display: block;
  width: 120px;
}

#content {
  width: 940px;
  margin: 0 auto;
}

#content p {
  margin: 20px 0;
  line-height: 24px;
}

/* Front */
body.front #content {
  width: 100%;
  margin: 0;
}

#front-middle-container {
  width: 940px;
  margin: 0 auto;
}

#slideshow-holder {
  height: 410px;
  width: 100%;
  overflow: hidden;
}

#slideshow-holder img {
  display: block;
}

#slideshow-holder #slideshow-shadow {
  width: 100%;
  height: 40px;
}

#actions {
  height: 265px;
  position: relative;
}

#actions .action {
  height: 184px;
  width: 300px;
  float: left;
  position: relative;
}

#actions #action-volunteer, #actions #action-archive {
  margin-right: 20px;
}

#actions .action-inner {
  height: 166px;
  margin: 9px;
}

#actions .action-link {
  height: 184px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#actions .action-content {
  padding: 20px 15px 0;
}

#actions .action-content p {
  margin: 12px 0;
  line-height: 20px;
}

#actions #action-relative p {
  width: 135px;
}
#actions #action-relative .action-image {
  position: absolute;
  right: 4px;
  top: 27px;
}

#actions #action-portrait p {
  width: 135px;
  margin-top: 20px;
}
#actions #action-portrait .action-image {
  position: absolute;
  right: 4px;
  top: 7px;
}

#actions #action-archive p {
  width: 165px;
}

#actions #action-newsletter-textfield {
  margin-top: 21px;
  margin-left: 6px;
}

#actions #action-newsletter-textfield input {
  border: 0;
  width: 160px;
}

#actions #action-newsletter .action-image {
  position: absolute;
  right: 25px;
  top: 107px;
}

#actions #action-onthisday {
  text-align: center;
  color: #ccc;
  margin-right: 20px;
}

#actions #action-onthisday-title {
  font-family: 'BerkeleyBold',Arial,serif;
  font-size: 24px;
  line-height: 30px;
  color: #e3b700;
}

#actions #action-onthisday-date {
  font-family: 'BerkeleyBold',Arial,serif;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

#actions #action-onthisday-event-title {
  font-size: 18px;
  margin-top: 6px;
}

#actions #action-onthisday p {
  line-height: 14px;
}

#actions .onthisday-listing-link {
  width: 100%;
  height: 55px;
  background-image: url(../images/onthisday-button.png);
  background-repeat: no-repeat;
  margin-top: 20px;
}

#actions .onthisday-listing-link a {
  width: 100%;
  height: 100%;
  display: block;
}

#pastpresentfuture {
  margin: 2px 0;
}

#pastpresentfuture ul {
  float: right;
  margin: 0;
  padding: 0;
}

#pastpresentfuture ul li {
  list-style-type: none;
  float: left;
}

.dotted-seperator {
  height: 2px;
  width: 100%;
  /* margin: 25px 0; */
  clear: both;
}

.clear {
  clear: both;
}

/* Subpage */
#content-inner {
  float: left;
  margin: 35px auto;
}

/* Subpage Column */
.column {
  float: left;
  width: 230px;
}

.column .item-list {
  margin: 0;
}

#column-left {
  margin: 35px 35px 35px 0;
}

#column-right {
  margin: 35px 0 35px 35px;
}

#content-inner.column-width {
  width: 674px;
}

#block-submenu ul {
  padding: 0;
  margin: 0;
}

#block-submenu ul li.leaf {
  list-style-image: none;
  list-style-type: none;
  padding: 5px 0 6px;
  margin: 0;
}
#block-submenu ul li.first {
  padding: 0 0 6px !important;
}
#block-submenu ul li.last {
  padding: 5px 0 0 !important;
}

#block-submenu ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
}

/* Subpage Two Column */
#content-inner.two-column-width {
  width: 410px;
}

/* Pagers */
.item-list {
  margin-top: 25px;
}

.item-list ul li {
  margin: 0 0 0.25em 0.2em;
}

.item-list .pager li {
  background: url(../images/pager-background.jpg) repeat-x center center;
}

.item-list .pager a {
  color: #9c9c9c;
}

/* Volunteer */
#donation {
  margin-top: -10px;
  margin-bottom: 25px;
}

#node-2182 #webform-component-message-markup p {
  margin-bottom: 0;
}

#node-2182 #webform-component-message .form-item {
  margin-top: 0;
}

#node-2182 #webform-component-message label {
  display: none;
}

/* Regiment */
body.regiment .column-inner img {
  margin-bottom: 10px;
}

/* Museums */
#map_canvas {
  color: black;
  width: 674px;
  height: 300px;
}

#museums-listing .museums-listing-item {
  float: left;
  height: 350px;
  margin-right: 6px;
  margin-top: 35px;
  position: relative;
  width: 218px;
}

#museums-listing .museums-listing-item h3 {
  width: 187px;
}

#museums-listing .museums-listing-item p {
  /* height: 165px; */
}

#museums-listing .view-on-map-button {
  bottom: 0;
  height: 53px;
  left: 0;
  position: absolute;
  width: 221px;
}

body.museum #column-right p {
  margin: 10px 0;
  line-height: 20px;
}

/* Explore */
body.explore #node-title, body.explore #node-body {
}
body.explore #explore-choices {
  text-align: center;
}

#explore-search-container {
  width: 940px;
}

#explore-search {
  width: 720px;
  height: 200px;
  margin: 30px auto;
  background: url(../images/background-search-box.png) no-repeat center center;
}

#explore-search-inner {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  width: 700px;
}

#explore-search-form-top {
  height: 50px;
  padding: 0 25px;
}

#explore-search-textfield {
  float: left;
  width: 420px;
  height: 44px;
  border: 0;
  padding: 0 10px;
}

#explore-search-submit {
  float: right;
  width: 195px;
  height: 46px;
  background: url(../images/button-search-box.jpg) no-repeat center center;
  border: 0;
  cursor: pointer;
  outline: 0;
}

#explore-search-form-bottom {
  padding: 25px;
  text-align: left;
  font-family: 'BerkeleyBold', Arial, serif;
  font-size: 24px;
}

#explore-search-form-bottom #explore-search-view {
  margin-right: 10px;
}

#explore-search-form-bottom select {
  border: 0;
  padding: 2px;
}

#views-exposed-form-explore-page-1,
#views-exposed-form-explore-gallery-page-1,
#views-exposed-form-explore-timeline-page-2,
#views-exposed-form-explore-timeline-page-4 {
  height: 70px;
  margin-bottom: 15px;
  background: url(../images/background-search-box-narrow.png) no-repeat center center;
}

#views-exposed-form-explore-page-1          div.views-exposed-form,
#views-exposed-form-explore-gallery-page-1  div.views-exposed-form,
#views-exposed-form-explore-timeline-page-2 div.views-exposed-form,
#views-exposed-form-explore-timeline-page-4 div.views-exposed-form {
  padding: 8px 25px;
}

#views-exposed-form-explore-page-1           input,
#views-exposed-form-explore-gallery-page-1   input,
#views-exposed-form-explore-timeline-page-2  input,
#views-exposed-form-explore-timeline-page-4  input,
#views-exposed-form-explore-page-1          select,
#views-exposed-form-explore-gallery-page-1  select,
#views-exposed-form-explore-timeline-page-2 select,
#views-exposed-form-explore-timeline-page-4 select {
  border: 0;
  padding: 2px;
}

#views-exposed-form-explore-timeline-page-2 #edit-submit-explore-timeline,
#views-exposed-form-explore-timeline-page-4 #edit-submit-explore-timeline,
#views-exposed-form-explore-timeline-page-2 #edit-reset,
#views-exposed-form-explore-timeline-page-4 #edit-reset {
  margin-top: 16px;
}

#views-exposed-form-explore-page-1          #edit-keywords,
#views-exposed-form-explore-gallery-page-1  #edit-keywords,
#views-exposed-form-explore-timeline-page-2 #edit-keywords,
#views-exposed-form-explore-timeline-page-4 #edit-keywords {
  width: 400px;
  height: 18px;
}

#explore-choices-container {
  width: 940px;
  overflow: hidden;
  padding: 25px 0px;
}

#explore-choices {
  width: 958px;
}

#explore-choices .explore-choice-box {
  width: 461px;
  height: 260px;
  float: left;
  margin-bottom: 10px;
  margin-right: 18px;
  position: relative;
}

#explore-choices .explore-choice-box .explore-choice-box-title {
  font-family: 'BerkeleyBold',Arial,serif;
  font-size: 30px;
  color: #e3b700;
  padding: 20px;
}

#explore-choices .explore-choice-box .explore-choice-box-description {
  padding: 10px 20px 0;
}

#explore-choices .explore-choice-box .explore-choice-box-button {
  position: absolute;
  bottom: 25px;
  left: 120px;
}

#explore-choices .explore-choice-box .explore-choice-box-button a {
  outline: 0;
}

#explore-choices #explore-choice-listing {
  background: url(../images/explore-listing-box-background.png) no-repeat center center;
}
#explore-choices #explore-choice-gallery {
  background: url(../images/explore-gallery-box-background.png) no-repeat center center;
}
#explore-choices #explore-choice-timeline {
  background: url(../images/explore-timeline-box-background.png) no-repeat center center;
}
#explore-choices #explore-choice-inspire {
  background: url(../images/explore-inspire-box-background.png) no-repeat center center;
}

/* Explore - Listing */
.view-explore .views-row {
  padding-bottom: 20px;
}

.view-explore .views-row ul.links {
  margin-top: -15px;
}

.view-explore .views-row ul.links.inline {
  display: block;
}

.view-explore .views-row ul.links li {
  padding: 0;
}

.view-explore         .views-exposed-form .views-exposed-widget .form-submit,
.view-explore-gallery .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.1em;
}

.view-explore .explore-title {
  font-size: 20px;
}

#content .view-explore .explore-content p {
  line-height: 18px;
}

/* Explore - Gallery */
.view-explore-gallery td {
  width: 20%;
  padding: 6px;
  vertical-align: top;
  text-align: center;
}

/* Explore - Timeline
html {height:100%!important;}
body {
	font-family:Helvetica, Arial, sans-serif;
	background-color:#050507;
	margin: 0px!important;;
	padding: 0px!important;;
	height: 100%!important;
}

.info {
	width:750px;
	font-family:Helvetica, Arial, sans-serif;
	margin:32px auto 32px auto;
	color:#444;
	font-size:.9em;
}

#placement {
	width:auto;
	margin:auto;
	height:700px;
	background-color:#1f1f1f;
}

.timeline-table {
	width:100%;
	margin:32px auto 32px auto;
	border:1px solid black;
	border-collapse:collapse;
}

.timeline-table td {
	border:1px dotted #ccc;
	padding:3px;
	font-size:10px;
} */

body.temporary-timeline .slimScrollDiv {
  /* background: #000;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555; */
}

body.temporary-timeline .timeline-arrows {
  height: 12px;
  background-image: url(../images/timeline-arrows.gif);
  background-repeat: no-repeat;
  background-position: 198px 0;
}

body.temporary-timeline #timeline-arrows-bottom {
  background-position: 198px -12px;
}

body.temporary-timeline #timeline-holder-inner {
  width: 940px;
}

body.temporary-timeline table {
  width: 900px;
  margin: 0 auto;
}

body.temporary-timeline thead {
  display: none;
}

body.temporary-timeline tr {
  background: none;
  border: none;
}

body.temporary-timeline td {
  padding: 10px 5px;
}

.view-explore-timeline .timeline-row-selected {
  /* border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #333; */
}

.view-explore-timeline #timeline-row-base {
  height: 200px;
}

.view-explore-timeline .views-field-field-event-date-start-value {
  /* width: 250px; */
  width: 160px;
  text-align: right;
}

.view-explore-timeline .timeline-line {
  padding: 4px 0;
  width: 24px;
  background: url(../images/timeline-line.gif) repeat-y center top;
  text-align: center;
}

.view-explore-timeline .views-field-title {
  padding: 0;
}

.view-explore-timeline .data-insert-image {
  float: left;
  margin-right: 12px;
}

.view-explore-timeline .data-insert-type {
  display: inline;
}

.view-explore-timeline .data-insert-event-date {
  display: inline;
  color: #f00;
}

.view-explore-timeline .timeline-action-link {
  padding: 4px 5px;
  cursor: pointer;
  display: block;
}

.view-explore-timeline .timeline-row-selected .timeline-action-link {
  padding: 3px 4px;
  background-color: #333;
  border: 1px #fff dotted;
  color: #fff;
  font-weight: bold;
}

.view-explore-timeline #timeline-key {
  padding-top: 7px;
  float: left;
}

.view-explore-timeline #timeline-key-label {
  font-weight: bold;
}

.view-explore-timeline .timeline-key-item {
  background: url("../images/timeline-circle-green.png") no-repeat left center;
  float: left;
  padding: 3px 10px 3px 18px;
}

.view-explore-timeline #timeline-key-item-world {
  background: url("../images/timeline-circle-red.png") no-repeat left center;
}

.view-explore-timeline #spinner {
  width: 30px;
  height: 30px;
  background: url(../images/loader25.gif) no-repeat center center;
  margin-top: 15px;
  float: right;
}

.view-explore-timeline .timeline-data-insert {
  margin: 8px 0;
  padding: 12px;
  background: #000;
  color: #fff;
}

body.timeline2 #timeline-holder .views-table {
  background: url(../images/timeline-vert-line.png) repeat-y center center;
}

body.timeline2 .views-field-title {
  width: 360px;
}

body.timeline2 .timeline-event-world, body.timeline2 .timeline-event-reg {
  width: 30px;
  padding: 10px 0 10px 5px;
}

body.timeline2 .timeline-event-reg {
  width: 30px;
  padding: 10px 5px 10px 0;
  text-align: right;
}

body.timeline2 .views-field-field-event-date-start-value {
  text-align: center;
}

body.timeline2 .views-field-field-event-date-start-value span {
  border: 1px dotted #FFFFFF;
  display: block;
  height: 20px;
  line-height: 20px;
}

body.timeline2 .timeline-event-date-world span {
  background: url(../images/timeline-date-bg-red.png);
}

body.timeline2 .timeline-event-date-reg span {
  background: url(../images/timeline-date-bg-green.png);
}

body.timeline2 .view-explore-timeline .timeline-data-insert {
  margin: 0;
}

body.timeline2 .view-explore-timeline .timeline-row-selected .timeline-action-link {
  background-color: #000;
  border: 0;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 4px;
}

body.timeline2 .timeline-row-vertical-line td {
  padding: 0px;
  /* height: 12px; */
}

body.timeline2 .timeline-row-vertical-line-base {
  height: 50px;
}

body.timeline2 .timeline-arrows {
  background-position: center 0;
}

body.timeline2 #timeline-arrows-bottom {
  background-position: center -12px;
}

/* Explore - Inspire me */
#inspire-link {
  position: absolute;
  top: 65px;
  right: 75px;
  height: 26px;
  text-align: center;
}

#inspire-link a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  color: #eee;
  line-height: 26px;
  outline: 0;
  padding: 5px 10px;
}

#inspire-link a:hover {
  background: #777;
  color: #fff;
}

/* Explore - Single */
body.artefact .column,
body.event    .column,
body.person   .column,
body.story    .column {
    float: left;
    width: 180px;
}

body.artefact #content-inner.column-width,
body.event    #content-inner.column-width,
body.person   #content-inner.column-width,
body.story    #content-inner.column-width {
    width: 725px;
}

#block-relevant_content-relevant ul {
  padding: 0;
}

#block-relevant_content-relevant ul li {
  list-style: none;
  background: url("../images/dotted-seperator-small.png") repeat-x center bottom;
}

#block-relevant_content-relevant ul li a {
  display: block;
  padding: 7px 0;
}

.explore-single-entry table {
  margin: 15px 0;
}

.explore-single-entry th, .explore-single-entry td {
  vertical-align: top;
  padding: 6px;
  border-bottom: 0;
  line-height: 20px;
}

#explore-lead-image-container {
  float: right;
  width: 1px;
  margin: 0 0 5px 15px;
}

.explore-lead-image-container .explore-lead-image {
}

.explore-lead-image-container .explore-lead-image-caption {
  padding: 5px;
  font-size: 12px;
}

.explore-carousel-container {
  width: 725px;
  clear: both;
  overflow: hidden;
}

.explore-carousel-container-inner {
  width: 735px;
}

.explore-carousel-container .explore-carousel-item {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
}

.explore-carousel-container .explore-carousel-item a {
  height: 174px;
  width: 174px;
  display: block;
}

.content-multigroup-wrapper {
  width: 364px;
  float: left;
  /* padding: 0 0 15px 15px; */
}

#attachments thead {
  border-bottom: 1px solid #ccc;
}

#attachments tr {
  background: none;
  border: 0;
}

#attachments-container {
  margin-bottom: 15px;
}

#node-24140 .content p {
  color: #e3b700;
  font-family: "BerkeleyBook",Arial,serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

#explore-onthisday-inner {
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
  width: 700px;
}

#explore-onthisday-inner select {
  height: 46px;
  width: 195px;
  padding: 10px;
  border: #67717B;
  background: #7D7D7D url(../images/dropdown-bg.jpg) center center;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -19px;
}

#explore-onthisday-submit {
  /*float: right;*/
  width: 195px;
  height: 46px;
  background: url(../images/button-search-box.jpg) no-repeat center center;
  border: 0;
  cursor: pointer;
  outline: 0;
}

.onthisday-listing {
  padding-top: 20px;
}

/* node-2497 - Somme */
#node-2497 tr td:first-child {
  width: 245px;
}

/* Shop */
#microcart {
  position: absolute;
  top: 65px;
  right: 75px;
  height: 26px;
  text-align: center;
}

#microcart a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  color: #eee;
  line-height: 26px;
  outline: 0;
  padding: 5px 10px;
}

#microcart a:hover {
  background: #777;
  color: #fff;
}

#microcart a img {
  vertical-align: middle;
}

.view-uc-products .shop-sort-container {
  text-align: right;
  padding: 10px 3px;
}

.view-uc-products .shop-sort-container #edit-reset {
  float: right;
  margin-left: 10px;
}

.view-uc-products table.views-view-grid {
  width: 674px;
}

.view-uc-products table.views-view-grid td {
  vertical-align: top;
  height: 265px;
  width: 220px;
  padding: 6px;
}

.view-uc-products table.views-view-grid div.views-field-title {
  height: 60px;
}

.view-uc-products table.views-view-grid div.views-field-title a {
  padding: 8px 4px;
  color: #fff;
  display: block;
}

.view-uc-products table.views-view-grid div.views-field-sell-price {
  width: 50%;
  float: left;
  padding-top: 25px;
}

.view-uc-products table.views-view-grid div.views-field-sell-price .uc-price-sell_price {
  font-size: 20px;
  font-weight: bold;
  padding: 4px;
}

.view-uc-products table.views-view-grid div.views-field-buyitnowbutton {
  width: 50%;
  float: left;
  text-align: center;
}

/* Shop - Product */
body.product .shop-back-link {
  font-size: 16px;
  font-weight: bold;
}

body.product .product-info {
  margin-top: 8px;
  font-weight: bold;
}

body.product .uc-price-product {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.uc-out-of-stock-instock {
  margin-bottom: 10px;
}

.add-to-cart #edit-submit {
  display: none;
}

/* Shop - Cart & Cart review */
body.cart #content-inner {
  float: none;
}

#cart-form-products th, #cart-form-products td,
table.cart-review   th, table.cart-review   td {
  padding: 10px;
}

#cart-form-products td,
table.cart-review   td {
  color: #000;
}

#cart-form-buttons {
  background: #fff;
}

/* Shop - Checkout */
#uc-cart-checkout-form fieldset {
  border: none;
}

#uc-cart-checkout-form fieldset legend {
  margin: 0;
  padding: 0;
}

#uc-cart-checkout-form fieldset legend a {
  background: none;
  padding: 0px;
  font-size: 18px;
}

#uc-cart-checkout-form .fieldset-wrapper {
  background-color: #fff;
  color: #333;
  padding: 15px;
}

#uc-cart-checkout-form .fieldset-wrapper .description {
  padding-bottom: 10px;
}

#cart-form-products .tableHeader-processed th,
#uc-cart-checkout-form .tableHeader-processed th{
  background-color: #fff!important;
  color: #919191;
  border-bottom: 1px solid #e2e2e2;
}

#cart-form-products td, #cart-form-products td a,
#uc-cart-checkout-form td, #uc-cart-checkout-form td a {
 color: #434648;
 border: none;
}

#cart-form-products .odd td,
#uc-cart-checkout-form .odd td{
  background-color: #f8f8f8;
}

#cart-form-products .even td,
#uc-cart-checkout-form .even td{
  background-color: #ebebeb;
}


#cart-pane legend {
  font-weight: bold;
}

#checkout-form-bottom {
  border: 0;
}

/* Shop - Review order */
.order-review-table {
  background: #fff;
  color: #333;
}

.order-review-table td {
  padding: 10px;
}

/* Research */
#research-search {
  float: left;
  padding: 10px;
  margin: 30px 0;
  background: #666666;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#research-search-message {
  float: left;
  margin: 45px 0 0 18px;
  color: #ebbd00;
}

#research-search-information {
  background: #000;
  text-align: center;
  color: #f00;
  padding: 1px;
  margin: 15px 0;
}

body.research .view-records table {
  width: 940px;
  color: #000;
}

body.research .view-records th {
  background: #000;
}

body.research .view-records th, .view-records td {
  padding: 5px;
}

body.research .view-records td.views-field-php {
  text-align: center;
}

/* Help us improve */
body.help-us-improve #content-inner {
  float: none;
  width: 397px;
}

/* Contact */
body.contact #content-inner {
  float: none;
  width: 397px;
}

body.contact #node-title, body.contact #edit-actions {
  width: 381px;
  text-align: center;
}

body.contact textarea {
  width: 377px;
}

body.contact #edit-submit {
  background: url(../images/contact-button.png) no-repeat center center;
  width: 221px;
  height: 53px;
  border: 0;
  text-indent: -9999px;
  margin: 20px 0 0 10px;
  cursor: pointer;
}

/* Terms and Conditions */
#node-2491 ol {
  padding: 0;
  margin: 0 20px;
}

#node-2491 li {
  padding: 0;
}

/* Cookie Use */
#node-2494 table {
  margin: 20px;
}

/* Maintainer */
#maintainer-link {
  height: 26px;
  position: absolute;
  top: 65px;
  left: 75px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  color: #000;
}

#maintainer-link a {
  color: #EEE;
  line-height: 26px;
  outline: 0;
  padding: 0 10px;
}

#maintainer-link a:hover {
  background: #777;
  color: #fff;
}

body.maintainer #content-inner {
  float: none;
  padding: 25px;
}

body.maintainer .tips, body.maintainer .node-form p {
  display: none;
}

body.maintainer .views-field-field-image-cache-fid a {
  text-align: center;
  display: block;
}

body.maintainer .view-content a {
  color: #222;
}
body.maintainer .view-content a:hover {
  color: #666;
}

body.maintainer .view table {
  width: 100%;
}
body.maintainer .view th, body.maintainer td {
  padding: 3px;
  border: 1px solid #555;
}

body.maintainer fieldset .item-list ul li {
  margin: 0 0 0.25em 1.5em;
}

body.maintainer #group-images-related-items {
  margin: 25px 0;
}

body.maintainer .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.1em;
}

#maintainer {
  width: 915px;
}

#maintainer .maintainer-block {
  float: left;
  height: 180px;
  width: 203px;
  margin: 0 25px 25px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.container-inline-date {
  margin: 5px 0;
}

.node-form #edit-title, .node-form .resizable-textarea {
  width: 886px;
}

.vertical-tabs .resizable-textarea {
  width: 100%;
}

#group_images_related_values .resizable-textarea {
  width: 786px;
}

#edit-taxonomy-tags-3-wrapper-activetags div.description {
  display: none;
}

table.views-table .views-field-edit-node {
  text-align: center;
}

.maintainer .item-list .pager {
  margin-top: 20px;
  margin-bottom: 0;
}

.block-edit-link {
  display: block;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-edit-link a {
  padding: 0 15px;
}

/* Footer */
#footer {
  width: 100%;
}

#footer-inner {
  width: 940px;
  margin: 0 auto;
}

#feedback-block {
  clear: both;
  padding: 15px 0;
  text-align: right;
  width: 100%;
}

.base-holder {
  float: left;
  width: 50%;
}

#more-info {
  margin-top: 35px;
}

#more-info .more-info-block {
  height: 250px;
  float: left;
  position: relative;
}

#more-info .more-info-block-inner {
  padding: 25px 23px 0;
}

#intro-block {
  width: 460px;
  margin-right: 20px;
}

#links-block {
  width: 220px;
  margin-right: 20px;
}

#links-block ul {
  margin: 15px 0;
  padding: 0;
}

#links-block ul li {
  padding: 0;
}

#links-block ul li a {
  display: block;
  padding: 7px 0;
}

#store-block {
  width: 220px;
}

#store-block-button {
  width: 220px;
  line-height: 53px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

#supporters {
  height: 100px;
}

#supporters img {
  margin: 2px;
  vertical-align: middle;
}

#important-links, #copyright {
  height: 50px;
}

/**
 * A simple sample carousel skin.
 *
 * This skin includes a sample arrows.svg file that may be edited with the free
 * illustration application InkScape (http://inkscape.org).
 *
 * CSS and icons by Nathan Haug.
 */

.view-id-slides {
  margin: 0 auto;
  /* overflow: hidden; */
  text-align: center;
  width: 940px;
  position: relative;
}

.view-id-slides .jcarousel-container-horizontal {
  width: 2820px;
  height: 370px;
  margin: 0 auto;
  display: block;
}

.view-id-slides .jcarousel-clip-horizontal {
  width: 2820px;
  overflow: visible;
  position: absolute !important;
  top: 0;
  left: -940px;
}

.view-id-slides .jcarousel-item {
  padding: 0;
  width: 940px;
  height: 370px;
  overflow: hidden;
  /* border: 1px solid #CCC; */
  list-style: none;
  background: #fff none;
}

.view-id-slides .slide {
  width: 940px;
  height: 370px;
  position: relative;
}

.view-id-slides .slide-info {
  position: absolute;
  text-align: left;
  font-family: 'BerkeleyBook', Arial, serif;
  font-size: 18px;
  background: url(../images/slide_info_background.png);
}

.view-id-slides .slide-info-inner {
  padding: 15px;
}

.view-id-slides .slide-info-top-right {
  top: 0;
  right: 0;
  margin-top: 30px;
  margin-right: 40px;
}
.view-id-slides .slide-info-top-left {
  top: 0;
  left: 0;
  margin-top: 30px;
  margin-left: 30px;
}
.view-id-slides .slide-info-bottom-right {
  bottom: 0;
  right: 0;
  margin-bottom: 30px;
  margin-right: 40px;
}
.view-id-slides .slide-info-bottom-left {
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

.view-id-slides .slide-info-title {
  font-family: 'BerkeleyBold', Arial, serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 4px;
  color: #e3b700;
}

.view-id-slides .slide-info-link {
  font-family: 'BerkeleyBold', Arial, serif;
  font-weight: bold;
  margin-top: 8px;
}

.view-id-slides .jcarousel-item-horizontal {
  /* margin: 0 4px; */
}

.view-id-slides .jcarousel-item-placeholder {
  /* background: #fff url(throbber.gif) no-repeat center center; */
  color: #000;
}

/**
 * Buttons
 */
.view-id-slides .jcarousel-next,
.view-id-slides .jcarousel-prev {
  display: block;
  width: 66px;
  height: 66px;
  background-image: url(../images/arrows.png);
  outline: 0;
}

.view-id-slides .jcarousel-next-disabled,
.view-id-slides .jcarousel-prev-disabled {
  display: none;
}

/**
 * Horizontal Buttons
 */
.view-id-slides .jcarousel-prev-horizontal {
  position: absolute;
  top: 155px;
  left: 10px;
  background-position: 0 0;
}
/*.view-id-slides .jcarousel-prev-horizontal:hover {
  background-position: -32px 0;
}
.view-id-slides .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
} */

.view-id-slides .jcarousel-next-horizontal {
  position: absolute;
  top: 155px;
  left: 864px;
  background-position: -66px 0;
}
/*.view-id-slides .jcarousel-next-horizontal:hover {
  background-position: -32px -32px;
}
.view-id-slides .jcarousel-next-horizontal:active {
  background-position: -64px -32px;
} */

.view-id-slides .jcarousel-navigation {
  margin: 0;
  padding: 0;
}

.view-id-slides .jcarousel-navigation li {
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  background: none;
}

.view-id-slides .jcarousel-navigation li.active a {
  font-weight: bold;
  text-decoration: none;
}


div.dev-query {
    margin-top: 200px;
}