/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* CALENDARS */
#sectionCalendars {
	border-bottom: 1px solid #cccccc;
}

#sectionCalendars .sectionHead {
	margin-left: 7px;
}

.frontCalendarImage {
	float: left;
	margin: 0 10px 15px;
	border: 1px solid gray;
	height: 75px;
	width: 75px;
}

.calendarItem {
	margin-left: 10px;
	clear: both;
}

#calendarItems {
	margin-top: 3px;
}

.calendarLinks {
	font-size: .9em;
}

#sectionCalendars select, #sectionCalendars input {
	font: 11px "trebuchet ms", arial, helvetica, sans-serif;
	border: 1px solid #999999;
}

#calendarNightlifeForm select {
	border: 1px solid #999999;
}

#calendarArts, #calendarCommunity {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

#calendarArts .front_subhead a:link, #calendarArts .front_subhead a:visited {
	color: black;
	text-decoration: none;
}

#calendarArts .front_subhead a:active, #calendarArts .front_subhead a:hover {
	text-decoration: underline;
}

.wp-caption {
	margin-left: 12px;
	margin-right: 12px;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.wp-caption-text {
	text-align: left;
	font: .8em "ms trebuchet", verdana, sans-serif;
	padding: 0 8px;
}

.thumbPicBorder {
	border: 1px solid #cccccc;
	margin: 5px 0;
	padding: 5px;
}
.hiddenAnchorText {
	visibility: hidden;
}

/* CAN'T FIND WHY IT IS BUMPING UP TO THE TOP */
.sidebar-widget:first-child {
	margin-top: 0;
}

address {
	font-style: normal;
}

figure .aligncenter {
margin-left: auto !important;
	margin-right: auto !important;
}

/* FOR RELATED POSTS 2021 */

.mw-related-post {
	margin-bottom: 1.7em;
	border-top: 1px solid lightgray;
	padding-top: 1em;
}
.mw-related-post:first-child {
	border-top-width: 0px;
	padding-top:0em;
}
.mw-related-title h1 {
	font: 42px Oswald, sans-serif; 
	color: #444;
	line-height:1.2em;
	margin:.5em 0em;
}
.mw-related-post a:link {
	color: #444;
	decoration:none;
}
.mw-related-post a:active {
	color: #444;
	decoration:none;
}
.mw-related-post a:visited {
	color: #444;
	decoration:none;
}
.mw-related-post a:hover {
	color: #444;
	decoration:underline;
}

.mw-related-title h2 {
  color: #686868;
	margin-bottom:.5em;
	line-height:1.2em;
}
.mw-related-image {
	text-align:center;
}
.mw-related-image img {
	width:auto;
	height:auto;
	max-height:625px;
	max-width:100%;
	margin-left: auto!important;
	margin-right: auto!important;
}

.mw-related-title {
	margin-bottom:1em;
}

.mw-related-link {
	border: 1px solid darkgray;
	background-color: white;
	width:200px;
	padding:10px;
	margin:.5em auto;
	text-align: center;
	font:.75em sans-serif;
	font-weight: bolder;
	border-radius: 4px;
	text-transform: uppercase;
}
.mw-related-text {
		-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.mw-related-text p {
  line-height: 1.3em;
	margin-top: 1em;
}
#mw-extras {
	margin: 20px;
}
#membershipRequestBox {
	line-height:1.2em;
}

@media screen and (max-width: 480px) {
  .mw-related-title h1 {
	font: 26px Oswald, sans-serif; 
	color: #444;
	line-height:1.2em;
	margin:.5em 0em;
  }
}