/* repeating horizontal body gradient */
body {background: #000000 url(../images-wl/bg-horz.jpg) repeat-x left top;}


/* large background image - no repeat */
#bgImage {background: url(../images-wl/bg-image.png) no-repeat center top;}


/* repeating vertical main container side gradients */
#mainContainer {background: url(../images-wl/bg-body-vert.png) repeat-y center top;}


/* repeating horizontal page bottom fade gradient */
#bgPromos {background: url(../images-wl/bg-promos.png) repeat-x;}


/* logo positioning and size */
#logo {
	height: 152px;
	width: 412px;
	position: absolute;
	left: 56px;
	top: 0px;
}

/* text drop-shadow color */
.txtShadow {text-shadow: 1px 1px 2px #041b24;}


/* text link colors */
a:hover {color:#fff !important;}
#episodeNumber p, #trailerContent .box p a, #episode a {color: #E3A416;}
#episode #viewMore p, #episode #viewMore p a, #episode #details #hdr p {color: #3bd2e3;}


/* stats box area - bg box and section divider line */
#statsBox {background: url(../images-wl/bg-statsbox.png) no-repeat;}
#episodeNumber {border-right: 1px solid #6a828b;}


/* top navigation - bg bar and link divider line */
.nav {background: url(../images-wl/bg-nav.png) no-repeat;}
.nav .divider {background: url(../images-wl/nav-divider.png) no-repeat;}


/* trailer content - bg box */
#trailerContent .box {background: url(../images-wl/bg-trailer.png) no-repeat;}


/* episode template - view more links divider line */
#viewMore p span {color: #1B5378;}


/* drop-down menu - top colored bar, main bg color, width */
#jsddm li ul {
	border-top: 6px solid #e9a901;
	background: #000;
	width: 130px;
}

/* drop-down menu - bottom border color */
#jsddm li ul li a {border-bottom: solid 1px #333;}

/* drop-down menu - hover bar color */
#jsddm li ul li a:hover {background: #1e1e1e}


/* about - colored hdr */
#about h1 {color: #E4AC01;}




