/*-----DYNAMIC MENU CONTAINER--------*/
#menu-bar ul li li a {
border-bottom: 1px #ccc solid;
font-size: 14px;
}
/*-----THIS IS HOMEPAGE NEWS - EVENTS Section--------*/
.block-content.content {
font-size: 90%;
}
/*-----ADJUSTING H1 PADDING --------*/
h1 {
padding-bottom: .5em;
}
/*-----ADJUSTING SLIDE CAPTION FONT SIZE --------*/
.flexslider .slides .views-field-field-sidebar-caption {
font-size: 1.5em;
}
/*----- MENU SPACING --------*/
#menu-bar a {
padding: .25em 1.4em;
}
/*----- RIGHT SIDE BAR CAPTION FONT SIZE AND GRADIENT --------*/
.node-page #image-caption {
  background-image: linear-gradient(#ecb181, rgba(236, 177, 129, 0.0));
  font-size: .9em;
}
/*	LINKS */
a:link {color: #88653F; text-decoration: underline;}
a:visited {color: #88653F; text-decoration: underline;}
a:hover {color: #823923; text-decoration: none;}
a:active {color: #97191D; text-decoration: none;}

.front a:link {text-decoration: none;}
.front a:visited {text-decoration: none;}

#footer a:link {text-decoration: none;}
#footer a:visited {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer a:active {text-decoration: underline;}

#block-menu-menu-visit ul.menu li a:link, 
#block-menu-menu-visit ul.menu li a:visited {
text-decoration: underline;
color: #88653F;
}
#block-menu-menu-visit ul.menu li a:hover, 
#block-menu-menu-visit ul.menu li a:active {
text-decoration: none;
color: #823923;
}
/*  Line Spacing   */
p {
line-height: 140%;
}

/* Weird grey line on gallery pages */
.node-type-exhibition-gallery .field-collection-container {
  border: 0;
}

/* Fix all-exhibitions to be 3-up instead of 2-up */
.view-all-exhibitions .views-row {
  margin-left: 2px;
  margin-right: 2px;
}

/* Adjust height on thumbrow of Zoomify */
.jcarousel-skin-default {
  min-height: 132px;
}
/* EVENTS View Thumbnails */
.field.field-name-field-image.field-type-image.field-label-hidden.view-mode-teaser {
  margin-left: .75em;
}
.page-news-and-announcements h1#page-title, .page-events h1#page-title {
  padding-left: 10px;
}

.field-type-taxonomy-term-reference {
  display: none;
}
