/* Js-Kit Echo theme */

/* colors */
.js-singleCommentBg{
background-color: transparent;
} /* 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: #3a3a3a;
} /* the color of all primary text elements */

.jsk-SecondaryFontColor{
color: #c6c6c6;
} /* 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-family: Lucida grande, Tahoma, Verdana, Arial;
}

.jsk-PrimaryFont{
font-size: 8pt;
font-weight: normal;
}

.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;
}


/* sizes */
.js-CommentsArea{
width: 100%;
}

/* suppress item display */
.jsk-HeaderWrapper{
display: none;
} /* no comment header */

.jsk-ItemUserAvatar{
display: none;
} /* no avatar */

.jsk-ItemBody{
margin-left: -48px;
} /* compensate for removed avatar */

.js-singleViaLinkWrapper{
display: none;
} /* no "Comment via" */

.js-CommentsSkin-echo div.jsk-ThreadWrapper{
padding: 0px;
} /* no whitespace above "Leave a Comment" */

/* Use '!important' to override inline style */
.js-singleCommentAdminStar{
display: none !important;
} /* no administrator star */

/* layout */
.js-singleCommentName{
margin-right: 1em;
} /* add space after commenter name */

.js-kit-miniProfile{
background-color: #FFFFFF;
} /* the color of the mini profile popup */

.jskit-MenuContainer{
background-color: #FFFFFF;
} /* the background color of pulldown menus */

.jskit-MenuItemMO{
background-color: #EDEDED;
} /* the color of pulldown menu items */

/* Hide the Leave a Comment Form */
/*.jsk-CommentFormButton { display: none; }
.js-singleCommentReplyable { display: none; }
.jsk-CommentFormSurface { display: block; }
  */
/* Hide the Follow tab */
.js-kit-tab-follow{
display: none;
}


/* Js-Kit Navigator theme */ /* colors */
div.js-topNavTabTitle{
color: #ff0000;
} /* changes the color of Navigator tabs to red */

/* fonts */
.js-topSingleCommentText{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
} /* changes the appearance of comments text */

.js-topFont{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
} /* changes the appearance of the main Navigator font */

.js-topDetailFont{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
} /* changes the appearance of the detail Navigator font */

.js-poweredBy-wrapper{
display: none;
}

.js-commentControl{
border: 1px solid #808080;
background-color: #F0F0F0;
padding: 4px;
}

.js-commentControl:hover{
border: 1px solid #808080;
background-color: #ACACAC;
}

.js-CmtSpam{
-moz-background-clip:border !important;

-moz-background-inline-policy:continuous !important;

-moz-background-origin:padding !important;
background: #FFFFE0; /* url(//cdn.js-kit.com/images/bio-hazard.gif) repeat-x scroll right bottom !important;  */
color: #404040;
}

.js-kit-follow-rssLabelsWrap{
display: none;
}

.js-kit-follow-rssControlsWrap{
display: none;
}

.js-kit-lcf-toField{
display: none;
}