/*-----------------------------------------------------------------------------
	Book of the Month
-----------------------------------------------------------------------------*/

	#cta-bookofthemonth {
		background: url('../images/cta-bookofthemonth.png') no-repeat;
		height: 291px;
		position: relative;
	}

	#cta-bookofthemonth.home {
		background: #AEA5B7 url('../images/cta-book-of-the-month-home-top.png') no-repeat;
		padding-top: 153px;
		height: 210px;
	}

	#cta-bookofthemonth h2 {
		color: #442b57;
		height: 60px;
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px 15px 0 15px;
		position: relative;
	}
	#cta-bookofthemonth.home h2 {
		display: none;
	}
	#cta-bookofthemonth h2 em {
		bottom: 0;
		/*color: #F2A900;*/
		font-size: 2.5em;
		font-weight: bold;
		left: 15px;
		position: absolute;
		text-transform: uppercase;
	}

	#cta-bookofthemonth .content {
		color: #ffffff;
		margin: 0;
		padding: 0 15px 0 140px;
	}
	#cta-bookofthemonth.home .content {
		padding: 0 180px 0 15px;
	}
	#cta-bookofthemonth .content h3 {
		color: #442b57;
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.4em;
		margin: 0;
		padding: 0.3em 10px 0 0;
	}
	#cta-bookofthemonth .content h3 em {
		color: #ffffff;
		display: block;
		font-size: 1.7em;
		line-height: 1.4;
	}
	#cta-bookofthemonth .content p img {
		left: 25px;
		right: auto;
		position: absolute;
		top: 80px;
	}
	#cta-bookofthemonth.home .content p img {
		right: 25px;
		left: auto;
		position: absolute;
		top: 130px;
	}

	#cta-bookofthemonth ul {
		margin: 0.5em 0 0 145px;
	}
	#cta-bookofthemonth ul .buy {
		bottom: 12px;
		display: block;
		height: 23px;
		position: absolute;
		right: 89px;
		text-indent: -1000em;
		width: 132px;
		z-index: 1000;
	}
	#cta-bookofthemonth ul .archive {
		bottom: 12px;
		display: block;
		height: 23px;
		position: absolute;
		right: 13px;
		text-indent: -1000em;
		width: 68px;
		z-index: 1000;
	}

	#comments #comments-area {
		height: 1px
		visibility: hidden;
		position: absolute;
	}

/*---------------------------------------------------------------------------*/