/*
Theme Name: Expound
Author: Konstantin Kovshenin
Author URI: http://kovshenin.com
Description: An awesome magazine theme for your WordPress site. Responsive layout, post thumbnails support, featured posts, an easy-to-use social menu and much more.
Version: 2.0.1
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, light, one-column, two-columns, right-sidebar, editor-style, responsive-layout, custom-header, flexible-header, custom-background, featured-images, custom-menu, post-formats, sticky-post, threaded-comments, translation-ready, full-width-template, buddypress

This theme, like WordPress, is licensed under the GPL.

Expound is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/

@import url("css/reset.css");
/*@import url('css/expound.css?v=20140129');*/
/*@import url('expound.css?v=20190425');*/
@import url("css/expound.css");

.entry-content img.size-full {
  box-sizing: border-box;
  width: 100% !important;
  height: auto !important;
}
.main-container {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
.main-container article img.aligncenter {
  margin: 0 auto;
  padding: 20px 0px;
}
article div.wp-caption,
article div.wp-caption img {
  max-width: 100%;
  height: auto;
}

.main-blog-top .main-blog-top-title {
  font-size: 24px;
  margin: 0px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  text-transform: capitalize;
  line-height: 1.5;
}
