

body {
    background-color: #fff;
    color: #666;
    font-family: 'Open Sans', arial, sans-serif;
    width: 960px;
    margin: 0 auto 0 auto;
}

header {
    display: block;
    height: 170px;
    border-bottom: 5px solid #000;
    margin-bottom: 10px;
}

h1 {
    font-weight: normal;
    margin: 28px 0 0 0;
    float: left;
    width: 225px;
    height: 140px;
    background-image: url('../images/bookworm-logo.png');
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

h2 {
    font-size: 2.4em;
    color: #000;
    line-height: 1em;
    letter-spacing: -.06em;
}

h3 {
    padding: 0 20px 0 20px;
    margin: 0 0 40px 0;
    font-size: 1.4em;
    color: #d71a00;
    font-family: oswald, arial, sans-serif;
    text-align: center;
}

h4 {
    margin: 1.5em 0 2.7em 0;
    padding: 0;
    line-height: 1em;
    letter-spacing: -.06em;
}

nav {
    font-family: oswald, arial, sans-serif;
    float: right; 
    width: 600px;
    padding-top: 30px;
    font-size: 1.4em;
    text-align: right;
    text-transform: uppercase;
}

nav a {
    padding-left: 30px;
}

nav a:hover, a.current {
    color: #d71a00;
}

a {
    text-decoration: none; 
    color: #000;
}

.emphasized {
    font-weight: bold;
    font-size: 1.4em;
    color: #d71a00;
}

.book-layout, .book {
    width: 265px;
    float: left;
    text-align: center;
}

.book p {
    border-right: 1px solid #999; 
}

#content .book:last-child p {
    border-right: none;
}

.book-layout p {
    padding: 0 20px 0 20px;
    
    text-align: left;
    line-height: 1.4em;
}

#book a {
    font-family: oswald, arial, sans-serif;
    font-size: 120%;
    text-transform: uppercase;
    text-align: left;
    line-height: 4.5em;
    display: block; 
    height: 120px; width: 100%;
}

#book img {
    opacity: 0.5;
    width: 125px;
    height: 125px;
    float: left;
    margin-right: 10px;
    border-radius: 25%;
    padding: 30px 0px 30px 0px;
}

#details {
    width: 685px;
    text-align: left;
    padding: 1.8em 0 0em 1;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

#details p {
    padding: 0 20px 0 20px;
    text-align: justify;
}
