
#masthead{ background-image:url(http://lizzie.nicholls-uk.net/wp-content/uploads/2013/07/P4120408-4-e1372862742519.jpg);}

.search-box, .audio-format .audioplayer, .audio-format .audioplayer .mejs-controls,
.link-format, .quote-format, #comments h2.comments-title span, #comments #respond p.form-submit input{
	background: #1e73be!important;
}
#comments #respond p.form-submit input{
	border-color:#1e73be!important;
}
#comments ol.comment-list li .comment-body .comment-meta .comment-metadata a.comment-reply-link{
	color: #1e73be!important;
}

.main-navigation{
	background: #828282;
}
/* draw any selected text yellow on red background */
::-moz-selection { color: #fff;  background: #222; }
::selection      { color: #fff;  background: #222; } 
/* Links */

a, .hentry .entry-header .entry-meta span {
	color: #27842c;
}

a:visited {
	color: #27842c;
}

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


