/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */

/* Copyright Oscar & Jim */

/* -----------------------------------------------
General Styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000;
	}
	
#container {
	width: 920px;
	margin: 0 auto;
	}
	
img#header_image {
	display: block;
	}	
	
#navigation {
	background: url(/images/background/nav_bg.gif) no-repeat;
	height: 52px;
	}
	
#navigation ul {
	margin: 0 0 0 50px;
	}
	
#navigation li {
	list-style-type: none;
	width: 136px;
	float: left;
	background: url(/images/background/nav_item_bg.gif) no-repeat right 18px;
	}
	
#navigation li#last_item {	
	background: none;
	}
	
#navigation li a {
	display: block;
	padding: 18px 0 14px 0;
	text-align: center;
	color: #fff;
	font: 15px Arial, Helvetica, sans-serif;	
	text-decoration: none;
	text-transform: uppercase;
	}

#navigation li a:hover {
	text-decoration: underline;
	}
	
#navigation li.primary_nav_selected a {
	text-decoration: underline;
	}
	
#primary_content {
	width: 920px;
	display: inline-block;
	}
	
/* Content Styles */
#primary_content p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 0 12px 0;
	color: #cccccc;
	}
	
#primary_content.home p {
	font-size: 11px;
	margin: 0 0 7px 0;
	}

#primary_content a {
	color: #fff;
	}
	
#primary_content ul {
	margin: 0 0 10px 20px;
	}
	
#primary_content ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	font-size: 11px;
	}

#primary_content li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 0 2x 0;
	color: #cccccc;
	list-style-type: square;
	}
	
#primary_content h1 {
	font: bold 19px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 4px 0;
	}
	
#primary_content h2 {	
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 0 0;
	}
	
#primary_content h2 a {	
	text-decoration: underline;
	}

#primary_content h3 {	
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 2px 0;
	}
	
#primary_content img {	
	border: none;
	margin-top: 10px;
	}
	
#primary_content.home img {
	margin-top: 4px;
	}
	
#primary_content blockquote {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 10px;
	font-style: italic;
	}
	
#primary_content .mini_column h2 {
	font: bold 26px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
	} 
	
#primary_content .mini_column p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	}	

#blog_home {
	margin-top: 10px;
	}
	
#blog_home h2 {
	margin-bottom: 3px;
	}

#primary_content #blog_home p {
	margin-bottom: 4px;
	}
	
#primary_content #blog_home p a {
	text-decoration: underline;
	}	
	
/* Signup Form */	
#signup_form fieldset {
	border: none;
	}	
	
#signup_form dt {
	color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1px 0;
	}
	
#signup_form dd {
	margin: 0 0 6px 0;
	}

#signup_form input, #signup_form select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 1px 0 1px 1px;
	}	

#signup_form input.signup_button {
	width: auto;
	margin: 7px 4px 0 0;
	}
	
/* Background Images */
.about {
	background: url(/images/background/chairs_bg.jpg) no-repeat top;
	}

.community {
	background: url(/images/background/popcorn_bg.jpg) no-repeat top;
	}

.blog {
	background: url(/images/background/library_bg.jpg) no-repeat top;
	}
	
.home {
	background: url(/images/background/cinema.jpg) no-repeat top;
	}
	
.kiosk {
	background: url(/images/background/sweet_bg.jpg) no-repeat top;
	}
	
.reviews, .film {
	background: url(/images/background/curtains_bg.jpg) no-repeat top;
	}
	
.watch {
	background: url(/images/background/ticket_bg.jpg) no-repeat top left;
	}
	
.watch2 {
	background: url(/images/background/ticket2_bg.jpg) no-repeat top left;
	}


.home .narrow_column, .home .wide_column {
	margin-bottom: 80px;
	}
	
/* -----------------------------------------------
Content Styles
----------------------------------------------- */
.column {
	background: #000;
	border: 1px solid #4f3a31;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin: 30px 0 20px 0;
	padding: 12px 17px;
	/*display: inline-block;*/
	}
	
.equal_column {
	width: 45%;
	}
	
.narrow_column {
	width: 28.5%;
	}
	
.wide_column {
	width: 61%;
	}
	

	
.wide_centre_column {
	width: 485px;
	}
	
.full_column {
	width: 96%;
	}
	
.mini_column {
	float: left;
	width: 48%;
	}	
	
.left {
	float: left;
	}	
	
.right {
	float: right;
	}	
	
.port {
	float: left;
	width: 298px;
	}

.starboard {
	float: right;
	width: 597px;
	}
	
.narrow_col {
	width: 210px;
	border: 0;
	}
	
.centre_col {
	width: 370px;
	border: none;
	float: left;
	margin: 30px 0 0 15px;
	}
	
.centre_column {
	margin: 30px auto;
	width: 260px;
	}
	
.centre_column_wider {
	width: 460px;
	}
	
.port .column, .starboard .column {
	width: 92%;
	}
	
.port .column {	
	margin: 30px 0 1px 0;
	}
	
fieldset {
	border: none;
	}
	
/* Specific Styles */
img.centre_image {
	display: block;
	margin: 5px auto 0 auto;
	}
	
/* Image Rotater */	
#image_rotater {
	position: relative;
	height: 196px;
	width: 560px;
	background: #000;
	margin-bottom: 15px;
	}
	
#image_rotater img {	
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}
	
/* Share Links */
#primary_content ul#share {
	padding: 10px 0 2px 10px;
	margin-bottom: 0;
	}

#primary_content ul#share li {
	display: inline;
	padding: 0 4px 0 2px;
	margin-right: 22px;
	text-align: center;
	line-height: 16px;
	height: 16px;
	}
	
#primary_content ul#share li a {
	margin: 0 3px 0 0;
	padding: 0 0 0 18px;
	height: 16px;
	text-decoration: none;
	}

ul#share li.delicious {
	background: url(/images/delicious.gif) no-repeat left;
	}	

ul#share li.facebook {
	background: url(/images/facebook.gif) no-repeat left;
	}	

ul#share li.digg {
	background: url(/images/digg.gif) no-repeat left;
	}	
	
#primary_content ul#share li.digg a {
	padding-left: 20px;
	}

ul#share li.reddit {
	background: url(/images/reddit.gif) no-repeat left;
	}	

ul#share li.stumbleupon {
	background: url(/images/stumbleupon.gif) no-repeat left;
	}	
	
	
/* Thank You Page */
.wide_centre_column  {
	margin-bottom: 60px;
	}
	
#primary_content .wide_centre_column h2 {
	text-transform: uppercase;
	margin-bottom: 6px;
	}	
	
.mini_column {
	float: left;
	width: 49%;
	}
	
textarea#delivery_address {
	width: 200px;
	height: 70px;
	}
	
/* Blog */	
#primary_content .blog_entry {
	margin: 0 0 20px 0;	
	}

#primary_content .blog_index h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	}

#primary_content .blog_index h1 a {
	text-decoration: none;
	}

#primary_content .blog_index p {
	margin-bottom: 4px;
	}
	
#primary_content .blog_index a  {
	text-decoration: none;
	}
	
#primary_content .blog_index p a {
	text-decoration: underline;
	}

#primary_content .blog_meta_data {
	margin: 4px 0 8px 0;
	clear: left;
	}
	
#primary_content .blog_meta_data p {
	 font-size: 11px;
	 margin-bottom: 2px;
	 line-height: 14px;
	 }

#primary_content ul.month_list {
	margin: 0 0 10px 0;
	padding: 0;
	}
	 
#primary_content ul.month_list li {
	list-style-type: none;
	}
	
#primary_content .blog_index p#view_recent {
	font-size: 11px;
	}
		
/* Entry Page */
#primary_content .individual_entry a {
	color: #fff;
	}

#primary_content .individual_entry h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}

#primary_content .individual_entry h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 30px 0 0 0;
	}

form#leave_comment fieldset {
	border: none;
	}
	
form#leave_comment dt {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	color: #cccccc;
	}
	
form#leave_comment input {
	margin: 0 0 6px 0;
	width: 200px;
	}

form#leave_comment textarea {
	margin: 0 0 6px 0;
	width: 400px;
	height: 108px;
	}
	
form#leave_comment input#comment-submit {
	padding-top: 7px;
	width: 61px;
	}

.comment {
	margin: 10px 0 15px 0;
	}

#primary_content .comment p {
	margin: 0 0 2px 0;
	line-height: 14px;
	font-size: 11px;
	}
	
#primary_content .month_listing .blog_entry h2 a {
	text-decoration: none;
	}
	
.home h2 a {
	text-decoration: none;
	}	
	
/* Latest News */
#primary_content ul#latest_entries {
	margin: 0 0 20px 0;
	}

#primary_content ul#latest_entries li {
	list-style-type: none;
	}
	
	
/* Blog Home Page Latest News (1 entry) */
#primary_content #home_news .blog_entry {
	margin-bottom: 0px;
	}
	
#primary_content #home_news .blog_entry p {
	margin-bottom: 6px;
	}
	

/* -----------------------------------------------
Kiosk
----------------------------------------------- */
p#kiosk_blurb {
	float: right;
	width: 650px;
	}

.kiosk h1 {
	float: left;
	}
	
#view_cart form {
	float: left;
	}
	
img#paypal {
	float: left;
	margin-top: 2px;
	margin-left: 8px;
	}


#product_listing {
	clear: both;
	padding: 20px 0 0 0;
	}
	
#product_listing ul {
	margin: 0;
	padding: 0;
	}

#product_listing li {
	list-style-type: none;
	display: block;
	float: left;
	width: 47%;
	height: 150px;
	margin: 0 20px 10px 0;
	padding:0;
	}

#primary_content .product p {
	margin: 0 0 6px 0;
	}
	
#primary_content .product img {
	float: left;
	margin: 0 9px 0 0;
	}
	
#primary_content .product form {
	margin-top: 10px;
	}
	
.product select {
	position: relative;
	top: -8px;
	}
	
#view_cart {
	float: left;
	}
	
.clearer {
	clear: both;
	}

/* -----------------------------------------------
Footer
----------------------------------------------- */
#footer {
	clear: both;
	border: 1px solid #2e2e2e;
	background: #000 url(/images/background/footer_bg.gif) repeat-x;
	height: 35px;
	}
	
#footer p {
	font-size: 10px;
	padding: 10px 0 0 10px;
	}
	
#footer p#email_us {
	float: right;
	padding-right: 10px;
	}
	
#footer p#copyright {
	float: left;
	}
/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
	}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-replaced div.sIFR-fixfocus {
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
	}

/*---- Header styling ---*/
.sIFR-active #navigation li {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 16px;
	cursor: pointer;

	}
	
	
	
	
	
.action_button {
	margin: 0 0 20px 0;
	}
	
p#fb_text {
	width: 118px;
	}
	
.img_right {
	float: right;
	}
	
.img_left {
	float: right;
	}
	
img#trailer_still {
	margin-bottom: 20px;
	}
	
	
#poweredby {
	display: none !important;
	}
	
#refer_friend label {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 0 12px 0;
	color: #cccccc;
	}

#refer_friend input {
	display: block;
	clear: left;
	margin: 0 0 4px 0;
	width: 100%;
	}
	
input#share_button {
	margin-top: 20px;
	width: 209px;
	}
	
.share_error {
	display: block;
	color: #ff0000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 2px 0;
	}
	
#refer_friend input[type="hidden"] {
	display: none;
	}
	
p#share_message {
	color: #ff0000;
	}
	
	
#applause {
	float: right;
	margin: 20px 0 0 0;
	}
	
#applause form, #applause p, #applause img {
	float: left;
	margin-right: 7px;
	}
	
#applause p {
	margin-top: 3px;
	}
	
#applause form img {
	display: none;
	}
	
img#film_review {
	float: left;
	margin-top: 20px;
	}
	
/* Flickr Styles */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#FFFFFF;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
			
			
			
/* Poll Styles */
#MicroPollResultsDiv_149305, #mp_text_view, #mp_option_results_1, #mp_option_results_2  {
	font-size: 12px !important;
	}
	
.microPollDefaultTitle_149305 {	
	display: none;
	}
	
#mp_table_result {
	margin-bottom: 15px;
	}


/* Trailer */
#trailer {
	width: 320px;
	margin: 0 auto 5px auto;
	}
	
.callout {
	background: #1d1d1d;
	color: #fff;
	margin: 14px 0;
	padding: 9px 11px;
	}
	
#primary_content .callout p, #primary_content .callout h1, #primary_content .callout li {
	color: #fff;
	}
	
#facebook * {
	float: left;
	}
	
#facebook h1 {
	margin: 6px 0 0 5px;
	}
	
p#see_all {
	float: right;
	}