/* Commenting Styles */
/* sizes */
.js-CommentsArea { width: 400px; }
/* suppress item display */
.jsk-PrimaryBackgroundColor { background-color: #FFF0F0; !important} /* changes the primary foundation color */
.jsk-SecondaryBackgroundColor { background-color: #FFF0F0; }
.jsk-TrinaryBackgroundColor { background-color: #FFF0F0; }
.jsk-HeaderWrapper { display: none; }  /* no comment header */
.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:#FFF0F0; } /* the color of the mini profile popup */
.jskit-MenuContainer { background-color:#FFFFFF; } /* the background color of pulldown menus */
.jskit-MenuItemMO { background-color: #FFF0F0; } /* the color of pulldown menu items */
/* Hide the Follow tab */
.js-kit-tab-follow { display: none; }
.js-singleCommentBg { background-color:#FFF0F0; } /* changes the bg color of each item */


/* Hiding avatar from forms for entering new comments */
/* hide avatar from the form for inputting new comments*/
.js-kit-miniProfile-avatar,.js-kit-avatars-wrapper {
display: none;
}
/* move the next div to the hidden div position */
.js-kit-miniProfileDataWrap {
margin-left: 0px !important;
}

.js-kit-nonLoggedUserInfo {
margin-left: -75px;
}

/* Hiding avatar from comments thread */
/* hide avatar from the thread */
.js-singleCommentAvatar {
display: none;
}

/* move the comment content position */
.jsk-ItemBody {
margin-left: -48px;
}

/* move timestamp position */
.jsk-ItemFooter {
margin-left: -48px;
}
/* /Hiding avatar from comments thread */

/* Hiding timestamps */
.jsk-ItemAge {
float: right;
visibility: hidden;
display: none;
}
/* /Hiding timestamps */

/* Hiding RSS links */
.js-CreateComment .js-kit-tabs-singleTab {
display: none;
}
/* /Hiding RSS links */

/* Hiding the 'Share' button */
.js-kit-lcf-toField {
background-color:#FFFFFF;
border:1px solid #BBBBBB;
display:none;
}
/* /Hiding the 'Share' button */
