/**
Theme Name: Man Cave
Author: Mark
Author URI: http://wpastra.com/about/
Description: All the bits that are too nerdy for the main site.
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: man-cave
Template: astra
*/
/*
Modify the caption styling
*/
.single-post .entry-content .wp-element-caption,
.single-post .entry-content .wp-caption-text {
    font-size: 0.85rem;
    color: #888;
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1.4;
}
/*
Add a one pixel border to images
*/
img {
    border: 1px solid #888;
}