/* Ignite Theme Yellow theme */
/* colors 
h1:#4f3a08 (Yellow Darker)
h2, body: #5E6A71 (Grey)
h3, blockquote, hr   :#77580c (Yellow Dark)
h5, h6 :#464e54 (Grey Darker)
END colors */
.site-article header h1, h1 {
	color: #4f3a08;
}

.article-content h2 {
	color: #5e6a71;
	font-weight: 600;
	margin-top: .5em;
}

.article-content h3 {
	color: #77580c;
	margin-top: .35em;
}

.article-content h4 {
	margin-top: .2em;
}

.article-content h5 {
	color: #464e54;
	margin-top: .05em;
	font-size: 1.05em;
	font-weight: 600;
}

.article-content h6 {
	color: #464e54;
	font-size: 1.1em;
	font-weight: lighter;
}

.article-content blockquote {
	font-size: 200%;
	border-left: solid #77580c 4px;
	color: #5e6a71;
	font-style: italic;
	padding-bottom: 0;
	margin: .6em 0 1.2em 1em;
}

.article-content blockquote p {
	padding: 0;
	margin: 0;
}

.article-content hr {
	height: 0;
	border-bottom: solid #77580c 5px;
	color: #5e6a71;
}

/* END Ignite Theme Yellow theme */