/*
Theme Name: fpppp
Theme URI: http://www.readingroom.com
Author: Reading Room
Author URI: http://www.readingroom.com
Description: Theme for Cairngorms Photo Posts
Version: 1.0
Text Domain: fpppp
Tags:

Actual theme CSS is in assets folder.
*/

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/* Fudge for admin bar */

body.admin-bar:before {
    height: 60px;
}
body.admin-bar {
    margin-top: 60px;
}
body.admin-bar .header {
    margin-top: 40px !important;
}

#photo-update-banner {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    background: #800080b3;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    transform: translateY(100%);
}

#photo-update-banner.active{
    transform: translateY(0);
}
