/*
Theme Name: Spectrum For Everyone
Theme URI: https://spectrumforeveryone.com
Description: This is child theme of Poseidon
Author: Adam Ainsworth
Author URI: http://adamainsworth.me
Template: poseidon
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Import the original Parent Theme Styles */
@import url("../poseidon/style.css");

.wp-caption .wp-caption-text {
    margin: 0;
    font-size: 75%;
    text-align: right;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p {
     clear: both;
}

.saboxplugin-wrap .saboxplugin-gravatar {
    padding: 20px 20px 20px 0;
}

