﻿/* Notes:
	- This file specifies the optional font colors that content creators can use on text elements when rolling out pages in that theme.
	- Currently, the max amount of color options LiveBall allows is 7.
*/


/* Font color options */

.themecolor1{color:#5c5b4e;}

.themecolor2{color:#00acec;}

.themecolor3{color:#fd781f;}

.themecolor4{color:#7b9a43;}

.themecolor5{color:#9f9983;}

.themecolor6{color:#525143;}

.themecolor7{color:#7e7f79;}



/* Visual representation of your font colors (from above) in the admin console (background color of the radio buttons) */

.themecolor1bg{background-color:#5c5b4e;} /* note: same hex value as "themecolor1" above */

.themecolor2bg{background-color:#00acec;} /* note: same hex value as "themecolor2" above */

.themecolor3bg{background-color:#fd781f;} /* note: same hex value as "themecolor3" above */

.themecolor4bg{background-color:#7b9a43;} /* note: same hex value as "themecolor4" above */

.themecolor5bg{background-color:#9f9983;} /* note: same hex value as "themecolor5" above */

.themecolor6bg{background-color:#525143;} /* note: same hex value as "themecolor6" above */

.themecolor7bg{background-color:#7e7f79;} /* note: same hex value as "themecolor7" above */

