/*
Colors:
Yellow: FCD271;
Orange: F78D3F;
Blue: 2BBBD8;
Black: 102E37;
White: FFFFFF;
Grey: E8EDE0;
*/

.header{
	width: 960px;
	min-height: 75px;
	display: block;	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.14, #F78C3F),
		color-stop(1, #102E37)
	);
	background-image: -o-linear-gradient(bottom, #F78C3F 14%, #102E37 100%);
	background-image: -moz-linear-gradient(bottom, #F78C3F 14%, #102E37 100%);
	background-image: -webkit-linear-gradient(bottom, #F78C3F 14%, #102E37 100%);
	background-image: -ms-linear-gradient(bottom, #F78C3F 14%, #102E37 100%);
	background-image: linear-gradient(to bottom, #F78C3F 14%, #102E37 100%);
}

.header img{
	margin: 0 auto;
	margin-top: 10px;
	display: block;	
}

body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #E8EDE0;
    margin: 0;
    padding: 0;
}

div{
	margin: 0 auto;	
	background-color: #102E37;
	display: block;
	padding: 10px;	
}

ul{
	list-style: none;	
	padding: 0px;
	margin: 0;
}

li{
	margin-bottom: 3px;
}

h1{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

h2, h3{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

h2{
	margin-top: 0;
}

a{
	/*text-decoration: none;*/
	color: #E8EDE0;	
}

a:visited{
	text-decoration: none;	
	color: #102E37;
}

.main{
    width: 960px;
    margin: 0 auto;
    height: 100%;
    background-color: #102E37;
    color: #ffffff;     
}

.pinned{
	background-color: #FCD271;
	color: #102E37;
	width: 860px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;	
	overflow: hidden;	
	font-weight: bold;
}

.content{
	width: 480px;
	margin: 0 auto;	
	/*float: left;	*/
}

.footer{
	font-size: 0.75em;	
	text-align: center;
	clear: both;
}

.comingSoon{
	text-align: center;
}

.movieTile, .leftBar{
	background-color: #E8EDE0;		
	width: 400px;	
	overflow: hidden;
	margin-bottom: 10px;
	color: #102E37;
}

.leftBar{
	width: 200px;
	margin: 10px;	
	margin-top: 67px;
	float: right;
}

.priceList{		
	list-style-type: none;
	display:inline;	
	text-align: center;
}

.leftBar h3{
	text-decoration: underline;
}

li.label {
	font-weight: bold;
	list-style-type: none;
	text-align: right;
	display: inline;
	width: 20%;
}

.movieTile a{
	/*text-decoration: none;*/
	color: #102E37;	
}

.movieTile a:visited{
	text-decoration: none;	
	color: #102E37;
}

.moviePoster{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;			
}

.comingTile{
	background-color: #E8EDE0;		
	width: 120px;
	min-height: 200px;
	display: inline-block;
	overflow: hidden;	
	margin-right: 10px;
	margin-bottom: 10px;	
	color: #102E37;
	text-align: center;	
}

.comingPoster{
	background-color: #E8EDE0;	
	margin: auto;		
	padding: 0;	
}

.postIt{
  text-decoration:none;
  text-align: center;
  vertical-align: middle;
  color:#102E37;
  background:#FCD271;
  display:block;
  height:160px;
  width:160px;  
  margin: 0 auto;
  margin-left: 10px;
  margin-top: 20px;
  -moz-box-shadow:5px 5px 7px rgba(11,11,11,1);
  -webkit-box-shadow: 5px 5px 7px rgba(11,11,11,.7);
  box-shadow: 5px 5px 7px rgba(11,11,11,.7);
  font-family:"Reenie Beanie",arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform:rotate(-6deg);  
  display: inline-block;  
}

.showtimes{
	clear: both;
	background-color: #E8EDE0;		
	color: #102E37;
	padding-top: 0;
}