/* --------------------------------------------------------------------------- */
/* TITLE: GLOBAL.CSS */
/* PURPOSE: ALL SITE CONTENT SPECIFIC STYLES */
/* CREATOR: SightWorks, Inc. */
/* --------------------------------------------------------------------------- */

/*  Imports  */
@import url("thickbox.css");

body {
	background: #000;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

/*  Holding it all together  */

div, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*  Links  */

a, a:active, a:visited {
	color: #cc9900;
	text-decoration: none;
 	outline: none;
}

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

/*  Headers  */

h1, h2, h3, p {
	padding: 0px;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e7e7cf;
	font-family: Times;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e7e7cf;
	font-family: Times;
}

h3 {
	font-size: 1.17em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e7e7cf;
}

/*  Paage Structure  */

#header {
	position: relative;
	height: 52px;
}

#header .logo {
	position: absolute !important;
	top: 0px;
	left: 0px;
	height: 72px !important;
	width: 412px !important;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
}

#header #navContainer {
	background: #000 url(images/hmtv_divider_orange.gif) bottom center no-repeat;
	padding-bottom: 2px;
	top: 0px;
	left: 0px;
	width: 100%;
}

#header #navContainer .innerWrap {
	position: relative;
	padding: 0px;
}

* html #header #navContainer .innerWrap .clear {
	margin-top: -5px;
}

*:first-child+html #header #navContainer .innerWrap .clear {
	margin-top: -5px;
}

#banner {
	height: 625px;
	position: relative;
	overflow: hidden;
}

* html #banner {
	margin-top: 52px;
}

/*  Main Navigation  */

#mainNav {
	float: right;
	margin: 0px;
	padding: 0 0 0 1px;
	height: 50px;
	background: url(images/hmtv_nav_bg.gif) top repeat-x;
	line-height: 1em;
}

#mainNav li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 1px;
}

*:first-child+html #mainNav li a {
	margin-top: -4px;
}

*:first-child+html #mainNav li.active a {
	margin: 0px;
}

html > body #mainNav li .tab {
	background-image: url(images/hmtv_tab.png) !important;
}

#mainNav li .tab {
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 0.86em;
	color: #000 !important;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 -10px;
	padding: 0px;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

* html #mainNav li .tab {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hmtv_tab.png',sizingMethod='crop');
}

#mainNav li a {
	display: block;
	padding: 20px 10px 19px 10px;
	background: #000;
	position: relative;
}

* html #mainNav li a span {
	cursor: pointer;
	cursor: hand;
}

#mainNav li a .over {
	display: none;
}

#mainNav li.active a {
	background: url(images/hmtv_navOver_bg.gif) bottom repeat-x;
}

html > body #mainNav li.active .out { display: none !important; }
html > body #mainNav li.active .over { display: block !important; }

/*  Drop Down  */

#mainNav div {
	position: absolute;
	top: 51px;
	left: 0px;
	width: 100%;
	background: none transparent;
	z-index: 100;
	display: none;
}

#mainNav div ul {
	width: 940px;
	margin: 0px auto;
}

#mainNav ul li {
	margin: 0;
	width: 155px;
	height: 65px;
}

#mainNav ul li a {
	padding: 0;
	margin: 0;
	background: none transparent !important;
}

#mainNav ul li.tabContainer {
	width: auto;
	height: auto;
	border: 0;
}

#mainNav li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul,
#mainNav li.hover ul {
	left: 0;
	top: 50px; /* match top ul list item height */
	z-index: 99;
}

/*
#mainNav li:hover #more,
#mainNav li.hover #more {
	display: block !important;
}
*/

#mainNav li:hover li ul,
#mainNav li.hover li ul {
	top: -999em;
}

#mainNav li li:hover ul,
#mainNav li li.hover ul {
	left: 940px;
	top: 0;
}

#mainNav li li:hover li ul,
#mainNav li li.hover li ul {
	top: -999em;
}

#mainNav li li li:hover ul,
#mainNav li li li.hover ul {
	left: 940px; /* match ul width */
	top: 0;
}

html > body #mainNavBG {
	background-image: url(images/black90.png);
}

#mainNavBG {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
}

* html #mainNavBG {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/black90.png',sizingMethod='scale');
	z-index: -1;
}

*:first-child+html #mainNavBG {
	z-index: -1;
}

#mainNavBG .innerWrap {
	padding: 0px;
}

/*  Thumb Container  */

#thumbContainer {
	width: 100%;
	z-index: 2;
	position: relative;
	margin-top: -150px;
	background: transparent url(images/hmtv_divider_orange.gif) top center no-repeat;
	padding-top: 1px;
}

#thumbContainer #featured {
	overflow: hidden;
}

html > body #thumbContainer #featured {
	background-image: url(images/hmtv_fade_red.png);
	background-repeat: repeat;
}

* html #thumbContainer #featured {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hmtv_fade_red.png',sizingMethod='scale');
}

#thumbContainer #featured, #thumbContainer #featured .column {
	height: 150px;
}

/*  Items  */

.items {
	margin: 0px;
	padding: 0px;
	height: 100px;
	overflow: hidden;
}

.items li {
	list-style-type: none;
	float: left;
	width: 225px !important;
	overflow: hidden;
	position: relative;
}

.items li a {
	display: block;
}

html > body .items li a:hover .hover {
	background-image: url(images/hmtv_item_over.png);
	background-repeat: no-repeat;
}

.items li a .hover {
	width: 225px;
	height: 67px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 3;
	cursor: pointer;
	cursor: hand;
}

* html .items li a:hover .hover {
	background: url(images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hmtv_item_over.png',sizingMethod='scale');
}

.items li a:hover {
	text-decoration: none;
}

.items li a:hover h3 {
	text-decoration: underline;
}

.items li h3 {
	margin: 0px;
}

.items li .image {
	float: left;
	text-align: center;
}

.items li img, .items li .thumb {
	cursor: pointer;
	cursor: hand;
	z-index: 1;
	position: relative;
}

.items li .content {
	margin-left: 110px;
	margin-right: 10px;
	display: block;
}

.items li .content .small {
	display: block;
	margin: 5px 0 2px 0;
}

/*  Content  */

#content {
	background: #000 url(images/hmtv_divider_orange.gif) top center no-repeat;
}

#content .padding {
	padding: 25px;
}

/*  Colummns  */

.column {
	float: left;
	position: relative;
}

.twoColumn .column, .twoColumn li {
	width: 50%;
}

* html .twoColumn .column {
	width: 49%;	
}

*:first-child+html .twoColumn .column {
	width: 49%;
}

.threeColumn .column, .threeColumn li {
	width: 33%;
}

.fourColumn .column, .fourColumn li {
	width: 25%;
}

.twoColumnLeft .left {
	margin-right: 320px; 
	width: auto;
	float: none;
}

.twoColumnLeft .right {
	float: right; 
	width: 300px;
}

/*  Footer  */

#footer, #footer .text {
	color: #999999;
}

#footer .outerWrap {
	padding: 20px 0;
}

#footer .logo {
	cursor: pointer;
	cursor: hand;
}

#footerNav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#footerNav ul li {
	float: left;
	list-style-type: none;
	display: inline;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.92em;
}

#footerNav ul li a {
	color: #999;
}

#copyright {
	font-size: 0.86em;
	color: #333;
}

#copyright a {
	color: #333;	
}

/*  Scroller Styles  */

.scrollable .navi {
	position: absolute;
	top: 15px;
	right: 15px;
}

.scrollable .navi span {
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px;
	cursor: pointer;
	cursor: hand;
}

html > body .scrollable .navi span {
	background-image: url(images/scroller_dots.png);  	
}

* html .scrollable .navi span {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/scroller_dots.png',sizingMethod='crop');	
}

html > body .scrollable .navi span:hover, html > body .scrollable .navi span.hover {
	background-image: url(images/scroller_dots_over.png);    
}

* html .scrollable .navi span:hover, * html .scrollable .navi span.hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/scroller_dots_over.png',sizingMethod='crop');	
}

html > body .scrollable .navi span.active {
	background-image: url(images/scroller_dots_active.png);    
}

* html .scrollable .navi span.active {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/scroller_dots_active.png',sizingMethod='crop');	
}

/*  ROUNDED  */

html > body .rounded {
	background-image: url(images/black90.png);
}

.rounded {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #fff;
	padding: 20px;
	text-align: left;
}

* html .rounded {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/black90.png',sizingMethod='scale');	
}

/*  PAGE SPECIFIC STYLES  */

/*body.homePage .items li {
	width: 470px;
}*/

body.series #content {
	background: url(images/hmtv_series_borderBg.jpg) center top repeat-y;
	position: relative;
}

body.series #content .outerWrap {
	background: url(images/hmtv_series_borderBottom.jpg) bottom center no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

body.series #content .innerWrap {
	width: 900px;
}

body.series .cast {
	margin: 0 0 20px 0;
}

body.series .cast .description {
	margin-left: 120px;
}

body.series #thumbContainer {
	background: none transparent;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: -150px;
	left: 0px;
}

body.series #thumbContainer .innerWrap {
	width: 860px;
}

body.series .items li {
	list-style-type: none;
	float: left;
	width: 215px !important;
}

.thickbox_ajax {
	width: auto !important;
	color: #000;
	text-align: left;
	padding: 20px;	
}

body.thickbox {
	background: none transparent;
}

html > body.thickbox #container {
	background-image: url(images/thickbox_bg.png);
	background-repeat: no-repeat;
	background-position: fixed;
}

body.thickbox #container {
	width: 521px !important;
	height: 293px;
	text-align: left;
	padding: 50px;
	color: #000;
}

* html body.thickbox #container {
	background: url(images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/thickbox_bg.png',sizingMethod='scale');
}

* html body.thickbox #container .jScrollPaneTrack {
	zoom: 1.0;
	z-index: 99;
}

* html body.thickbox #container #scroller * {
	position: relative;
	zoom: 1.0;
	z-index: 99;
}

body.thickbox #container #scroller {
	width: 500px;
	padding-right: 20px;
	height: 269px;
	overflow: auto;
}

body.thickbox h1, .thickbox_ajax h1 {
	font-family: Times;
	color: #993300;
}

body.thickbox h2, body.thickbox h3, .thickbox_ajax h2, .thickbox_ajax h3 {
	color: #000;
	font-weight: bold;
}

body.thickbox a, #thickbox a:active, body.thickbox a:visited, body.thickbox a:link {
	color: #996600;
}

body.thickbox a:hover {
	color: #996600;	
}

/*  Misc  */

.outerWrap {
	width: 100%;
	position: relative;
}

.innerWrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 15px 0;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
}

.small {
	font-size: 0.86em;
	color: #999999;
	line-height: 1.17em;
	position: relative;
}

.divider, #mainNav div div.divider {
	background: #000 url(images/hmtv_divider_grey.gif) top center no-repeat;
	position: absolute;
	width: 100%;
	height: 1px;
	line-height: 1px;
	left: 0px;
	display: block;
	z-index: 99;
}


.divider_grunge {
	background: transparent url(images/hmtv_divider_grunge.gif) center no-repeat;
	width: 100%;
	height: 1px;
	line-height: 0px;
	margin: 20px 0;
	padding: 0px;
	overflow: hidden;
}

.padding {
	padding: 15px;
}

html > body #mainNav div {
	background-image: url(images/black90.png);
}

* html #mainNav div {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/black90.png',sizingMethod='scale');
}

#noFlashMessage {
	width: 470px; 
	margin: 0 auto;
	position: relative;
}

#series td, #films td {
	padding: 0 0 20px 0;
}

.item {
	margin: 0 0 20px 0;
}

.item .icon {
	float: left;
	margin-left: 0px !important;
}

.item span {
	margin-left: 45px;
	display: block;
}

.item {
	display: block;
	text-decoration: none;
}

.item span span {
	display: inline;
	margin-left: 0px;
}

.item .text {
	color: #fff;
	margin-bottom: 5px;
}

a:hover .item .hover {
	text-decoration: underline;
}

a:hover .item .text {
	text-decoration: none;
}

.inline {
	margin: 0px;
	padding: 0px;
}

.inline li {
	float: left;
	list-style-type: none;
	display: inline;
}

.inline li a {
	display: block;
}

.subtitleOtherWork {

text-transform: uppercase;
padding-bottom: 3px;
color:#cc9933;
}

#about .inline li {
	text-align: center; 
	text-transform: uppercase;
}

#about .inline li a {
	padding: 10px 0; 
}

.sponsorship {
	background: url(images/img_sponsorship_thumb.jpg) center left no-repeat;
	padding: 75px 0 75px 237px;
	font-size: 1.33em;
	text-transform: uppercase;
	display: block;
}

.shareIcon {
	background: url(images/img_iconShare.gif) top left no-repeat;
	padding-left: 70px;
	color: #000 !important;
	display: block;
}

.joinIcon {
	background: url(images/img_iconJoin.gif) top left no-repeat;
	padding-left: 70px;
	color: #000 !important;
	display: block;
}

.shareIcon:hover, .joinIcon:hover {
	text-decoration: none;
}

.shareIcon .title, .joinIcon .title {
	font-size: 1.5em;
}

.shareIcon:hover .title, .joinIcon:hover .title {
	text-decoration: underline;	
}