/* CSS Document 

themeColor1 SOLID

themeColor2 GRADIENT


*/

.yellow .themeColor1 {
	background: #F1EB4E;
}
.yellow .themeColor2 {
	background: #F1EB4E;

background: -moz-linear-gradient(top,  #f7f2cf 0%, #efd426 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f2cf), color-stop(100%,#efd426));

background: -webkit-linear-gradient(top,  #f7f2cf 0%,#efd426 100%);

background: -o-linear-gradient(top,  #f7f2cf 0%,#efd426 100%);

background: -ms-linear-gradient(top,  #f7f2cf 0%,#efd426 100%);

background: linear-gradient(to bottom,  #f7f2cf 0%,#efd426 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f2cf', endColorstr='#efd426',GradientType=0 );



}


.pink .themeColor1 {
	background-color: #FE41A2;
}
.pink .themeColor2 {
	background:#FE41A2;
	background: rgb(255,93,177);

background: -moz-linear-gradient(top,  rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1)));

background: -webkit-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);

background: -o-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);

background: -ms-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);

background: linear-gradient(to bottom,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );


}

.purple .themeColor1 {
	background: #9650D3;
}
.purple .themeColor2 { 
background: #7F56B5;
background: rgb(161,130,214);

background: -moz-linear-gradient(top,  rgba(161,130,214,1) 0%, rgba(127,86,181,1) 47%, rgba(102,54,150,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,130,214,1)), color-stop(47%,rgba(127,86,181,1)), color-stop(100%,rgba(102,54,150,1)));

background: -webkit-linear-gradient(top,  rgba(161,130,214,1) 0%,rgba(127,86,181,1) 47%,rgba(102,54,150,1) 100%);

background: -o-linear-gradient(top,  rgba(161,130,214,1) 0%,rgba(127,86,181,1) 47%,rgba(102,54,150,1) 100%);

background: -ms-linear-gradient(top,  rgba(161,130,214,1) 0%,rgba(127,86,181,1) 47%,rgba(102,54,150,1) 100%);

background: linear-gradient(to bottom,  rgba(161,130,214,1) 0%,rgba(127,86,181,1) 47%,rgba(102,54,150,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a182d6', endColorstr='#663696',GradientType=0 );
}


.red .themeColor1 {
	background:#FF2A2A;
}
.red .themeColor2 { 
	background:#FF2A2A;

background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));

background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);

background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);

background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);

background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}


.green .themeColor1 {
	background:#a0c47a;
}
.green .themeColor2 { 
	background:#a0c47a;

background: -moz-linear-gradient(top,  rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1)));

background: -webkit-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);

background: -o-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);

background: -ms-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);

background: linear-gradient(to bottom,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );


}

.orange .themeColor1 {
	background-color: #FF6A1D;
}

.orange .themeColor2 {
background: #FF6A1D;

background: -moz-linear-gradient(top,  #fca562 0%, #f44900 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca562), color-stop(100%,#f44900));

background: -webkit-linear-gradient(top,  #fca562 0%,#f44900 100%);

background: -o-linear-gradient(top,  #fca562 0%,#f44900 100%);

background: -ms-linear-gradient(top,  #fca562 0%,#f44900 100%);

background: linear-gradient(to bottom,  #fca562 0%,#f44900 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca562', endColorstr='#f44900',GradientType=0 );


}

