/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../menu_divider.gif);
	color: FFFFFF;
}
.style4 {	color: #FFFFFF;
	font-weight: bold;
}
.style5 {
	font-size: 18px;
	color: #FFDA68;
}
.style7 {
	color: #FDDB70;
	font-size: 24px;
}

/* new styles for php scheduler */

#all_movie_posters {
	margin: 0 auto;
	width: 900px;	
	color: #000000;
}

.mov_box { /* box for each movie poster and title */
	float: left;
	width: 149px;
	height: 225px;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.mov_box img {
	margin: 0 auto;
	border: 1px solid #999999; /* this is the white border around each movie poster */
	/*change this and change all of them */
	padding-bottom: 3px;
}

#schedule {
	background-image: url(images/schedule_line.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #000000;
	width: 478px;
	color: #FFFFFF;
	padding-left: 15px;
}

#movie_area {
	background-image: url(images/mock_player.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 400px;
	height: 215px;
}

#now_showing {
	margin: 0 auto;
}

/* from the schedule site */

.placemarker {
	width: 125px;
	height: 190px;
}

#actual_movie_area{
	background-color: #000000;
	width: 400px;
	/*height: 215px;*/
}

.date {
font-family: Arial, Helvetica;
font-face: Arial, Helvetica;
font-size: 12pt;
color: #FCBE57;
font-weight: bold;
}

.movie {
font-family: Arial, Helvetica;
font-face: Arial, Helvetica;
font-size: 12pt;
color: #FFFFFF;
font-weight: bold;
}

.theatre {
font-family: Arial, Helvetica;
font-face: Arial, Helvetica;
font-weight: bold;
font-size: 12pt;
color: #FFFFFF; /* #FCBE57; */
}

.header { 
font-family: Arial, Helvetica;
font-face: Arial, Helvetica;
font-weight: bold;
font-size: 12pt;
color:#FCBE57;
}

.header2 { 
font-family: Arial, Helvetica;
font-face: Arial, Helvetica;
font-weight: bold;
font-size: 10pt;
color:#FFFFFF;
}

a:link {
color: #FCBE57;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #830C06;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #830C06;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #FCBE57;
font-weight: bold;
text-decoration: underline;
}

#coming_soon {
	text-align: center;
	margin: 0 auto;
}