/*
 Theme Name:   Pinboard Child (Customized for Tisarana)
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     pinboard
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


/* Books page CSS */
.book {
    margin-top: 2em;
    margin-bottom: 2em;
}

.book-title-primary {
    font-size: 16px;
    font-weight: bold;
    color: #C79316;
    display: block;
}

.book-title-secondary, .book-title-tertiary {
    font-size: 16px;
    font-weight: bold;
}

.book-added-on {
    display: block;
    text-align: right;
    font-style: italic;
}


.book-desc {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.book-cover { margin-right: 2em; width: 20%; float: left; }
.book-cover img { border: 1px solid black; width: 170px; }

.book-info { width: 70%; float: left; }
.book-info img {
    border-style: none;
    vertical-align: middle;
    width: 20px;
}

/* Community page CSS */
.resident-picture { margin-right: 2em; width: 20%; float: left; }
.resident-picture img { border: 1px solid black; }
.resident-info { width: 70%; float: left; }

.resident-title {
    display: block;
    color: #ff9900;
    font-size: 200%;
    font-weight: bold;
}

.resident {
    margin-top: 4em;
    margin-bottom: 4em;
}
