/*
 Theme Name:     Lifestream Custom Theme
 Theme URI:      http://www.lifestreamcf.org.au/twenty-twelve-child/
 Description:    Twenty Twelve Based Theme
 Author:         Michael Branch
 Author URI:     http://www.lifestreamcf.org.au
 Template:       twentytwelve
 Version:        1.2
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/* ---       ACM       --- */
/* --- Rounded Corners --- */
#corners1 {
	border: 2px solid;
	border-radius: 25px;
	background: -webkit-linear-gradient(#84621F, #FBF7EE); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#84621F, #FBF7EE); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#84621F, #FBF7EE); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#84621F, #FBF7EE); /* Standard syntax (must be last) */
	text-align: center;
	color: #000000;
	height: 100%;
	line-height: 1;
} 

#corners2 {
	border: 2px solid;
	border-radius: 25px;
	background: -webkit-linear-gradient(#004C8F, #EBF5FF); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#004C8F, #EBF5FF); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#004C8F, #EBF5FF); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#004C8F, #EBF5FF); /* Standard syntax (must be last) */
	text-align: center;
	color: #000000;
	height: 100%;
	line-height: 1;
} 

#corners3 {
	border: 2px solid;
	border-radius: 25px;
	background: -webkit-linear-gradient(#064B1A, #D9FCE3); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#064B1A, #D9FCE3); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#064B1A, #D9FCE3); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#064B1A, #D9FCE3); /* Standard syntax (must be last) */
	text-align: center;
	color: #000000;
	height: 100%;
	line-height: 1;
} 

