/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

#mobilemsg{
display:none;	
}

#container-inner{
overflow:auto;
background-color:white;
clear:both;
}


#navcol{
width:20%;
float: left;
padding-left:1%;
padding-right:1%;
}

#displaycol {
width: 75%;
Float: Right;
border-left: solid;
border-left-width: 1px;
padding-left: 2%;
}

#showblock {
font-size: 14px;
}

.thetag{
display:inline;	
}




.subhead{
font-size:160%;
color:#024D93;
font-family: 'Open Sans', sans-serif;	
}

p.kw{
margin-top: 5px;
margin-bottom: 5px;
font-family: 'Open Sans', sans-serif;
font-size: 120%;
}

#seriesseach {
background-color: lightgrey;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 15px;
padding-bottom: 15px;
padding-top: 6px;
}

#seriesseach h2{
margin:0px;
font-size:16px;
margin-bottom:5px;
margin-left:15px;
padding-top:10px;
font-family:Open Sans;
}

#myInput{
    border: 1px solid #FFEDE8;
    float: left;
    height: 20px;
    width: 100%;
	}


#searchSubmit{
	cursor: pointer;
	height: 26px;
	width: 86px;
	background-color: transparent;
	background-image: url(http://wptschedule.org/Programs/images/search.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float:left;
	margin-top: 0px;
}


/*featured*/
#featured {
margin-bottom: 10px;
overflow: auto;
}

h2.mainhead{
font-size:230%;
color:#024D93;
font-family: 'Open Sans', sans-serif;	
border-bottom:solid;
border-bottom-width:1px;
}

.featuredprogram {
width: 40%;
float: left;
margin-right: 3%;
}

.featurerow {
margin-bottom: 15px;
border-bottom: solid;
overflow: auto;
padding-bottom: 15px;
border-bottom-width: 1px;
}

.featuredbucket {
float: right;
width: 55%;
margin-right:2%;
}

.featuredbuckethead {
padding: 10px;
background-color: #024D93;
color: #FFF;
font-weight:bold;
font-size: 150%;
font-family: 'Open Sans', sans-serif;	
}

ul.bucket {
list-style-type: none;
}

ul.bucket > li > a {
display: block;
margin-top: 15px;
margin-left: 15px;
border-bottom: solid;
border-width: 1px;
margin-right: 15px;
text-decoration: none;
color: #000;
font-size: 120%;
}

ul.bucket > li > a:hover {
color: red;
}

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}
#cssmenu {
  width: 100%;
  padding-bottom:30px;
}
#cssmenu a {
  line-height: 1.5;
}



#cssmenu > ul > li {
/*
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
*/
}
#cssmenu > ul > li:hover {
/*	
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
*/
}
#cssmenu > ul > li > a {
  font-size: 16px !important;
  font-weight:bold;
  display: block;
  /*background: url(http://wptschedule.org/Programs/images/pattern.png) top left repeat;*/
  color: black;
   /*text-shadow: 0 -1px 1px #751d0c;*/
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 2px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  /*background: url(../images/icon_plus.png) 3% center no-repeat;*/
}
#cssmenu > ul > li.has-sub.active > a span {
 background-color:yellow;
 }

#cssmenu ul ul {
  display: none;
  background: #fff;
}
#cssmenu ul ul li {
  padding: 0;
  padding-left: 5px;
	
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 5px 0px 5px 20px;
  display: block;
  color: Black;
  font-size: 14px !important;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  /*content: '\00BB';*/
  position: absolute;
  left: 16px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}

#cssmenu .gactive{
	color: #E94F31;
	font-weight:bold;
}

ul.pages
{
list-style-type:none;
margin:0;
padding:0;
}

ul.pages li
{
display: inline;
}

ul.pages li a{
text-decoration: none;
display: inline-block;
padding: 10px;	
border: solid;
border-width: 1px;
padding: 5px;
margin-right: 5px;
border-color: #DCDCDC;
}

.pactive{
text-decoration: underline;
background-color:yellow;
}


.programrow {
overflow: auto;
border-bottom: solid;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom-width: 1px;
}

.programimg {
width: 20%;
float: left;
min-width: 200px;
margin-right: 15px;
border: solid;
border-width: 1px;
border-color: lightgray;
}

h3.programtitle{
font-family: 'Open Sans', sans-serif;
margin-bottom:5px;	
}

h3.programtitle a{
text-decoration:none;	
}

.watchep {
display: block;
margin-top: 5px;
}

.watchlink {
float:right;
}

.watchlink a{
font-family: 'Open Sans', sans-serif;
text-decoration:none !important;
font-weight:bold;
}

.bannerimg {
overflow: hidden;
}

.ban{
display:block;	
}