/*
Theme Name: Abstract WordPress Blog Theme
Theme URI: http://underscores.me/
Author: mie4online
Author URI: http://mie4online.emuslearner.com/
Description: Responsive WordPress blog theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abstractblogtheme
Tags: blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Abstract WordPress Blog Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@import url("css/base.css");
@import url("css/fonts.css");
@import url("css/vendor.css");
@import url("css/main.css");

.wp-caption {}
.wp-caption-text {}
.sticky{}
.bypostauthor {}
#content-wrap .primary-content img.alignleft {
	float: left;
    margin-right: 10px;
    margin-top: 0;
}
#content-wrap .primary-content img.alignright{
float: right;
    margin-top: 0px;
    margin-left: 10px;
}
#content-wrap .primary-content img.aligncenter {
margin: auto;
    display: block;
}