@charset "utf-8";
/* CSS Document */
#wrapper_body {
	padding-bottom: 40px;
}

/* CSS for the sidebar */
article {
	margin-bottom: 40px;
}
.article_1x_left {
	margin-right: 0px;
}
.article_body {
	height: auto; /*269px;*/
}
a.sidebar_social_link {
	display:block;
	float:left;
	margin-left:15px;
	margin-right:15px;
	width:30px;
	height:30px;
}
.films-section-title {
	font-family: 'TeXGyreAdventorRegular';
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 20px;
	color: #f7941d;
	margin-top: 10px;
	margin-bottom: 20px;
}
.films-cast-button, .films-crew-button, .films-bts-button, .films-bts-button2 {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background-image: url(../images/common/films-expand-button.png);
	cursor: pointer;
}
.cast-bio-pic, .crew-bio-pic {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:40px;
	width:200px;
	height:200px;
}
.films-bio-name {
	font-family: 'TeXGyreAdventorBold';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 24px;
	color:#6d6e70;
	margin-bottom: 5px;
}
.films-bio-title {
	font-family: 'TeXGyreAdventorRegular';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 20px;
	color:#6d6e70;
	margin-bottom: 10px;

}
.cast-bio-body, .crew-bio-body {
	display:block;
	float:left;
	height: auto;
	width:680px;
	margin-right:20px;
}
/* CSS for slidesjs */
figure {
	width:480px;
	height:270px;
	box-shadow:none;
}
.watch-button {
	display:block;
	height:30px;
	width:180px;
	margin-left:370px;
	font-size:20px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	background-color:#f7941d;
	cursor:pointer;
}