

#masthead,.main-navigation ul ul,.site-footer,.home .site-footer,
ol.comment-list li .reply a,#respond input#submit {
	background: #a81424;
}

/* draw any selected text yellow on red background */
::-moz-selection { color: #fff;  background: #a81424; }
::selection      { color: #fff;  background: #a81424; } 
/* Links */

a {
	color: #1e73be;
}

a:visited {
	color: #1e73be;
}

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

.stylefx figure:hover figcaption,ul.folio-grid li figcaption {
	background: #dd9933;
}

