

/* ==========================================================================
   Author's custom styles
   ========================================================================== */







.cc-gradient {
	background: -webkit-linear-gradient(#00A700, #0C5816); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#00A700, #0C5816); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#00A700, #0C5816); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#00A700, #0C5816); /* Standard syntax */
	color: white
}









