/*-----------------------------------------------------------------------------
	Create Book Club
-----------------------------------------------------------------------------*/
	
	#cta-createbookclub {
		background: url('../images/cta-createbookclub.png') no-repeat;
		height: 328px;
		padding: 0 15px;
		position: relative;
	}
	
	#cta-createbookclub h2 {
		font-size: 2em;
		font-weight: bold;
		line-height: 1.2;
		margin: 0;
		padding: 0.3em 0 0 0;
		color: white;
	}
	
	#cta-createbookclub .content {
		bottom: 50px;
		color: #ffffff;
		font-size: 1.2em;
		padding: 0;
		position: absolute;
		width: 360px;
	}
	#cta-createbookclub .content h4 {
		color: #f2a900;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0.4em 0;
	}
	
	#cta-createbookclub .footer a {
		bottom: 9px;
		display: block;
		height: 23px;
		left: 10px;
		position: absolute;
		text-indent: -1000em;
		width: 82px;
	}
	
/*-------------------------------------------------------------------------
	Manage Book Club
---------------------------------------------------------------------------*/
	#cta-createbookclub.managebookclub {
		background: url('../images/cta-managebookclub.png') no-repeat;
		height: 328px;
		padding: 0 15px;
		position: relative;
	}
	
	#cta-createbookclub.managebookclub .footer a {
		bottom: 9px;
		display: block;
		height: 23px;
		left: 10px;
		position: absolute;
		text-indent: -1000em;
		width: 132px;
	}