/* Title banner */
.ast-single-entry-banner {
  margin-top: 0 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Title banner */
.ast-single-post-banner {
  margin-top: 0 !important;
  box-shadow: 0 6px 1px rgba(0, 0, 0, 0.2);
}

/* Title + date alignment */
.entry-title,
.entry-meta {
  text-align: left;
}

/* blog post header */
h2.entry-title {
  padding-top: 12px !important;
	padding-bottom: 8px !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

article.type-post {
	border: 2px solid #00adef;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 24px;
	box-shadow: 0 8px 3px rgba(0, 0, 0, 0.05);
}


/* caption under each image*/
figcaption {
  font-style: italic;
  text-align: center;
	font-size: 13px;
	padding: 6px;
}



.widget-title {
	color: #888888;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

.search-field {
  font-family: Arial;
	padding: 0px;
	margin: 0px;
}

.widget_search {
    width: 180px;
}

.goog-te-gadget  {
    width: 180px;
}

.share-this-page {
	font-weight: heavy;
	font-size: 0.9em;
	color: #777777;
}

.document-download {
	letter-spacing: 1px;
}

.grunion-field-label {
	font-weight: normal;
	font-size: 0.8em;
}

.event-table td {
  vertical-align: top;
}

.event-table tr:nth-child(odd) {background-color: #dceaec;}

.event-table tr:nth-child(even) {background-color: #e9f2f3;}

.event-table table, th, td {
  border: 1px solid white;
}




/* SITEMAP FOOTER */

.footer-site-map-indent {
	margin: 12px;
}

.footer-site-map-indent {
  margin-left: 8px;
}

.footer-sitemap {
	font-size: 0.8em;
	line-height: normal;
	opacity: 1;
	text-align: left;
}

.footer-sitemap p {
	margin-top: 8px;
}

.footer-site-map-heading {
	font-size: 1em;
	font-weight: bold;
}


/* col 1 link */
.footer-sitemap-column1 a:link {
  color: #7e9c5f;
}
/* col 1 visited link */
.footer-sitemap-column1 a:visited {
  color: #7e9c5f;
}



/* col 2 link */
.footer-sitemap-column2 a:link {
  color: #ec218b;
}
/* col 2 visited link */
.footer-sitemap-column2 a:visited {
  color: #ec218b;
}




/* col 3 link */
.footer-sitemap-column3 a:link {
  color: #f47b20;
}
/* col 3 visited link */
.footer-sitemap-column3 a:visited {
  color: #f47b20;
}



/* col 4 link */
.footer-sitemap-column4 a:link {
  color: #666666;
}
/* col 4 visited link */
.footer-sitemap-column4 a:visited {
  color: #666666;
}


/* col 5 link */
.footer-sitemap-column5 a:link {
  color: #00adef;
}
/* col 5 visited link */
.footer-sitemap-column5 a:visited {
  color: #00adef;
}




/* all footer mouse over links */
.footer-sitemap a:hover {
	opacity: 0.7;
}




