/* Js-Kit Echo theme */
/* colors */
.js-singleCommentBg { background-color:#FDF3DF; }
.jsk-PrimaryBackgroundColor { background-color: #D7BC83; }
.jsk-SecondaryBackgroundColor { background-color: #BDA774; }
.jsk-PrimaryHighlightColor { color: #fffea9 }
.jsk-SecondaryHighlightColor { color: #ffff00 }
.jsk-PrimaryFontColor { color: #808080; }
.jsk-SecondaryFontColor { color: #ADADAD; }
.jsk-ThreadWrapper a, .jsk-LinkColor { color: #CC33CC }
.jsk-H1Color { color: #878487; }
.js-kit-miniProfile { background-color:#FDF3DF; }
.jskit-MenuContainer { background-color:#FDF3DF; }
.jskit-MenuItemMO { background-color: #EF1919; }
/* fonts */
.jsk-PrimaryFont, .jsk-CommentFormSurface input { font-family: Times New Roman; }
.jsk-PrimaryFont { font-size: 10pt; font-weight: bold; }
.jsk-H1Font { font-size: 1.38em; font-weight: bold; line-height: 1.4em; }
.jsk-LinkFont { color: #CC33CC; }
.jsk-ThreadWrapper a { color: #CC33CC; }
.jsk-ThreadWrapper a:hover { text-decoration: none; font-weight: normal; color: #FF01DE; }
/* sizes */
.js-CommentsArea { width: 500px; }