@charset "UTF-8";
/* CSS Document */



body {
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}

#one {
	background-color: #000000;
	height: 42px;
	background-image: url(../img/top-bg.png);
	color: #222222;
}

#joinus {
	float: left;
	padding-top: 9px;
}

#search {
	float: right;
	padding-top: 4px;
}

#header {
	height: 290px;
	background-image: url(../img/banner-bg5.png);
}

#banner {
	background-image: url(../img/banner2.png);
	background-repeat: no-repeat;
	height:300px;
}

#menu {
	padding-top: 84px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;	
}

#menu ul li {
	float: left;
}

#home {
	height: 25px;
	width: 57px;
	background-image: url(../img/button-home-bg.png);
}

#home:hover {
	background-position: -57px 0;
}

#blog {
	height: 25px;
	width: 41px;
	background-image: url(../img/button-blog-bg.png);
}

#blog:hover {
	background-position: -41px 0;
}

#screenings {
	height: 25px;
	width: 111px;
	background-image: url(../img/button-screenings-bg.png);
}

#screenings:hover {
	background-position: -111px 0;
}

#camera {
	height: 25px;
	width: 135px;
	background-image: url(../img/button-cs-bg.png);
}

#camera:hover {
	background-position: -135px 0;
}

.menu-spacer {
	height: 25px;
	width: 41px;
	background-image: url(../img/button-spacer.png);
}

#upcoming {
	padding-top: 30px;
	background-color: #ffffff;
	height: 235px;
	background-image: url(../img/under-banner-bg.png);
	background-repeat: repeat-x;
}


#screeningsList {
	padding-top: 50px;
	background-color: #FFFFFF;
	background-image: url(../img/under-banner-bg.png);
	background-repeat: repeat-x;
	margin-bottom:50px;
}


#screen1 {
	height: 150px;
	background-color:#404040;
}

#screen2 {
	height: 150px;
	background-color:#404040;
}

#screen3 {
	height: 150px;
	background-color:#404040;
}

#screening1 {
	height: 500px;
}

#screening2 {
	height: 500px;
}

#screening3 {
	height: 500px;
}


#frontpgListing li {
	margin-bottom: .5em;
}

#frontpgListing td {
	vertical-align:text-top;
}

.arrow {
	width: 10px;
}


.landscape, .portrait {
	font-size: 16px;
	line-height: 20px;
	clear: both;
	display: block;
	background-color: #fff;
	padding: 20px;
	padding-top: 10px;
	border: 1px solid #85878c;
	border-top: none;
	margin: 0 0 45px 12px;
	position: relative;
}

.landscape { width: 600px; }

.landscape .picShadow, .portrait .picShadow {
	display: block;
	float: left;
	left: 0;
	bottom: -24px;
	height: 44px;
	position: absolute;
}
.landscape .picShadow {
	background: transparent url(../img/landscape-shadow.png) no-repeat center bottom;
	width: 640px;
}

.screeningTop {
	background-image: url(../img/screening-top.png);
	background-repeat: no-repeat;
	width: 654px;
	height: 38px;
	padding-left: 35px;
	padding-top: 25px;
}




a.innerborder img {
	
	border:1px solid #444444;
	background-color:#ffffff;
	margin: -1px;
	float: left;
	overflow: hidden;
}

a.innerborder img:hover {

   border:1px solid black;
   background-color:#ff007e;
   margin: -1px;
   float: left;
   overflow: hidden;
}

.bubbleInfo cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
}

.bubbleInfo:hover cite {
	background: #222222;
	filter:alpha(opacity=55);
	opacity:1;
	color: #ff007e;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	padding-top: 2px;
}



#border {
	background-color:#808080;
	height: 1px;
}

a.screeningBorder {
	border: 1px solid #ff007e;
	margin:-1px;
	float: left;
	overflow: hidden;
}

#content {
	padding-bottom: 20px;

}

#footer {
	background-color:#222222;
	padding-top:10px;
	background-image: url(../img/footer-bg2.png);
	background-repeat: repeat-x;
	color: #9999a0;
	height: 30px;
}

#copyright {
	float: left;
}

#footer li {
	float: right;
	padding-left: 25px;
	font-size: .8em;
	padding-bottom: 0px;
}

#footer li a:hover {
	color: white;
}

.bubbleInfo {
    position: relative;
	display: block;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	z-index: 50;
	opacity: 0;
	display: none;
	-moz-opacity: 0;
	border-collapse: collapse;
	background-image: url(../img/about-details-bg.png);
	width: 320px;
	height: 47px;
	padding-top: 15px;
	font-size: 0.8em;
	color: white;
	text-align: center;
}

form#topSearch {
	background: url(../img/bg-search.png) no-repeat;
	width: 178px; height: 32px;
	padding-left: 10px;
	padding-top: 6px;
	
}
form#topSearch p.fields input {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 130px;
	background: none;
	overflow: hidden;
	border: none;
}
form#topSearch p.fields button {
	background: url(../img/ico-search.png) no-repeat;
	width: 21px; height: 31px;
	border: none;
}


.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}


#slider {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  width: 720px; /* change to 560px if not using JS to remove rh.scroll */
  background-repeat: no-repeat;
} 

#footer-links a {
	color: white;
	font-size: .9em;
}

#blogSection {
	padding-top: 30px;
	background-image: url(../img/under-banner-bg.png);
	background-repeat: repeat-x;
}

#blogContent {
	margin: 20px auto;
	width: 960px;
}