body{
    font-size: 1.5em;
}

.masthead-image { 
    width: 100%;
    margin:0;
    padding:0;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_image{
    padding-top: 50px;
    padding-bottom: 50px;
}




@media (max-width: 999px) {
    .masthead-image { 
        height: 400px;
        background: url("/img/background-med.jpg") no-repeat center center fixed; 
    }
}

@media (min-width: 1000px) {
    .masthead-image { 
        height: 450px;
        background: url("/img/background.jpg") no-repeat center center fixed; 
    }
}

body{
    width: 100%;
    max-width: 100%;
}

.masthead-title {
    text-align: center;
}

.masthead-title h1 {
    font-family: Copperplate;
    
    padding: 0;
    margin: 0;
}

.masthead a,
.masthead a:hover,
a.masthead
{
    text-decoration: none;
}

small.masthead
{
    color: #aaa;
}

.series-title,
.book-title 
{
    font-family: Copperplate;
    text-align: center;
}

.book-title{
    margin-top:0px;
}

.book-cover{
    text-align: center;
}

img,
object {
     max-width: 100%;
     height: auto;
}

hr {
    color: #cccccc;
    background-color: #cccccc;
}

div.main-body{
    max-width:800px;
    margin: auto;
}

.series-separator {
    height: 15px;
}

.book-separator {
    height: 10px;
}

.site-navigation {
    margin-top: 15px;
    margin-bottom: 15px;
}

navigation{
    max-width: 100%;
}

.sidebar{
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar h1{
    font-size: 1em;
}

.category-links{
    text-align: right;
}

footer {
    margin-top: 50px;
    text-align: center;
}

.article_header_image{
    margin-left: auto;
    margin-right: auto;
    display: block;
}


td, th{
	padding-right: 5px;
}