/*!
Theme Name: cmt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cmt
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.

cmt 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
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;
}

/* Forms
--------------------------------------------- */
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);
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		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: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Legacy site css
--------------------------------------------- */



#container {
	width:975px;
	margin: 0px auto 0px auto;
}

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

#header {
	width:975px;
	height:183px;
	float:left;
	background-image: url("/images_mcmt/home_header.jpg");
}



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

#search {
	width:217px;
	height:140px;
	float:right;
	background-image:url("/images_mbt/search_bg.gif");
	background-repeat:no-repeat;
	background-position: 0px 17px;
}

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

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

#primary_links {
	/*width:698px;*/
	/* width:656px; */
	height:43px;
	float:left;
	left-margin:42px;
	padding-top:138px;
	padding-left:424px;
}

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


#home_featured {
	width:277px;
	height:624px;
	float:left;
	background-image: url("/images_mcmt/home_featured_bg.jpg");
}

#home_featured_1 {
	float:left;
	padding:0;
	margin:0;
	width:160px;
	height:130px;
}
#home_featured_1 h1 {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:15px;
	padding:0;
	margin:0;
	padding-top:80px;
	
}

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

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

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


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

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

#home_title {
	width:698px;
	height:144px;
	float:left;
	background-image: url("/images_mcmt/home_title_bg.jpg");
}

#home_video {
	width:698px;
	height:221px;
	float:left;
	background-image: url("/images_mcmt/home_video_bg.jpg");
}

#home_video_movie {
	float:left;
	padding-left:40px;
	padding-top:17px;
	width:380px;
	padding-right:0;
	margin-right:0;
}

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

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


#home_browse {
	width:261px;
	height:259px;
	float:right;
	background-image: url("/images_mcmt/home_marker_list.jpg");
	background-repeat:no-repeat;
}

#home_recent {
	width:714px;
	height:131px;
	float:left;
	background-image: url("/images_mcmt/home_recent.jpg");
	background-repeat:no-repeat;
}

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

#home_recent1 h1 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left:228px;
	padding-bottom:10px;
}

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

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

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

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


#list_title {
	float:left;
	width:975px;
	height:340px;
}

#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(/images_mbt/record_bg.gif);
	background-repeat:repeat-y;
}

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


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

#marker {
	float:left;
	width:975px;
	background-image:url(/images_mcmt/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;
}

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

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

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

#generic_bg {
	float:left;
	background-image:url(/images_mcmt/generic-bg.jpg);
	background-repeat:no-repeat;
	height:160px;
}




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


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

#marker_map {
	float:left;
	width:975px;
	background-image:url(/images_mcmt/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(/images_mbt/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;
	margin:0;
	padding:0;
	z-index:199;
}

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




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


#cal_bottom_content {
	float:left;
	margin:0;
	padding:0;
	margin-top:50px;
	padding-left:308px;
	width:500px;
	background-image:url(/images_mcmt/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(/images_mbt/app/app_bg.jpg);
	background-repeat:no-repeat;
	height:160px;
}

#app_left {
	float:left;
	width:685px;
	margin-top:30px;
	background-image:url(/images_mbt/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(/images_mbt/videos/video-header-bg.jpg);
	background-repeat:no-repeat;
	}


#videos_content {
	float:left;
	width:975px;
	
	background-image:url(/images_mbt/videos/video-repeating-bg.jpg);
	background-repeat:repeat-y;
}

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

.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;
	
} 


.mapLink
{
	clear: both; 
	width: 170px; 
	height: 280px; 
	position: absolute; 
	margin-top: 300px; 
	margin-left: 700px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url("/images_mcmt/home_header_bg.jpg");
	background-position:top center;
    background-repeat:repeat-x;

}








#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:30px;
	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:20px;
	padding-left:0px;
	padding-right:20px;
	
}

#home_featured_announcement_text p {
	text-align:right;
	padding-right:27px;
	
}

#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_text h1 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#000000;
	margin:0;
	padding:0;
	padding-top:35px;
	padding-left:35px;
}



#home_title_text h2 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#000000;
	margin:0;
	padding:0;
	
	padding-left:35px;
}


#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:#7f0808;
	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:34px;
	color:#4b3520;
	padding-top:34px;
	padding-left:40px;
}

#list_title_right p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size:12px;
	color:#ffffff;
	padding-top:10px;
	padding-left:35px;
	padding-right:100px; 
	line-height:18px;
}

#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;
}

#form-content table {
	margin-left:0px;
	
}

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

#brochure_content {
	float:left;
	margin:0;
	padding:0;
	margin-top:50px;
	width:975px;
	background-image:url(/images_mbt/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:12px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	/* width: 226px; */
	width:286px;

}

.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;
}

.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;
}



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


.name a:link {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color: #7f0808; 
	text-decoration:none;  
}

.name a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color: #7f0808; 
	text-decoration:none
}

.name a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color: #7f0808;

	text-decoration: underline; 
}

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


.location a:link {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #7f0808; 
	text-decoration:none;  
	font-style:italic;
}

.location a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #7f0808; 
	text-decoration:none
}

.location a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #7f0808;

	text-decoration: underline; 
}

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


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

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

.markername a:hover {
	font-style:italic;
	font-weight:bold;
	color: #7f0808; 
	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:#7f0808; 
}

#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 {
	float:left;
	margin-top:50px;
	background-image:url(/images_mcmt/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;
}

#links_bg h3 {
	margin:0;
	padding:0;
	padding-left:320px;
	padding-top:0;
	padding-bottom:40px;
	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: #b91919; 
	
	text-decoration: none; 
}

#links_bg a:visited {
	color: #b91919; 
	text-decoration: none;
}

#links_bg a:hover {
	color: #b91919;

	text-decoration: underline; 
}

#links_bg a:active {
	color:#b91919; 
	
} 

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

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


#foundation {
	float:left;
	width:975px;
	background-image:url(/images_mbt/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(/images_mcmt/featured_bg.jpg);
	background-repeat:no-repeat;
}

#featured_links img {
	padding-top:115px;
	padding-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;
	
}




.nothot {
	color:#bc4f4f;
}


#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:20px;
	font-weight:normal;
	font-style:italic;
	color:#4b3520;
	padding-top:0px;
	padding-left:320px;
}


#home_browse h1 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color:#7f0808;
	padding-top:102px;
	padding-left:25px;
}

#home_browse a:link {
	color: #7f0808; 
	text-decoration: none; 
}

#home_browse a:visited {
	color: #7f0808; 
	text-decoration: none;
}

#home_browse a:hover {
	color: #7f0808;
	text-decoration: underline; 
}

#home_browse a:active {
	color: #7f0808; 
} 




#home_browse h2 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	padding-left:25px;
}


#comments_form {
	width:50px;
}

.cat_listbox_small {
	width:120px;
}


.cat_textbox_small {
	width:120px;
}

/* CALENDAR */

#calendarNav
{
	float:left;
	width:800px;
	padding:30px 0 30px 217px;
}

#concertSortWrapper .festivalSort { display:none; }
#concertSortWrapper .otherSort { display:none; }
#festivalSortWrapper .concertSort { display:none; }
#festivalSortWrapper .otherSort { display:none; }
#otherSortWrapper .festivalSort { display:none; }
#otherSortWrapper .concertSort { display:none; }

.calendarItem
{
	float:left;
	clear:both;
	width:800px;
	padding-top:26px;
	padding-bottom:10px;
	padding-left:217px;
}

.isEmpty
{
	display:none;	
}

.eventType
{
	float:left;
	margin:0;
	padding: 4px 6px 4px 6px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
}

.concert
{
	background-color:#7f0808;
}

.festival
{
	background-color:#8e7e35;
}

.other
{
	background-color:#4b3520;
}

.eventDate
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#666666;
	float:left;
	clear:none;
	padding:2px 0 0 6px;
}

.calendarItemName
{
	float:left;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding:14px 10px 0 0;
}

.calendarItemLocation
{
	float:left;
	clear:both;
	width:800px;
}

.eventInfo
{
	float:left;
	clear:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:20px 10px 4px 6px;
	margin:14px 10px 10px 0;
	background-color:#f4f4f4;

	
}

.eventVenue
{
	background-image:url(/images_mcmt/calendar/venue.gif);
	background-repeat:no-repeat;
}


.eventAddress
{
	background-image:url(/images_mcmt/calendar/address.gif);
	background-repeat:no-repeat;
}

.eventPhone
{
	background-image:url(/images_mcmt/calendar/phone.gif);
	background-repeat:no-repeat;
}

.eventLink
{
	background-image:url(/images_mcmt/calendar/link.gif);
	background-repeat:no-repeat;
}

.eventNote a:link {
	color: #7f0808; 
	text-decoration: none; 
}

.eventNote a:visited {
	color: #7f0808; 
	text-decoration: none;
}

.eventNote a:hover {
	color: #7f0808;
	text-decoration: underline; 
}

.eventNote a:active {
	color: #7f0808; 
}


.eventLink a:link {
	color: #7f0808; 
	text-decoration: none; 
}

.eventLink a:visited {
	color: #7f0808; 
	text-decoration: none;
}

.eventLink a:hover {
	color: #7f0808;
	text-decoration: underline; 
}

.eventLink a:active {
	color: #7f0808; 
}

.eventNote
{
	float:left;
	clear:both;
	background-image:url(/images_mcmt/calendar/note.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:20px 10px 4px 6px;
	margin:0px 10px 10px 0;
	background-color:#f4f4f4;
}

/* WPE styles 2020 */

.markerListItem
{
	width:100%;
	display: flex;
}

.markerName
{
	width:56.8%;
	padding:0 0 0 270px;
}

.markerRegion
{
	width:12%;
}

.markerLocation
{
	width:12%;
}

.markerMap
{
	width:12%;
}