/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Full Width Gutenberg */
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
/* @media screen and (min-width: 37.5em) { */
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* } */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/*Theme layout Option CSS*/

body > #page > .content-area.boxed {
  width: 1250px;
  margin: 0 auto;
  max-width: 100%;
  /* padding: 0 20px; */
}
body > #page > .content-area.no-sidebar > main.site-main {
  width: 100%;
}
body > #page > .content-area.left-sidebar,
body > #page > .content-area.right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body > #page > .content-area.left-sidebar > main.site-main,
body > #page > .content-area.right-sidebar > main.site-main {
  width: calc(100% - 250px);
}
body > #page > .content-area.left-sidebar > aside.widget-area,
body > #page > .content-area.right-sidebar > aside.widget-area {
  width: 250px;
}


#kt-layout-id_849406-8f > .kt-row-column-wrap > .inner-column-1.bottom-row-column-1 {
	flex: 0 1 62.5% !important;
	-webkit-flex: 0 1 62.5% !important;
	height: 262px;
}
#kt-layout-id_849406-8f > .kt-row-column-wrap > .inner-column-2.bottom-row-column-2 {
	flex: 0 1 37.5% !important;
	-webkit-flex: 0 1 37.5% !important;
}

@media (max-width: 767px) {
	#kt-layout-id_849406-8f > .kt-row-column-wrap > .inner-column-2.bottom-row-column-2 {
		flex: 0 1 37.9% !important;
		-webkit-flex: 0 1 37.9% !important;
	}
	.home-titlebar {
		width: 698px !important;
		height: 144px;
	}
	.bottom-row-column-1 {
		height: 261px;
		max-width: 62.3% !important;
	}
	.bottom-row-column-3 {
		max-width: 58% !important;
	}
}

/* @media screen and (min-width: 769px) {
  body > #page > .content-area.left-sidebar > main.site-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3%;
  }
  body > #page > .content-area.right-sidebar > main.site-main {
    padding-right: 3%;
  }
  body > #page > .content-area.left-sidebar > aside.widget-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 992px) {
  body > #page > .content-area.left-sidebar > aside.widget-area,
  body > #page > .content-area.right-sidebar > aside.widget-area {
    width: 200px;
  }
  body > #page > .content-area.left-sidebar > main.site-main,
  body > #page > .content-area.right-sidebar > main.site-main {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  body > #page > .content-area > main.site-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body > #page > .content-area > aside.widget-area,
  body > #page > .content-area > main.site-main {
    width: 100% !important;
  }
  body > #page > .content-area.left-sidebar > main.site-main,
  body > #page > .content-area.left-sidebar > aside.widget-area {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
} */

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.post,
.page {
  margin: 0;
}

.wp-block-image {
  margin: 0;
}

.home-social-icons .wp-block-image:nth-child(1),
.home-social-icons .wp-block-image:nth-child(2) {
  display: inline;
}

body {
  background-image: url("/wp-content/uploads/home_header_bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.home-content-left {
  width: 277px !important;
  flex: none !important;
  -webkit-flex: none !important;
}

.home-content-right {
  width: 698px !important;
  flex: none !important;
  -webkit-flex: none !important;
}

.site {
  margin: 0 auto;
  width: 975px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 181px;
}

.site-branding {
  justify-self: flex-start;
  align-self: flex-start;
}

.main-navigation {
  width: auto;
  align-self: flex-end;
  position: relative;
  right: -123px;
  top: -10px;
}

.main-navigation .menu li {
  background-color: #493d96;
  border: 3px solid #392e7b;
}

.main-navigation .menu li a {
  padding: 1px 10px;
  color: #fff;
  display: block;
  text-transform: lowercase;
}

.site-header .search {
  position: absolute;
  top: 25px;
  left: 100%;
  transform: translateX(-100%);
  background-color: #911010;
  border: 5px solid #7f0808;
  color: #fff;
  width: 217px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.site-header .search div {
  display: flex;
}

.site-header .search h3 {
  margin: 10px 0 0px;
}

.site-header .search input {
  width: 160px;
  height: 20px;
  border-radius: 0;
  outline: none;
}

.site-header .search button {
  background-color: #dbd3ba;
  border: none;
  cursor: pointer;
  border-radius: 0;
  padding: 5px 7px 3px;
}

.site-header .search small {
  margin: 5px 0;
}

.site-header .header-sub-menu {
  position: absolute;
  top: 36px;
  left: 63%;
  transform: translateX(-63%);
}

.header-sub-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  /*display: grid;
  grid-template-columns: 1fr 1fr 75px;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 7px 10px;
  grid-template-areas:
    ". . ."
    ". . ."
    ". . .";*/
  text-align: right;
  list-style: none;
  background: url(/wp-content/uploads/menu-dotted.png) center right no-repeat;
}
.header-sub-menu ul:after {
  content: "";
  display: table;
  clear: both;
}

.header-sub-menu li {
  color: #fff;
  white-space: nowrap;
  /*display: block;*/
  display: inline;
  float: right;
  margin-left: 10px;
}
.header-sub-menu
  li:not(#menu-item-919):not(#menu-item-920):not(#menu-item-921):not(#menu-item-922) {
  padding-bottom: 5px;
  margin-bottom: 5px;
  /*border-bottom: 1px dotted #fff;*/
}
.newline {
  clear: both;
}
.header-sub-menu li:not(.newline) a:after {
  content: "•";
  margin-left: 5px;
  display: inline;
  position: relative;
}

.header-sub-menu li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.header-sub-menu li a:hover {
  text-decoration: underline;
}

.home-video iframe {
  width: 335px;
  height: 178px;
}

.marker-list {
  background-image: url("/wp-content/uploads/record_bg.gif");
  background-repeat: repeat-y;
  background-position: top left;
  padding-left: 250px;
}

article.blues-trail-markers {
  display: flex;
  align-items: center;
  font-style: italic;
  font-size: 12px;
  padding: 10px;
  width: 95%;
}

.single article.blues-trail-markers {
  padding: 0;
  width: 100%;
}

article.blues-trail-markers:nth-of-type(even) {
  background-color: #f7f6f1;
}

article.blues-trail-markers:nth-of-type(odd) {
  background-color: #ffffff;
}

article.blues-trail-markers .marker-name {
  width: 360px;
}

article.blues-trail-markers .marker-name a,
article.blues-trail-markers .marker-map a {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #36258d;
  text-decoration: none;
}

article.blues-trail-markers .marker-name a:hover,
article.blues-trail-markers .marker-map a:hover {
  text-decoration: underline;
}

article.blues-trail-markers .marker-region {
  width: 150px;
}

article.blues-trail-markers .marker-town {
  width: 200px;
}

article.blues-trail-markers .marker-map {
  width: 150px;
}

.kt-row-layout-inner
  > .kt-row-column-wrap
  > .kadence-column_d15499-9e
  > .kt-inside-inner-col {
  background-position: 0px -2px !important;
}

/***** HOME HEADER *******/

#header {
  width: 975px;
  height: 183px;
  background-image: url("/wp-content/uploads/home_header_bg2.jpg");
  display: flex;
}

#secondary_links {
  width: 481px;
  height: 107px;
}

#search {
  width: 217px;
  height: 140px;
  background-image: url("/wp-content/uploads/search_bg.gif");
  background-repeat: no-repeat;
  background-position: 0px 17px;
  display: flex;
}

#search_form {
  margin-top: 65px;
  margin-left: 15px;
}

#search_form_submit {
  margin-top: 65px;
  margin-left: 0px;
}

#primary_links {
  width: 656px;
  height: 43px;
  align-self: flex-end;
}

/***** HOME BODY *******/

#home_featured {
  width: 277px;
  height: 624px;
  float: left;
  /*	background-image: url("/wp-content/uploads/home_featured_bg3.jpg");  */
  /*	background-image: url("/wp-content/uploads/home-magic-slim-memoriam.jpg"); */
  margin: 0;
  padding: 0;
}

#home_featured_roma {
  width: 277px;
  height: 624px;
  float: left;
  background-image: url("/wp-content/uploads/home_featured_bg2roma.jpg");
}

#home_featured_honeyboy {
  width: 277px;
  height: 624px;
  float: left;
  background-image: url("/wp-content/uploads/home_featured_bg2honeyboy.jpg");
}

#home_featured_iphone {
  width: 277px;
  height: 624px;
  float: left;
  background-image: url("/wp-content/uploads/featured/featured_home_iphone.jpg");
}

#home_featured_feb_2012 {
  width: 277px;
  height: 624px;
  float: left;
  background-image: url("/wp-content/uploads/featured/featured_home_feb_2012.jpg");
}

#home_mose_allison {
  width: 277px;
  height: 624px;
  float: left;
  background-image: url("/wp-content/uploads/featured/featured_marker_home_mose_allison.jpg");
}

#home_featured_announcement {
  margin-left: 77px;
  margin-top: 130px;
  float: left;
}

#home_right {
  width: 698px;
  height: 624px;
  float: left;
}

#home_title {
  width: 698px;
  height: 144px;
  float: left;
  background-image: url("/wp-content/uploads/home_title_bg2014.jpg");
}

#home_video {
  width: 698px;
  height: 221px;
  float: left;
  background-image: url("/wp-content/uploads/home_video_bg2014.jpg");
}

#home_video_movie {
  float: left;
  padding-left: 40px;
  padding-top: 17px;
}

#home_additions {
  width: 368px;
  height: 187px;
  float: left;
  background-image: url("/wp-content/uploads/home_additions_bg.jpg");
  background-repeat: no-repeat;
}

#home_welcome {
  width: 437px;
  height: 259px;
  float: left;
  background-image: url("/wp-content/uploads/home_welcome_bg.jpg");
  background-repeat: no-repeat;
}

#home_browse {
  width: 261px;
  height: 187px;
  float: right;
}

#home_recent {
  width: 714px; /* 660px if one is too long */
  height: 131px;
  float: left;
  background-image: url("/wp-content/uploads/home_recent.jpg");
  background-repeat: no-repeat;
  /*	margin-right:60px; */
}

#home_recent1 {
  width: 500px;
  height: 90px;
  float: left;
  padding-left: 92px;
  padding-top: 40px;
}

#home_footer {
  width: 975px;
  height: 262px;
  float: left;
  background-image: url("/wp-content/uploads/home_footer.jpg");
  background-repeat: no-repeat;
}

/********** MARKER LIST BODY *****************/

#list_bg {
  float: left;
  background-image: url("/wp-content/uploads/marker_list_bg1.jpg");
  background-repeat: no-repeat;
}

#list_bg_regions {
  float: left;
  background-image: url("/wp-content/uploads/{module_pagename}.jpg");
  background-repeat: no-repeat;
}

#list_title {
  width: 975px;
  height: 340px;
  background-image: url("/wp-content/uploads/marker_list_bg1.jpg");
  background-repeat: no-repeat;
}

#list_title_left {
  float: left;
  width: 277px;
  height: 327px;
}

#list_title_right {
  float: left;
  width: 698px;
  height: 327px;
}

#list_title1 {
  float: left;
  width: 975px;
}

#list_title2 {
  float: left;
  width: 975px;
}

#list_content {
  float: left;
  width: 975px;
}

#list_list {
  background-image: url(/wp-content/uploads/record_bg.gif);
  background-repeat: repeat-y;
}

#list_footer {
  float: left;
  width: 975px;
  height: 247px;
  background-image: url(/wp-content/uploads/list_footer_bg.jpg);
  background-repeat: no-repeat;
}

/********** INDIVIDUAL MARKER BODY *****************/

#marker {
  float: left;
  width: 975px;
  background-image: url(/wp-content/uploads/individual_marker_bg.jpg);
  background-repeat: no-repeat;
}

#marker_left {
  float: left;
  width: 277px;
}

#marker_links {
  float: left;
  width: 277px;
  height: 250px;
  margin-top: 75px;
  padding: 0;
}

#comments {
  float: left;
  width: 277px;
  display: none;
}

#marker_right {
  float: left;
  width: 698px;
}

#marker_name {
  float: left;
  width: 698px;
  height: 97px;
}

#marker_zoom {
  float: left;
  width: 698px;
  height: 385px;
}

#marker_zoomify {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: 100px;
}

#marker_description {
  float: left;
  width: 698px;
  padding-top: 40px;
}

#marker_footer {
  float: left;
  width: 975px;
  height: 237px;
  background-image: url(/wp-content/uploads/marker_footer_bg.jpg);
}

/********* SEARCH RESULTS *********/

#search_bg {
  float: left;
  background-image: url(/wp-content/uploads/search_results_bg.jpg);
  background-repeat: no-repeat;
  height: 200px;
}

#generic_bg {
  background-image: url(/wp-content/uploads/generic-bg.jpg);
  background-repeat: no-repeat;
  height: 160px;
  margin-bottom: 50px;
}

#search_title {
  float: left;
  width: 975px;
  height: 160px;
}

/******** MARKER MAP ********/

#marker_map {
  float: left;
  width: 975px;
  background-image: url(/wp-content/uploads/marker_map_bg.jpg);
  background-repeat: no-repeat;
}

#marker_map_google {
  float: left;
  width: 698px;
  height: 410px;
}

#marker_map_google1 {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 52px;
  margin-left: 45px;
}

#marker_map_description {
  float: left;
  width: 698px;
}

/******** MUSEUMS ********/

#museum_listings {
  float: left;
  width: 560px;
  padding-top: 40px;
  padding-left: 320px;
}

#museum_listing {
  float: left;
  width: 560px;
  padding-bottom: 40px;
}

#museum_image {
  float: left;
  width: 252px;
  height: 164px;
  background-image: url(/wp-content/uploads/museums_bg.gif);
  background-repeat: no-repeat;
}

#museum_description {
  float: left;
  width: 308px;
}

#museum_name {
  float: left;
  width: 308px;
  background-color: #f6f3ec;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
}

#museum_info {
  float: left;
  width: 308px;
  padding-top: 10px;
  padding-left: 15px;
}

#home_google_map {
  float: right;
  width: 290px;
  height: 220px;
}

#home_facebook_impaired {
  float: left;
  width: 220px;
}

/******** CALENDAR BOTTOM HALF ********/

table.fullcalendar {
  margin-left: 0;
  width: 100%;
}

#cal_bottom_content {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  padding-left: 308px;
  width: 500px;
  background-image: url(/wp-content/uploads/record_bg.gif);
  background-repeat: repeat-y;
}

#cal_bot_name {
  float: left;
  width: 600px;
  background-color: #f6f3ec;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
}

#cal_bot_description {
  float: left;
  clear: left;
}

#back_to_top {
  float: left;
}

/******** IPHONE APP PAGE ************/

#app_bg {
  float: left;
  background-image: url(/wp-content/uploads/app_bg.jpg);
  background-repeat: no-repeat;
  height: 160px;
}

#app_left {
  float: left;
  width: 685px;
  margin-top: 30px;
  background-image: url(/wp-content/uploads/record_bg.gif);
  background-repeat: repeat-y;
}

#app_left h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #4b3520;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  padding-left: 330px;
  padding-top: 0px;
  /*	padding-bottom:15px;  */
}

#app_left h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 330px;
  padding-right: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#app_left img {
  padding-left: 330px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#app_left p {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 330px;
  padding-right: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#app_left ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 20px;
}

#app_left li {
  margin: 0;
  padding: 0;
}

#app_right {
  float: left;
  width: 206px;
}

#videos_bg {
  float: left;
  background-image: url(/wp-content/uploads/video-header-bg.jpg);
  background-repeat: no-repeat;
}

#videos_content {
  float: left;
  width: 975px;

  background-image: url(/wp-content/uploads/video-repeating-bg.jpg);
  background-repeat: repeat-y;
}

#featured_videos_content {
  float: left;
  width: 975px;

  background-image: url(/wp-content/uploads/featured-video-repeating-bg.jpg);
  background-repeat: repeat-y;
}

#videos_content_spacing {
  float: left;
  width: 975px;
  padding-left: 58px;
  /* padding-left: 117px; */
}

#featured_videos_content_spacing {
  float: left;
  width: 825px;
  padding-left: 218px;
}

#featured_videos_content_spacing h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #f8d396;
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-left: 102px;
  /* padding-right: 400px; */
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#featured_videos_content_spacing p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding-left: 101px;
  /* padding-right: 300px; */
  padding-right: 50px;
  padding-bottom: 40px;
}

.videos_div {
  float: left;
  width: 254px;
  height: 320px;
}

#videos_content_spacing h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  padding-top: 8px;
}

#videos_content_spacing h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  padding-top: 3px;
  text-transform: uppercase;
  font-weight: normal;
}

#videos_content_spacing p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style: italic;
  color: #f8d396;
  padding: 0px;
  margin: 0px;
  padding-top: 2px;
  padding-right: 15px;
  line-height: 12px;
}

#videos_content_spacing a:link {
  color: #f8d396;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}

#videos_content_spacing a:visited {
  color: #f8d396;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}

#videos_content_spacing a:hover {
  color: #f8d396;
  text-decoration: underline;
  font-style: italic;
  font-weight: normal;
}

#videos_content_spacing a:active {
  color: #f8d396;
  font-style: italic;
  font-weight: normal;
}

#secondary_links a:link {
  color: #ffffff;
  text-decoration: none;
}

#secondary_links a:visited {
  color: #ffffff;
  text-decoration: none;
}

#secondary_links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#secondary_links a:active {
  color: #ffffff;
}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

#secondary_links {
  padding: 0;
  margin: 0;
  margin-top: 33px;
}

#secondary_links p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  /*	font-weight:bold; */
  text-align: right;
  line-height: 18px;
  padding-right: 13px;
}

#search_form input {
  border: 0;
  padding: 0;
  margin: 0;
}

#home_featured_announcement p {
  margin: 0;
  padding: 0;
}

#home_featured_announcement_text {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-left: 0px;
}

#home_featured_announcement_text p {
  margin: 0;
  padding: 0;
  text-align: right;
  padding-right: 35px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

#home_featured_announcement_text a:link {
  color: #ffffff;
  text-decoration: none;
}

#home_featured_announcement_text a:visited {
  color: #ffffff;
  text-decoration: none;
}

#home_featured_announcement_text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#home_featured_announcement_text a:active {
  color: #ffffff;
}

#home_featured_announcement_text h1 {
  margin: 0;
  text-align: right;
  padding-right: 27px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #ede8d5;
  font-weight: normal;
  padding-top: 3px;
}

#home_featured_announcement a:link {
  color: #ede8d5;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
}

#home_featured_announcement a:visited {
  color: #ede8d5;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
}

#home_featured_announcement a:hover {
  color: #ede8d5;
  text-decoration: underline;
  font-style: italic;
  font-size: 14px;
}

#home_featured_announcement a:active {
  color: #ede8d5;
  font-style: italic;
  font-size: 14px;
}

#home_title_line1 p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  color: #4b3520;
  padding-top: 26px;
  padding-left: 40px;
  margin: 0;
}

#home_title_line2 p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 29px;
  color: #4b3520;
  padding-top: 0px;
  padding-left: 60px;
  margin: 0;
}

#home_additions p {
  font-size: 12px;
  font-style: italic;
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
}

#home_welcome1 {
  float: left;
  margin-top: 50px;
  margin-left: 42px;
}

#home_welcome h1 {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #392e7b;
  margin: 0;
  padding: 0;
}

#home_welcome p {
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-right: 18px;
  line-height: 22px;
}

#home_additions a:link {
  color: #36258d;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#home_additions a:visited {
  color: #36258d;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#home_additions a:hover {
  color: #36258d;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

#home_additions a:active {
  color: #36258d;
  font-weight: bold;
  font-style: normal;
}

#home_footer p {
  color: #797979;
  font-style: italic;
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  padding-left: 145px;
  padding-right: 90px;
  padding-bottom: 20px;
}

#home_footer a:link {
  color: #333333;

  text-decoration: none;
}

#home_footer a:visited {
  color: #333333;
  text-decoration: none;
}

#home_footer a:hover {
  color: #333333;

  text-decoration: underline;
}

#home_footer a:active {
  color: #333333;
}

#list_title_right h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 44px;
  color: #4b3520;
  padding-top: 32px;
  padding-left: 40px;
}

#list_title_right p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 100px;
  line-height: 22px;
}

#list_title1 p {
  margin: 0;
  padding: 0;
  font-size: 44px;
  color: #4b3520;
  padding-top: 32px;
  padding-left: 320px;
}

#list_title2 p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 100px;
  line-height: 23px;
}

#marker_links a:link {
  color: #f7f5ee;

  text-decoration: none;
}

#marker_links a:visited {
  color: #f7f5ee;
  text-decoration: none;
}

#marker_links a:hover {
  color: #f7f5ee;

  text-decoration: underline;
}

#marker_links a:active {
  color: #f7f5ee;
}

#marker_links p {
  margin: 0;
  padding: 0;
  padding-left: 100px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 12px;
}

#comments h1 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  color: #4b3520;
  padding-top: 25px;
  padding-left: 100px;
}

#comments h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;
  color: #434343;
  padding-top: 25px;
  padding-left: 100px;
}

#comments h3 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;
  color: #868686;
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 30px;
}

#comments h4 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;
  color: #868686;
  padding-top: 26px;
  padding-left: 100px;
  padding-right: 30px;
}

#comments p {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;
  color: #666666;
  padding-top: 4px;
  padding-left: 115px;
  padding-right: 30px;
}

.comments_form {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;
  color: #868686;
  padding-top: 26px;
  padding-left: 100px;
  padding-right: 30px;
}

#comments a:link {
  color: #4b3520;

  text-decoration: underline;
}

#comments a:visited {
  color: #4b3520;
  text-decoration: underline;
}

#comments a:hover {
  color: #4b3520;

  text-decoration: underline;
}

#comments a:active {
  color: #4b3520;
}

#marker_description h1 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 24px;
  color: #4b3520;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 10px;
}

#marker_name p {
  margin: 0;
  padding: 0;
  font-size: 38px;
  color: #4b3520;
  padding-top: 32px;
  padding-left: 42px;
}

#marker_name h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #4b3520;
  padding-left: 45px;
  font-style: italic;
  font-weight: normal;
}

#marker_description p {
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-right: 90px;
  line-height: 24px;
  padding-bottom: 18px;
}

#marker_description a:link {
  color: #3c2a5f;
  font-weight: bold;
  text-decoration: underline;
}

#marker_description a:visited {
  color: #3c2a5f;
  text-decoration: underline;
  font-weight: bold;
}

#marker_description a:hover {
  color: #3c2a5f;
  font-weight: bold;
  text-decoration: underline;
}

#marker_description a:active {
  color: #3c2a5f;
  font-weight: bold;
}

#marker_footer p {
  margin: 0;
  padding: 0;
  padding-left: 318px;
  padding-top: 150px;
  padding-right: 260px;
  font-style: italic;
  font-size: 10px;
  color: #666666;
}

.alt-row-class {
  background-color: #f7f6f1;
}

table {
  margin-left: 248px;
  width: 680px;
}

#webappsearchresults4984 table {
  margin-left: 0px;
}

#brochure_content {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  width: 975px;
  background-image: url(/wp-content/uploads/record_bg.gif);
  background-repeat: repeat-y;
}

#brochure_content table {
  margin: 0;
  padding: 0;
  margin-left: 315px;
  width: 658px;
}

#brochure_content tbody {
  margin: 0;
  padding: 0;
}

.webform label {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #7f0808;
}

.subscribe_to {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #7f0808;
}

#comments table {
  margin: 0;
}

#home_additions_list table {
  margin-left: 0px;
  width: 300px;
}

.releasedate {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
}

.markername {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
}

.hometown {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

.name {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 0px;
  /* width: 226px; */
  width: 286px;
	vertical-align: middle;
}

.region {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 115px;
  font-style: italic;
  font-size: 12px;
	vertical-align: middle;
}

.town {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 120px;
  font-style: italic;
  font-size: 12px;
	vertical-align: middle;
}

.location {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 139px;
	vertical-align: middle;
}

.name a,
.name a:link,
.name a:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #36258d;
  text-decoration: none;
	vertical-align: middle;
}

.name a:hover {
  text-decoration: underline;
}

.name a:active {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #36258d;
}

.location a,
.location a:link,
.location a:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #36258d;
  text-decoration: none;
	vertical-align: middle;
}

.location a:hover {
  color: #36258d;

  text-decoration: underline;
}

.location a:active {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #36258d;
}

.markername a:link {
  font-style: italic;
  font-weight: bold;
  color: #392e7b;
  text-decoration: none;
}

.markername a:visited {
  font-style: italic;
  font-weight: bold;
  color: #392e7b;
  text-decoration: none;
}

.markername a:hover {
  font-style: italic;
  font-weight: bold;
  color: #392e7b;
  text-decoration: underline;
}

.markername a:active {
  font-style: italic;
  font-weight: bold;
}

.system-message {
  background-color: #ffffff;
  background-image: none;
  border: 0;
  color: #000000;
  margin: 18px;
  min-height: 110px;
  height: auto !important;
  height: 110px;
  padding: 75px 36px 36px 230px;
}

.system-message h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #36258d;
}

#list_list p {
  padding-left: 270px;
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}

/*********** MARKER MAP ************/

#marker_map_name h1 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: #4b3520;
  padding-top: 32px;
  padding-left: 42px;
}

#marker_map_name h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  color: #4b3520;
  padding-top: 0px;
  padding-left: 45px;
}

#marker_map_description h1 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
  color: #4b3520;
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 30px;
  padding-bottom: 20px;
}

#marker_map_description p {
  margin: 0;
  padding: 0;
  padding-left: 45px;
  padding-right: 90px;
  line-height: 24px;
  padding-bottom: 18px;
}

#marker_map_description a:link {
  color: #3c2a5f;
  font-weight: bold;
  text-decoration: none;
}

#marker_map_description a:visited {
  color: #3c2a5f;
  text-decoration: none;
  font-weight: bold;
}

#marker_map_description a:hover {
  color: #3c2a5f;
  font-weight: bold;
  text-decoration: underline;
}

#marker_map_description a:active {
  color: #3c2a5f;
  font-weight: bold;
}

/*** links ****/

.links_bg {
  background-image: url(/wp-content/uploads/record_bg.gif);
  background-repeat: repeat-y;
}

.links_bg h2 {
  margin: 0;
  padding: 0;
  padding-left: 320px;
  padding-top: 25px;
  padding-bottom: 12px;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}
.page-id-584 .links_bg h2 {
	font-size: 13px;
	color: #000;
}

.links_bg h3 {
  margin: 0;
  padding: 0;
  padding-left: 320px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}

.links_bg h4 {
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}

.links_bg p {
  margin: 0;
  padding: 0;
  padding-left: 320px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 90px;
  font-size: 14px;
  font-weight: bold;
}

.links_bg a:link {
  color: #493d96;

  text-decoration: none;
}

.links_bg a:visited {
  color: #493d96;
  text-decoration: none;
}

.links_bg a:hover {
  color: #493d96;

  text-decoration: underline;
}

.links_bg a:active {
  color: #493d96;
}

/******* foundation and commmission ********/

#foundationbgfix {
  float: left;
  width: 975px;
  background-image: url(/wp-content/uploads/record_bg.gif);
  background-repeat: repeat-y;
}

#foundation {
  float: left;
  width: 975px;
  background-image: url(/wp-content/uploads/foundation_bg.jpg);
  background-repeat: no-repeat;
}

#foundation_description {
  float: left;
  width: 698px;
  padding-top: 80px;
}

#foundation_description h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-left: 45px;
  padding-top: 25px;
  padding-bottom: 12px;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}

#foundation_description h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-left: 45px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.citystate {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}

#foundation_description p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 90px;
  line-height: 24px;
  padding-bottom: 18px;
  font-size: 16px;
}

#foundation_description a:link {
  color: #3c2a5f;
  font-weight: bold;
  text-decoration: underline;
}

#foundation_description a:visited {
  color: #3c2a5f;
  text-decoration: underline;
  font-weight: bold;
}

#foundation_description a:hover {
  color: #3c2a5f;
  font-weight: bold;
  text-decoration: underline;
}

#foundation_description a:active {
  color: #3c2a5f;
  font-weight: bold;
}

/************  CALENDAR   ************/

#calendar_container {
  margin: 0;
  padding: 0;
}

#calendar-container li {
  font-size: 9px;
}
#calendar-container table {
  margin: 0;
  padding: 0;
}

table.module-calendar a:link {
  color: #7f0808;
  font-weight: bold;
  text-decoration: none;
}

table.module-calendar a:visited {
  color: #7f0808;
  text-decoration: none;
  font-weight: bold;
}

table.module-calendar a:hover {
  color: #7f0808;
  font-weight: bold;
  text-decoration: underline;
}

table.module-calendar a:active {
  color: #7f0808;
  font-weight: bold;
}

.announcement-details {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 200px;
  padding-right: 150px;
}

.announcement-details h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  padding-top: 50px;
  color: #7f0808;
}

/*********** FEATURED  ***********/

#featured {
  float: left;
  width: 975px;
  background-image: url(/wp-content/uploads/featured_bg.jpg);
  background-repeat: no-repeat;
}

#featured_links img {
  margin-top: 115px;
  margin-left: 50px;
}

#featured_name {
  float: left;
  width: 698px;
  height: 60px;
}

#featured_name p {
  margin: 0;
  padding: 0;
  font-size: 38px;
  color: #4b3520;
  padding-top: 32px;
  padding-left: 42px;
}

#featured_name h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #4b3520;
  padding-left: 45px;
  font-style: italic;
  font-weight: normal;
}

#featured_description {
  float: left;
  width: 698px;
  padding-top: 100px;
}

#featured_description p {
  padding-left: 45px;
  padding-right: 100px;
  line-height: 24px;
}

#featured_description table {
  padding: 0;
  margin: 0;
  margin-left: 50px;
  margin-bottom: 70px;
  width: 600px;
}

#featured_description tr {
  padding: 0;
  margin: 0;
}

#featured_description td {
  padding: 0;
  margin: 0;
}

table.photogalleryTable td {
  background-color: #336;
  background-image: url(/wp-content/uploads/feature-thumbs-bg.jpg);
}

.photogalleryTable .photogalleryItem img {
  width: 80px;
}

.nothot {
  color: #bc4f4f;
}

.museum-block p {
  padding-right: 0;
  padding-left: 10px;
}

#museum_listings h3 {
  margin: 0;
  padding: 0;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}

#museum_name p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
  color: #4b3520;
}

#museum_info p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

#webappsearchresults4984 {
  margin: 0;
  padding: 0;
  padding-left: 267px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #4b3520;

  font-style: italic;
  font-weight: normal;
}

.announcement-details a:link {
  color: #392e7b;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  line-height: 22px;
}

.announcement-details a:visited {
  color: #392e7b;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.announcement-details a:hover {
  color: #392e7b;
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}

.announcement-details a:active {
  color: #392e7b;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}

.cvb_subhead {
  font-size: 12px;
  font-weight: bold;
}

.cvb_name {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #7f0808;
}

#cal_bottom_content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 22px;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
  color: #4b3520;
}

#cal_bottom_content p {
  padding-left: 15px;
  padding-bottom: 30px;
}

#cal_bot_name p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
  color: #4b3520;
}

#cal_bot_description p {
  width: 595px;
  padding-left: 15px;
  padding-bottom: 10px;
}

#cal_bottom_content a:link {
  color: #392e7b;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  line-height: 22px;
}

#cal_bottom_content a:visited {
  color: #392e7b;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

#cal_bottom_content a:hover {
  color: #392e7b;
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}

#cal_bottom_content a:active {
  color: #392e7b;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}

#back_to_top p {
  padding: 0;
  margin: 0;
}

#videos_name {
  float: left;
  width: 975px;
}

#videos_name h1 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: #4b3520;
  padding-top: 32px;
  padding-left: 320px;
}

#videos_name h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  font-weight: normal;
  font-style: italic;
  color: #4b3520;
  padding-top: 0px;
  padding-left: 320px;
}

.map-options {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

#credit-styles p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: normal;
  padding-left: 320px;
  padding-top: 2px;
  padding-bottom: 6px;
}

#credit-styles h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  padding-left: 320px;
  padding-top: 12px;
}

#credit-styles h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: bold;
  padding-left: 320px;
  padding-top: 40px;
  padding-bottom: 5px;
}

#credit-styles h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 320px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#film-credits-link {
      float: left;
    width: 100%;
    background-color: #fff;
    padding-top: 40px;
    text-align: center;
}

#film-credits-link a:link {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

#film-credits-link a:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

#film-credits-link a:hover {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}

#film-credits-link a:active {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

/* MERCHANDISE */

#products {
  float: left;
  width: 660px;
  padding-left: 310px;
}

#product {
  float: left;
  width: 187px;
  margin-right: 30px;
  margin-bottom: 50px;
  height: 320px;
}

#product-right {
  float: left;
  width: 187px;
  margin-right: 0px;
  margin-bottom: 50px;
}

#product-photo {
  float: left;
  width: 187px;
  height: auto;
  text-align: center;
}

#product-name {
  float: left;
  width: 187px;

  text-align: center;
}

#product-sizes {
  float: left;
  width: 187px;
  height: auto;
}

#product-sizes-null {
  float: left;
  width: 187px;
  height: 0px;
}

#sizes-text {
  float: left;
  width: 80px;
  height: 26px;
  text-align: right;
}

#keychain-text {
  float: left;
  width: 187px;
  height: 26px;
  text-align: center;
}

#sizes-menu {
  float: left;
  width: 100px;
  height: 28px;
}

#sizes-pulldown {
  float: left;
  width: 187px;
  padding: 0 0 0 10px;
}

#product-price {
  float: left;
  width: 187px;
  height: 32px;
  text-align: center;
}

#product-button {
  float: left;
  width: 187px;
  height: 52px;
  text-align: center;
}

#product-button-size-fix {
  float: left;
  width: 187px;
  height: 78px;
  text-align: center;
}

#products h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #7f0808;
}

#products h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #493d96;

  font-style: normal;
  padding: 0;
  padding-top: 3px;
}

#products h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  padding: 0;
  color: #493d96;
}

/* ######## TEACHER RESOURCES ########### */

#teacherResources p {
  margin-bottom: 0px;
}

#teacherResources h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  color: #7f0808;
  margin: 0 0 0 0;
  padding: 20px 0 0 320px;
  /* top right bottom left */
}

.bigNumber {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
}

.line-separator {
  width: 610px;
  height: 2px;
  background: #7f0808;
  margin: 8px 0 0px 320px;
  /* top right bottom left */
}

#teacherResources h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  color: #000;
  margin: 0 0 0 0;
  padding: 36px 0 10px 320px;
  /* top right bottom left */
}

#teacherResources h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  color: #5c5c5c;
  margin: 0 0 0 0;
  padding: 16px 0 6px 340px;
  /* top right bottom left */
}

#teacherResources h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  color: #7f0808;
  line-height: 10px;
  margin: 0 0 0 0;
  padding: 6px 0 12px 360px;
  /* top right bottom left */
}

.smallMediaType {
  font-size: 11px;
}

#teacherResources h5 /* THIS IS AN ALT FOR H2 TO FIX SPACING */ {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  color: #000;
  margin: 0 0 0 0;
  padding: 26px 0 16px 320px;
  /* top right bottom left */
}

#teacherResources a:link {
  font-weight: bold;
  text-decoration: underline;
}

#teacherResources a:visited {
  font-weight: bold;
  text-decoration: underline;
}

#teacherResources a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#teacherResources a:active {
  font-weight: bold;
  text-decoration: underline;
}

#teacher-res-links a:link {
  font-weight: bold;
  text-decoration: underline;
  color: #3f3291;
}

#teacher-res-links a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #3f3291;
}

#teacher-res-links a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #3f3291;
}

#teacher-res-links a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #3f3291;
}

#teacher-res-links h2 {
  font-size: 18px;
  line-height: 24px;
}

#teacher-res-link {
  float: left;
  width: 600px;
  height: 500px;
}

#teacher-thumbnail {
  float: left;
  width: 56px;
  height: 72px;
  margin-top: 20px;
  margin-left: 320px;
}

#teacher-guide-link {
  float: left;
  width: 200px;
  height: 72px;
  margin-top: 20px;
}

.newAlbum p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.newAlbum a:link {
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
}

.newAlbum a:visited {
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
}

.newAlbum a:hover {
  color: #ffffff;
  text-decoration: underline;
  font-style: italic;
  font-size: 14px;
}

.newAlbum a:active {
  color: #ffffff;
  font-style: italic;
  font-size: 14px;
}

.page-margin-left {
  margin-left: 320px;
}

.padding-right-none {
  padding-right: 0 !important;
}

/*==============================================================

	Version : 2009.04.14

==============================================================*/

/* @group BASE */

/* @group FRIENDLY SETTINGS */

img,
a img {
  border: 0;
} /* nobody likes default border around images */

.clear {
  display: inline-block;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}

/* @end */
/* based on YUI 2.3 base.css */

/* Idioms */

ul.mod {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.mod li {
  list-style: none;
}

/* @end */

/* @group Web Form */

ul.form {
  margin: 0;
  padding: 0;
}

ul.form li {
  list-style: none;
  margin: 0 0 18px 0;
}

ul.form li label {
  color: #888;
  display: block;
}

div.form div.item,
div.webform div.item {
  padding: 9px;
}

cat_button {
}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
  width: 300px;
}

.cat_dropdown_small {
  width: 200px;
}

.cat_dropdown_smaller {
  width: 150px;
}

.cat_textbox_small,
.cat_listbox_small {
  width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
  height: 120px;
  width: 300px;
}

table.webform,
table.reporting {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.webform td {
  line-height: 24px;
  padding: 6px;
}

.form label,
.webform label {
  font-size: 11px;
}

.form input,
.webform input {
  margin-right: 3px;
}

/* @end */

/* @group System Message */

.system-message,
.system-error-message {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  color: #666;
  margin: 18px;
  min-height: 110px;
  height: auto !important;
  height: 110px;
  padding: 36px 36px 36px 180px;
}

.system-message {
  background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;
}

.system-error-message {
  background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}

.system-message h1,
.system-error-message h1 {
  color: #000;
  margin: 0 0 18px 0;
}

.system-message a:link,
.system-error-message a:link {
  color: #1969bc;
}

.ok {
  background: #e9fbe3;
  color: #21a347;
  margin-bottom: 18px;
}

.error {
  background: #fbe3e4;
  color: #d12f19;
  margin-bottom: 18px;
}

/* @end */

/* @group Announcement */

.announcement-list {
  font-size: 11px;
}

.announcement-list h2 {
  font-size: 14px;
  margin: 0 0 3px 0;
}

.announcement-list span.date {
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 0 6px;
}

.announcement-details span.date {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 18px;
}

/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */

.blog-list {
  background: #f9f9f9;
  border: 1px solid #eee;
  color: #000;
  font-size: 11px;
  margin: 0 0 18px;
  padding: 18px;
}

.blog-list h2 {
  font-size: 18px;
  margin: 0 0 3px 0;
}

.blog-list span {
  color: #888;
}

.blog-container h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 6px 0;
}

.blog-container p.description {
  margin: 0 0 36px;
}

.blog-post h2.post-title {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin: 0;
  padding: 0 0 3px 0;
}

.blog-post .post-details {
  color: #888;
  font-size: 11px;
  margin: 0 0 18px;
}

.blog-container .post-list {
  float: left;
  width: 69%;
}

.blog-post .post-body {
  margin: 0 0 36px;
}

.comment-list {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin-bottom: 36px;
  padding: 18px;
}

.comment-list h5 {
  font-size: 14px;
  margin: 0 0 18px;
}

.comment-list input#Captcha {
  width: 300px;
}

.comment-list textarea.cat_listbox_small {
  height: 120px;
  width: 100%;
}

.blog-comment-container {
  border: 1px solid #e9e9e9;
  margin: 0 0 18px;
}

.blog-comment-container .comment-details {
  background: #eee;
  font-size: 11px;
  padding: 6px;
}

.blog-comment-container .comment {
  background: #fff;
  padding: 9px;
}

span.flag {
  margin: 0 6px;
  vertical-align: middle;
}

input#fullname,
input#website,
input#emailaddress {
  width: 300px;
}

textarea.comment {
  height: 160px;
  width: 100%;
}

.forum-registration textarea.comment {
  height: 70px;
  width: 270px;
}

.post-body .links {
  font-size: 11px;
}

.blog-container .side-panel {
  float: right;
  width: 27%;
}

.side-panel h4 {
  font-size: 12px;
  margin: 0 0 9px;
}

.BlogTagCloud {
  margin: 0 0 18px;
}

.BlogRecentPost ul,
.BlogTagList ul,
.BlogPostArchive ul {
  margin: 0;
  padding: 0;
}

.BlogRecentPost li,
.BlogTagList li,
.BlogPostArchive li {
  font-size: 11px;
  list-style: none;
  margin: 0 0 9px;
}

p.page-nav {
  text-align: center;
}

p.page-nav a {
  margin: 0 9px;
}

.blog-post dl {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 0 0 18px;
  padding: 18px;
}

.blog-post dt {
  color: #000;
}

.blog-post dd {
  margin: 0 0 9px;
}

/* @end */

/* @group Booking */

.booking-list {
  margin: 0 0 9px;
}

.booking-list span.date {
  margin: 0 9px 0 0;
}

.booking-container h1,
.form-container h2 {
  margin: 0 0 18px;
}

.form-container {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 18px;
}

.form-container input#FirstName,
.form-container input#LastName,
.form-container input#EmailAddress,
.form-container input#Company,
.form-container input#WorkPhone {
  width: 260px;
}

.go-back {
  margin: 18px 0;
}

/* @end */

/* @group Calendar */

div.select-month-year {
  padding: 9px 0;
}

table.module-calendar {
  border: 1px solid #888;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

table.module-calendar td {
  border: 1px solid #d7d7d7;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  height: 80px;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
}

table.module-calendar td span {
  background: #f7f7f7;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 0 2px;
  text-align: right;
}

tr.day-of-week td {
  background: #d7d7d7;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  text-align: center;
  vertical-align: middle;
}

table.module-calendar td.events span {
  background: #493d96;
  color: #fff;
  font-weight: bold;
}

table.module-calendar td.events {
  background: #eef5fa;
}

table.module-calendar td ul {
  margin: 9px 0;
  padding-left: 10px;
  padding-right: 5px;
  list-style: none;
}

table.module-calendar td.last-month {
  background: #eee;
}

table.module-calendar td.next-month {
  background: #eee;
}

/* @end */

/* @group Catalogue and Products */

.shop-catalogue {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  height: 180px;
  margin: 0 6px 6px 0;
  overflow: hidden;
  width: 180px;
}

.shop-catalogue h4 {
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  margin: 0;
  text-indent: 9px;
}

.shop-catalogue h4 a {
  color: #1969bc;
  text-decoration: none;
}

.shop-catalogue .image {
  /* Image size should be 150px by 120px */
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px;
  text-align: center;
}

.shop-main {
  margin-top: 18px;
}

.shop-main .header {
  border-bottom: 1px solid #eee;
  height: 27px;
  line-height: 27px;
  margin: 0 0 18px;
}

.shop-main .breadcrumbs {
  float: left;
  width: 40%;
}

.shop-main .cart-summary {
  float: right;
  width: 40%;
}

.shop-main .description ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.shop-main .description li {
  list-style: square;
}

table.cartSummaryTable {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  float: right;
}

td.cartSummaryItem {
  padding: 0;
}

a.cartSummaryLink {
  margin: 0 0 0 18px;
}

.shop-main ul {
  margin: 0;
  padding: 0;
}

.shop-main li {
  list-style: none;
}

table.catalogueTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 18px;
}

table.catalogueTable td {
  padding: 0;
}

table.productTable {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

table.productTable td {
  padding: 3px;
}

.shop-product-small {
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
}

.shop-product-small h5 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  min-height: 36px;
  padding: 18px 18px 6px;
}

.shop-product-small h4 a {
  color: #1969bc;
}

.shop-product-small h5 a {
  text-decoration: none;
}

.shop-product-small ul {
  background: #f9f9f9;
  padding: 18px;
}

.shop-product-small ul li {
  font-size: 11px;
  margin: 0 0 6px;
}

.shop-product-small li.price {
  font-size: 11px;
}

.shop-product-small li.price strong {
  font-size: 14px;
  margin-left: 6px;
}

.shop-product-small li.stock {
  font-size: 11px;
}

.shop-product-small li.stock strong {
  color: #666;
  margin-left: 3px;
}

.shop-product-small .image {
  height: 120px;
  margin: 0 auto 9px;
  overflow: hidden;
  width: 120px;
  text-align: center;
}

.image a,
td.actions a {
  border: none !important;
}

.shop-product-small li.quantity {
  line-height: 30px;
}

li.quantity img {
  position: relative;
  top: 8px;
  /* or vertical-align: middle; */
}

.shop-product-small li.quantity input.productTextInput {
  width: 50px;
}

.shop-product-small li.quantity input.productSubmitInput {
}

.shop-product-large {
  background: #fff;
  border: 1px solid #eee;
  color: #666;
  margin: 0 0 18px;
  min-width: 240px;
  overflow: hidden;
}

.shop-product-large h1 {
  color: #000;
  font-size: 14px;
}

.shop-product-large .image {
  margin-left: 36%;
  min-height: 360px;
  height: auto !important; /* for modern browsers */
  height: 360px; /* for IE5.x and IE6 */
  padding: 18px;
  text-align: center;
}

.shop-product-large .shop-product-small .image {
  margin: 0;
  min-height: 160px;
  height: auto !important; /* for modern browsers */
  height: 160px; /* for IE5.x and IE6 */
  padding: 18px;
  text-align: center;
  width: auto;
}

.shop-product-large .shop-product-small ul {
  padding: 9px;
}

.shop-product-large .shop-product-small ul,
.shop-product-large .shop-product-small li {
  margin: 0;
}

.shop-product-large li.price {
  font-size: 14px;
}

.shop-product-large li.instock {
  font-size: 10px;
}

.shop-product-large li.quantity input.productTextInput {
  width: 50px;
}

td.productItem .comment-form input#Captcha {
  width: 300px;
}

.poplets {
  border-top: 1px solid #eee;
  margin-top: 36px;
  padding: 9px 0;
}

.poplets img {
  border: 1px solid #ddd;
}

table.productPoplets {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

.shop-product-large .details {
  background: #f9f9f9;
  float: left;
  min-height: 360px;
  height: auto !important; /* for modern browsers */
  height: 360px; /* for IE5.x and IE6 */
  padding: 18px;
  width: 30%;
}

.shop-product-large ul {
  margin: 0 0 36px;
  padding: 0;
}

.shop-product-large li {
  margin: 9px 0;
}

.shop-cart .breadcrumbs {
  margin: 0 0 18px;
}

table.cart {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  font-size: 11px;
  width: 100%;
}

table.cart td {
  vertical-align: top; /*to make sure the div stack line up at the top */
}

table.cart a {
  color: #1969bc;
}

table.cart th,
table.cart td {
  color: #666;
  padding: 9px;
}

tr.val td {
  border-bottom: 1px solid #eee;
}

tr.shipping td {
  border-bottom: 1px solid #ddd;
}

tr.discount td.quantity,
tr.shipping td.quantity {
  text-align: right;
}

td.quantity input.update {
  margin: 0 0 0 3px;
}

table.cart th {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

input.cartInputText {
  width: 70px;
}

input#DiscountCode,
input#GiftVoucher {
  width: 70px;
}

select.shippingDropDown {
  width: 150px;
}

table.cart th.quantity {
  text-align: right;
}

table.cart td.quantity {
  text-align: right;
}

.productitemcell {
  height: 23px;
  line-height: 20px;
  margin: 0 0 3px 0;
  overflow: hidden;
}

table.cart td.actions {
  text-align: right;
}

table.cart td.actions a {
  font-size: 12px;
  font-weight: bold;
  margin: 0 18px 0 0;
  text-decoration: none;
}

a#catshopclear {
  font-size: 10px;
  font-weight: normal;
}

table.cart strong {
  font-size: 14px;
}

.shop-form {
  margin: 0 0 18px;
}

.shop-form ul.form {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 18px;
}

.shop-form label {
  font-size: 11px;
}

.shop-form ul.form li {
  margin: 0;
  padding: 9px 0;
}

.shop-form li.last {
  border-top: 1px solid #eee;
}

/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
  margin: 0 6px 0 0;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
  width: 260px;
}

.shop-form textarea.cat_listbox {
  height: 100px;
}

.shop-receipt,
.shop-quote-receipt {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 18px;
  padding: 18px;
}

.shop-receipt h1,
.shop-quote-receipt h1 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px;
}

.shop-receipt h2,
.shop-quote-receipt h2 {
  font-size: 12px;
  font-weight: normal;
}

/* @end */

/* @group Customer Cases */

table.case-list {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

table.case-list td {
  padding: 6px;
}

table.case-list td.subject,
table.case-list td.category {
  width: 40%;
}

table.case-list td.status {
  width: 20%;
}

table.case-details {
  background: #f9f9f9;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  width: 100%;
}

table.case-details td {
  padding: 6px;
}

table.case-details tr.odd td {
  background: #fff;
}

table.case-details td.var {
  color: #888;
  text-align: right;
  width: 130px;
}

table.case-details td.val {
  color: #000;
}

/* @end */

/* @group Customer Orders */

table.border {
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

table.border td {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

table.border span {
  color: #888;
}

table.order-list {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.order-list td {
  border: 1px solid #eee;
}

table.order-list a {
  margin: 0 9px 0 0;
}

table.order-list span.number {
  font-size: 11px;
}

/* @end */

/* @group Comment */

.comment-container {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 0 0 18px;
}

.comment-container .header {
  background: #eee;
  font-size: 11px;
  padding: 6px 18px;
}

.comment-container span.name {
  color: #000;
}

.comment-container span.rating {
  margin: 0 9px;
  vertical-align: middle;
}

.comment-container .content {
  padding: 18px;
}

.comment-form {
  background: #f9f9f9;
  border: 1px solid #eee;
  color: #666;
  margin: 0 0 18px;
  padding: 18px;
}

.comment-form h3 {
  font-size: 14px;
  margin: 0 0 18px;
}

.comment-form h5 {
  color: #666;
  font-size: 14px;
  margin: 0 0 18px;
}

/*.comment-form li.rating div {
	font-size: 10px;
}*/

/*.comment-form li.rating div input {
	margin: 0 3px;
}*/

.comment-form input.cat_textbox_small,
.comment-form textarea {
  width: 300px;
}

.comment-form textarea {
  height: 120px;
}

/* @end */

/* @group FAQ */

table.faq-search {
  background: #f9f9f9;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  margin: 0 0 18px 0;
  width: 100%;
}

table.faq-search label {
  color: #888;
}

table.faq-search td {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 9px;
}

table.faqresultstable {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  width: 100%;
}

table.faqresultstable td {
  color: #666;
  padding: 9px;
}

table.faqresultstable a {
  color: #1969bc;
}

table.faqresultstable td.faqresultstableinfo {
  background: #f9f9f9;
  color: #888;
  font-size: 10px;
  padding: 3px 18px;
  text-align: right;
}

table.faqresultstable td.faqresultstablecount {
  padding-left: 18px;
  width: 10px;
}

td.faqresultstablehead {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #eee;
  color: #000;
  font-weight: bold;
}

/* @end */

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
  font-size: 24px;
}

table.topic-list,
div.forum-posts-container div.post-list,
div.forum-registration {
  color: #666;
}

div.forum-posts-container div.post-list a,
div.forum-registration a {
  color: #1969bc;
}

div.forum-registration h2 {
  color: #000;
}

table.forum {
  background: #f9f9f9;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  margin: 0;
  width: 100%;
}

table.forum td {
  font-size: 11px;
  padding: 9px;
  vertical-align: top;
}

table.forum td.topics {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 90px;
}

table.forum td.posts {
  border-right: 1px solid #eee;
  width: 90px;
}

table.forum td.lastpost {
  border-left: 1px solid #eee;
  width: 180px;
}

table.forum .icon {
  float: left;
  width: 50px;
}

table.forum .forum {
  margin: 0 0 0 50px;
}

table.forum h3 {
  margin: 0;
}

table.forum h3 a {
  text-decoration: none;
}

ul.cap-top,
ul.cap-bottom {
  font-size: 11px;
  height: 30px;
  margin: 0 0 18px;
  padding: 0;
}

ul.cap-bottom {
  margin: 18px 0 0;
}

ul.cap-top li,
ul.cap-bottom li {
  display: block;
  line-height: 30px;
  list-style: none;
}

ul.cap-top li.user,
ul.cap-bottom li.nav-page {
  float: left;
  width: 200px;
}

ul.cap-top li.actions,
ul.cap-bottom li.actions {
  float: right;
  font-size: 12px;
  text-align: right;
  width: 350px;
}

ul.cap-top li.actions a,
ul.cap-bottom li.actions a {
  float: right;
  margin: 0;
  padding: 0 9px;
}

table.topic-list {
  background: #f9f9f9;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 100%;
}

table.topic-list th {
  background: #ddd;
  border: 1px solid #ddd;
  color: #000;
  font-size: 10px;
  padding: 6px;
  text-align: left;
}

table.topic-list .name {
  font-weight: bold;
  width: 60%;
}

table.topic-list .name .icon {
  float: left;
  width: 30px;
}

table.topic-list .replies,
table.topic-list .views {
  font-size: 10px;
  text-align: center;
  width: 10%;
}

table.topic-list .date {
  font-size: 10px;
  text-align: right;
  width: 20%;
}

table.topic-list td {
  padding: 0;
}

table.topic-list a {
  color: #1969bc;
}

table.topic {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  width: 100%;
}

table.topic td {
  padding: 9px;
}

table.topic td.name,
table.topic td.replies,
table.topic td.views {
  border-right: 1px solid #eee;
  vertical-align: middle;
}

.forum-registration {
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 18px;
}

.forum-registration input.cat_textbox,
.forum-registration textarea.cat_textbox {
  width: 260px;
}

.forum-registration input.cat_button {
  margin: 0 6px 0 0;
}

.forum-posts-container .breadcrumb {
  font-size: 11px;
  padding: 6px;
}

.forum-posts-container h1 {
  font-size: 18px;
  margin: 18px 0;
}

.forum-posts-container h2 {
  background: #eee;
  border: 1px solid #eee;
  color: #888;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 3px 18px;
}

.forum-posts-container table.container {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.forum-posts-container td {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 18px;
  vertical-align: top;
}

.forum-posts-container td.author {
  font-size: 11px;
  width: 160px;
}

.forum-posts-container h3.name {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.forum-posts-container tr.sub td {
  height: 30px;
  padding: 0 18px;
}

.forum-posts-container td.action a {
  float: right;
  line-height: 30px;
}

/* @end */

/* @group Literature */

p.literature-container img {
  vertical-align: middle;
}

p.literature-container span.icon,
p.literature-container span.name {
  margin: 0 3px 0 0;
}

/* @end */

/* @group Secure Zone Markup */

.case-search {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 0 0 18px;
  padding: 18px;
}

.secure-lost-password {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 18px;
}

.secure-lost-password input.cat_textbox_small {
  width: 210px;
}

.secure-update-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 0 0 18px;
  padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
  width: 260px;
}

/* @end */

/* @group Form Modules */

.product-form h3 {
  padding-left: 9px;
}

.secure-login,
.newsletter-form {
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  margin-bottom: 18px;
}

.secure-login h3,
.newsletter-form h3 {
  background: #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin: 0;
  padding: 6px 18px;
}

.secure-login div.form,
.newsletter-form div.form {
  padding-left: 9px;
}

/* @end */

/* @group Search */

.search-box {
  padding: 6px;
}

.search-box input.cat_textbox_small {
  margin: 0 3px 0 0;
}

/* @end */

/* @group Photo Gallery */

#imageContainer img {
  margin: 0;
}

table.photogalleryTable td {
  padding: 9px;
  background-color: #336;
  background-image: url(../images_mbt/feature-thumbs-bg.jpg);
}

/* @end */

/* @group Affiliate Program */

table.affiliate-stats {
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
}

table.affiliate-stats td {
  border: 1px solid #d7d7d7;
  padding: 6px;
}

table.affiliate-stats td.var {
  color: #888;
}

/* @end */

/* @group Tell a Friend */

.tell-a-friend {
  border: 2px solid #333;
  background-color: #fff;
  color: #666;
  padding: 18px;
}

.tell-a-friend form {
  padding: 0 0 0 36px;
}

.tell-a-friend h1 {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-size: 18px;
  margin: 0;
  padding: 0 0 6px;
}

.tell-a-friend h2 {
  border-bottom: 1px dotted #ccc;
  color: #222;
  font-size: 12px;
  margin: 18px 0 9px;
}

.tell-a-friend td.var {
  text-align: right;
  width: 130px;
}

.tell-a-friend td {
  font-size: 11px;
  vertical-align: top;
}

.tell-a-friend label {
  color: #888;
  font-size: 11px;
}

.tell-a-friend input.cat_textbox_small {
  height: 21px;
}

.tell-a-friend input.cat_textbox_small,
.tell-a-friend textarea.cat_listbox {
  font-size: 11px;
  width: 300px;
}

/* @end */

/* @group Favourites */

.favourite-registration {
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
  width: 260px;
}

.favrourite-registration input.cat_button {
  margin: 0 6px 0 0;
}

/* @end */

/* @group eCommerce Browse Panel */

.browse-panel {
  border: 1px solid #d7d7d7;
}

.browse-panel h5 {
  background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  margin: 0;
  padding: 9px;
}

.browse-panel h6 {
  background: #f7f7f7;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 3px 9px;
}

.browse-panel ol {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 9px;
}

.browse-panel ol.browse-catalogue {
  border-bottom: none;
}

.browse-panel li {
  list-style: none;
  padding: 3px 9px;
}

.browse-panel li span {
  display: inline;
  font-weight: bold;
}

/* @end */

/* @group eCommerce Image Zoom Slider */

img.drag {
  position: relative;
  padding: 0.5em;
  /*margin: 0 0 0.5em 1.5em;*/
  margin: 0;
  cursor: move;
}

.slidertrack {
  background-color: #d7d7d7;
  color: #333;
  float: left;
  margin: 0;
  line-height: 0px;
  font-size: 0px;
  text-align: left;
  padding: 4px;
  border: 1px solid;
  border-color: #ccc #aaa #aaa #ccc;
}

.slidertrack .sliderslit {
  background-color: #333;
  color: #ccc;
  height: 2px;
  margin: 4px 4px 2px 4px;
  line-height: 0px;
  position: absolute;
  z-index: 1;
  border: 1px solid;
  border-color: #999 #ddd #ddd #999;
}

.slidertrack .slider {
  width: 16px;
  background-color: #555;
  color: #333;
  position: relative;
  margin: 0;
  height: 8px;
  z-index: 1;
  line-height: 0px;
  font-size: 0px;
  text-align: left;
  border: 2px solid;
  border-color: #999 #222 #222 #999;
}

#zoomcontainer {
  overflow: hidden;
  position: relative;
}

#zoomcontainer img {
  position: absolute;
}

/* @end */
