@charset "UTF-8";

/*------------------
COLOR LEGEND:
Lavender: #D747FF
Bright Green: #8DF56C
Canary Yellow: #FAEC7F
------------------*/


/*---------------Reset-----------------*/
ul, li, body, img {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/*---------------Format----------------*/

br {
	display: block;
}

.smaller {
	font-size: 11px;
	text-align: justify;
}

a, a:hover, a:visited {	
	color: #0000FF;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
}

#splash-content p {
	text-align: left;
	padding: 0;
	line-height: 1.4em;
	margin: 0 0 1em;
}

em {
	font-style: normal;
	font-weight: bold;
}


.left {
	float: left;
	display: inline;
	clear:left;
	
}

.right {
	float: right;
	display: inline;
}

.copyright {
	float: right;
	text-align: right;
	font-size: 8px;
}

.inactive {
	cursor: default !important;
	color: #666666 !important;
}

.three-column-list {
	float: left;
	width: 30%;
	margin-left: 3%;	
}

.three-column-list h1 {
	position: relative;
	margin-left: -14px !important;
	background: #FFFFFF;
	text-align: left !important;
	font-size: 16px;
	list-style: none;	
	z-index: 1;
}

.holblvd-nav {
	height: 170px;
}

.holblvd-info {
	padding-bottom: 10px;
}

/*Colors*/

.red, .red:visited {
	color: #FF0000 !important;
}

/*Headers*/
h1 {
	margin-top: 0px;
	margin-bottm: 5px;
	font-size: 30px;
	color: #003399;
}

h1 a, h1 a:hover, h1 a:visited {
	font-size: 32px;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px;
	color: #003399;
	text-align: center;
}

h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h4 {
	margin: 0;
}

#tvtixlogo {
	position: absolute;
	top: -13px;
	left: 18px;
	z-index: 11;
}

.ticket-header {
	position: absolute;
	top: 45px;
	right: 85px;
	z-index: 11;
}
/*Hidden*/

.replaced {
	text-indent: -8000px;
	margin-top: -1em;
	height: 1em;
}

input.replaced {
	position: fixed;
	top: -100px;
}

/*-----------------Layout-----------------*/
body {
	text-align: center;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
}

#container {
	width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: auto;
}

#splash-content {
	float: left;
	position: relative;
}

/*--------Header-------*/
#hd {
	float: left;
	width: 800px;	
	font-weight:bold;
	margin-left: 20px;
}

/*~Header Navigation~*/
#navigation a {
	text-decoration: none;
	color: #000000;
}

#main-nav li.smaller .main-nav-node {
	height: 28px !important;
	padding: 9px 10px 3px 0 !important;
	line-height: 1.2em !important;
	font-size: 11px !important;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

#main-nav li.date {
	float:right;
	width:92px;
	height:25px;
	margin-top: 3px;
	padding:5px;
	background-color:#D4F5C8;
	background-image:none;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	text-align: center;
}

#main-nav li span.larger {
	font-size: 18px !important;
	line-height: 12px;
}
/*TVTix header logo*/
#tvtix-hd-logo {
	float: left;
	position: relative;
	margin-left: -20px;
	width: 165px;
	z-index: 5;
}

/*Main Navigation*/
#main-nav {
	position: relative !important;
	float: left;
	margin: 15px 0 0;
	height: 40px;
	width: 655px;
	list-style-type: none;	
	vertical-align: middle;
	z-index: 50;
	overflow: visible;
}

#main-nav li {
	float: left;
	width: 110px;
	height: 40px;
}

#main-nav li .main-nav-node {
	position: relative;
	float: left;
	width: 100px;
	height: 25px;
	border-style: none;
	padding: 15px 10px 0 0;
	background-image: url(http://www.tvtix.com/images/nav_tab_inactive2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 50;
}

#main-nav li.current  .main-nav-node {
	background-image: url(../images/nav_tab_active2.jpg) !important;
	border-color: #8DF56C;
}

#main-nav li.smaller .main-nav-node {
	display: block;
	height: 28px;
}

/*Conditional Sub-Navigation*/
#sub-nav {
	float: left;
	position:relative;
	width: 654px;
	height: 20px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: -1px 0 0 0;
	background-color: #94e9f0;
	font-size: 10px;
	list-style-type: square;
	overflow: visible;
	z-index: 10;
}

.sub-nav {
	position: absolute;
	left: 0;
	top: 40px;
	visibility: hidden;
	width: 654px;
	height: 20px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: -1px 0 0 0;
	background-color: #94e9f0;
	font-size: 10px;
	list-style-type: square;
	z-index: 100 !important;
}

#sub-nav a {
	text-decoration: underline !important;
}

#sub-nav a:hover {
	text-decoration: none !important;
}

#sub-nav ul {
	float: left;
}

#sub-nav li {
	float: left;
	width: auto;
	height: 20px;
	margin: 5px 8px 0 15px;
	padding: 0 0 0 5px;
	background-image: none !important;
}

#sub-nav li:first-child {
	margin-left: 0px !important;
	list-style: none;
}

#sub-nav li.schedule {
	margin-left: -70px !important;
}

#sub-nav li.schedule a {
	color: #FF0000 !important;		
}

/*Static Navigation*/

#static-nav {
	float: left;
	width: 798px;	
	border-style: solid;
	border-width: 1px;
	margin: 5px 0 0 0;
	background-color: #D747FF;
	list-style: none;
	font-size: 10px;
}

#static-nav li{
	float: left;
	border-left: 1px solid;
	padding: 2px 8px 1px;
}

#static-nav li:first-child {
	border-left: none;
	list-style: none;
}

#static-nav a {
	font-size: 10px;
}

/*Drop Menu*/
#drop-menu {
	float: left;
	margin-top:5px;
	border: 3px #B48F25 solid;
	background: #EBCC57;
	width: 794px;
}

#drop-menu a.inactive {
	color: #666666;
}

#drop-menu .yuimenubaritem {
	padding: 2px 0;	
}

#drop-menu .yuimenubaritemlabel {
	position: relative;
	padding: 0 13px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #B48F25;
	text-align: center;
	z-index: 3;
}

#drop-menu .yuimenubaritem.first-of-type .yuimenubaritemlabel {
	border-width: 0;	
}

#drop-menu .yuimenubaritemlabel.yuimenubaritemlabel-hassubmenu-selected, #drop-menu .yuimenubaritemlabel-selected {
	position: relative;
	margin: -5px -1px -5px 0;
	padding: 2px 11px 4px;
	background: #CD66FF;
	border-color: #6C3169 !important;
	border-width: 3px 3px 0 3px !important;
	border-style: solid !important;	
	z-index: 40;
}

#drop-menu .yuimenubaritem.first-of-type .yuimenubaritemlabel.yuimenubaritemlabel-hassubmenu-selected, #drop-menu .yuimenubaritem.first-of-type .yuimenubaritemlabel-selected {
	margin: -5px 0 -5px 0;
	padding: 2px 10px 4px;

}

#drop-menu .yuimenubaritem .yuimenu{
	padding: 5px 0;
	margin: 0;
	background: #CD66FF;
	border-color: #6C3169 !important;
	border-width: 3px !important;
	border-style: solid !important;	
}

#drop-menu .yuimenubaritem.first-of-type .yuimenu{
	margin: 0 0 0 -3px;
}

#drop-menu .yuimenubaritem .yuimenuitemlabel {
	font-size: 10px;
	font-weight: bold;
	margin: 0 5px;
	padding: 5px 9px;
	border-color: #6C3169 !important;
	border-width: 1px 0 0 0 !important;
	border-style: solid;
}

#drop-menu .yuimenubaritem .yuimenuitem.first-of-type .yuimenuitemlabel {
	border: none;	
}

#drop-menu .yuimenuitemlabel-hassubmenu {
	background: url(../images/drop-menu-arrow.gif) no-repeat right;
}

#drop-menu .yuimenubaritem .yuimenuitemlabel:hover {
	background-color: #B04FDC;
}

#drop-menu .yuimenubaritem .yuimenuitemlabel.inactive:hover {
	background: transparent;
	/*background-color: #C163EF;*/
	cursor: default;
}

/*Email Module*/
#email-signup {
	float: left;
	width: 191px;
	margin: 5px 5px;
	border: medium solid rgb(0,0,0);
}

#email-signup table {
	border-spacing: 0px;
}

#email-signup td {
	padding: 0 !important;
	margin: 0 !important;
}

.black-td {
	height: 45px;	
	border-style: hidden;
	background-color: #000000;
	border-color: #000000;
	border-width: 0px;
}

.privacy-td a {
	font-size: 9px !important;
}

.input-email {
	color: #666666;
}

/*External Links*/
.ext-link-container {
	float: left;
	position: relative;
	width: 800px;
	margin: 0;
	padding: 20px;
	background: rgb(173,202,245);	
	overflow: auto;
}

.iframe-ext-link {
	border: medium solid rgb(173,202,245);
}

/*--------Content---------*/

.content-division {
	float: left;
	width: 800px;
	margin: 5px 0;
	padding: 0 20px;
	background: #FFF;
	text-align: center;
	overflow: auto;
}

.content-division p {
	text-align: center !important;
}

.three-column {
	float: left;
	width: 266px;
	overflow: hidden;
}

#bd{
	float: left;
	margin-top: 0;
	text-align: left;
}

.imgleft {
	float: left;
}

.imgright {
	float: right;
}

.emp-word {
	color: #000000;
}

.logo-header {
	padding-top: 32px;
}

/*-----------Modules-----------*/

#newyorkshow-info {
	background-color: #ebcc57;
	border: #b48f25 solid medium;
	padding: 3px;
	text-align: center;
}

/*Be in a movie*/
#beinamovie {
	text-align: center;
}

#beinamovie .show-listing {
	border: none;
}

#beinamovie .show-listing h2 {
	color: #000000;
}
.movie-list {
	float: left;
	width: 280px;
	text-align: left;
	list-style: disc outside #000 !important;
}

.movie-container {
	float: left;
	margin: 0 0 20px 20px;
	width: 700px;
}

.google-vid {
	float: right;
	width: 350px;
	margin-top: 5px;
	text-align: center;
	background: transparent;
}

.google-vid p {
	margin: 0 !important;
}

/*Announcements Module*/
#current-events {
	width: 290px;
	margin-right: 10px;
	float: left;
}

#current-events-lists {
	text-align: left;
	background-color: #ebcc57;
	border: #b48f25 solid medium;
	list-style: inside;
	padding: 10px;
}

#current-events-lists ul {
	margin-bottom: 1em;
}

#current-events-lists h3{
	text-align: left;
}

#current-events-lists a h3 {
	margin-bottom: 1em;
}

#current-events-lists  a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


#contribute {
	margin-top: 10px;
	text-align: center;
	background: #CC66FF;
	border: #663366 solid medium;
	padding: 3px;
}

.announcements {
	width: 500px;
	overflow: auto;
	background: url(../images/c2_crntAn_HD2.gif) no-repeat;
	padding-top: 88px;
}

.announcements .bd {
	background-color: #FFE9A9;
	border-left: 9px solid #73BE1E;
	overflow: auto;
	margin-left: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	list-style: inside;
}

.a-entry {
	width: 240px;
	float: left;
}

/*Sister Site Modules*/

.sister-site-module {
	float: right;
	width: 500px;
	overflow: visible;
	padding-bottom: 10px;
}

.sister-site {
	float: left;
	width: 225px;
	height: 250px;
	padding: 90px 10px 0;
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #3d3469;
}

.sister-site.first {
	margin: 10px 10px 0 0;
}

#faq p {
	text-align: center !important;
}

#TV-funhouse p {
	text-align: center !important;
}

#TV-funhouse ul {
	float: left;
	width: 110px;
}

#gossip {
	padding: 130px 10px 0;
	height: 210px;
}
.sister-site a {
	color:#98162e;
	font-weight:bold;
	font-size: 9px;
}
	
.sister-site ul {
	list-style: inside;
	text-align: left;
	font-size: 9px;
}
	
.biamleftimg {
	float: left;
}	

.biamrightimg {
	float: right;
}

#studio-tours {
	background: url(../images/sister-sites-bg.jpg) no-repeat 0 0 #FFF;
}

#NY-tickets {
	background: url(../images/NY-tickets.gif) no-repeat #FFF;
}

#faq {
	background: url(../images/sister-sites-bg.jpg) no-repeat -249px 0 #FFF;
}

#TV-funhouse {
	background: url(../images/sister-sites-bg.jpg) no-repeat -497px 0 #FFF;
}

#fansites {
	background: url(../images/sister-sites-bg.jpg) no-repeat -746px 0 #FFF;
}

#gossip {
	background: url(../images/sister-sites-bg.jpg) no-repeat -1000px 0 #FFF;
}

/*Show Genre Separator*/

.show-listing-divider {
	float: left;
	text-align: center;
	width:800px;
}

.navlist li {
	display: inline;
	margin-left: 5px;
}


/*Show Listings*/

.show-listing-container {
	float: left;
	position: relative;
	width: 800px;
	margin: 10px 0;
	padding: 20px;
	background: #FFF;	
	overflow: auto;
}

.show-listing-container.la {
	background: #d3f5c7 !important;
}

a.la {
	color: #00FF33;
}

.show-listing-container.ny {
	background: #E3C1F1 !important;
}

a.ny {
	color: #CC33CC;
}

.show-listing-container.ny-info {
	background: #F5F4AD !important;
}

a.ny-info {
	color: #F2CF0D;
}

.show-listing-container.studio {
	background: #ADCAF5 !important;
}

.right-links-tvticketinfo {
	position:absolute; 
	top:67px; 
	right:10px;
	text-align:right;
	z-index: 2;
}

a.studio {
	color: #0066FF;
}

.show-listing-container.fan-sites {
	background: #F6AAA6 !important;
}

a.fan-sites {
	color: #FF3300;
}

.show-listing-container.beinamovie {
	background: #F1E1C1 !important;
}

a.beinamovie {
	color: #FF9900;
}

/*Be In a Movie*/
#be-in-a-movie {
	float: left;
	width: 300px;
	padding: 135px 0 10px;
	background: transparent url(../images/beinamovie-info.gif) no-repeat;
	background-position: top center;
}

#be-in-a-movie p {
	text-align: center !important;
}

#be-in-a-movie h3 {
	color:#000000;
	font-size:10px;
	text-decoration: underline;
	padding-top: 5px;
}

.biam-list{
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.biam-list li {
	float: left;
	width: 180px;
	font-size: 10px;
	list-style: none;
}


/*Show Listing Info*/
.new-york {
	background-color: #FFF;
}

.los-angeles {
	background-color: #FFF;
}

.show-listing h1 {
	text-decoration: underline;
}

.show-listing-container h1 {
	width: 100%;
	text-align: center;
	margin: 0;
}

.show-listing-container hr {
	width: 330px;
	height: 1px;
	margin: 10px 0;
	border-width: 1px 0 0 0;
	border-color: #FFCC33;
}

.show-listing {
	width: 360px;
	border: 1px solid;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

.show-listing ul {
	list-style: none;
	margin-bottom: 10px;
}


.show-listing table {
	width: 330px;
	text-align: left;
	border: 0;
	border-collapse: collapse;
}

.show-listing h2 {
	text-align: center;
	color: #FAEC7F;
}

.new-york h2 {
	background-color: #C750E8 !important;
}


.los-angeles h2 {
	background-color: #68D845 !important;
}

.google-ads {
	margin: 10px;
}

.google-ads.content-division {
	margin: 20px 0 !important;
	padding: 0 !important;
}

/*Show list in top info*/
.show-list {
	float:left;
	width: 180px;
	margin-left: 5px;
	text-align: left;
	font-size: 10px;
}

.show-list a {
	text-decoration: none;
}

.show-list li {
	margin-top: .5em;
}

/*Studio Tour Page*/
.studionav-box {
	width: 200px;
	float: left;
}
.studionav-box h2 {
	align: center;
	color: #FAEC7F;
}

.show-listing-studioint {
	width: 530px;
	border: 1px solid;
	margin: 0;
	padding: 10px;
}

.studio-himg {
	padding: 15px 15px 0;
}

.single-column {
	margin: 5px;
	padding: 10px;
	background-color:#FFFFFF;
	overflow: auto;
}

.single-column h2 {
	margin: 2em 0 0;
	font-size: 18px;
	font-weight: bold;
}

.main-studiobod {
	width: 770px;
	border: 1px solid;
	margin: 5px;
	padding: 10px;
	background-color:#FFFFFF;
}

.main-studiobod h2 {
	color: #000000;
	font-size:14px;
	font-weight: bold;
	padding-top: 50px;
}

.main-studiobod p {
	text-align: left;
	margin: 1em 0 !important;
}

.comsoon {
	list-style:inside;
	padding-left: 20px;
}

/*Group Reservations (Fundraising)*/
#group-form {
	position: relative;
}

#group-form input {
	width: 250px;
}

#group-form .short, #group-form select {
	width: 125px;
	margin-bottom: .5em;
}

#group-form option {
	width: 150px;
}

/*Schedule Page*/
.schedule-side-bar {
	width: 168px !important;
	font-weight: normal;	
}

.schedule-side-bar center {
	width: 168px !important;
	white-space: normal;	
}

.schedule-side-bar small, .schedule-side-bar u {
	width: 168px !important;
	white-space: normal;	
}

/*Famous Animals*/
.animal {
	padding-left: 100px;
}

.animal td {
	width: 200px;
}

.animal h1 {
	text-align:left;
	padding-top: 25px;
}

/*Famous Dog Pictures*/
.dog-pictures td {
	width: 140px;
	height: 140px;
	text-align: center;
	border: thin solid rgb(250,0,255);
}


/*Celebrity Owned*/
.celeb-restaurant {
	width: 400px;
}

.restaurant-row {
	height: 80px;
}

.restaurant-rowb {
	float: right;
	height: 80px;
	width: 172px;
}


.restaurant-owner {
	float: right;
	font-size: 12px !important;
	font-weight: bold;
	width: 172px;
}

.rest-p {
	text-align: center !important;
}

/*Favorite Links*/
.links-pad a {
	line-height: 20px;
}

.links-pad h4 {
	font-size: 16px;
}

/*Star Maps*/
.starmap-module {
	float: left;
	width: 334px;
	padding: 5px 5px 50px;
}

.starmap-caption {
	font-size: 10px !important;
	padding-left: 45px;
}