/**
 * Place your custom styles here.
 */
/*  // text */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #000000;
	background-color: #FFF;
}
.h1, h1 { font-size: 24px; }
.h2, h2 { font-size: 22px; }
.h3, h3 { font-size: 20px; }
.h4, h4 { font-size: 18px; }
.h5, h5 { font-size: 16px; }
.h6, h6 { font-size: 14px; }
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 6px;
}
.page-header {
	padding-bottom: 6px;
	margin: 30px 0px 10px;
	border-bottom: 1px solid #EEE;
}
h2.block-title {
	margin-top: 0px;
	margin-bottom: 6px;
}
/* // top */
.name {
	text-shadow: 1.4px 1.4px 0px rgba(227,227,227,0.82);
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #015693 !important;
	font-size: 36px;
	width: 240px;
}

@media (max-width:767px) {
.name { display: none; }
}
.cloud {
	background-image: url(../images/pageglare.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0090CF;
}
.nkrumah {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* //  menu */
.navigation { background-color: #015590; }
/*// menu level */
ul.nav li.dropdown:hover > ul.dropdown-menu { display: block !important; }
ul.nav li.dropdown ul.dropdown-menu { margin-top: 0; }
.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}
/*end menu level*/
@media (min-width:768px) {
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.navigation .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 6px;
	color: #FFFFFF;
}
.nav>li>a:focus, .nav>li>a:hover, .active-trail, .active {
	text-decoration: none;
	background-color: #EEE;
	color: #015590 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #FFF !important;
	text-decoration: none;
	background-color: #337AB7;
	outline: 0px none;
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0px;
	background-color: #EEEEEE;
	border: 0px none;
	box-shadow: none;
}
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.icon-bar { background-color: #FFFFFF }
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
/* // slideshow */
.carousel-caption {
	position: absolute;
	z-index: 10;
	background-color: rgba(255,255,255,0.30);
	color: #FFFFFF;
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin: 10px;
	bottom: 10px;
	right: 15px;
	left: 15px;
	text-align: left;
}
.carousel-caption a, .carousel-caption a:hover, .carousel-caption a:visited { color: #FFFFFF; }

@media (max-width:767px) {
.carousel { display: none; }
}
/* // news and announcements */
.region-sidebar-first .block, .region-sidebar-second .block {
	border-radius: 4px;
	padding: 19px;
	margin-bottom: 20px;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-image: none;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.05);
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.05);
}
.mediaThumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.postDate {
	font-size: 10px;
	color: #808080
}
.more-link {
	float: right;
	font-style: italic;
	font-family: "Trebuchet MS"
}
.row-tb {
	margin-top: 15px;
	margin-bottom: 15px
}
/* // footer */
.footer {
	background-color: #D2DBE5;
	border-top: 2px solid #A3B5C7
}
.footer {
	text-align: center;
	padding: 15px;
	font-size: 13px
}

@media print {
.navigation, .highlighted, .region-sidebar-first, .region-sidebar-second, .footer { display: none; }
}
