




/*
     FILE ARCHIVED ON 7:47:16 Jan 23, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:34:37 May 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

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

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

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

/* ----- Visited Links ----- */
.page-content a:visited { color: #999999 }

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