@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	background-color: #000;
	font-style: normal;
	font-weight: normal;
}
#container {
	width: 1024px;
	margin: 0 auto;
	padding:0 0 150px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/lace_strip.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
} 

#header  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 55px 0 0 42px;
	font: 20pt "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #FF3300;
	line-height: 50%;
}
#header link, a:link {
color:#FF3300;
text-decoration:none;
}
#header a:visited {
color:#FF3300;
text-decoration:none;
}
#header a:hover {
color:#FF3300;
text-decoration:none;
}
#headernav  {
	margin: 44px 0 4px 6px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 -1px;
	font: 14pt "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #FF3300;
}
#hnavlist li {
	list-style: none;
	display: inline;
}
#hnavlist li a {
color:#FF3300;
text-decoration:none;
}
#hnavlist li a:visited {
color:#FF3300;
text-decoration:none;
}
#hnavlist li a:hover {
color:#FF3300;
text-decoration:none;
}
#hnavlist li a#current {
color:#FFFFFF;
text-decoration:none;
}

#sidebarnav {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 0 0 45px;
	color: #FF3300;
	clear: both;
}
#sidebarnav  ul {
list-style-type:none;
padding: 0 0 0 5px;
}
#sidebarnav  li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	list-style-type: none;
	letter-spacing:1px;
	line-height:45px;

}
#sidebarnav  li  a {
	/*background: transparent url(../images/nav_off.gif);
	background-repeat:no-repeat;
	background-position: 0 40%;
	padding-left: 2.5em;
	margin: 1em 0;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	list-style-type: none;
}
#sidebarnav  li  a:hover{
	/*background:transparent url(../images/nav_on.gif);
background-repeat:no-repeat;
background-position: 0 40%;
padding-left: 2.5em;
margin: 1em 0;*/
text-decoration:none;
color:#666666;
}
#sidebarnav  li  a#current{
	/*background:transparent url(../images/nav_on.gif);
	background-repeat:no-repeat;
	background-position: 0 40%;
	padding-left: 2.5em;*/
	margin: 1em 0;
	color:#666666;
	text-decoration:none;
}
#sidebarnav li a:hover, a#current {
color:#FFFFFF;
text-decoration:none;
}
#sidebarnav #line {
line-height:16px;
margin:20px 0;
}

#mainContent {
	margin: 20px 40px 0 332px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 35px;
	line-height: 125%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 1px;
}
#whiteContent {
	background-color: #000;
	color: #FFF;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 100px;
	padding-right: 75px;
	padding-bottom: 100px;
	padding-left: 332px;
	font-weight: normal;
}
#titles {
	text-align:right;
	margin: 60px 0 0 0;
	padding: 15px 75px 0 0;
} 
#filmstill {
	margin:35px 0 35px 332px;
	text-align: center;
}
#pittstill {
	margin:35px 0 0 332px;
}
#povinfo {
	width: 320px;
	margin: 0;
	padding: 100px 0 0 0;
}
#special &middot; {
font-weight:bolder;

}
.quotes {
	color:#FFFF00;
	text-align: right;
	padding-right: 15px;
	font-style: italic;
}
#special {
	padding-top:0px;
}
#redtitle {
	color:#CC3300;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}
#screening {
	padding-top:10px;
	width: 575px;
}
.yellowtitles {
	color: #FFFF00;
	font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 12pt;
	padding-top: 12px;
}
.LGspaceabove {
padding-top:100px;
}
.SMspaceabove {
	padding-top:40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	color: #FF0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

