/*
Theme Name: JayTeeCee - Maximumedia
Theme URI: http://maximumedia.com
Description: JTC Theme
Author: Maximumedia Design
Author URI: http://maximumedia.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.0.2
*/

.wp-caption, .alignnone, .wp-caption img {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.alignright {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.alignleft {
    display: block;
    float: left;
    margin: 3px 10px 0 0;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 10px auto;
}

.admin-bar #header-container {
    padding-top: 28px !important;
}

@media (max-width: 979px) {
    .admin-bar #header-container {
        padding-top: 0 !important;
    }
}
