/*
Theme Name: MVBOH
Theme URI: https://mvboh.org/
Author: wp-pilot
Description: Restored Martha's Vineyard Boards of Health static site look.
Version: 1.0.0
*/

/* Blog + published articles */
.blog-post .entry-content,
.blog-index .entry-summary,
.blog-list-item .entry-summary {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.blog-post .entry-content h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #1A2D65;
	font-size: 14px;
	border-bottom: 1px dotted #1A2D65;
	margin: 24px 0 12px;
	padding-bottom: 4px;
}
.blog-post .entry-content h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #1A2D65;
	font-size: 13px;
	margin: 18px 0 8px;
}
.blog-post .entry-content p {
	margin-bottom: 14px;
}
.blog-post .entry-content a,
.blog-list-item .entry-title a,
.latest-posts-box a {
	color: #1A2D65;
}
.blog-post .entry-content a:hover,
.blog-list-item .entry-title a:hover,
.latest-posts-box a:hover {
	color: #006;
}
.blog-meta {
	color: #666;
	font-size: 12px;
	margin: 6px 0 16px;
}
.blog-meta .published {
	border: 0;
	text-decoration: none;
}
.blog-list-item {
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}
.blog-page-title {
	margin-bottom: 18px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content table {
	max-width: 100%;
	display: block;
	overflow-x: auto;
	border-collapse: collapse;
}
.entry-content th,
.entry-content td {
	border: 1px solid #ccc;
	padding: 8px 10px;
}
.latest-posts-box {
	margin: 20px 0;
	padding: 12px 14px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #333;
}
.latest-posts-box ul {
	margin: 8px 0 0 18px;
	padding: 0;
}
.latest-posts-box li {
	margin-bottom: 4px;
}
.latest-posts-more {
	margin: 10px 0 0;
}
