/**
 * @author 		Daniel Mitchell <glockops \at\ gmail.com>
 * @copyright  	Copyright (c) 2012 D. Mitchell.
 * @license    	Creative Commons Attribution-ShareAlike 3.0 Unported
 *				http://creativecommons.org/licenses/by-sa/3.0/
 */
 
/**
	CSS Document for Content Plus Block
	NOTE: DO NOT INSERT LAYOUT OR POSITIONING INFORMATION!
	This document should only contain colors
	This allows easy custom template overrides
*/

/****************
 * IMAGE STYLES *
 ***************/
 
 .cpb-image-caption { color: #687187; }

/****************
 * QUOTE STYLES *
 ***************/

/* Global Quote Styles */
.cpb-quote .quote-attr {color: #687187;}

/* Quote Bubble (square) */
.cpb-quote.bq-bubble-square {color: #FFF;}
.cpb-quote.bq-bubble-square blockquote {background: #303A3D;}
.cpb-quote.bq-bubble-square .quote-attr span {border-top-color: #303A3D;}

/* Quote Vertical Dots */
.cpb-quote.bq-vertical-dots { border-color: #303A3D; color: #303A3D; }

/* Quote Double Border */
.cpb-quote.bq-bordered { background-color: #303A3D; color: #E6EAF5; border-color: #E6EAF5 }
.cpb-quote.bq-bordered .quote-attr { color: #E6EAF5; }

/* Quote All Caps */
.cpb-quote.bq-allcaps { border-color: #9093A3; }

/* Quote Drop Cap */
.cpb-quote.bq-dropcap blockquote:first-letter { color: #9093A3; }