/*
Theme Name: Free as in Bird
Theme URI: https://github.com/morninj/Free-as-in-Bird 
Description: A lightweight, responsive, readable WordPress theme.
Author: Joseph Mornin
Author URI: http://mornin.org/
Version: 1.0
Tags: black, white, single-column, typography, readable

License: CC BY 3.0
License URI: https://creativecommons.org/licenses/by/3.0/us/
*/

/* Import Bootstrap */
@import url('styles/bootstrap.css');
@import url('styles/bootstrap-responsive.css');

/* Header */
@import url('styles/header.css');

/* Navigation */
@import url('styles/navigation.css');

/* Entries */
@import url('styles/entries.css');

/* Comments */
@import url('styles/comments.css');

/* Footer */
@import url('styles/footer.css');

/* Books page */
@import url('styles/books.css');

/* About page */
@import url('styles/about.css');

body {
    background: url('images/old-paper-bg.jpg') repeat;
    background-color: #efefef;
    font-weight: 300;
}

div.container {
    margin: 20px auto;
}

div.clear-both { clear: both; }

.pagination {
    height: auto;
    margin: 25px 0 0 0;
}
