/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }


/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* 
 * Redefine existing HTML tags 
 */
body {
	background: #fff;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
	margin: 0;
	}

a {
	color: #D23C02;
	text-decoration:underline;
	}
	
a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	}

input, select, textarea {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	}

.input_signup {
	width: 190px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	border: 3px solid #000000;
	padding-left: 2px;
	margin-right: 7px;
	}
		
.input_submit {
	width: 50px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
}


/* 
 * Containers and positioning tools
 */
 
#pos_navigation {
	position: absolute;
	background-color: #000000;
	z-index: 2;
	height: 26px;
	width: 774px;
	left: 10px;
	top: 8px;
}

#bg_home {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#pos_content_home {
	position: absolute;
	z-index: 5;
	left: 357px;
	top: 76px;
	width: 471px;
}

#pos_footer_home {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 572px;
	width: 784px;
	border-top: 1px solid #D23C02;
}

#pos_content {
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 171px;
	width: 774px;
}

#pos_header {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0px;
	width: 351px;
	height: 154px;
}

#pos_signup {
	position: absolute;
	z-index: 1;
	left: 529px;
	top: 53px;
}

.pos_films1 {
	position:absolute; 
	left:530px; 
	top:171px; 
	width:292px; 
	z-index:10;
}


/* 
 * Content and formatting
 */
 
#content_col1 {
	vertical-align: top;
	padding-left: 20px;
	} 

#content_films {
	margin: 0px 0px 10px -20px;
	} 

#content_schedule {
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	} 

#content_col2 {
	vertical-align: top;
	}

#content_footer {
	width: 774px;
	border-top: 1px solid #D23C02;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
	* Navigation Formatting
	*/

#pos_navigation img {
	margin-left: 28px;
	} 



/*
 * Text Formatting
 */
	
#content_col1 p {
	color: #000000;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	}
	
#content_col1 ol {
	color: #000000;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	}
	
#content_col1 li {
	color: #000000;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	}
	
#content_col1 h1 {
	color: #D23C02;
	font: bold 14px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
}

#content_col1 h2 {
	color: #D23C02;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	}
	
#content_col1 h3 {
	color: #D23C02;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	line-height: 1.2em;
	}
	
#content_col1 h4 {
	color: #000000;
	font: bold 11px Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.2em;
	margin: 15px 0px 0px 0px;
	}
	
#content_col1 h5 {
	color: #000000;
	font: bold 11px Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
	}
	
#content_col1 h6 {
	color: #000000;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	}
	
#content_col1 .td_padding {
	padding-right: 20px;
	}
	
#content_films .films_column_still {
	padding: 3px;
	background-color: #000000;
	}
	
#content_films .films_column_heading {
	padding-left: 20px;
	vertical-align: bottom;
	}

#content_films .films_column_desc {
	width: 470px;
	padding: 15px 15px 5px;
	background: #F0EEEA;
	}

#content_schedule .schedule_date {
	width: 165px;
	padding: 5px 0px 5px 10px;
	background: #5C5C5C;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}

#content_schedule .schedule_date_short {
	padding: 5px 0px 5px 10px;
	background: #5C5C5C;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}


#content_schedule .schedule_time {
	width: 38px;
	padding: 2px 0px 2px 1px;
	background: #A9B9C5;
	font: bold 11px Arial, Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	}

#content_schedule .schedule_theater {
	padding: 5px 0px 5px 10px;
	background: #000000;
	font: bold 11px Arial, Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}

#content_schedule .schedule_party {
	padding: 2px 0px 2px 1px;
	background: #EF3A00;
	border-bottom: 1px solid #CCCCCC;
	}

#content_schedule .schedule_film {
	padding: 2px 0px 2px 10px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	}

#content_schedule .schedule_film a {
	color:#000000;
	text-decoration: underline;
	}

#content_schedule .schedule_film a:hover {
	color:#D23C02;
	}

#content_col1 a.filmlink1  {
	color: #D23C02;
	font-weight: bold;
	text-decoration:none;
}

#content_col1 a.filmlink1:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

#content_col1 a.filmlink2  {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

#content_col1 a.filmlink2:hover {
	color: #D23C02;
	font-weight: bold;
	text-decoration:underline;
}
#pos_content_home a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#pos_content_home a:hover {
	color: #D23C02;
	font-weight: bold;
}

a#film_home  {
	color: #D23C02;
	text-decoration:underline;
	font-weight: normal;
	}
	
a#film_home:hover {
	color: #000000;
	text-decoration:underline;
	font-weight: normal;
	}

.homecontent {
	line-height: 16px;
	}
