/*
Author: Techuso llc
Author URI: http://www.techuso.com
Description: Custom theme for blog page and books page. 
Version: 1.0
*/

.pageTitle{
	font-size: 40px;
	margin-top: 30px; 
	color: #4d4842;
	font-family: georgia;
    font-size: 48px;
}

body.blog article header, body.single-post article header, body.archive article header, body.blog article div.entry-summary, body.single-post article div.entry-summary, body.archive article div.entry-summary, body.blog article div.entry-content, body.single-post article div.entry-content, body.archive article div.entry-content, body.blog article footer, body.single-post article footer, body.archive article footer {
    display: block;
    float: none;
    width: 100%;
}

.blog-info{
	color: #222;
    font-size: 22px; 
    font-weight: bold;
}

h1.entry-title{
	margin:0;
}

.image-header{
	height: auto;
    width: 100%;
}

.books-content{
	height: auto;
	max-width: 1280px;
	width: 100%; 
}

#primary #content{
	height: auto !important;
}

.book-thumbnail{
	width: 20%;
	float: left;
	min-height: 350px;
}
.book-thumbnail img {
    height: auto;
    width: 85%;
}

.book-desciption{
	width: 80%;
	float: left;
}

.book-desciption .title {
    max-width: 625px;
}

.books-content li{
	list-style: none;
    margin: 50px 0;
}

h1.title{
	margin:0;
	color: #5b585d;
}

.book-desciption .info{
	color: #222;
    font-size: 26px;
}

.book-desciption .content{
	color: #999;
    font-size: 20px;
    margin: 20px 0;
}

.book-desciption p{
	margin-bottom: 20px;
}

.book-desciption a {
    background-color: #654b73;
    color: #fff;
    font-size: 22px;
    font-weight: inherit;
    letter-spacing: 2px;
    line-height: inherit;
    padding: 0 5px;
    text-decoration: none;
}

.book-desciption a:hover{
    color: #F4F4F4;
    font-size: 22px;
    padding: 0 5px;
}

#primary h1.sectionHeading {
    margin: 25px 0;
}

.books-content .more-link{
	display: none;
}

#secondary aside.widget ul.no-border li a {
    border-top: 0;
    padding-left: 25px;
}

 #secondary aside.widget h4.no-bg {
    background-color: #fff;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    color: #654b73;
 }
 
 .links > a {
    color: #999999;
    font-family: georgia;
    font-size: 21px;
    line-height: 30px;
}

