  /* 
Theme Name: PageCells Prototype
Theme URI: http://www.lilaeamedia.com/pagecells-theme/ 
Description: Stub Bootstrap Theme
Version: 3.1
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;
}
/* Basic Elements */
p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
h2 {
    font-size: 2rem;
    margin-bottom: .875rem;
}
h3 {
    font-size: 1.75rem;
    margin-bottom: .75rem;
}
h4 {
    font-size: 1.5rem;
    margin-bottom: .625rem;
}
h5 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .375rem;
}
strong, b {
    font-weight: 700;
}
em, i {
    font-style: italic;
}
blockquote {
    font-size: 1.5rem;
    padding: 1rem 2rem;
}
a {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
/* 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
}
