/*
Theme Name: LoboLife DEV 
Theme URI: http://lobolife.unm.edu
Author: Matt Carter
Description: A handrolled WordPress Twitter Bootstrap theme
Version: 1.0
 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/



/*
WordPress core reset

Table of contents

1.0 - Alignments
2.0 - Accessibility
3.0 - Media
    3.1 - Captions
    3.2 - Galleries
4.0 - Content
    4.1 - Posts and pages
    4.2 - Asides
    4.3 - Comments
*/

/*
Alignments
*/

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    display: block;
    margin: 0 auto 1.75em;
    clear: both;
}

/*
2.0 - Accessibility
*/

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

/*
3.0 - Media
*/

/* Make sure images are scaled correctly. */
img {
    max-width: 100%;
    height: auto;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/*
3.1 - Captions
*/

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.75em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*
3.2 - Galleries
*/

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    max-width: 33.33%; /* gallery-columns-3 */
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*
4.0 - Content
*/

/*
4.1 - Posts and pages
*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

/*
4.2 - Asides
*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*
4.3 - Comments
*/

.bypostauthor {
    display: block;
}