/*
	Theme: Blue

	Light: 578fbb
	Dark:  36688e
	10%:   4a779a
	25%:   688eaa
	35%:   7c9db5
*/

/*
	Per-section active background
*/
body.sect-home #mast li.nav-home a,
body.sect-aboutus #mast li.nav-aboutus a,
body.sect-courses #mast li.nav-courses a,
body.sect-applications #mast li.nav-applications a,
body.sect-studentinfo #mast li.nav-studentinfo a,
body.sect-parents #mast li.nav-parents a,
body.sect-vacancies #mast li.nav-vacancies a,
body.sect-webmail #mast li.nav-webmail a {
	background-color: #36688e;
}
body.sect-home #mast li.nav-home a:hover,
body.sect-aboutus #mast li.nav-aboutus a:hover,
body.sect-courses #mast li.nav-courses a:hover,
body.sect-applications #mast li.nav-applications a:hover,
body.sect-studentinfo #mast li.nav-studentinfo a:hover,
body.sect-parents #mast li.nav-parents a:hover,
body.sect-vacancies #mast li.nav-vacancies a:hover,
body.sect-webmail #mast li.nav-webmail a:hover {
	background-color: #578fbb;
}

/*
	Footer navigation
*/


/*
	Masthead
*/
#mast ul.nav li a:hover {
	background-color: #578fbb;
}
#mast {
	border-bottom-color: #36688e;
}
input#search-button {
	background-color: #578fbb;
}
input#search-button:active {
	background-color: #36688e;
}
input#header_btnG {
	background-color: #578fbb;
}
input#header_btnG:active {
	background-color: #36688e;
}


/*
	Homepage main features
*/
.main-features {
	background: #36688e;
}
/* 35% white transparency */
.main-features h1,
.main-features ul.nav li.active h1 {
	border-bottom: 1px solid #7c9db5;
}
/* 10% white transparency */
.main-features li a {
	background: #4a779a;
	display: block;
	text-decoration: none;
}
/* 25% white transparency */
.main-features li a:hover {
	background: #688eaa;
}
.main-features li.active a,
.main-features li.active a:hover {
	background: url("img/home-main-active.png") no-repeat;
}
.main-features li.active b {
	background: url("img/home-main-active.png") no-repeat;
}

/*
	Feature section
*/
div.feature div.details {
	background: url("img/feature-bg.png") no-repeat;
}
div.feature div.details div {
	background: url("img/feature-arrow.png") no-repeat;
}
ul.vid li.active a {
	background: url("img/vid-active.png") 210px 0 no-repeat;
}
body.type-article #primary blockquote {
	color: #36688e;
}
body.type-article #primary table caption {
	background-color: #36688e;
}
#footer ul.nav {
	background: #36688e;
}