﻿/*****************************************************************************/
/*                           Site Global Styles                              */
/*****************************************************************************/


/*** Generic Typography ******************************************************/

body {
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #fff;
}

a, a:link {
	text-decoration: none;
	color: #00f;
}

a:visited {
  text-decoration: underline;
  color: #3cf;
}

a:active, a:hover {
  color: #3cf;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0 0;
	font-weight: normal;
	color: #3cf;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
  margin: 0 0 1.5em 0;
}


/*** Common styles ***********************************************************/

html {
  /*overflow: hidden;*/
}

body { 
  /*overflow: hidden;*/
  height: 100%;
	margin: 0;
	padding: 0;
	background: #000 url(../images/common/bg.gif);
}

img {
  border: none;
}

#pageOuter {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;*/
  width: 1000px;
  margin: 0 auto;
}

#pageInner {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;*/
  background: #000;
}

.inlineList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inlineList li {
  display: inline;
  padding: 0 0.6em;
}

.inlineList li.first {
  padding-left: 0;
}

.inlineList li.last {
  padding-right: 0;
}

.centeredListOuter {
  float: left;
  position: relative;
  left: 50%;
}

.centeredList {
  position: relative;
  left: -50%;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clearFix {
  height: 0;
  clear: both;
}

/*--- Even-Width Column Layouts ---*/

.colOuter {
  width: 100%; /* makes IE5.5 happy, doesn't hurt anything else */
  overflow: hidden;
}

.colOuter .col {
  float: left;
}

.twoColOuter .col {
  width: 50%;
}

/* The odd value of the 3-column layout causes some variation in different 
browsers. Noteably, Safari 2 and Opera 9.5 ignore the decimal places and has 
a larger gap after the last column. */
.threeColOuter .col {
  width: 33.33%;
}

.fourColOuter .col {
  width: 25%;
}

.fiveColOuter .col {
  width: 20%;
}

.colInner {
  margin: 0.5em;
}


/*** Header ******************************************************************/

#header {
  position: relative;
  min-height: 174px;
  background: url(../images/header/showtime-cinemas.png) no-repeat;
}

#header .col-left {
  position: absolute;
  left: 1px;
  bottom: 26px;
  width: 300px;
}

#header .col-right {
  position: absolute;
  right: 1px;
  bottom: 26px;
  width: 300px;
  text-align: right;
}

#header .primary-nav {
  margin: 0 20px 5px 20px;
  padding: 0;
  list-style-type: none;
}

#header .primary-nav li {
  display: inline;
  margin: 0 30px;
  font-size: 1.2em;
}

#header .primary-nav a,
#header .primary-nav a:link,
#header .primary-nav a:visited {
  color: #fff;
  text-decoration: none;
}

#header .primary-nav a:hover {
  background: inherit;
  text-decoration: underline;
}


/*** Body ********************************************************************/

#bodyOuter {
  overflow: hidden;
  background: #000;
}

#bodyOuter #col1{
  float: left;
  width: 350px;
  min-height: 450px;
  background: url(../images/common/bgColLeft.png) 100% 0 no-repeat;
}

#bodyOuter #col2{
  float: left;
  width: 300px;
  min-height: 120px;
}

#bodyOuter #col3{
  float: left;
  width: 350px;
  min-height: 450px;
  background: url(../images/common/bgColRight.png) no-repeat;
}

.bodyInner {
  padding: 20px 60px 60px 40px;
  font: 1.3em arial, helvetica, sans-serif;
}

.primary-col {
  float: left;
  width: 240px;
}

.main-content {
  margin-left: 285px;
}

#video-player {
  margin: 10px auto 0 auto;
  width: 280px;
}

#bodyOuter .col-side {
  margin: 17px;
}

#bodyOuter .col-side .col-title {
  margin-bottom: 10px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 1.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #00CCFF;
}

#bodyOuter .col-side .movie-listing {
  overflow: hidden;
  clear: left;
  margin-bottom: 15px;
  font-family: Arial, Sans-Serif;
  font-size: 1.1em;
}

#bodyOuter .col-side .movie-listing a,
#bodyOuter .col-side .movie-listing a:link,
#bodyOuter .col-side .movie-listing a:visited {
  color: #fff;
}

#bodyOuter .col-side .movie-listing .thumb {
  float: left;
  margin-right: 10px;
}

#bodyOuter .col-side .movie-listing .content {
  float: left;
  width: 205px; /* added to force word-wrapping */
}

#bodyOuter .col-side .movie-listing .duration,
#bodyOuter .col-side .movie-listing .releaseDate {
  display: block;
}

#bodyOuter .col-side .movie-listing .title {
  font-size: 1.2em;
  font-weight: bold;
}

#bodyOuter .col-side .movie-listing .buttons {
  margin-top: 7px;
}

/*#bodyOuter .col-side .movie-listing .buttons a {
  display: block;
  margin-bottom: 2px;
}*/

.center-image {
  display: block;
  margin: 0 auto;
}

.small-plaque {
  min-height: 48px;
  background: url(../images/common/bgSmallPlaque.png) 50% 0 no-repeat;
}

.plaque {
  margin: 0 28px;
  background: #007cde url(../images/common/bgPlaque.png) 50% 0 no-repeat;
}

.plaque .title {
  padding: 0 35px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.small-plaque .phone {
  padding: 4px 35px;
  font-family: Arial, Sans-Serif;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}

.admission-plaque {
  margin-top: 20px;
}

.admission-plaque .price-list {
  margin: 12px 10px 0 10px;
  padding: 0;
  padding-bottom: 10px;
  list-style-type: none;
  font-weight: bold;
}

.admission-plaque .price-list li {
  margin-bottom: 2px;
}

.admission-plaque .price-list .price {
  margin-right: 8px;
}

.contact-form {
  margin-top: 20px;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

fieldset ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset ul li {
  margin-bottom: 10px;
}

fieldset label {
  display: block;
}

fieldset label .required { /* 'required' labels */
  margin-left: 10px;
  font-size: 0.8em;
  color: #c00;
  font-style: italic;
}

fieldset input,
fieldset select,
fieldset textarea {
  width: 350px;
}

.submit-set input {
  width: auto;
}

.message-box {
  display: block;
  margin: 20px 0;
  font-style: italic;
  color: #c00;
}


/*** Footer ******************************************************************/

#footer, #footer * {
  text-align: center;
}

#footer {
  margin-top: 20px;
  padding-bottom: 20px;
}

#footer .adr {
  margin-bottom: 5px;
}

#footer .tel {
  display: none;
}

#footer .fine-print {
  margin-top: 10px;
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
}
