#nav_theaters{
	background:#343732;
}

a#nav_theaters.link_text{
	color:#fff;
}

.long_text h2{
	margin:0px;
	text-shadow:1px 1px 4px #000;
} 

.state_container_hidden{
	display:none;
}

.theater{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#333632;
	border-radius:6px;
	margin:0px 30px 25px;
	padding:10px 20px;
	position:relative;
}

.theater_city{
	margin:20px 0px 0px 0px;
}

.theater_city_name{
	font-size:1.5em;
	margin:0px 0px 0px 15px;
	text-shadow:1px 1px 3px #000000
}

.theater_link_btn{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#232522;
	border-radius:6px;
	display:block;
	font-size:.85em;
	margin:0px 0px 5px 10px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	width:104px;
}

a.theater_link_btn:hover{
	background-color:#ffca00;
	color:#333632;
	text-shadow:1px 1px 0px #fff;
}

.theater_links{
	position:absolute;
	right:10px;
	top:10px;
}

.theater_name{
	height:100px;
}

#demand_it{
	clear:both;
	font-size:.95em;
	text-align:center;
	font-style:italic;
}

#demand_it a{
	text-decoration:underline;
}

#demand_form{
	text-align:center;
}

#demand_submit{
    font-size: 1.8em;
	margin:20px auto 0px;
	padding:2px 25px;
    position: relative;
}

#demand_submit:hover{
	background-color:#ffca00;
	color:#333632;
	text-shadow:1px 1px 0px #fff;
}

#eventful{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#000;
	border-radius:4px;
	float:right;
	line-height:0px;
	margin:30px 0px 30px 10px;
	overflow:hidden;
	position:relative;
	width:280px;
}

#instructions_container{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#121610;
	border-radius:6px;
/*	float:right; */
	margin-top:20px;
	padding:20px;
	text-align:center;
/*	width:440px; */
}

#movie_poster{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	display:block;
	border:solid 10px #1B1F19;
	border-radius:6px;
	margin:10px auto 0px;
}

#theater_count{
	display:block;
	font-size:3.2em;
	padding:10px 0px 30px;
	text-align:center;
	text-shadow:1px 1px 4px #000;
}

#theater_location{
	background-color:#fff;
	border:inset 2px #ddd;
	color:#ccc;
	font-size:2.2em;
	margin-right:15px;
	width:380px;
}

#theater_map{
/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:solid 10px #1B1F19;
*/
	margin:20px 0px 10px;
}

#theater_state{
	font-size:2.2em;
	margin:40px auto;
	position:relative;
	text-align:center;
}

#theater_state_select,
#theater_zip_text{
	background-color:#fff;
	border:inset 2px #ddd;
	cursor:hand;
	cursor:pointer;
	font-size:1em;
	margin-right:10px;
	width:400px;
}

#theater_state_title{
	font-size:1em;
}

#theater_zip_btn{
    background-color: #E7E8E7;
    border: medium none;
    border-radius: 6px;
    color: #161616;
    cursor: pointer;
    font-size: 1em;
    padding: 2px 5px;
}

#theater_submit:hover{
	background-color:#ffca00;
	color:#333632;
	text-shadow:1px 1px 0px #fff;
}