
/* ----- Form .required ---- */
span.required { color: #F57A30 }

/* ----- General Links ----- */
.page-content a { color: #F57A30 }

/* ----- Link Hover ----- */

.page-content a:visited { color: #999; }

.page-content a:hover,
.page-content a:visited:hover,
#comments .comment small a:hover,
#comments .comment-reply-link:hover { color: #3297FD }

/* ----- Buttons ----- */
input[type="reset"],
input[type="button"],
button, 
input[type="submit"],
#footer input[type="submit"],
.page-content input[type="submit"],
a.button, 
a.button:visited {
    background-color: #F57A30;
	color: #FFF;
}

input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
input[type="submit"]:hover,
#footer input[type="submit"]:hover,
.page-content input[type="submit"]:hover,
a.button:hover,
a.button:visited:hover {
    background: #F57A30;
	color: #FFF;
}

.dropcap_2,
#respond input[type=submit]:hover,
#footer input[type=submit]:hover,
.page-content input[type=submit]:hover,
a.button:hover {
    background: #F57A30;
	color: #FFF;
}