/* -----------------------------------------
   Main Color #Pink
----------------------------------------- */

a, a:visited {
	color: #555;
}

a.s-next:hover,
a.s-prev:hover,
a.sld-btn:hover {
	color: rgba(255,255,255,0.8);
}

.btn.callout:hover  {
	color: #009BA3;
	background: #FFF;
}

#top-head a:hover,
.credits a:hover  {
	color: #DDD;
}

#paging a:hover,
.item-thumb:hover > h3,
.searchsubmit,
a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
.wpcf7-submit {
	background-color: #E50C2D;
}

.item-thumb h3 {
	background-color: #E50C2D;
	background: rgba(229, 12, 45, 0.78);
}

/*main#content,*/
#navigation li.sup > a,
#navigation li.sup > a:visited {
	border-color: #E50C2D;
}

.btn.callout,
.btn.callout:visited,
.btn.callout:hover {
	border-color: #009BA3;
}

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
.wpcf7-submit {
	border-color: #be0039 /* two shades deeper than the scheme color */
}

@media only screen and (max-width: 768px) {
	.slide-content { background: #E50C2D; }
}
