/* Apply a basic layout */
/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/


/* =Page Templates
-------------------------------------------------------------- */
#wrapper #container {
    width:895px;
    margin: 0;
}

#wrapper #content {
    width:895px;
    overflow:hidden;
    margin: 0;
}

#content #home-testimonial
{
	text-align:center;
        font:26px/28px 'Old Standard TT',serif;
        color:#435966;
        width:650px;
        margin:0 auto;
}
#content #home-testimonial span
{
	font:10px/22px arial,sans-serif;
        text-transform: uppercase;
        display: block;
}
#home-bookshelf
{
	min-height:500px;
	width:852px;
	background:url("../images/shelf-bg.png") no-repeat center 200px;
	margin:20px auto;;
}
#home-bookshelf .item
{
	height: 293px;
    position: absolute;;
}

#home-bookshelf #shelf-item1{width:212px;left:83px;}
#home-bookshelf #shelf-item2{width:313px;left:320px;}
#home-bookshelf #shelf-item3{width:205px;left:595px;}

#home-bookshelf .item .item-image
{
	position:absolute;
	left:auto;
	top:auto;
	bottom:0px;
}

.lower-bookshelf{padding-top:355px;}
.lower-bookshelf .column {width:195px;}
.lower-bookshelf .column h4{font:bold 18px/18px 'Old Standard TT';padding:0 0 7px; color:#a81c14;}
.lower-bookshelf .column .sub-title{ font:15px/18px 'Vollkorn';color:#a81c14;}
.lower-bookshelf .column p{margin-bottom:12px; font:14px/18px 'Gentium Book Basic';color:#2b3138;}

.lower-bookshelf .column a, #content #lower-bookshelf .column  a:active, #lower-bookshelf .column  a:visited{font:italic 14px/16px 'Vollkorn';}
.lower-bookshelf .column  a:hover{color:#a81c14;}

.lower-bookshelf #col1{padding:0 50px 0 72px;width:205px;float:left;}
.lower-bookshelf #col2{padding-right:50px;  width:231px; float:left;}
.lower-bookshelf #col3{float:left;width:240px;}

.lower-bookshelf #col3 h4{padding:0 0 7px 20px;}

.lower-bookshelf .social-links{display:inline-block; margin-bottom:20px;}
.lower-bookshelf .social-links a{display: inline-block;padding-right:1px; }

.lower-bookshelf .book-clubs .club-img{float:left;margin-right:10px;}
.lower-bookshelf .book-clubs .club-desc{float:left;max-width: 127px;}
.lower-bookshelf #col3 .book-clubs .club-desc h4{padding:0; line-height: 18px;font-size:14px;}



