/* ------------------------------------------------------------------
   HammerHAI brand colour overrides for the corga default stylesheet.
   Palette taken from hammerhai.eu / the HammerHAI newsletter template:
     #104868  dark navy   (primary)
     #3890a8  teal blue   (accent / hover)
     #3d86ac  link blue
   ------------------------------------------------------------------ */

/* headings */
h1, h2, h3 {
	color: #104868;
}

/* dark banner below the header */
.contentslider {
	border-top: 5px solid #3890a8;
	background: #104868 none;
}
.contentslider h2 {
	color: #ffffff;
}

/* top navigation */
.menuicn {
	color: #3d86ac;
	font-size: 14px;
}
.menuicn:hover {
	background-color: #104868;
	color: #ffffff;
}

/* content links */
a,
a:link,
a:visited {
	color: #3d86ac;
}

/* buttons (Subscribe, unsubscribe confirmation, ...) */
input[type="submit"], button {
	background-color: #104868;
	border: 1px solid #104868;
}
input[type="submit"]:hover, button:hover {
	background-color: #3890a8;
	border: 1px solid #3890a8;
}

/* required-field asterisks use an inline font colour in the JSPs */
font[color="#13b0f3"] {
	color: #3890a8 !important;
}
