

#masthead,
.sidetrigger,
#infinite-handle span,
.slicknav_nav,
#comments ol.comment-list li .reply a,
/*.paginate .navigation ul li.active a,*/
#comments #respond #commentform p.form-submit input.submit{
	/*background: #eeee22 !important;*/
	background: #000 !important;
}
#comments #respond #commentform p.form-submit input.submit{
	/*border-color: #eeee22 !important;*/
	border-color: #8224e3 !important;
}

#callout-section,
.st-menu{
	background: #8224e3;
}
#callout-section .row .csbutton a{
	/*color: #eeee22;*/
	color: #8224e3;
}


/* Links */

a:link, a:visited {
	color: #8224e3;
}

a:hover,
a:focus,
a:active {
	color:#1e73be;
	text-decoration: none;
}


