/* CSS Document */

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*Modified for Penn State World Campus ADTED program
 by Nikki Massaro Kauffman. */

body {
	color: #222B33;
}
/*modified the heading property by Adithya Jaligama on 06/17/2016*/

h1,h2,h3 {
	color: #00366C;
}

h4 {
    
    color: #004286;
}
h5 {
    
    color: #0050A0;
}
h6 {
    color: #3366AA;
    
}
/*override the heading property by Adithya Jaligama on 06/17/2016*/

.topichead {
	color: #0050A0; 
}

.borderbottom {
	border-bottom: #0050A0 1px solid;
}

.borderbottomdotted {
	border-bottom: #0050A0 1px dotted;
}


/* content boxes */
.pulltext { 
    border-left-color: #CCDEEF;
    color: #0050A0;
}
.template {
	border-color: #0050A0;
	background-color: #0050A0;
}
.caption {
	color: #0050A0;
}
.speechbubble-caption {
	color: #00336C;
}
.colorbox {
	border-color: #2B5B8C;
}

/*table styles */
.tablestyle2, img.template {
	border-color: #2B5B8C;
}
.tablestyle2 th, .tablestyle2 td { border-color: #4E8BB8; } 
.tablestyle2 thead th {
	background-color: #2B5B8C;
	color: #FFFFFF;
	font-weight: bold;
	border-color: white;
}
.tablestyle2 caption.prominent { 
	border-color: #10427D;
	background-color: #10427D;
	font-weight: bold;
	color: #FFFFFF;
}
.tablestyle2 thead th a, .tablestyle2 caption.prominent a {
	color: #FFFFFF;
}
.tablestyle2.alternatecols > tbody > tr > *:nth-child(odd) {
	background-color: #E8E8E8;
} 
.tablestyle2.alternaterows > tbody > tr:nth-child(odd) {
	background-color: #E8E8E8;
}


/* Course Image
-------------------------------------------------*/
#logo {
	border-color: #00366C;
	box-shadow: 250px 0 100px #10477D inset;
	-moz-box-shadow: 250px 0 100px #10477D inset;
	-webkit-box-shadow: 250px 0 100px #10477D inset;
	background-color: #10477D;
}

/* navigation-bar
-------------------------------------------------*/
.lessontitle, #lesson-nav {
	background-color:#00366C;
}
body.EvoCanvas .editbuttons .sm_iconbutton3d {
	background-color:#c7c7c7;
	border-color:#808080;
}
body.EvoCanvas .editbuttons .sm_iconbutton3d:hover {
	background-color:#808080;
}
body.printer-friendly .lessontitle {
	background-color: none;
	color: #00366C;
}
#search {
  border-color: #2B5B8C;
}
div.pagination{
  background-color:#00366C;
}
div.pager ul.pages li, a.tocbutton {
  background-color: #FFFFFF;
  border: 2px solid #2B5B8C;
}
div.pager ul.pages li a, a.tocbutton {
  color: #00366C;
}
div.pager ul.pages li:hover, a.tocbutton:hover,
div.pager ul.pages li:focus, a.tocbutton:focus {
  border: 2px solid #2B5B8C;
	background-color: #2B5B8C;
}
div.pager ul.pages li.pgCurrent,
div.pager ul.pages li.pgCurrent:hover,
div.pager ul.pages li.pgCurrent:focus,
div.pager ul.pages li.pgEmpty,
div.pager ul.pages li.pgEmpty:hover,
div.pager ul.pages li.pgEmpty:focus {
	background-color: #999999;
	border: 2px solid #666666;
	color:#00366C;
}
div.pager ul.pages li.pgEmpty a,
div.pager ul.pages li.pgEmpty:hover a,
div.pager ul.pages li.pgEmpty:focus a,
div.pager ul.pages li.pgCurrent a,
div.pager ul.pages li.pgCurrent:hover a,
div.pager ul.pages li.pgCurrent:focus a {
	color:#00366C;
}
div.pager li > a:hover, div.pager li > a:focus {
    background-color: inherit;
    text-decoration: none;
}

/* main-nav
-------------------------------------------------*/
#main-nav h2, #student-menu-wrapper {
	background: #00366C;
}
#main-nav a {
	background: #2B5B8C;
	border-left-color: #00366C;
	color: #FFFFFF;
}
#main-nav li a:focus,
#main-nav li a:hover,
#main-nav a:focus {
	border-left-color: #00366C;
	background: #10427D;
}
#responsive-main-nav a {
	background: #2B5B8C;
	color: #FFFFFF;
}
#responsive-main-nav a:hover, 
#responsive-main-nav a:focus {
	background: #10427D;
	color: #FFFFFF;
}
#responsive-main-nav a.selected {
	background: #00366C;
	color: #FFFFFF;
}

/* Footer
-------------------------------------------------*/
#footer {
	border-top: 1px solid #00366C;
}

/* media icons
-------------------------------------------------*/
.mediaicon {
	background-color: #EEE;
}
.mediaicon:active, .mediaicon:hover, .mediaicon:focus {
  background: #2B5B8C;
}


/* Getting Help page and other buttons
-------------------------------------------------*/
.button3d,
.iconbutton3d,
.sm_iconbutton3d,
.lf_iconbutton3d,
.rt_iconbutton3d,
.helpbutton {
    background-color: #407BAC;
    border-color: #00336C;
}
.button3d:hover,
.iconbutton3d:hover,
.sm_iconbutton3d:hover,
.lf_iconbutton3d:hover,
.rt_iconbutton3d:hover,
.button3d:focus,
.iconbutton3d:focus,
.sm_iconbutton3d:focus,
.lf_iconbutton3d:focus,
.rt_iconbutton3d:focus,
.button3d:active,
.iconbutton3d:active,
.sm_iconbutton3d:active,
.lf_iconbutton3d:active,
.rt_iconbutton3d:active,
.helpbutton:active,
.helpbutton:hover,
.helpbutton:focus {
    background-color: #10438C;
    border-color: #00336C;
}

.templatebutton:active, .templatebutton:hover, .templatebutton:focus {
	border-color: #2B5B8C;
}
.accordion-interface.js-enabled .accordion-link.selected,
.accordion-interface.js-enabled .accordion-link:hover,
.accordion-interface.js-enabled .accordion-link:focus {
	background: #00336C;
}

.wcslideplayer {
    border-color: #00366C;
}
.navbuttons.gotoslides a.selected,
.navbuttons.gotoslides a:hover,
.navbuttons.gotoslides a:focus,
.slide-nav .navbutton.selected,
.slide-nav .navbutton:hover,
.slide-nav .navbutton:focus {
    background-color: #00366C;
}