html, body {
	margin: 0;
	padding: 0;
}

header .banner {
	margin-top:30px;
	position: relative
}

header .banner .logo {
	position: absolute;
	left: 20px;
	top: 0px;
}

header .faces {
	margin-top:10px;
	position: relative;
	text-align: center
}
header .faces a {
	opacity:0.8
}
header .faces a.active {
	opacity:1;
}
header .faces a.active img {
	border: #000 solid 2px;
}
header .faces a:hover {
	opacity: 0.9
}


main {
	margin-top:30px
}

body {
	background-color:#e9f9ff
}

nav {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 20px !important
}

.navbar {
	border: none !important;
}

nav.small-nav {
	margin-top:-50px !important;
	background-color: #c9dde4 !important;
	padding: 10px !important
}

.nav-item {
	color:#3e3e3e !important;
	margin: 0 !important;
	padding: 0 !important;
}
.nav-item a {
	color: #3e3e3e !important;
	font-size: 15px !important;
	padding: 10px !important;
	margin: 0;
	background-color: #c9dde4 !important;
}
.nav-item .nav-header {
	border-top-right-radius: 6px;
	width: 100%;
	color: #c9dde4 !important;
	font-size: 16px !important;
	padding: 10px !important;
	margin: 0;
	background-color: #204c5e !important;
}

.nav-item a:visited {
	color: #3e3e3e !important;
}
.nav-item a:hover {
	color:#c9dde4 !important;
	background-color: #2f6980 !important;
}

.nav-item .active {
	background-color: #ffaa05 !important;
	color:#c9dde4 !important;
}

.nav-item.blank {
	height: 24px;
	min-height: 24px;
	display: block;
}

.nav-item small {
	color: crimson !important;
}


.small-nav .nav-item a {
	font-size: 12px !important;
	padding: 4px !important		
}
.small-nav .nav-item .nav-header {
	font-size: 14px !important;
	padding: 4px !important;
}

.small-nav .nav-item.blank {
	height: 4px;
	min-height: 4px;
	display: block;
}

.panel {
	
}
.panel-header {
	
}
.panel-body {
	height:600px;
	overflow-y: scroll;
	background-color: #e9e9e9
}

.video-thumbs {
	margin: 0; padding: 0
}

.video-thumbs .thumbnail {
	margin-bottom: 30px;
}
.video-thumbs .thumb {
	border:#CCC solid 2px
}

.video-thumbs .thumb:hover {
	opacity: 0.8
}

.video-thumbs .caption {
	font-size:13px;
	height:40px; 
	max-height: 40px;
	overflow: hidden
}

.video-thumbs .caption strong {
	font-size:16px
}

.play-video {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.play-video .title {
	background-color: #42a6ce;
	margin: 0;
	padding: 20px;
	border-top-right-radius:12px
}

.play-video .title h1 {
	font-size: 24px;
	color:#cbf2ff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 32px
}
.play-video .description {
	background-color: #cbf2ff;
	margin: 0;
	padding: 20px;
}
.play-video .description p {
	color:#1c3442;
	margin: 10px;
	padding: 0;
	line-height: 24px	
}
.play-video .description strong {
	color: #ffab22
}
.play-video .description em {
	color: #0556c2
}
.play-video .qna {
	margin-left: 20px
}
.play-video .qna .question {
	font-size:16px;
	line-height: 32px;
	color: #2a81ae
}
.play-video .qna .answer {
	margin-bottom: 20px;
}
.play-video .description a {
	color: #045fc8;
	text-decoration: underline
}
.play-video .description a:hover {
	text-decoration: underline;
	color: #057be9
		
}
.play-video .description h2 {
	font-size: 20px;color: #17354c
}
.play-video .description h3 {
	font-size: 18px;
	color: #0556c2
}


.play-video .sidebar {
	text-align: right
}

.play-video .sidebar .member-img {
	position: relative;
	text-align: right;
	margin: 0;
	padding: 0;
}

.play-video .sidebar ul.links {
	list-style: none;
	margin: 0;
	padding: 0
}

.play-video .sidebar .links li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:18px;
}


.announce {
	margin: 10px;
	padding: 10px;
	background-color: #315b67;
	border-radius: 5px;
	color: #cfdad6 !important
}
.announce p {
	color: #cfdad6 !important
	
}
.announce ul {
	color: #cfdad6 !important;
}
.announce li {
	color: #cfdad6 !important;
}
.announce li strong {
	color: #064fb2 !important;
	list-style: none	
}
.announce h2 {
	color: #cfdbdb !important;
	font-weight: bold
}
.announce h3 {
	color: #cfdbdb !important;
	font-weight: bold
}
.announce strong {
	color: #feb824 !important;
}
.announce a {
	color: #49aefe !important
}

.video-list .video-item {
	margin-bottom: 10px;
}

.video-list .video-item:nth-child(even) {
	background: #f7f7f7;
}
.video-list .video-item .member {
	font-size:18px; 
	color: #064fb2;
}
.video-list .video-item .title {
	font-size:16px; 
	color: #315b67;
}
.video-list .video-item .date {
	font-size:14px; 
	font-style: italic;
	color: #064fb2;
}
.pagination {
	text-align: right;
	float: right;
}

.members {

}

.members .member {
	margin: 0;padding: 10px;
}
.members .member:nth-child(even) {
	background-color: #e9e9e9
}


.medium-nav-gap { height: 40px; min-height: 40px; }

.copyright {
	text-align: center
}