/* 
Theme Name: PageCells Prototype
Theme URI: http://www.lilaeamedia.com/pagecells-theme/ 
Description: Stub Bootstrap Theme
Version: 3.2
Author: Lilaea Media LLC
Author URI: http://www.lilaeamedia.com
Text Domain: pagecells
License: see readme.txt
License URI: http://www.lilaeamedia.com/end-user-license-agreement/

*/

body {
    margin:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WordPress Required */

.clear {
    clear: both
}
.sticky {
}
.bypostauthor {
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    max-width: 100%;
}
.gallery-caption {
    max-width: 100%;
}
.alignright {
    float:right;
    margin-left: 1em;
    margin-bottom: 1em;
}
.alignleft {
    float:left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.aligncenter {
    display:block;
    margin-right:auto;
    margin-left:auto;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
