
/* colors */
.js-singleCommentBg {
	background-color: #623621;
}

/* changes the bg color of each item */
.jsk-PrimaryBackgroundColor {
	background-color: #623621;
}

/* changes the primary foundation color */
.jsk-SecondaryBackgroundColor {
	background-color: #623621;
	border: 0px;
}

/* subpanels that used to be white */
.js-kit-miniProfile, .js-kit-lcf-toField, .js-kit-from-field, .jsk-CommentFormBody {
	background-color: #422114;
	border: 0px;
	color: #3a3a3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* "your name here" */
.js-kit-from-field input {
	background-color: #422114;
	color: #3a3a3a;
}

.js-kit-from-menuAnonymousWrap {
	border: 0px;
	background-color: transparent;
}

.js-commentFieldInput input, .jsk-CommentFormBody input, .jsk-CommentFormFooter input, .jsk-CommentFormBody-noWYSIWYG {
	background-color: #E1BC51;
	
}

.js-kit-miniProfile-avatar {
	border: #34190F;
}

/* changes things like the comment form bg */
.jsk-PrimaryHighlightColor {
	color: #34190F;
}

/* not currently used */
.jsk-SecondaryHighlightColor {
	color: #DD5600;
}

/* not currently used */
.jsk-PrimaryFontColor {
	color: #3a3a3a;
}

/* the color of all primary text elements */
.jsk-SecondaryFontColor, .jsk-avt-area {
	color: #D9C876;
}

/* the color of all secondary text elements */
.jsk-ThreadWrapper a, .jsk-LinkColor {
	color: #FFDE58;
}

.jsk-ItemBodyText, .js-kit-tab-title, .js-kit-tab {
	color: #F7D46D;
}


/* the color of the Echo Stream background */
.jsk-H1Color {
	color: #878487;
}

/* the color of the 1st level headers */
.jsk-MenuContainer {
	background-color: #623621;
}

/* 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;
}

.jsk-ItemContentWrapper {
	color: #3e2009;
}

.jsk-TrinaryBackgroundColor {
	background-color: #9b4825;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.jsk-ItemChildrenMarker {
	border-bottom-color: #9b4825 !important;
}
