/*
Theme Name: B-Press
Theme URI: https://github.com/giojavi04/b-press
Author: Javier Montalvo
Author URI: http://twitter.com/giojavi04
Description: Theme based in BlankSlate coupled to our needs, for develop webs complicates.
Version: 2.2.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: bpress

B-Press is distributed under the terms of the GNU GPL
*/
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float:right;
}

.alignleft {
    float: left;
}

a img.alignright {
    float: right;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}