body {
    background-color: #fff;
    color: #000;
    font-family: 'Lora', 'Georgia', serif;

    /*base unit for the various elements*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.container {
    padding-bottom: 2em;
}

.padding-bottom {
    padding-bottom: 1em;
}

.header-row {
    margin-top: 1em;
    margin-bottom: 1em;
}

.footer-row {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content-body {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*margin-bottom: 20px;*/
    /*padding-bottom: 8px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*padding-top: 8px;*/
    /*padding-bottom: 2em;*/
}

p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #993300;
}

a:visited {
    color: #CC6633;
}

a:hover {
    color: #CC9933;
    text-decoration: none;
}

a:active {
    color: #CC9933;
}

blockquote {
    font-size: 1em;
    line-height: 1.5em;
}

blockquote footer {
    font-size: 1em;
    line-height: 1.5em;
}

.border {
    /*border: #000 .5px solid;*/
}

.img-border {
    /*border: #000 .5px solid;*/
}

img.shadow {
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.breadcrumb {
    /*background-color: #D0D0D0;*/
    margin-top: 0;
    margin-bottom: 0;
    /*padding-left: 0;*/
}

h1#home-link {
    display: inline;

    /*400*/
    /*font-family: 'Bevan', serif;*/
    font-family: 'Patua One', 'Georgia', serif;
    /*font-family: 'Abril Fatface', serif;*/

    /*400, 700*/
    /*font-family: 'Passion One', serif;*/

    font-size: 1.2em;
    font-weight: 400;
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
    /*line-height: 1.5em;*/

    margin-top: 1em;
    margin-bottom: 1em;

    color: #CC6633;
}

h2#title {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 700;
    /*margin-top: 1em;*/
    margin-top: 1em;
    margin-bottom: 1em;
}

h3#subtitle {
    font-size: 1em;
    line-height: 1.5em;
    /*font-style: italic;*/
    margin-top: 0;
    margin-bottom: 2em;
}

h4#author-link {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 2em;
}

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

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

.para-break {
    margin-top: 2em;
}

.indent-wrapped-line {
    text-indent: -2em;
    padding-left: 2em;
}

.uppercase-bold {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 2em;

    /*border-bottom-color: #dedede;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/
    /*padding-bottom: 2em;*/
}

.section > a {
    display: block;
}

ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    /*Internet Explorer and Opera opted to create the indent with the left margin*/
    padding-left: 1em;
    /*Mozilla/Netscape use padding*/
    text-indent: -1em;
}

ul li:before {
    content: "\00BB \0020";
    color: #999;
}

/*
    To maintain indents as ul, change bullet color to white.
*/
ul li.no-list-bullet:before {
    color: #fff;
}

.author {
    display: block;
    margin-top: 1em;
}

.citation {
    /* border-top-color: #dedede;
    border-top-style: solid;
    border-top-width: 1px; */
    /* padding-top: 2em; */

    /* border-bottom-color: #dedede;
    border-bottom-style: solid;
    border-bottom-width: 1px; */
    padding-bottom: 2em;
    /* margin-bottom: 2em; */
}

.citation-thumbnail {
    margin-right: 1em;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
    /*float: left;*/
}

.separator {
    margin-top: 2em;
    margin-bottom: 2em;
}

.review-title {
    /* margin-top: 2em; */
    font-style: italic;
}

.review-pages,
.review-price,
.review-format {
    display: inline;
}

.amazon-logo {
    font-weight: 600;
}

/*
    Default CSS for <pre> tag:
    http://www.w3.org/TR/CSS2/sample.html
*/
.preformatted {
    display: block;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
}

.end-of-content {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

/* http://stephen.io/mediaqueries/ */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    body {
        background-color: #D0D0D0;
    }

    h2#title {
        margin-top: 2em;
    }

    .breadcrumb {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-bottom: 2em;
    }

    .citation-thumbnail {
        float: left;
        padding-bottom: 0;
    }

    /*.container {*/
    /*    width: 80%;*/
    /*}*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    body {
        background-color: #D0D0D0;
    }

    h2#title {
        margin-top: 2em;
    }

    .breadcrumb {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-bottom: 2em;
    }

    .citation-thumbnail {
        float: left;
        padding-bottom: 0;
    }

    /*.container {*/
    /*    width: 60%;*/
    /*}*/
}

@media (min-width : 1025px) {

    body {
        background-color: #D0D0D0;
    }

    h2#title {
        margin-top: 2em;
    }

    .breadcrumb {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-bottom: 2em;
    }

    .citation-thumbnail {
        float: left;
        padding-bottom: 0;
    }

    /*.container {*/
    /*    width: 80%;*/
    /*}*/
}
