/*-----------------------------------------------------------------------------
	Authors Place
-----------------------------------------------------------------------------*/
	.column-c #cta-authorsplace p {
		background: url('../images/cta-authorsplace-column-c.png') no-repeat;
		padding: 175px 15px 0 15px;
		height: 107px;
	}
	#cta-authorsplace.column-x p,
	.column-x #cta-authorsplace p {
		background: url('../images/cta-authorsplace-column-x.png') no-repeat;
		padding: 230px 15px 0 15px;
		height: 100px;
	}
	#cta-authorsplace p a {
		display: block;
		height: 20px;
		left: 13px;
		position: absolute;
		text-indent: -1000em;
		width: 110px;
	}
	.column-c #cta-authorsplace p a {
		bottom: 27px;
	}
	#cta-authorsplace.column-x p a,
	.column-x #cta-authorsplace p a {
		bottom: 20px;
	}
	
	#cta-authorsplace {
		clear: left;
	}
	
/*---------------------------------------------------------------------------*/