a { color: #fd6b0d; }
a:hover { color: #e85e09; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #fd6b0d;
	border-color: #fd6b0d;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #e85e09;
	border-color: #e85e09;
}
.post-more h3 span { color: #fd6b0d; }
nav { background: #fd6b0d; }
.info { background: #ffdfcc; }
