
/* ----- Form .required ---- 
span.required { color: #367fb9 } */

/* ----- General Links ----- */
/*.page-content a { color: #367fb9 }  */

/* ----- Link Hover ----- 
.page-content a:hover,
.page-content a:visited:hover,
#comments .comment small a:hover,
#comments .comment-reply-link:hover { color: #ff155d }  */

/* ----- Visited Links ----- 
.page-content a:visited { color: #367fb9 }   */

/* ----- 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: #367fb9;
	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: #367fb9;
	color: #FFF;
}

.dropcap_2,
#respond input[type=submit]:hover,
#footer input[type=submit]:hover,
.page-content input[type=submit]:hover,
a.button:hover {
    background: #367fb9;
	color: #FFF; 
}                                                    */