@charset "UTF-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #000000; 
    background: -webkit-radial-gradient(#787878, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#787878, #000000); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#787878, #000000); /* For Fx 3.6 to 15 */
    background: radial-gradient(#787878, #000000); /* Standard syntax (must be last) */
	display:table;
	min-width:960px;
	background-color: #000000; 
}

body {
	height:100%;
	width:100%;
	margin: 0px;
	font-size:12px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #121212;
}

body > div {
	width:100%;
	min-width:960px;
}

p {
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
}

h2 {
	text-transform:uppercase;
}

img {
	padding: 0px 0px 18px 0px;
	border: none;
	box-sizing: content-box;
}

sup {
  font-size: 70%;
}

div#header {
	width: 100%;
	height:110px;
	margin: 0px auto;
	padding:10px 60px 10px 100px;
	background-color: rgba(0, 0, 0, .85);
	position: fixed;
	top:0px;
	z-index: 5;
}

*, div#header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* --------------------------------------------
   Navigation
-------------------------------------------- */
div.lawnchair {
	float:left;
	width:auto;
	height:auto;
}

#navigation {
    float: right;
    margin: 0px;
    max-width: 620px;
    padding: 24px;
    right: 0px;
    text-align: right;
    width: auto;
}

#navigation .main {
	float: right;
}

#navigation .main ul#nav {
    margin:0px auto;
    padding:0px;
}

#navigation .main ul#nav li {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    list-style: none outside none;
    margin: 0px;
    padding: 12px 0px 0px;
}

#navigation .main ul#nav li a {
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 160%;
  line-height: 100%;
  padding: 1px 20px;
  text-decoration: none;
  text-transform:uppercase;
}

#navigation .main ul#nav li a:hover {
	color:#cdcdcd;
}

#navigation .main ul#nav li:last-child a {
	border-right: none;
	padding-right: 0px;
}

.returnicon {
  box-sizing: content-box;
  float: left;
  margin-right: 8px;
}

a {color:#ffffff; text-decoration:none;}
a:hover {text-decoration:underline;}


/* --------------------------------------------
  Home Navigation
-------------------------------------------- */

.home ul#nav {
	margin:0px;
}

.home ul#nav li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 110%;
    list-style: none outside none;
    margin: 0px;
    padding: 12px 0px 0px;
	text-align:right;
	text-transform:uppercase;
}

.home ul#nav li a {
	color:#ffffff;
}



/* --------------------------------------------
  Content
-------------------------------------------- */


#content {
  color: #ffffff;
  font-size: 115%;
  line-height: 150%;
  margin: 50px auto 0px;
  padding: 140px 40px 20px;
  text-align: left;
  width: 860px;
}

div.sponsors ul {
	margin:0px;
	padding:0px;
	display: inline-block;
}

div.sponsors li {
	margin:0px;
	padding:2px 8px;
	list-style:none;
	border-right: 1px solid #666;
	text-align:center;
	display: inline-block;
}

div.sponsors li:last-child {
	border-right: none;
}

div.sponsors strong {
	font-size:150%;
}

.fullwidth {width:100% !important;}
.nullpadding {padding:0px !important;}
.nullmargin {margin:0px !important;}
.moviespace {padding:120px 0px 80px !important;}


/* --------------------------------------------
  Social Media
-------------------------------------------- */

.social img {
	vertical-align:middle;
	margin:16px 8px 0px 0px;
}


/* --------------------------------------------
  Movie Page
-------------------------------------------- */

.moviesnap {
  display: table;
  float: left;
  position: relative;
  width: 33%;
  margin-top: 0px;
background-color: #000000;
}

.moviesnap h1 {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  color: #cbcbcb;
  font-weight: normal;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0px;
  font-size:78%;
  line-height: 170%;
  min-height: 95px;
}

.moviesnap h1 a {
	font-size:145%;
	color:#ffffff;
}

.moviesnap h3 {
  color: #ffffff;
  float: left;
  font-weight: normal;
  left: 0;
  padding: 16px 16px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 3;
  margin: 0px;
  font-size:160%;
}

.moviesnap img {
  height: auto;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
   opacity: 1.0;
   transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}

.moviesnap img:hover {
   opacity: 0.5;
   transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
   }


.bkgrndblue {background-color: rgba(42, 80, 116, .8);}
.bkgrndbrown {background-color: rgba(170, 34, 81, .8);}
.bkgrndviolet {background-color: rgba(151, 51, 81, .8);}
.bkgrnddrkblue {background-color: rgba(41, 62, 85, .8);}
.bkgrndgreen {background-color: rgba(71, 110, 42, .8);}
.bkgrndred {background-color: rgba(233, 49, 46, .8);}
.bkgrndltblue {background-color: rgba(107, 153, 205, .8);}
.bkgrndtan {background-color: rgba(196, 165, 87, .8);}

/* --------------------------------------------
  Home Layout Positions
-------------------------------------------- */

.position1 {
	position:absolute;
	top: 2%;
	left:2%;
}

.position2 {
	position:absolute;
	top: 2%;
	right:2%;
}

.position3 {
	position:absolute;
	bottom: 2%;
	right:2%;
}

.position4 {
	position:absolute;
	bottom: 2%;
	left:2%;
	z-index: 12;
}

.centeramp {
  left: 50% !important;
  margin-left: -390px;
  margin-top: 0;
  position: absolute;
  top: 56% !important;
}

.centerchair {
	position:absolute;
	left:50% !important;
	margin-left:-164px;
	top:50% !important;
	margin-top:-209px;
}

.centermega {
	position:absolute;
	left:50% !important;
	margin-left:164px;
	top:50% !important;
	margin-top:-40px;
}

.centerpopcorn {
	position:absolute;
	left:50% !important;
	margin-left:-107px;
	top:8% !important;
	margin-top:0px;
}



@media only screen and (min-width : 1135px) {

.moviesnap h1 {
  font-size:95%;
  min-height: 110px;
}

}
