

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

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

a {
	color: #1e73be;
}

a:visited {
	color: #1e73be;
}

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

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

