@charset "utf-8";
/* CSS Document */

#feature {
	width:920px;
	height:300px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:15px;
	text-align:left;
}
#feature a:link{
	color:#007c5a;
	text-decoration:none;
	font-size:11px;
}

#feature a:visited{
	color:#007c5a;
	text-decoration:none;
	font-size:11px;
}
#feature a:hover{
	color:#333;
	text-decoration:none;
	font-size:11px;
}

#feature .trailer{
	float:left;
	background-image:url(/site_images/intheaters/trailerFrame.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:300px;
	margin-top:4px;
	margin-right:5px;
	/*padding-top:4px;
	padding-left:1px;*/
}

#feature .trailer img{
	padding-top:4px;
	padding-left:5px;
}

#feature .synopsis{
	float:left;
	width:405px;
	height:290px;
	margin-top:5px;
	background-image:url(/site_images/intheaters/bkg_synopsis.jpg);
	background-repeat:repeat-y;
	padding-top:10px;
}	

#feature .synopsisImage{
	float:left;
	margin: 0px 10px 10px 5px;
}

#feature .title {
	font-size:14px;
	font-weight:bold;
	color:#007c5a;
	padding-bottom:5px;
	text-transform:uppercase;
}
#feature .date {
	font-size:13px;
	font-weight:bold;
	color:#333;
	padding-bottom:5px;
}
#feature .text{
	line-height:18px;
}

#bottomRow{
	width:920px;
}
#bottomRow .item{
	float:left;
	width:306px;
	height:440px;
}

/* film details styles */
#trailer{
	text-align:center;
	background-image:url(/site_images/intheaters/trailerFrame.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:300px;
	margin-top:4px;
	margin-right:5px;
	/*padding-top:4px;
	padding-left:1px;*/
}

#footer a:link{
	color:#007c5a;
	text-decoration:none;
	font-size:10px;
}

#footer a:visited{
	color:#007c5a;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover{
	color:#333;
	text-decoration:none;
	font-size:10px;
}
