/* ============================ COLOR FOR TRIFECTA (ORIGINAL) =========================== */


/* ====== #A392A0 = purple  = dark    ====== */
/* ====== #ACB5AB = green   = med     ====== */
/* ====== #D1BCC0 = pink    = light   ====== */
/* ====== #809CA4 = blue    = accent  ====== */
/* ====== #EFEEF0 = pale    = pale    ====== */
/* ====== #999999 = gray    = gray    ====== */
/* ====== #000000 = black   = black   ====== */


/* == DARK ELEMENTS ============================================ */


#kw3bottom, #kw3footer, #kw3top, #kw3header, .kw3date-dark, .dark,
.perfdate-dark, .perfdate-2002, .perfdate-2004, .perfdate-2006, 
.perfdate-2008, .perfdate-2010, .perfdate-2012, .perfdate-2014,
.perfdate-2016, .perfdate-2018, .perfdate-2020, .perfdate-2022,
.perfdate-2024, .perfdate-2026, .perfdate-2028, .perfdate-2030, #bg0
     {background-color:#A392A0; } 


/* == MED ELEMENTS ============================================= */


.kw3date-light, .med, #bg1, #bg0 #kw3footer, #bg0 #kw3bottom,
.perfdate-light, .perfdate-2003, .perfdate-2005, .perfdate-2007,
.perfdate-2009, .perfdate-2011, .perfdate-2013, .perfdate-2015,
.perfdate-2017, .perfdate-2019, .perfdate-2021, .perfdate-2023,
.perfdate-2025, .perfdate-2027, .perfdate-2029, .perfdate-2031
     {background-color:#ACB5AB; }


/* == LIGHT ELEMENTS =========================================== */


.kw3perfblock:hover, .light, #bg2, 
.kw3miniblock:hover
     {background-color:#DDCBCF; }


/* == ACCENT ELEMENTS ========================================== */


#wrap, .accent, #bg3
     {background-color:#809CA4; }


/* == PALE ELEMENTS ============================================ */


#kw3content, .moduletable_menu3, .rectext, .recaudio, .pale,
.comptext, .compaudio, .arrtext, .arraudio
     {background-color:#EFEEF0; } 


/* == GRAY ELEMENTS ============================================ */

#kw3left, #kw3right, .gray, #bg4
     {background-color:#999999; }


/* == BLACK ELEMENTS ============================================ */

.moduletable-logo, .black, #bg5, .moduletable-logos
     {background-color:#000000; color:#ffffff; }


/* == CART ELEMENTS ============================================ */

.cart
     {background-color:#550A0E; color:#ffffff; }
