body {
	font-family: Noto Sans, Arial;
	padding: 0px;
	margin: 0px;
	background-color: #ccc;
}

.tag_list {
	margin-top:2em;
	color: #111;
	font-family: Muli;
	font-size: .87em;
	line-height: 1.75em;
}

.post_month {
	color: #666;
	font-size: .8em;
	font-family: Muli;
	padding-top: .6em;
	padding-bottom: 2.6em;
}

.posted_by {
	font-size:.8em;
	margin-bottom:.2em;
	
}

.read-more {
	font-size:.85em;
	text-decoration:none;
}

.pagination {
	color: #666;
	font-size: .8em;
	font-family: Muli;
	margin-bottom: 22px;
}

.centered {
	max-width: 1200px;
	margin: 0px auto;
	text-align: left;
}

.center_section {
	background-color: #fff;
	min-height: 600px;
	padding: 20px;
}

.theme_sidebar_column h2 {
	font-size: 1.0em;
	font-weight: 600;
	font-family: Open Sans;
	color: #333;
	margin-bottom: 14px;
	padding-bottom: 10px;
	margin-top:22px;
	border-bottom: 1px solid #ccc;
}

.wp-post-image {
	float:left;
	margin-right:1em;
	border-radius: 5px;
    background: white;
}

.post h1 {
	text-transform: none;
	font-size: 1.5em;
	font-weight: 500;
	font-family: Quicksand;
	color: #333;
	margin-bottom: 2px;
	letter-spacing:.01em;
	line-height:1.4em;
}

.horiz_line {
	overflow: hidden;
	height: 1px;
	background-color: #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}

.post h4 {
	text-transform: none;
	font-size: .8em;
	font-weight: 300;
	font-family: Open Sans;
	color: #999;
	margin-bottom: 0em;
	display: block;
	margin-top: .3em;
	letter-spacing: .0em;
}

.post h2 {
	text-transform: none;
	font-size: 1.2em;
	font-weight: 500;
	font-family: Quicksand;
	color: black;
	margin-bottom: 1.2em;
	display: block;
	margin-top: 1.2em;
	letter-spacing: .04em;
}

.post em {
  font-style: italic;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.post a {
	text-decoration:none;
}

.post a :hover {
	color:#0066ff;
}

.post p {
	margin-top: 0em;
	margin-bottom: 1em;
	color: #111;
	font-family: Muli;
	font-size: .87em;
	line-height: 1.75em;
}

strong {
	font-weight:bold;
}

figcaption {
	font-size: .75em;
	padding: .4em;
	padding-bottom: 1.4em;
	padding-left: 0em;
	color: #666;
	font-family: Muli;
}

.theme_header {
	background-color: #ddd;
	padding: 30px;
}

.theme_footer {
	background-color: #ccc;
	padding: 30px;
}

.wp-block-image {
	margin: 0px;
}

.wp-block-image img {
	padding: 0px;
	margin: 0px;
	width:inherit;
}

.extra_bottom_margin {
	margin-bottom:2.1em;
}

figcaption {
	text-align:right;
	margin-bottom:1em;
	color:#888;
	margin-top:.2em;
	line-height:2em;
}

figcaption a {
	color: blue;
}

.theme_container {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	max-width: 1036px;
	margin: 0px auto;
	background-color: #fff;
	text-align: left;
	padding-top:40px;
}

.theme_center_column {
	flex-grow: 1;
	flex-shrink: 1;
	padding-right: 30px;
}

.theme_sidebar_column {
	flex: 0 0 230px;
}

.theme_sidebar_column a {
	margin-left: .7em;
	margin-top: .3em;
	margin-bottom: .3em;
	color: #0066ff;
	font-family: Muli;
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	box-sizing: border-box;
	text-decoration:none;
}

.extra_top_margin {
	margin-top:3em;
}

.left_image {
	float:left;
}

.right_image {
	float:right;
	clear:both;
	padding-left:2em;
}
.clear_both {
	
	clear:both;
}

.full_width {
	width:100%;	
}

.right_image figcaption {
	text-align:left;
	width:300px;
}

@media screen and (max-width: 992px) {
	.theme_sidebar_column {
		display: none;
	}
	.theme_center_column {
		padding: 0px;
	}
	
}

@media screen and (max-width: 800px) {
	.theme_container {
		padding-top:8px;
	}
		
	.right_image {
		float:none;
		margin:0px;
		padding-left:0px;
	}
	
	figcaption {
		text-align:left;
		font-size:.7em;
	}
		
	.wp-post-image {
		margin-top:6px;
	}
}