/*
 *  Young Child Expo [style.css]
 *  Styles put here will appear in TinyMCE dropdown.
 *  Any styles that shouldn't appear in the dropdown *must* go in yce.css.
 *  
 */

.BEGIN-USER-STYLES { } /* Keep this class empty */
/*  ---------------------------
 *  BEGIN user-editable section
 *  --------------------------- */

/*  (Sub)Headers */
	
	.header { font-weight: bold; color: #000; font-size: 14px; text-transform: uppercase; }
	.subheader_black { font-weight: bold; color: #000; font-size: 14px; }
	.subheader_blue { font-weight: bold; color: #67b2ce; font-size: 14px; }
	.subheader_green { font-weight: bold; color: #00ab85; font-size: 14px; }
	/*.subheader_blue { font-weight: bold; color: #67b2ce; font-size: 14px; }
	.subheader_green { font-weight: bold; color: #6c9; font-size: 14px; }*/
	
	.sub-subheader { font-weight: bold; color: #555; text-transform: uppercase; font-size: 12px; }

/*  Content Standout for paragraph text */
	
	.content-standout { font-weight: bold; color: #67b2ce; }
	.content-standout-2 { font-weight: bold; color: #00ab85; /*dc143c, f33 */ }

/*  Buttons blue and red [style-yce.css] */

	.button_red { }
	.button_blue { }
	
/*  Other styles */

	
/*  -------------------------
 *  END user-editable section
 *  ------------------------- */
.END-USER-STYLES { } /* Keep this class empty */

/* Do not put anything below this line */