/* Note formatting in here is terrible now, but I'll clean up soon. */

/* 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: #3a3a3a; } /* the color of all primary text elements */
.jsk-SecondaryFontColor { color: #888888; } /* the color of all secondary text elements */
.jsk-ThreadWrapper a.jsk-SecondaryFontColor { color: #888888; } /* the color of secondary text elements as links */
.js-CommentsSkin-echo .jsk-ThreadWrapper { padding: 0px; }
.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; }

/* suppress items */
.jsk-HeaderWrapper { display: none; }  /* no comment header */
.js-poweredBy { display: none !important; } /* No comment footer */
/* Use '!important' to override inline style */
.js-singleCommentAdminStar { display: none !important; } /* no administrator star */

.js-comment-stripe-2 { background-color: #f0f0f0; } /* Off color for even numbered comments. */
.js-singleCommentBg { background-color: transparent;} /* Off color for even numbered comments. */
.js-commentControl { 
	font-family: Lucida grande,Tahoma,Verdana,Arial; 
	font-size:12pt;
	padding: 3 5 3 5;
	width: 150px;
	background-color: #fff;
	text-align: center;
	border: 2px solid black;
	float: right;
	margin-right: 5px; 
} /* Style the leave a comment div. */
.js-LeaveComment { margin: 5px 0 5px 0; } /* Bit of space after leave a comment box. */
.js-CreateComment .js-kit-tab { display: none; } /* No follow link in comment box. */

.js-singleComment { margin-left: 0 !important} /* No indentation via margins */
.js-singleCommentDepth1, .js-singleCommentDepth2, .js-singleCommentDepth3, .js-singleCommentDepth4, .js-singleCommentDepth5, 
.js-singleCommentDepth6, .js-singleCommentDepth7, .js-singleCommentDepth8, .js-singleCommentDepth9, .js-singleCommentDepth10 { padding-left: 58px} /* Indent via padding so that banding looks right */
