

.introduction, .closing {
	background-color: #747474;
	color: #fff;
	padding: 2em;
	margin-bottom: 2em;
	font-size: 1.2em;
}


.interview {
	list-style: none;
	font-size: 1.1em;
}

.interview .question {
	font-weight: bold;
	color: #333;
	margin-top: 2em;
}


.interview .answer::before {
	content: "TM: ";
	color: #85a427;
	font-weight: bold;
}


#logo {
	background: none !important;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

#posts-navigation {
	margin-top: -20px;
	overflow: hidden;
}


blockquote ul {
    list-style: none;
    padding: 5px 0;
}

blockquote ul li {
    padding: 3px 0 3px 6px;
}


.post-content table {
	margin-bottom: 4em;
}

.forthcoming-events-links ul {
	list-style: none;
}

.forthcoming-events-links ul li {
	/* */
	box-sizing: border-box;
	display: inline-block;
	width: 30%;
	margin-right: 1em;
}

.forthcoming-events-links ul li a img {
	transition-duration: 0.35s;
}

.forthcoming-events-links ul li a:hover img {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


.promotion {
	font-size: 1.5em;
	font-weight: normal;
	color: #85a427;
}


img.headshot-small {
	width: 4em;
}
