@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400italic,400,700');

html { overflow-y: scroll; }

@media screen {

body {
    /*font-family: 'Open Sans', Georgia, Palatino, Times, 'Times New Roman', serif;*/
    font-family: 'Open Sans', sans-serif;
	color: #111;
	text-rendering: optimizelegibility;
	font-size: 14px;
    line-height: 1.6;
}
.programtext {
	_font-size: 16px;
	_line-height: 29px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    line-height: inherit;
}

h1, .h1 {
    font-size: 28px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 16px;
}
h1  {
    margin-top: 10px;
}
a, a:link, a:visited {
    color: #253447;
}

.programtext h1 {font-size: 24px;}
.programtext h2 {font-size: 20px;}
.programtext h3 {font-size: 18px;}
.programtext h4 {font-size: 16px;}

}

@media print {

#nav-public, #nav-program {
    display: none;
}

}

#site-logos{
    border-bottom: 1px solid #A6C9E2;
    margin-bottom: 15px;
}
#site-logos img{
	margin: 20px 0 20px -15px;
    _height: 146px;
}
.site-logos-img2{
    padding: 0 0 0 20px;
}
.site-logos-img3{
    height: 80px;
    padding: 20px 0 20px 30px;
}

.container>h2 {
    color: #455467;
    margin: 5px 0 10px 0;
    font-size: 3em;
    font-weight: 200;
    text-shadow: 2px 2px 4px #253447;
}

.navbar-fixed-top {
    min-height: 40px;
}

.navbar-default {
	background-color: #95A4B7;
	border-color: #95A4B7;
	background: linear-gradient(to bottom, #B5E4F7 , #95C4D7);
    box-shadow: 7px 7px 5px 0px rgba(150, 170, 170, 0.75);
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
	font-weight: normal;
    font-size: 1em;
	color: #111111;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: #326baa;
}

#nav-public .menu-item a, #nav-program .menu-item a {
	color: #000000;
	background: linear-gradient(to right, #FFFFFF , #B5E4F7);
    border-color: transparent;
    font-size: 1em;
}

#nav-public .menu-active a, #nav-program .menu-active a {
	_background: linear-gradient(to right, #FFFFFF , #A5D4E7);
    font-style: italic;
}

.startmenu {
    display: inline-block;
    _background: linear-gradient(to right, #aaf9ff , #ffffff);
    border-radius: 4px;
}
.startmenu ul {
    margin-bottom: 0;
}
.startmenu .list-group-item {
    background: transparent;
    font-size: 1.25em;
    border: 0;
    border-left: 1px solid #A6C9E2;
    padding: 0;
}
.startmenu .list-group-item a{
    display: block;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    white-space: nowrap;
}
.startmenu .list-group-item a:hover {
    _background: linear-gradient(to left, #FFFFFF , #B5E4F7);
    background-color: #B5E4F7;
    _color: #ffffff;
    text-decoration: none;
}

.panel-body>h3 {
    font-size: 15px;
    font-weight: bold;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #253447;
    border-color: #253447;
}

._programtext .worksheet-title, .worksheet-posts .postHide, .programtext .postHideProgram{
    display: none;
}

.worksheet-posts .panel {
    background-color: transparent;
}

.panel-body>h3 {
    font-size: 15px;
    font-weight: bold;
}

.wquizradio{
    width: 1.2em;
    height: 1.2em;
    float: left;
    margin-left: -25px !important;
}
.wquizlabel{
    font-weight: normal !important;
    display: inline-block !important;
    margin-bottom: 5px !important;
    margin-left: 25px !important;
}
.wquiztable td{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 1.8 !important;
}
.worksheet-table1, .worksheet-table1 td{
    border: 1px solid #888888 !important;
}
.worksheet-header1, .worksheet-side1{
    background-color: #D5F4FF;
}
.worksheet-header2, .worksheet-side2{
    background-color: #e0e0e0;
}
