/* Js-Kit Echo theme */
 
/* colors */
.js-singleCommentBg { background-color:#FFFFFF; } /* changes the bg color of each item */
.jsk-PrimaryBackgroundColor { background-color: #FFFFFF; } /* changes the primary foundation color */
.jsk-SecondaryBackgroundColor { background-color: #f4f4f4; } /* changes things like the comment form bg */
.jsk-PrimaryHighlightColor { color: #fffea9 } /* not currently used */
.jsk-SecondaryHighlightColor { color: #ffff00 } /* not currently used */
.jsk-PrimaryFontColor { color: black; } /* the color of all primary text elements */
.jsk-SecondaryFontColor { color: black; } /* the color of all secondary text elements */
.jsk-ThreadWrapper a, .jsk-LinkColor { color: #476cb8 }  /* the color of the Echo Stream background */
.jsk-H1Color { color: #878487; } /* the color of the 1st level headers */ 
.jsk-MenuContainer { background-color: ##FFFFFF; }    /* the color of the 'Add another site' drop-down menu */
 
 
/* fonts */
.jsk-PrimaryFont, .jsk-CommentFormSurface input {font-size: 1.2em; font-family:  Arial, Verdana,Helvetica, sans-serif; }
.jsk-PrimaryFont { font-size: 1.2em; font-weight: normal;  font-family:  Arial, Verdana,Helvetica, sans-serif;}
.jsk-H1Font { font-size: 1.38em; font-weight: bold; line-height: 1.4em; }
.jsk-LinkFont, .jsk-ThreadWrapper a, .jsk-ThreadWrapper a:hover { text-decoration: none; font-weight: normal; }