/**********  Fonts styles **********
 * 
 * Font codes to be used:

font-family: 'Oswald', sans-serif;
font-family: 'Hammersmith One', sans-serif;
font-family: 'Lato', sans-serif;

*/

/*
Headers fonts
*/

h1,h2,h3,h4,h5,h6,.postTitle {
font-family: 'Lato', sans-serif !important;
}

#sitename h1 {
font-family: 'Hammersmith One', sans-serif !important;

} 

#sitename h2 {
font-family: 'Hammersmith One', sans-serif !important;
}

/*
Book review elements*/

.quote-box {
border-left: 10px solid #ccc;
padding-left: 1em;
color: #6A6A6A;
font-style: italic;
margin-bottom: 3em;
}

.quote-box-author {
text-align: right;
font-size:110%;
color: black;
}

.book-cover-image {
width: 200px;
border: #ccc solid 1px !important;
padding: 5px;
background:#eee;
float: right;

}

.book-cover-image-sidebar {
width: 150px;
border: #ccc solid 1px !important;

}

/*
Books of the year styles
*/

.book-box {
padding: 10px;
background: #F9F9F9;
border: 1px solid #ccc;
margin-bottom: 2em;
font-size:93%;
}


.book-box blockquote{
background: #F5F5F5;
}

.book-box h3 {
font-size: 16pt;
}

.book-box img {
width: 120px;
padding: 3px !important;
border: 1px #ccc solid !important;
background: white;
float:right;
}

.book-title {
font-size: 120%;
border-left: 4px #2371B4 solid;
padding-left: 5px;
margin-bottom: 10px;
}

.book-title a, .book-title2 a, .book-title a:visited, .book-title2 a:visited { 
font-weight: bold;
color: #206BA2 !important;
}

.book-number {
font-size: 25pt;
color: #4A9ADF;
}


.book-box2 {
padding: 10px;
background: #E8E8E8;
border: 1px solid #E0E0E0;
font-size:90%;
margin: 1em;

}


.book-box2 blockquote{
background: #F5F5F5;
}

.book-box2 h3 {
font-size: 12pt;
}

.book-box2 img {
width: 80px;
padding: 3px !important;
border: 1px #ccc solid !important;
background: white;
float:right;

}

.book-number2 {
font-size: 16pt;
color: #6DB0EA;
}

.book-title2 {
font-size: 110%;
border-left: 2px #5FA4E0 solid;
padding-left: 5px;
margin-bottom: 10px;
}
