/* Generic */

div#wrapper { /* The image for the quotes actually lives here. */
	background: transparent none no-repeat 0 0;
}

div#upstairs-quote {
	background: transparent none no-repeat 0 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 293px;
}

div#upstairs-quote,
div#upstairs-quote q,
div#upstairs-quote cite {
	display: block; /* Otherwise the text-indent won't work */
	text-indent: -9999px;
}


/* Specifics */

body.uq-nodding-acquaintance div#wrapper {
	background-image: url( /wp-content/plugins/upstairs_quotes/etc/nodding-acquaintance.jpg );
	background-position: 15px 16px;
}


body.uq-beyond-zebra div#wrapper {
	background-image: url( /wp-content/plugins/upstairs_quotes/etc/beyond-zebra.jpg );
	background-position: 5px 32px;
}


body.uq-direct-the-sails div#wrapper {
	background-image: url( /wp-content/plugins/upstairs_quotes/etc/direct-the-sails.jpg );
	background-position: -5px 8px;
}


body.uq-imagination-focus div#wrapper {
	background-image: url( /wp-content/plugins/upstairs_quotes/etc/imagination-focus.jpg );
	background-position: 0 36px;
}
