/* Colors

Light Blue #00acf4 - used for nav bg
Light Blue #009adb - for links, text
Dark Blue #08133d - used for body bg
Lighter Dark Blue #0e1d58 - used for links
Red #af0c00 
Gold #fdc52d
========================================================================== */

@import url(reset.css); /* RESET CSS */
@import url(grid.css); /* GRID CSS */

/* Links
========================================================================== */
a { color: #009adb; text-decoration: none; line-height: inherit; -moz-transition: color .2s ease-in-out; -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; }
a:visited { color: #009adb; }
a:hover, 
a:active,
a:focus { color: #009adb; text-decoration: underline; outline: none; }
p a, p a:visited { line-height: inherit; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

.red_text { color: #af0c00; }

.sub_footer a:link,
.sub_footer a:visited { opacity: 1; transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; }
.sub_footer a:hover,
.sub_footer a:focus { opacity: 0.8; }

footer a:link,
footer a:visited { color: #fff; text-decoration: none; opacity: 1; transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; }
footer a:hover,
footer a:focus { text-decoration: underline; opacity: 0.7; }

a.showtimes_button:link,
a.showtimes_button:visited { opacity: 1; transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; }
a.showtimes_button:hover,
a.showtimes_button:focus { opacity: 0.8; }

/* Typography
========================================================================== */
h1, h2, h3, h4, h5, h6 { color: #222; font-weight: normal; font-family: 'MuseoSlab500Regular', Georgia, serif; line-height: 1em; margin-top: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 27px; margin-bottom: 10px; }
h1.logo { 
	background: url(/images/logo.png) no-repeat 0 0; 
	filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=ie8-logo.png,sizingMethod='crop');
	width: 410px; 
	height: 125px; 
	margin: 0 auto; 
	text-indent: -9990px; 
	opacity: 1; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */
	filter: alpha(opacity = 60); /* IE 5-7 hack */
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out;
}
h1.logo:hover,
h1.logo:focus { opacity: 0.8; }
h1.page_title { color: #af0c00; font-size: 28px; margin-top: 15px; margin-bottom: 30px; }
h2 { font-size: 22px; line-height: 1.5em; margin-bottom: 12px;  }
h2.section_header { font-size: 22px; line-height: 1.5em; border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-top: 20px; margin-bottom: 25px; color: #00acf4; text-transform: uppercase; }
.locations h2 { font-size: 22px; line-height: 1.5em; border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-bottom: 20px; }
h3 {  }
footer h3 { color: #fff; font-size: 15px; margin-bottom: 20px; line-height: 1.5em; text-transform: uppercase; }
h4 {  }
footer h4 { color: #fff; font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; border-bottom: 1px solid #fff; padding-bottom: 7px; margin-bottom: 12px; line-height: 1.5em; text-transform: uppercase; }
h5 {  }
h6 {  }

p,ul,dl,ol,blockquote { margin-bottom: 1.5em; }

p.new_title { font-weight: bold; font-size: 15px; line-height: 1em; margin-bottom: 0.4em; }
span.new_rating { color: #777; }

p.coming_soon_date { color: #777; margin-bottom: 10px; }
p.coming_soon_title { font-weight: bold; font-size: 15px; line-height: 1em; margin-bottom: 0.4em; }
span.coming_soon_rating { color: #777; }

p.sony_4k { font-weight: bold; font-style: italic; margin-top: 10px; text-align: center; }

.alert { color: #af0c00; font-weight: bold; text-align: center; font-size: 1.23076923em; }
.alert2 { color: #af0c00; font-weight: bold; font-size: 1.15em; }

.big { font-size: 1.15em; }

hr { border: 0; height: 1px; background: #ccc; }
    
/* Navigation
========================================================================== */
nav.main { background: #00acf4 url(/images/nav-bg.png) repeat-x 0 0; width: 980px; height: 40px; margin: 0 auto; font-family: 'MuseoSlab500Regular', Georgia, serif; text-transform: uppercase; font-size: 14px; -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2); z-index: 1000; }

/* Drop down menu modified from http://css-tricks.com/simple-jquery-dropdowns/ */

/* LEVEL ONE */
ul.dropdown { margin: 0 auto; width: 960px; padding-left: 5px; position: relative; }
ul.dropdown li { float: left; zoom: 1; height: 40px; list-style: none; }
ul.dropdown li a { display: block; color: #08133d; padding: 0 20px; margin: 0; line-height: 40px; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4); text-decoration: none; border: 0; outline: 0; }
ul.dropdown li:hover { position: relative; }
ul.dropdown li a:hover,
ul.dropdown li a:active,
ul.dropdown li a:focus { color: #af0c00; }
ul.dropdown li.current a { color: #af0c00; font-style: italic; }
ul.dropdown li.current ul li a { color: #fff; font-style: normal; }
ul.dropdown li.current ul li a:hover,
ul.dropdown li.current ul li a:active,
ul.dropdown li.current ul li a:focus { color: #af0c00; }

/* LEVEL TWO */
ul.dropdown ul { width: 250px; background: #00acf4; visibility: hidden; border-left: 1px solid #5ecffe; border-left: 1px solid #5ecffe; border-bottom: 1px solid #5ecffe; border-right: 1px solid #5ecffe; position: absolute; top: 100%; left: 15px; padding: 0; margin: 0; z-index: 500; }
ul.dropdown ul li { height: 25px; line-height: 25px; float: none; margin: 0; border-bottom: 1px solid #5ecffe; }
ul.dropdown ul li a { text-shadow: none; }
ul.dropdown ul li:hover { background: #00acf4; }	
ul.dropdown ul li.state { background: #08133d; color: #fff; height: 30px; line-height: 30px; padding-left: 10px; }
ul.dropdown ul li a { line-height: 25px; width: auto; background: #00acf4; margin: 0; padding: 0 15px 0 25px; display: inline-block; text-transform: none; text-decoration: none; color: #fff; outline: 0; } 
ul.dropdown ul li.current a { color: #af0c00; font-style: italic; }

	
/* Structure
========================================================================== */
header { background: url(/images/body-bg-logo.png) no-repeat top center; width: 1020px; height: 200px; margin: 0 auto; padding-top: 35px; }
.container_outer { background: #fff; width: 980px; margin: -35px auto 30px auto; padding: 0; -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
.main_content { margin-top: 30px; margin-bottom: 30px; min-height: 500px; height: auto !important; height: 500px; }
.sub_footer { width: 980px; margin-top: 35px; background: #af0c00 url(/images/sub-footer-bg.png) repeat-x 0 0; padding: 35px 0; }
footer.footer { clear: both; color: #fff; padding-bottom: 30px; background: url(/images/footer-bg.png) no-repeat bottom center; }


/* Misc
========================================================================== */
.locations ul { list-style: none; padding-left: 0; }
.locations ul li { font-size: 14px; margin-bottom: 5px; }
.locations ul li a:link,
.locations ul li a:visited { color: #222; -moz-transition: color .2s ease-in-out; -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; }
.locations ul li a:hover,
.locations ul li a:active,
.locations ul li a:focus { color: #009adb; }

.reservations ul { list-style: none; padding-left: 0; }
.reservations ul li { font-size: 14px; color: #08133d; }
.res_divider { border-left: 1px solid #ccc; padding-left: 30px; }

ul.features { padding-left: 20px; }

footer ul { list-style: none; padding-left: 0; }
footer ul li { margin-bottom: 5px; }
.footer_side { border-left: 1px solid #fff; width: 230px; margin-left: 20px; }
.footer_side ul { margin-left: 30px; }
.footer_side ul li { margin-bottom: 15px; }

ul.location_social { margin-left: 0; padding-left: 0; }
ul.location_social li { list-style: none; display: inline; float: left; margin-right: 10px; }
a.location_facebook { width: 30px; height: 30px; background:url(/images/locations/icon-facebook.png) no-repeat 0 0; display: none; overflow: hidden; text-indent: -999px; font-size: 0; display:block; line-height: 0; }
a.location_twitter { width: 30px; height: 30px; background:url(/images/locations/icon-twitter.png) no-repeat 0 0; display: none; overflow: hidden; text-indent: -999px; font-size: 0; display:block; line-height: 0; }
a.location_facebook:link,
a.location_twitter:link,
a.location_facebook:visited,
a.location_twitter:visited {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.location_facebook:hover,
a.location_twitter:hover,
a.location_facebook:focus,
a.location_twitter:focus { 
	opacity: 0.8; 	
}

/*RTS Movie Listings
========================================================================== */
.showtimes_falmouth { min-height: 750px; height: auto !important; height: 750px; }
.showtimes_springfield { min-height: 1800px; height: auto !important; height: 1550px; }
.showtimes_edgartown { min-height: 700px; height: auto !important; height: 700px; }
.showtimes_edgartown body img { width: 0; height: 0; display: none; visibility: hidden; }
.showtimes_south_kingstown { min-height: 1200px; height: auto !important; height: 1200px; }
.showtimes_seymour { min-height: 1500px; height: auto !important; height: 1500px; }



/* Retriever Tickets Movie Listings
========================================================================== */
.movTbl {  }
.movDescCell { font-family: sans-serif; font-weight: normal; font-size: 13px; padding-right: 10px; margin-top: 10px;}
.movNameCell { border: 0px; font-size: 10pt; text-align: left; height: 35px; line-height: 35px; padding-left: 10px; padding-right: 20px; font-style: italic; }
td.movTimesCell { padding-left: 20px; padding-right: 20px; font-size: 14px; text-align: left; height: 35px; line-height: 35px; }
.byMovieLink { width: 100%; text-align: center; }
.movieImage {float: left; background: #fff; border: 1px solid #ccc; padding: 3px; margin: 0px 15px 5px 5px; }
.clickToShow { float: right; text-align: right; cursor: pointer; }
span.movRatingSpan { font-family: sans-serif; line-height: 20px; font-size: 14px; margin-left: 10px; color: #777; }
span.movRatingRSpan { font-family: sans-serif; font-size: 14px; line-height: 20px; margin-left: 10px; color: #777; }
.movShowTimeLink:link,
.movShowTimeLink:visited { color: #222; font-weight: bold; padding: 0 5px; }
.movShowTimeLink:hover,
.movShowTimeLink:active,
.movShowTimeLink:focus { color: #009adb; }
span.movShowTimePast { color: #777; padding: 0 5px; }
select.movDateSelect { text-align: right; }
.curDateRow { color: #000; }
.byMovieLink:link {  }
.split { margin: 0 0 25px 0; padding: 5px 0; width: 940px; border: 1px solid #ccc; border-top: 5px solid #ccc; }
.split h3 { font-size: 18px; line-height: 20px; text-align:left; margin-bottom: 0; padding: 0; color:#000; clear: left; }
.split h3, .split h3 .sb-inner { background:#FFF; }
.split .hdr { padding:4px; text-align:left; margin:0; color:#000; }
.split .hdr, .split .hdr .sb-inner { background:#FFF; clear: left; }
div.content {clear: both; background-color: #FFF;}
/*.split .content { padding:4px 10px; color:#444; }
/*.split .content, .split .content .sb-inner { background:#ddd url(js/grad3.png) repeat-x; }*/
.hidden {display: none; }

p.curDateRow {margin-top: 10px; }
.movDateSelect { text-align: left; }

/* Comment Form 
========================================================================== */
.comment_form { border-top: 1px solid #ccc; padding-top: 25px; margin-top: 15px; }
#contact-wrapper { width: auto; margin-left: 0; }
#contactform input,  
#contactform select,  
#contactform textarea,  
#contactform label { margin-bottom: 2px; }  

#contactform input,  
#contactform select,  
#contactform textarea { width: 300px; background: #fff; border: 1px solid #ccc; padding: 3px; }  
#contactform textarea  { width: 400px; height: 150px; }

#contactform input:focus,  
#contactform select:focus,  
#contactform textarea:focus { border: 1px solid #009adb; background: #fff; outline: none; }  

#contactform select { outline: none; }
#contactform label { display: block; float:none; font-size:13px; font-weight: bold; margin-bottom: 4px;}  
#contactform span.form-required { color: #af0c00; }  
#contactform .submit_field input { 
	width: auto; 
	text-transform: uppercase;
	height: 30px; 
	background: #009adb; 
	color: #fff; 
	border: none; 
	padding: 8px 25px; 
	display: block; 
	float: left; 
	margin: 5px 0 10px 0; 
	-moz-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;	
}  
  
#contactform .submit_field input:hover,
#contactform .submit_field input:active,
#contactform .submit_field input:focus { background: #08133d; }  
#contactform .submit_field input:active { position: relative; }  

.contact_field { margin-bottom: 20px; }
select.select_location { width: 300px; }
label.error { color: #af0c00; font-style: italic; }
span.date_format { font-style: italic; font-weight: normal; } 


/* Non-semantic helper classes 
========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.left        { float: left; }
.right       { float: right; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.hide        { display: none; }
.highlight   { background: #ff0; }
	
#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }

img.floatleft { float:left; margin:0 10px 0 0; }
img.floatright { float:right; margin:0 0 0 10px; }
img.center { display: block; margin: 0 auto; }


/* Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#screenReader, #checking {
    float: left;
	display: none;
}

/* Special Banner Added 2014-06
========================================================================== */
.special-banner { width: 100%; border-top: 1px solid #ccc; margin-top: 15px; padding-top: 25px; }


img.holiday-promo { margin-bottom: 30px; border-top: 1px #ccc solid; padding-top: 30px; }
.holiday-promo { margin-bottom: 0; text-decoration: underline; font-weight: bold; }
hr.short { width: 75%; margin-left: auto; margin-right: auto; }
p.holiday-promo-link {font-size: 1.1em; font-weight: bold; }
p.holiday-promo-link a { color: #af0c00; }

.springfield-msg { color: #08133d; font-size: 1.15em; border-top: #ccc 1px solid; padding-top: 15px; }