/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  padding-top: 90px;			
  background-color: #fff;
  background-image: url(../img/grid-18px-masked.png);
  background-repeat: repeat-x;
  background-position: 0 40px;
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  margin-bottom: 18px;
  font-weight: 300;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/* Masthead (docs home) */
.masthead {
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}


/* Quick links
-------------------------------------------------- */
.quick-links {
  min-height: 30px;
  padding: 5px 20px;
  margin: 36px 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links li {
  display: inline;
  margin: 0 5px;
  color: #999;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
  position: relative;
  top: 5px;
}


/* Marketing section of Overview
-------------------------------------------------- */
.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 300;
}
.marketing h2 {
  font-size: 22px;
}
.marketing p {
  margin-right: 10px;
}
.marketing .bs-icon {
  float: left;
  margin: 7px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}



/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}



/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}


/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
.download p,
.download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
.download h4 {
  margin-bottom: 0;
}
.download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */


.browser-support {
  max-width: 100%;
}

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin: -18px 0 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}


/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    padding-top: 70px;
  }

  /* Change up some type stuff */
  h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }
  h4 {
    margin-top: 18px;
  }

  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

}


@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

}


@media (min-width: 480px) and (max-width: 768px) {

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 54px;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
  }

}


@media (min-width: 768px) and (max-width: 980px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 72px;
  }

}


@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

}


/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}


/* WEDU */


.subnav-fixed .nav { width: 100%; }
			.subnav-fixed { top: 70px; }
			.nav .pull-right { float: right; }
			.navbar .nav > li > a { padding: 25px 16px 26px; font-size: 18px; font-weight: lighter; color: #CCC;}
			#navbar-secondary .tab-pane { top: 70px; position:fixed; left:0px; width:100%; z-index:1030;}
			.navbar-inner{
				background-color: #2E799E;
				background-image: -moz-linear-gradient(top, #3997C6, #2E799E);
				background-image: -ms-linear-gradient(top, #3997C6, #2E799E);
				background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3997C6), to(#2E799E));
				background-image: -webkit-linear-gradient(top, #3997C6, #2E799E);
				background-image: -o-linear-gradient(top, #3997C6, #2E799E);
				background-image: linear-gradient(top, #3997C6, #2E799E);
				background-repeat: repeat-x;
				/* 333333 = hsl(0,0,20%) 222222 = hsl(0,0,13%) */
				/* 3997C6 = hsl(200, 55%, 50%) => 2E799E = hsl(200, 55%, 50%) */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3997C6', endColorstr='#2E799E', GradientType=0);
			}
			.navbar .nav .active > a, .navbar .nav .active > a:hover {
				color: #ffffff;
				text-decoration: none;
				background-color: #3997C6;
				background-color: rgba(0, 0, 0, 0.1);
			}
			.navbar-fixed-top .brand { 
				background-image: url("http://www.wedu.org/wp-content/themes/jcm_wedu/images/wedu-white.png");
				display:block;
				border: 0;
				text-indent: -999em;
				overflow:hidden;
				background-color: transparent;
				background-repeat: no-repeat;
				text-align: left;
				direction: ltr;
				*line-height: 0;
				margin: 10px 20px 0px 10px;
				padding: 0px 0px 10px 0px;
				width: 130px;
				height: 50px;
				float: left;
			}

			#navbar-secondary .nav li:first-child { margin-left: 80px;}
			#navbar-secondary .dropdown-menu li:first-child { margin-left: 0px;}
			.subnav { filter: none !important;}
			#news { padding-top:0px;}
			#news article { margin-bottom: 9px;}
			#news article img { float:left; height:80px; width:80px; margin-top:4px; }
			#content { padding-top:0px;}
			#carousel { padding-top:40px;}
			body {background-image: none;}


			.admin-bar .navbar-fixed-top { margin-top: 28px;}
				.admin-bar .subnav-fixed {margin-top: 28px;}

			#sidebar .widget {margin-bottom: 9px;}
			#sidebar .widgettitle {display:none;}
			#ht-sidebar .widget {margin-bottom: 20px;}
			section {padding-top:40px;}
			.carousel-control {top:50%;}
			.latest-shows li {width:193px;}
			.latest-shows img { width: 183px; height: 103px;}
			.latest-shows .caption p { margin-bottom: 0px;}

			.calendar .date { width: 48px; }
			.calendar tfoot td, .whatson tfoot td {text-align: right;}
			.calendar td + td, .whatson td + td {border-left: none;}

/* Style Footer Nav */

#menu-wedufooter ul{
	list-style-type: none;
}
#menu-wedufooter li {
	display: inline-block;
	margin:0 10px;
}

/* Two Column Div */
.twocolumns {
 padding:10px;
  width:80%;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}

/* Latest Videos div style for homepage */
#hplatestvideos {
	display: inline-table;
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height: 1;
	padding: 14px;
	margin: 4px;
	width: 160px;
	height: auto;
	min-height: 183px;
	background:#ffffff;
}
#hplatestvideos h5 {
	line-height: 18px;
	margin-bottom: 0;
}
#hplatestvideos img {
	border: 1px solid #efefef;
}

/* Latest Videos div style for other places around WP */
#latestvideos {
	display: inline-table;
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height: 1;
	padding: 4px;
	margin: 4px;
	width: 183px;
	height: 185px;
	overflow: hidden;
	background:#ffffff;
}
#latestvideos h5 {
	line-height:18px
}
#latestvideos img {
	border: 1px solid #efefef;
}

/*
======================================================
PBS Station Module: Programs A-Z Global Styles
======================================================
*/
#programaz {
	font-size: 13px;
	color: #333;
	padding: 0;
	margin: 0;
	width: 640px;
}
#programaz a {
	color: #a3cc39;
	text-decoration: none;
}
#programaz p {
	font-size: 13px;
	padding: 0;
	margin: 5px 0 5px 0;
}
#programaz p.backtotop {
	font-size: 75%;
	font-weight: bold;
	padding: 0;
	margin: 7px 0 10px 0;
	text-transform: inherit;
}
#programaz p.backtotop a {
	color: #3986be;
	text-decoration: none;
}
#programaz h1 {
	display:none;
}
#programaz h1 .station {}

/*
======================================================
PBS Station Module: Programs A-Z Nav Styles
======================================================
*/
#programaz .alphabetnav {
	color: #3986be;
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 5px 0 5px 0;
	border: 0;
	width: 640px;
	white-space: nowrap;
}
#programaz .alphabetnav a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #3986be;
}
#programaz .alphabetnav .hide {
	display: none;
}
/*
======================================================
PBS Station Module: Programs A-Z Alphabet Header Styles
======================================================
*/
#programaz .tabrule {
	margin: 15px 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
	width: 95%;
}
#programaz .tabrule a {
	display:block;
	height:115px;
	margin-top:-115px;
	visibility:hidden;
}
#programaz .tab {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #efefef;
	text-transform: uppercase;
	width: 20px;
	text-align: center;
}
#programaz .tablong {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #efefef;
	text-transform: uppercase;
	width: 30px;
	text-align: center;
}
/*
======================================================
PBS Station Module: Programs A-Z Program List Styles
======================================================
*/
#programaz .programlist {
	width: 100%;
}
#programaz .programlist ul {
	margin: 0;
	padding: 0;
}
#programaz .programlist ul li {
	margin: 0;
	padding: 0;
	line-height: 16px;
	white-space: nowrap;
	list-style-type: none;
}
#programaz .programlist a {
	color: #3986be;
	text-decoration: none;
}

/* Human Trafficking Page */
.humantrafficking ul {float:left; padding:15px 15px 5px 15px; margin-bottom:22px; background:#efefef; width:645px;}
/*.humantrafficking li:first-child {font-size:16px; font-weight:bold;}*/
.humantrafficking ul li {list-style:none; margin-bottom:10px;}
.humantrafficking ul li ul {padding:0; margin:0 10px 10px 10px;}
.humantrafficking ul li ul li {list-style:disc; margin:0 0 0 20px;}
.humantrafficking .highlight {font-size:115%; font-weight:bolder; font-stretch:expanded; text-shadow:1px 2px 2px #B0A3A0; display:inline-block;}
.htaz {display:block; height:160px; margin-top:-160px; visibility:hidden;}

/* Two Column Content Box Pages */
.columns {width:100%;}
.columns:before, .columns:after {content:""; display:table;}
.columns:after {clear:both;}
.columns {zoom:1; /* For IE 6/7 (trigger hasLayout) */}

	/* Two even columns */
.leftcol50 {
	float:left;
	width:51%;}
.rightcol50 {
	float:right;
	width:49%;}
.leftcol50 div, .rightcol50 div{
	width:280px;
	padding:10px;
	margin:0 0 15px 0px;
	}
.leftcol50 img, .rightcol50 img{width:280px; height:187px; overflow:hidden;}
.leftcol50 h3, .rightcol50 h3{font-size:16px;line-height:18px;}
.leftcol50 h5, .rightcol50 h5{font-size:10px;line-height:10px; font-style:italic; font-weight:normal;}
.mimiccols h3{font-size:16px;line-height:18px;}
.mimiccols h5{font-size:10px;line-height:10px; font-style:italic; font-weight:normal;}

	/* Columns for RSS feeds */
.leftcolRSS {
	float:left;
	width:26%;
	padding:10px 10px 10px 0;}
.rightcolRSS {
	float:right;
	width:70%;
	padding:10px 10px 10px 0;}

/* Kids Page */
#kidspage {}
#kidspage hr{height:10px; background-color:#77c043; margin:20px auto;}
#kidspage .leftcol .colbox div, #kidspage .rightcol .colbox div{}
#kidspage .leftcol img, #kidspage .rightcol img{}
#kidspage h2{
	color:#77c043;}
#kidspage .leftcol .colbox h3, #kidspage .rightcol .colbox h3{
	color:#77c043;}
#kids-sidebar{
	text-align:right;}


/* Education Page */
#educationpage {}
#educationpage hr{height:10px; background-color:#f05133; margin:20px auto;}
#educationpage .leftcol .colbox div, #educationpage .rightcol .colbox div{}
#educationpage .leftcol .colbox img, #educationpage .rightcol .colbox img{}
#educationpage h2{
	color:#f05133;}
#educationpage .leftcol .colbox h3, #educationpage .rightcol .colbox h3{
	color:#f05133;}
#education-sidebar{
	text-align:right;}


/* Page add-ons */

.outlinethis {border:1px #999 solid; margin-top:5px; }

.underlinethis {border-bottom:1px #efefef solid; }

.wedutable tr {border-bottom: 1px solid #efefef;}

/* HungryFeed Plugin */
.hungryfeed_pagenav {
    margin-top:18px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.hungryfeed_pagenav span{
	margin-right:5px;
	margin-left:5px;
}
 
/*PBS Learning Media Login Widget */
        .pbslm-login-widget-wrapper {
            background-color: #fff;
            font: normal 12px 'helvetica neue', helvetica, arial, sans-serif;
            margin-bottom:10px;
            width: 250px;
			display:inline-block;
        }
        .pbslm-login-widget-wrapper a {
            color: #faa732;
            text-decoration: none;
        }
        .pbslm-login-widget-content {
            border: solid 1px #ccc;
        }
        .pbslm-login-widget-header {
            background-color:;
            display:;
            height: 75px;
            overflow: hidden;
            width: 100%;
        }
        .ie7 .pbslm-login-widget-header {
            position: relative;
            overflow: visible;
        }
        .pbslm-login-widget-header-inner {
            display: table-cell;
            vertical-align: middle;
        }
        .ie7 .pbslm-login-widget-header-inner {
            position: absolute;
            top: 50%;
        }
        .pbslm-logo {
            height: 26px;
            left: 10px;
            position: relative;
            width: 144px;
            z-index: 1;
        }
        .ie7 .pbslm-logo {
            top: -50%;
        }
        .pbslm-login-widget-main {
            padding: 10px;
        }
        .pbslm-login-widget-info {
            background-color: #f7f7f7;
            line-height: 1.5em;
            padding: 5px 10px 10px;
        }
        .pbslm-login-widget-form input[type='text'],
        .pbslm-login-widget-form input[type='password'] {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;

            border: solid 1px #ccc;
            height: 22px;
            margin: 0;
            width: 100%;

        }
        .pbslm-login-widget-form input[type="submit"] {
            -webkit-appearance: button;
            border: solid 1px #ccc;
            cursor: pointer;
            font-size: 13px;
            color: #666;
            font-weight: bold;
            padding: 4px 9px;
            background-color: #eee;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            margin: 12px 10px 0px 0;
            display: inline-block;
        }
        .pbslm-login-widget-form input[type="submit"]:hover {
            color: #333;
            background-color: #e0e0e0;
        }
        .pbslm-login-widget-form label{
            display: inline-block;
            font-size: 1em;
            margin: 0 0 5px;
        }
        .pbslm-login-widget-wrapper p {
            margin: 0;
        }
        .pbslm-login-widget-main p {
            margin: 0 0 10px;
        }
        .pbslm-login-widget-pw-rec {
            font-size: 11px;
            position: relative;
            top: -9px;
        }
        .pbslm-login-widget-main .pbslm-login-widget-cta {
            font-size: 11px;
            margin-bottom: 5px;
        }

/* Important Style for What's On TV Schedule Sidebar Widget */
.tvssFooter { font-size: 18px !important; line-height 22px !important; }

/*WEDU Donation Options Button Styling */
.donationoptions {
	width:250px;
	height:100px;
	padding:15px;
	text-align:center;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.donationoptions .large {
	font-size:20px; font-weight:bold; color:#3986be; text-decoration:none; display:block; margin-bottom:10px; }
.donationoptions .small {
	font-size:15px; text-decoration:none; display:block; margin-bottom:10px; }
.btn-pledge {
    background-color:#77c043;
	color:#FFF;
    font-weight:bold;
	background-image:none;
	border:none;
	text-shadow:none; }
.btn-pledge:hover {
	color:#EFEFEF;
	background-color:#6cb03e; }

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:1%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:92%; padding:4px 0; text-indent:2%; margin-bottom:0;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}
#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color: #C00; font-size: 200%; float:right;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none; margin-right:10px; margin-bottom:4px;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/* --- FONT STYLES -- */
@font-face {
	font-family: WEDUweb;
	src: url('../images/webfont.otf');
	}
.explorer {
	font-family: 'WEDUweb', Arial, Helvetica, sans-serif
	}

.yellow24 {color:#fbad18;}
.blue24 {color:#3986be;}
.hidethis {display:none;}
.underlinesection {border-bottom: 3px solid #cfcfcf; line-height:14px; margin-top:12px; margin-bottom:12px;}

.anchorjump {display:block; height:110px; margin-top:-110px; visibility:hidden;}

.redlink a {color: #F00;}

.aligntopleft {float:left; padding: 0 10px 10px 0;}
.alignbottomleft {float:left; padding: 10px 10px 0 0;}
.aligntopright {float:right; padding: 0 0 10px 10px;}
.alignbottomright {float:right; padding: 10px 0 0 10px;}