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

/* colors */
#chat .js-singleCommentBg { background-color:#FFFFFF; } /* changes the bg color of each item */
#chat .jsk-PrimaryBackgroundColor { background-color: #FFFFFF; } /* changes the primary foundation color */
#chat .jsk-SecondaryBackgroundColor { background-color: #f4f4f4; } /* changes things like the comment form bg */
#chat .jsk-PrimaryHighlightColor { color: #fffea9 } /* not currently used */
#chat .jsk-SecondaryHighlightColor { color: #ffff00 } /* not currently used */
#chat .jsk-PrimaryFontColor { color: #3a3a3a; } /* the color of all primary text elements */
#chat .jsk-SecondaryFontColor { color: #888888; } /* the color of all secondary text elements */
#chat .jsk-ThreadWrapper #chat a.jsk-SecondaryFontColor { color: #888888; } /* the color of secondary text elements as links */
#chat .js-CommentsSkin-echo #chat .jsk-ThreadWrapper { padding: 0px; }
#chat .jsk-ThreadWrapper a, #chat .jsk-LinkColor { color: #476cb8 }  /* the color of the Echo Stream background */
#chat .jsk-H1Color { color: #878487; } /* the color of the 1st level headers */ 
#chat .jsk-MenuContainer { background-color: ##FFFFFF; }    /* the color of the 'Add another site' drop-down menu */

/* fonts */
#chat .jsk-PrimaryFont, #chat .jsk-CommentFormSurface input { font-family: Lucida grande, Tahoma, Verdana, Arial; }
#chat .jsk-PrimaryFont { font-size: 8pt; font-weight: normal; }
#chat .jsk-H1Font { font-size: 1.38em; font-weight: bold; line-height: 1.4em; }
#chat .jsk-LinkFont, #chat .jsk-ThreadWrapper a, #chat .jsk-ThreadWrapper a:hover { text-decoration: none; font-weight: normal; }

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

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

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