@charset "UTF-8";
/*
	ChristianAnswers.Net/teens/home.html
	© Christian Answers, Films for Christ
	Last edit 9.18.2021 pst
*/

body {
	color:#000;
	background:#333;
}

.lifebuttonlist a:hover {
	background:none !important;
}
.btnqna a:hover {
	background:none !important;
}

ul.listspaced li {list-style:none;}
.bullet {color:#666699;}
.bullet:before {content:'■ ';}

.vidcontainer {
	background:#000080;/* NavyBlueDark */
	overflow:hidden;/* necessary to prevent overlap on pixin */
}
.vidfooter {
	background:#000;
	border-radius:0 0 15px 15px;
}
.vidheader h2,
.vidheader .videoAbout,
.videocontainer600 .videoheader {
	margin-top:20px;
	margin-bottom:0 !important;
	padding:10px 0;
	width:100%;
	background:#000080;/* NavyBlueDark */
	color:#fff;
	font-size:18px !important;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	border-radius:15px 15px 0 0;
}

.videoByLine a:link,
.videoByLine a:visited,
.videoByLine a:active {
	font-size:13px !important;
	font-weight:400 !important;
	color:#fff !important;
}

.videocontainer700 {
	margin:12px 0 0 0;
	position:relative;
	left:50px;
}
.movietitle {
	color:#fff;
	background:#000080; /* NavyBlueDark */
	font-size:20px;
	font-weight:800;
	text-align:center;
	padding:10px 15px;
	margin:0;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.movie {
	clear:left;
	margin:0;
	padding:0;
	position:relative;
	top:-10px;
}
.movielength {
	font-size:12px;
	text-align:right;
	padding:0 0 20px 0;
}
.movieinfo {
	padding:0 20px 5px 20px;
	text-align:left;
}
.moviedescription {
	position:relative;
	top:-20px;
}