@charset "UTF-8";
/* CSS Document */

/* schedule iframe popup styles */

a {
	color: #0194bf;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	color: #1dbbe9;
	text-decoration: none
}

#block-frame {
/*	float: left; */
	font-family: 'Poppins', Helvetica, sans-serif;
	color: #3b3b3b;
	width: 640px;
}

#block-screening {
	float: left;
	height: auto;
	width: 640px;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3em;
	border-bottom-style: solid;
	border-bottom-color: #9CF;
	border-bottom-width: 2px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

#block-frame-films {
	float: left; 
	width: 640px;
	height: auto;
	border-bottom: 2px solid #9CF;
	margin-bottom: 10px;
	padding: 0px;
}
#see-more-info  {
	float: left;
	font-size: 1em;
	text-align: center;
	height: 160px;
	width: 200px;
	font-weight: 500;
	padding-right: 10px;
}
#see-more-info img {
	float: left;
	height: 120px;
	width: 200px;
	padding-bottom: 3px;
}

#block-film-title  {
	float: left;
	width: 430px;
	padding-bottom: 3px;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.2em;
	height: auto;
}
#block-film-byline {
	float: left;
	font-size: 1.1em;
	line-height: 1.1em;
	padding-bottom: 5px;
	width: 430px;
	height: auto;
	font-weight: 400;
}
#block-frame-synopsis {
	float: left;
	font-size: 1em;
	line-height: 1.2em;
	height: auto;
	width: 430px;
}
#block-video {
	float: left;
	width: 640px;
	height: auto;
}
