/* Js-Kit Echo theme */
	
/* colors */
.js-singleCommentBg { } /* changes the bg color of each item */
.jsk-PrimaryBackgroundColor { background-color: transparent; } /* changes the primary foundation color */
.jsk-SecondaryBackgroundColor { } /* changes things like the comment form bg */
.jsk-PrimaryHighlightColor { } /* not currently used */
.jsk-SecondaryHighlightColor { } /* not currently used */
.jsk-PrimaryFontColor { } /* the color of all primary text elements */
.jsk-SecondaryFontColor { } /* the color of all secondary text elements */
.jsk-ThreadWrapper a, .jsk-LinkColor { }  /* the color of the Echo Stream background */
.jsk-H1Color { } /* the color of the 1st level headers */ 
.jsk-MenuContainer { }    /* the color of the 'Add another site' drop-down menu */

/* fonts */
.jsk-PrimaryFont, .jsk-CommentFormSurface input { }
.jsk-PrimaryFont { }
.jsk-H1Font { }
.jsk-LinkFont, .jsk-ThreadWrapper a, .jsk-ThreadWrapper a:hover { }
	
/* sizes */
.js-CommentsArea { }

/* suppress item display */
.jsk-HeaderWrapper { display: none; }  /* no comment header */
.jsk-ItemUserAvatar { } /* no avatar */
.jsk-ItemBody { } /* compensate for removed avatar */
.js-singleViaLinkWrapper { }  /* no "Comment via" */
.js-CommentsSkin-echo div.jsk-ThreadWrapper { 
	margin-bottom: 0;
	padding: 0;
}  /* no whitespace above "Leave a Comment" */

.js-CommentsSkin-echo .jsk-StreamWrapper {
	margin-bottom: 0;
}

.js-CommentsSkin-echo .js-singleComment {
	padding: 10px;
	margin-top: 10px;
	background-color: #EEE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Use '!important' to override inline style */
.js-singleCommentAdminStar { } /* no administrator star */

/* layout */
.js-singleCommentName { } /* add space after commenter name */ 
.js-kit-miniProfile { } /* the color of the mini profile popup */
.jskit-MenuContainer { } /* the background color of pulldown menus */
.jskit-MenuItemMO { } /* the color of pulldown menu items */ 

/* Hide the Leave a Comment Form */
.jsk-CommentFormButton { }
.js-singleCommentReplyable { }
.jsk-CommentFormSurface { }

/* Hide the Follow tab */
.js-kit-tab-follow { }

.jsk-ItemWrapper {
	padding-bottom: 0;
	padding-top: 0;
}

.js-LeaveComment {
	margin: 				0;
}

input.jsk-CommentFormButton,
.js-commentControl a {
	padding: 				6px;
	font-size: 				11px;
	font-weight: 			bold;
	border: 				none;
	background-color: 		#DED8D5;
	-moz-border-radius: 	4px;
	-webkit-border-radius:	4px;
}

div#comentarios .js-commentControl a {
	font-size: 				16px;
}

.js-commentControl a {
	color: 					#000;
	text-decoration: 		none;
	padding: 				6px 10px;
}

.js-commentControl a:hover {
	text-decoration: 		none;
}

.js-PageNavBottom {
	margin-top: 			20px;
}

.jsk-SecondaryFontColor, 
.jsk-ThreadWrapper a.jsk-SecondaryFontColor {
	color:					#999;
}
