

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

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

a {
	color: #991b77;
}

a:visited {
	color: #991b77;
}

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

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

