/* ------------------GLOBAL RESET-------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------- */

/* ######### CLEAR FIX ######### */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ########################### */

body {
    background: #000;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

	.noscript {
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    vertical-align: middle;
	    background-color: #000;
	    position: absolute;
	    z-index: 5000;
	}
	
	.noscript span {
	    font-size: 24px;
	    color: #09C;
	    position: absolute;
	    top: 45%;
	    left: 10%;
	}

a {
    /*color: #f11adf;*/
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

img {
    border: none;
    text-decoration: none;
}

form {
    margin: 0;
    padding: 0;
}

input.checkbox, input.radio {
    width: 20px;
    height: 14px;
    border: none;
    margin-bottom: 2px;
    background: none;
}

p {
    line-height: auto;
    margin: 0 0 1em 0;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.right {
    text-align: right;
}

.strike {
    text-decoration: line-through;
}

.lastItem {
    background-image: none !important;
}

.hide {
    display: none;
}

	/************ SITE NAV **************/
	#shows-navs {
	    height: 26px;
	    overflow: hidden;
	    position: absolute;
	    top: 51px;
	    left: 0;
	    width: 100%;
	    z-index: 100;
	}
	
		#asNav {
			background: #ff7900;
			height: 26px !important;
			padding-left: 10px !important;
			width: auto;
		}
		
			#asNav a {
				color: #ffffff;
			}
			
			#asNav a:hover {
				color: #803d00;
			}
			
			#navLinks {
				width: auto;
			}
			
				#bearNav {
					width: auto !important;
					margin-bottom: 10px !important;
				}
				
				#accountNav {
					padding-right: 10px !important;
				}
	
	/************ SHOW NAV **************/
	#show-nav {
	    background-color: #F11ADF;
	    float: right;
	    height: 26px;
	    left: 300px;
	    overflow: hidden;
	    position: absolute;
	    top: 0;
	    white-space: nowrap;
	    width: 100%;
	}
	
		#show-nav ul {
		    list-style: none;
		    margin-left: 10px;
		    float: left;
		    margin-bottom: 10px;
		}
		
			#show-nav ul li {
			    float: left;
			    padding-right: 13px;
			    margin-top: 5px;
			    width: auto;
			}
	
				#show-nav a.show-title {
				    display: block;
				    float: left;
				    padding-top: 8px;
				    padding-left: 11px;
				}
				
				#show-nav ul li a {
				    color: #FFF;
				    display: block;
				    font-size: 12px;
				    font-weight: bold;
				    line-height: 9px;
				    margin-top: 4px;
				    padding-left: 3px;
				    text-transform: uppercase;
				}
				
				#show-nav ul li a.active {
				    border-left: none;
				    color: #F670EA;
				}
				
				#show-nav a:hover {
					color: #600a59;
				}
			
				#show-title-img {
				    display: block;
				    height: 12px !important;
				}
	
			#show-menu {
			    background-color: #f11adf;
			    height: 21px;
			    padding: 5px 6px 0 6px;
			    position: absolute;
			    top: 0;
			    right: 0;
			}
			
			#show-menu a {
			    font-weight: bold;
			    color: #fff;
			    background: transparent url(../img/bgLeftWhiteArrow.gif) no-repeat left center;
			    padding-left: 10px;
			}
			
			#show-menu a:hover {
				color: #600a59;
			}
			
			#main-menu {
			    background-color: #FF7900;
			    display: block;
			    height: 21px;
			    padding: 9px 6px 0 6px;
				line-height: 9px;
			    position: absolute;
			    top: 0;
			    left: 211px;
			    font-weight: bold;
			    color: #fff;
			    padding-left: 10px;
			}
			
			#main-menu:hover {
				color: #803d00;
			}
	
	/***************** FOOTER ******************/
	
	#globalFooter {
	    position: fixed;
	    bottom: 12px;
	    left: 12px;
	    font-size: 9px;
	    color: #fff;
	    z-index: 1000;
	    _position: absolute;
	    _left: expression((12+(ignoreMe2 =
	
	document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );
	
	_top:
	    expression((12+(ignoreMe =
	
	document.documentElement.scrollBottom ? document.documentElement.scrollBottom:document.body.scrollBottom ) ) + 'px' );
	}
		
		#globalFooter a {
		    color: #fff;
		}
		
		.ad-choices-small {
			padding-left: 5px;
    		vertical-align: middle;
		}
	
	/***************** SCHEDULE ******************/
	
	#view-schedule {
	    background: transparent url(../img/view-schedule.png);
	    _background: url(../img/slideshow-controls/dot.gif);
	    _filter: progid
	
	: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../img/view-schedule.png');cursor:hand;overflow:hidden;display:block;position:absolute;top:34px;left:300px;width:112px;height:0;padding-top:9px;z-index:102;}#view-schedule:hover{background-position:0 9px;
	}
	
	#schedule {
	    color: #000;
	    background: #FFF;
	    width: 315px;
	    height: 380px;
	    z-index: 101;
	    position: absolute;
	    top: 25px;
	    left: 293px;
	}
	
		#schedule .close {
		    background: #F11ADF;
		    color: #FFF;
		    position: absolute;
		    right: 0;
		    font-weight: bold;
		    padding: 2px;
		}
		
		#schedule .timezones {
		    margin-top: 13px;
		    padding: 0 8px 5px 8px;
		    height: 38px;
		}
		
			#schedule .legend {
			    display: block;
			    font-size: 10px;
			    height: 10px;
			    padding: 10px 0 0 0;
			}
	
			#schedule .timezone {
			    font-weight: bold;
			    font-size: 11px;
			}
			
			#schedule .active {
			    text-decoration: line-through;
			}
	
		#schedule .showtimes {
		    overflow: auto;
		    height: 322px;
		    padding: 0 5px;
		}
		
			#schedule ul {
			    list-style: none;
			}
			
				#schedule li {
				    padding: 3px;
				}
				
				#schedule .weekday {
				    font-weight: bold;
				    font-size: 1.2em;
				    margin-right: 10px;
				}
	
	

	/***************** RATING ******************/

	#rating {
	    display: block;
	    position: absolute;
	    left: 5px;
	    top: 5px;
	    z-index: 99;
	}
