html {
  height: 101%;
}

a {
  outline: none;
  color: #2fc2ff;
  text-decoration: underline;
}

.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
 
#maincontent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

h1 {
  font-size: 1em;
  font-family: 'Share', cursive;
  color: #fff;
  text-shadow:1px 1px 2px #000;
}

body {
  height: 100%;
  /*background: url('http://cdn.zecheriah.com/img/site/bgimage_3.jpg') center top no-repeat fixed #101721;*/
  background: #101721;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #414141;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
}

#header {
  height: 150px;
}

#logo {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 15px;
  height: 78px;
  overflow: display;
  z-index: 10003;
}

#logo img {
  position: absolute;
  top: 0;
  z-index: 10004;
}

#menu {
  font-size: 12pt;
  width: 100%;
  clear: both;
  text-align: center;
  z-index: 10001;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10001;
}

#menu li {
  z-index: 10001;
  display: inline;
  padding: 0px 15px; /* How much space between each menu item */
}

#menu a {
  z-index: 10001;
  padding: 5px; /* make sure there's a bit of mouseover room */
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  text-shadow: #000 -1px 1px 2px;
}

#menu a:hover {
  background: url('images/bg_menu-hover.png') no-repeat center center;
  text-shadow: #aaa -1px 1px 2px;
}

.bodyarea {
  z-index: 1000;
  color: #ccc;
  width: 100%;
  z-index: 500;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.shadow {
  -moz-box-shadow: 0 0 30px 0 #000;
  -webkit-box-shadow: 0 0 30px 0 #000;
  box-shadow: 0 0 30px 0 #000;
}

.bg1 {
  background: url('http://cdn.zecheriah.com/img/site/alpha10.png');
}

.bg2 {
  background: url('http://cdn.zecheriah.com/img/site/alpha20.png');
}

.bg3 {
  background: url('http://cdn.zecheriah.com/img/site/alpha30.png');
}

.bg4 {
  background: url('http://cdn.zecheriah.com/img/site/alpha40.png');
}

.bg5 {
  background: url('http://cdn.zecheriah.com/img/site/alpha50.png');
}

.bg6 {
  background: url('http://cdn.zecheriah.com/img/site/alpha60.png');
}

.bg7 {
  background: url('http://cdn.zecheriah.com/img/site/alpha70.png');
}

.bg8 {
  background: url('http://cdn.zecheriah.com/img/site/alpha80.png');
}

.bg9 {
  background: url('http://cdn.zecheriah.com/img/site/alpha90.png');
}

.bgf1 {
  background: url('http://cdn.zecheriah.com/img/site/alpha10f.png');
}

.bgf2 {
  background: url('http://cdn.zecheriah.com/img/site/alpha20f.png');
}

.bgf3 {
  background: url('http://cdn.zecheriah.com/img/site/alpha30f.png');
}

.bgf4 {
  background: url('http://cdn.zecheriah.com/img/site/alpha40f.png');
}

.bgf5 {
  background: url('http://cdn.zecheriah.com/img/site/alpha50f.png');
}

.bgf6 {
  background: url('http://cdn.zecheriah.com/img/site/alpha60f.png');
}

.bgf7 {
  background: url('http://cdn.zecheriah.com/img/site/alpha70f.png');
}

.bgf8 {
  background: url('http://cdn.zecheriah.com/img/site/alpha80f.png');
}

.bgf9 {
  background: url('http://cdn.zecheriah.com/img/site/alpha90f.png');
}

.module {
  width: 960px;
  margin: 0 auto;
  z-index: 500;
}

.module img {
  z-index: 500;
}

.mainleft {
  float: left;
  width: 445px;
}

.mainfull {
  width: 100%;
}

.mainright {
  float: right;
  background: #e4edf6;
  width: 195px;
  text-align: center;
  font-size: .7em;
  position: relative;
  left: 20px;
  bottom: 8px;
  border-left: #bf3a26 2px solid;
  padding: 10px 5px;
  border-bottom: solid 2px #bf3a26;
}

#mainright ul {
  margin: 0;
  padding: 0 5px;
  text-align: left;
}

#mainright ul li {
  display: block;
  list-style: none;
}

#mainright ul li a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #333;
  padding: 2px 5px;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

#mainright ul li a:hover {
  background: #f7f7f7;
}

#mainright ul li a.active {
  font-weight: bold;
}

#footer {
  text-align: center;
  color: #ccc;
  font-size: .6em;
  padding: 10px 0;
  margin-top: 10px;
}

#footer a {
  text-decoration: none;
  color: #ccc;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

h2, h3 {
  font-size: 1em;
  font-family: 'Share', cursive;
  color: #fff;
  text-shadow:1px 1px 2px #000;
  border-bottom: 2px solid #335e89;
}
h2 a, h3 a {
    color:#ccc;
    text-decoration:none;
  }

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#666;
	text-decoration: none;
}.button:active {
	position:relative;
	top:1px;
}

.green {
  background: rgb(201,222,150); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
  color: #fff;
	text-shadow:1px 1px 0px #333;
}

.green:hover {
  background: rgb(201,222,150); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
  color: #fff;
	text-shadow:1px 1px 0px #777;
}

.orange {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	color:#ffffff;
	text-shadow:1px 1px 0px #cc9f52;
}.orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}


#admin a.smallers {
  font-size: 0.6em;
  padding: 3px 10px;
}

.wrap {
  width: 960px;
  margin: 0 auto;
}

.episode {
  width: 615px;
  margin: 0 auto 10px auto;
  color: #ddd;
  padding: 15px;
}

.round {
  border: solid 1px #777;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

p {
  font-size:.85em;
  line-height:1.5em;
  color:#aaa;
}

.current { /* this is the current selected episode keyword */
  color: #fff;
}

#admin th {
  text-align: left;
  font-size: .8em;
}

.inventory th {
  text-align: left;
}

.inventory td {
  border-bottom: 2px #ccc dotted;
}

.video {
   position: relative;
   -moz-box-shadow: 0px 0px 15px #000;
   -webkit-box-shadow: 0px 0px 15px #000;
   box-shadow: 0px 0px 15px #000;
}

.video a {
   position: absolute;
   display: block;
   background: url('http://cdn.zecheriah.com/img/site/play-320.png');
   width: 320px;
   height: 180px;
   top: 0px;
   left: 0px;
   opacity:0.5;
   filter:alpha(opacity=50);
}

.leftarea {
  width: 650px;
  float: left;
}

.padded {
  padding: 15px;
  width: 620px;
}

.padded2 {
  padding: 15px;
}

.rightarea {
  margin: 0 auto;
  width: 300px;
  float: right;
}

/* this is the one that sticks */
#rightwrapper {
  padding-top: 30px;
}

.right .module1 {
  width: 100%;
  color: #fff;
  padding: 15px;
  margin: 0 auto 10px auto;
}

.active {
  font-weight: bold;
  color: #fff;
}
.heading {
  font-size: 1.5em;
  font-family: 'Share', cursive;
}

.socialbutton {
  width: 120px;
  float: left;
  text-align: center;
  display: block;
}

#menuwrapper {
  z-index: 10001;
	background:url("http://cdn.zecheriah.com/img/site/alpha80.png") scroll 0 0 transparent;
	width:100%;
	height: 35px;
}

ul.dropmenu {
  z-index: 10001;
	float: left;
	margin: 0 auto; 
	padding: 0px;
	display:block;
	height:35px;
	width: 960px;
}

.dropmenu li a, .dropmenu li{
	float: left;
	text-decoration: none;
}
.dropmenu li a:hover, .dropmenu li.open > a{
	color: #fff;
	background: url("http://cdn.zecheriah.com/img/site/alpha80.png") scroll 0 0 transparent;	
}

.dropmenu li{
	list-style: none;
	position: relative;	
	top: 1px;
}

.dropmenu li span{
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 12px;
	right: 10px;
	background:url("http://cdn.zecheriah.com/img/site/menu/arrow_up.png") repeat-x scroll 0 0 transparent;
}
.dropmenu li a:hover span, .dropmenu li.open > a span{
	background-image: url("http://cdn.zecheriah.com/img/site/menu/arrow_hover.png");	
}

.dropmenu li a, .dropmenu li div{
	padding: 9px 30px 8px 15px;
	text-decoration: none;
	color: #eee;
/*	border-right:1px solid #4A779D;*/
	text-transform:uppercase;
}

/* Submenu */
.dropmenu li > ul, .dropmenu li > div {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0px;
	margin: 0px;
	background:url("http://cdn.zecheriah.com/img/site/alpha80.png") scroll 0 0 transparent;
	border-bottom:1px solid #777;
  -moz-box-shadow: 0px 0px 15px #333;
  -webkit-box-shadow: 0px 0px 15px #333;
  box-shadow: 0px 0px 15px #333;
}

.dropmenu.css-only li:hover > ul, .dropmenu.css-only li:hover > div{
	display: block;
}

.dropmenu li ul li, .dropmenu li ul li a{
	float: none;	
	color: #fff;
	text-transform: none;
	text-decoration: none;
}

.dropmenu li ul li{
	_display: inline;	
}

.dropmenu li > div{
	width: 200px;
}

.dropmenu li ul li a span{
	background:url("http://cdn.zecheriah.com/img/site/menu/arrow_sub.png") repeat-x scroll 0 0 transparent;	
}

/* Sub submenu */

.dropmenu li ul li a{
	width: 150px;
	display: block;	
	border:1px solid #CCCCCC;
	border-top: none;
  text-decoration: none;
}

.dropmenu li ul li a:hover{
	color:#F67A00;
	background: #F0F0F0;
}

.dropmenu li ul li ul, .dropmenu li ul li > div{
	top: 0px;
	left: 195px;
}


/*******************************************************
Login form
*******************************************************/
.dropmenu li > div.login{
	border:1px solid #CCCCCC;
	width: 210px;	
}
.dropmenu li > div.login div{
	border: none;
}
.login label{
	display:block;
	padding:0 0 4px;
	color:#ccc;	
}
.login input {
	border:1px solid #4A779D;
	margin-bottom:8px;
	padding:3px 8px;
	width:164px;
}
.login button {
	background:url("http://cdn.zecheriah.com/img/site/alpha80.png") scroll 0 0 #4A779D;
	border:1px solid #4A779D;
	color:#FFFFFF;
	padding:4px 10px;
	width:175px;
}

/*******************************************************
Products div
*******************************************************/
.dropmenu li > div.eps{
	width: 400px;

}
.dropmenu li:hover > div.eps ul{
	display: block;
}
.dropmenu li > div.eps *{
	padding: 0px;
	margin: 0px;
	position: relative;	
	border: none;
}
.dropmenu li > div.eps li{
	overflow: hidden;
	padding: 10px 0px;
	border-bottom:1px solid #CCCCCC;
}
.dropmenu li > div.eps li img{
	float: left;
	margin:  0 15px;
}
.dropmenu li > div.eps{
	border:1px solid #CCCCCC;
	color:#595959;
}
.dropmenu li > div.eps ul li h2{
	font-size: 16px;
	margin: 0px;
	padding: 2px 0 3px;
}
.dropmenu li > div.eps ul li p{
	color:#666666;
	font-size:10px;
	margin:0;
	padding:0;
}
.dropmenu li > div.eps ul li p a {
	border:medium none;
	color:#666666;
	display:inline;
	margin:0;
	padding:0;
	text-transform:none;
	background: none;
}
.dropmenu li > div.eps ul{
	padding: 0px;
	margin: 0px;	
}
.dropmenu li > div.eps ul li p a:hover {
	color:#222;
	text-decoration: none !important;
}
.dropmenu li > div.eps .small{
	padding: 15px;
	color:#595959;
	font-size: 9px;
	text-transform: none;
}

/* Episode Details Page */
h1.episodeTopCaption {
  font-family: 'Share', cursive;
  font-size: 1.7em;
  text-shadow: #000 2px 2px 8px;
  position: absolute;
  top: 423px;
  color: #c1cf00;
  margin: 0;
  padding: 0;
}

h1.episodeTopCaption span {
  color: #e1e6b8;
}
/* /Episode Details Page */


.center {
  text-align: center;
}

.pad {
  margin: 15px 0;
  padding: 15px 0;
}

.slideshow {
    position: relative;
    height: 342px;
    overflow: hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.slideactive {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.newribbon {
  position: absolute;
  top: -3px;
  left: -2px;
}

/*
.mainleft {
margin:0;
padding:0;
  width: 630px; should this be 445?
}

.episode {
  width: 630px;
}

*/

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(http://cdn.zecheriah.com/img/site/login/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 10002;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(http://cdn.zecheriah.com/img/site/login/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(http://cdn.zecheriah.com/img/site/login/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(http://cdn.zecheriah.com/img/site/login/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(http://cdn.zecheriah.com/img/site/login/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(http://cdn.zecheriah.com/img/site/login/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(http://cdn.zecheriah.com/img/site/login/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(http://cdn.zecheriah.com/img/site/login/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	z-index: 10002; /* 1 above menu, 2 above buttons on content slider */
}

#panel {
	width: 100%;
	height: 300px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	padding-top: 65px; /* compensate for height of logo */
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(http://cdn.zecheriah.com/img/site/login/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(http://cdn.zecheriah.com/img/site/login/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#nav-one {
  z-index: 10001;
}

#nav-one ul {z-index:10002}

/* the sponsor boxes */
.sponsor {
	width: 175px;
}

.sponsor img {
	opacity: 0;
}

/* /the sponsor boxes */


/* ads */
.adcaption {
  font-size: .55em;
  background: #000;
  color: #ccc;
  text-align: center;
  margin: 0 auto;
}

.ad468x60 {
  width: 468px;
  height: 60px;
  border: 0;
  margin: 0 auto;
}


.ad300x250 {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  border: 0;
}

.ad728x90 {
  width: 728px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 8px;
  border: 0;
}
/* /ads */



h1.episodeTopCaption {
 position: relative;
 top: 0;
}

h3 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

#twitter_div, .module-pad {
  margin: 15px auto 0 auto;
}


/* start search */
#searchbox
{
        background: url('http://cdn.zecheriah.com/img/site/alpha40f.png');

        -moz-border-radius: 10px;
        border-radius: 10px;

        border-width: 1px;
        border-style: solid;
        border-color: #c4d9df #a4c3ca #83afb7;
        width: 280px;
        height: 35px;
        padding: 10px;
/*        margin: 100px auto 50px;*/
        overflow: hidden; /* Clear floats */
}

#search, #submit
{
        float: left;
}

#search
{
        padding: 5px 9px;
        height: 23px;
        width: 160px;
        border: 1px solid #a4c3ca;
        font: normal 13px 'trebuchet MS', arial, helvetica;
        background: url('http://cdn.zecheriah.com/img/site/alpha50f.png');

        -moz-border-radius: 50px 3px 3px 50px;
         border-radius: 50px 3px 3px 50px;
         -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
         -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

/* ----------------------- */

#submit
{
        background: #6cbb6b;
        background-image: -moz-linear-gradient(#95d788, #6cbb6b);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));

        -moz-border-radius: 3px 50px 50px 3px;
        border-radius: 3px 50px 50px 3px;

        border-width: 1px;
        border-style: solid;
        border-color: #7eba7c #578e57 #447d43;

         -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
         -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
         box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;                

        height: 35px;
        margin: 0 0 0 10px;
        padding: 0;
        width: 90px;
        cursor: pointer;
        font: bold 14px Arial, Helvetica;
        color: #23441e;

        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#submit:hover
{
        background: #95d788;
        background-image: -moz-linear-gradient(#6cbb6b, #95d788);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
}       

#submit:active
{
        background: #95d788;
        outline: none;

         -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
         -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
         box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner
{
       border: 0;  /* Small centering fix for Firefox */
}          

#search::-webkit-input-placeholder {
   color: #6b6b6b;
   font-style: italic;
}

#search:-moz-placeholder {
   color: #6b6b6b;
   font-style: italic;
}  

#search:-ms-placeholder {
   color: #6b6b6b;
   font-style: italic;
}

#search.placeholder {
   color: #6b6b6b !important;
   font-style: italic;
}

/* end search */



/* sortable table list */
/* tables */
table.tablesorter {
	font-family:arial;
	/*background-color: #CDCDCD;*/
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
	color: #efefef;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*	background-color: #e6EEEE;*/
  background: #16789b; /* Old browsers */

	border: 1px solid #167d93;
	font-size: 1em;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('http://cdn.zecheriah.com/img/site/tablesort/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	background: url('http://cdn.zecheriah.com/img/site/alpha40.png');
	color: #bbb;
	font-size: .8em;
	padding: 4px;
/*	background-color: #FFF;*/
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background: url('http://cdn.zecheriah.com/img/site/alpha60.png');
	color: #eee;
/*	background-color:#F0F0F6;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('http://cdn.zecheriah.com/img/site/tablesort/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('http://cdn.zecheriah.com/img/site/tablesort/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
/*background-color: #8dbdd8;*/
}
table.tablesorter tbody tr:hover {
	background: url('http://cdn.zecheriah.com/img/site/alpha20f.png');
	cursor: pointer;
}
/* /sortable table list */
	
.thumb {
  opacity:0.8;
  filter:alpha(opacity=80);
  margin: 2px;
  border: solid 1px #555;
  width: auto;
  height: 110px;
}

.thumb:hover {
  margin: 0;
  width: auto;
  height: 112px;
  border: solid 1px #999;
  opacity:1.0;
  filter:alpha(opacity=100);
}

.thumb75 {
  opacity:0.8;
  filter:alpha(opacity=80);
  margin: 2px;
  border: solid 1px #555;
  width: auto;
  height: 40px;
}

.thumb75:hover {
  margin: 0;
  width: auto;
  height: 42px;
  border: solid 1px #999;
  opacity:1.0;
  filter:alpha(opacity=100);
}

.shownote1 {
  padding: 8px;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  background: rgb(255,255,136); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,136,1) 0%, rgba(255,255,136,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,136,1)), color-stop(100%,rgba(255,255,136,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 */
  text-shadow:1px 1px 2px #fff;
}

/* Notes header on shownote page */
.shownote1 a {
  color: blue;
}

.shownote1 a:hover {
  color: blue;
}

.shownote1 blockquote {
  font-style:italic;
}

/*
	Background Stretcher jQuery Plugin
	© 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
	
#background {
	background: url(http://cdn.zecheriah.com/img/site/starfield/star-far.png) repeat 5% 5%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
}

#midground {
	background: url(http://cdn.zecheriah.com/img/site/starfield/star-mid.png) repeat 20% 20%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
}

#foreground {
	background: url(http://cdn.zecheriah.com/img/site/starfield/star-near.png) repeat 90% 110%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 2;
}


/* TipTip Tool Tip */
/* TipTip CSS - Version 1.2 */

  #tiptip_holder {
	  display: none;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 99999;
  }

  #tiptip_holder.tip_top {
	  padding-bottom: 5px;
  }

  #tiptip_holder.tip_bottom {
	  padding-top: 5px;
  }

  #tiptip_holder.tip_right {
	  padding-left: 5px;
  }

  #tiptip_holder.tip_left {
	  padding-right: 5px;
  }

  #tiptip_content {
	  font-size: 11px;
	  color: #fff;
	  text-shadow: 0 0 2px #000;
	  padding: 4px 8px;
	  border: 1px solid rgba(255,255,255,0.25);
	  background-color: rgb(25,25,25);
	  background-color: rgba(25,25,25,0.92);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	  border-radius: 3px;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  box-shadow: 0 0 3px #555;
	  -webkit-box-shadow: 0 0 3px #555;
	  -moz-box-shadow: 0 0 3px #555;
  }

  #tiptip_arrow, #tiptip_arrow_inner {
	  position: absolute;
	  border-color: transparent;
	  border-style: solid;
	  border-width: 6px;
	  height: 0;
	  width: 0;
  }

  #tiptip_holder.tip_top #tiptip_arrow {
	  border-top-color: #fff;
	  border-top-color: rgba(255,255,255,0.35);
  }

  #tiptip_holder.tip_bottom #tiptip_arrow {
	  border-bottom-color: #fff;
	  border-bottom-color: rgba(255,255,255,0.35);
  }

  #tiptip_holder.tip_right #tiptip_arrow {
	  border-right-color: #fff;
	  border-right-color: rgba(255,255,255,0.35);
  }

  #tiptip_holder.tip_left #tiptip_arrow {
	  border-left-color: #fff;
	  border-left-color: rgba(255,255,255,0.35);
  }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
	  margin-top: -7px;
	  margin-left: -6px;
	  border-top-color: rgb(25,25,25);
	  border-top-color: rgba(25,25,25,0.92);
  }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
	  margin-top: -5px;
	  margin-left: -6px;
	  border-bottom-color: rgb(25,25,25);
	  border-bottom-color: rgba(25,25,25,0.92);
  }

  #tiptip_holder.tip_right #tiptip_arrow_inner {
	  margin-top: -6px;
	  margin-left: -5px;
	  border-right-color: rgb(25,25,25);
	  border-right-color: rgba(25,25,25,0.92);
  }

  #tiptip_holder.tip_left #tiptip_arrow_inner {
	  margin-top: -6px;
	  margin-left: -7px;
	  border-left-color: rgb(25,25,25);
	  border-left-color: rgba(25,25,25,0.92);
  }

  /* Webkit Hacks  */
  @media screen and (-webkit-min-device-pixel-ratio:0) {	
	  #tiptip_content {
		  padding: 4px 8px 5px 8px;
		  background-color: rgba(45,45,45,0.88);
	  }
	  #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		  border-bottom-color: rgba(45,45,45,0.88);
	  }
	  #tiptip_holder.tip_top #tiptip_arrow_inner { 
		  border-top-color: rgba(20,20,20,0.92);
	  }
  }
/* /TipTip Tool Tip */

/* Add automatic Vignette */
.vignette {
  position: relative;
}
.vignette img {
 display: block;
}
.vignette:after {
 -moz-box-shadow: inset 0 0 100px rgba(50, 50, 50, 0.75);  
 -webkit-box-shadow: inset 0 0 100px rgba(50, 50, 50, 0.75);   
 box-shadow: inset 0 0 100px rgba(50, 50, 50, 0.75);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";
}
/* end of Vignette */

/* Alerts and Messages */
  #mobile {
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    padding: 15px;
    font-size: 40px;
    z-index: 4000;
    left: 0;
  }

  #messages {
    display: none;
    background: #0e0e0e; /* Old browsers */
    background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 275px;
    border: solid 1px #000;
    margin: 0 30px 30px 0;
    color: #eee;
    position: fixed;
    bottom:0;
    right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
    z-index: 10000;
    opacity:0.95;
    filter:alpha(opacity=95);
    text-shadow: #000 0 0 2px;
  }
  #closeX {
    border: none;
    float: right;
  }
/* / Alerts and Messages */

.link:hover {
	cursor: pointer;
}

.showhide {
  font-weight: normal;
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#galleria{height:467px}


/* Google Custom Search */

.cse .gsc-control-cse,
.gsc-control-cse,
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
      background: url('http://cdn.zecheriah.com/img/site/alpha20.png') !important;
      color: #ccc !important;
    }
    
    /* Add a border between individual search results */
    .gs-webResult {
        padding: 1em;
    }
    
    /* Do no display the count of search results */    
    .gsc-result-info {
        display: none;
    }
    
    /* Hide the Google branding in search results */
    .gcsc-branding {
        display: none; 
    }
    
    /* Thumbnail images in search results */
    .gsc-thumbnail {
        /*don't do */
    }
    
    /* Snippets in Google search results */
    .gs-snippet { 
        /* display: none; */
    }
    
    /* Change the font size of the title of search results */
    .gs-title a { 
        font-size: 16px;
        color: #fff !important; 
    }
    
    /* Change the font size of snippets inside search results */
    .gs-snippet {
        font-size: 14px;
        color: #ccc !important;
    }
    
    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
        font-weight: normal;
        /* background: #ffffb4 !important;
        color: #333; */
    }
    
    /* Do no display the URL of web pages in search results */
    .gsc-url-top, .gsc-url-bottom {
        display: none;
    }
    
    /* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
        font-size: 1.5em;
        padding: 4px 8px;
        border: 2px solid #ccc;
    }

/* /Google Custom Search */

img.disabled {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

img.hovereffect {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

img.hovereffect:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

img.hovereffect:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.horizontal td { /* this is a table used for related episodes widgets */
  border-bottom: solid 1px #213d59;
  font-size: 0.8em;
}

