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




/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/* reset some styles */
h1 { font-size:200%; color:#000;   }
h2 { font-size:150%; color:#000;  }
h3 { font-size:120%; color:#000;   }
h1,h2,h3 { margin:0.8em 0 0.5em; }
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; }
em { font-style:italic; }

blockquote,ul,ol,dl { margin:1em; }
ol,ul,dl { margin-left:2.5em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }

p { margin:0 0 25px 0; }




/* put PBS nav back */
#pbs_gnav_t,
#pbs_gnav_t tr,
#pbs_gnav_t td {
	margin:auto;
	vertical-align:middle;
	text-align:center;
}












html,
body {
   margin:0;
   padding:0;
   height:100%;
}


body {
	background: #005f9a url(../images/bkg.jpg) repeat-x top center;
	text-align:center;
	margin:0;
	padding:0;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#fff;

}

body.sec-3,
body.sec-4{
	background-image:url(../images/sub-bkg.jpg);
}


hr {
	clear: both;
	height: 1px;
	border: 0;
	margin:0;
	visibility: hidden;
}



a { outline: none; }

a:link {
	color:#f3e56b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f3e56b;
}
a:hover {
	text-decoration:underline;
	color:#f3e56b;
}
a:active {
	text-decoration: underline;
	color:#f3e56b;
}



.left {float:left;}
.right {float:right;}
.clear {clear:both;}






.left-pic {float:left; margin:0 10px 5px -20px;}








div.container {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

div#wrapper {
   min-height:100%;
   position:relative;
}






div#header {
	width:960px;
	height:51px;
	padding:31px 0 21px;
	text-align:center;
}

div#footer {
	color:#007cad;
	font-size:10px;
	text-transform:uppercase;
	margin:10px 0 0 0;
	background-color:#00375b;
	
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;

}

div#footer a { color:#007cad; }
div#footer a:active,
div#footer a:hover { color:#007cad; }



div.main-col {
	width:640px;
	float:left;
	padding-right: 20px;
	font-size:16px;
	line-height:1.5em;
}

div.side-col {
	width:300px;
	float:left;
}






/*-----------   NAV   ------------*/


ul#nav {
	width:817px;
	height:20px;
	margin:0 auto 34px;
	padding:0;
	list-style:none;
	text-align:left;
}

ul#nav li {
	float:left;
	list-style:none;
	
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:20px;
	padding:0 5px;
}

ul#nav li a {
	display:block;
	height:20px;
	color:#FFF;
	text-indent:-2000px;
	background-repeat:no-repeat;
}

ul#nav li.nav-btn-1 a { width:97px; background-image:url(../images/nav1.png); }
ul#nav li.nav-btn-2 a { width:120px; background-image:url(../images/nav2.png); }
ul#nav li.nav-btn-3 a { width:110px; background-image:url(../images/nav3.png); }
ul#nav li.nav-btn-4 a { width:88px; background-image:url(../images/nav4.png); }
ul#nav li.nav-btn-5 a { width:110px;  background-image:url(../images/nav5.png); }
ul#nav li.nav-btn-6 a { width:95px; background-image:url(../images/nav6.png); }


ul#nav li a:hover { background-position:0 -50px; }
ul#nav li.selected a { background-position:0 -100px; padding:0 5px; }


ul#nav li.star {
	width:20px;
	height:20px;
	background:url(../images/star.gif) center center no-repeat;
	padding:0 5px 0 0;

}








ul#sub-nav {
	width:658px;
	height:41px;
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:left;
}

ul#sub-nav li {
	float:left;
	list-style:none;
	
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:20px;
	padding:0;
	margin:0;
}

ul#sub-nav li a {
	display:block;
	height:41px;
	color:#FFF;
	text-indent:-2000px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

ul#sub-nav li.selected a,
ul#sub-nav li a:hover {
	background-position:bottom;
}



/*-----------   THE RECRUITS SUB NAV   ------------*/

.sec-1 ul#sub-nav li.sub-btn-1 a { width:138px; background-image:url(../images/sub1/sub-nav_01.jpg); }
.sec-1 ul#sub-nav li.sub-btn-2 a { width:166px; background-image:url(../images/sub1/sub-nav_02.jpg); }
.sec-1 ul#sub-nav li.sub-btn-3 a { width:147px; background-image:url(../images/sub1/sub-nav_03.jpg); }
.sec-1 ul#sub-nav li.sub-btn-4 a { width:201px; background-image:url(../images/sub1/sub-nav_04.jpg); }




/*-----------   ABOUT THE FILM SUB NAV   ------------*/

.sec-4 ul#sub-nav li.sub-btn-1 a { width:241px; background-image:url(../images/sub2/sub-nav_01.jpg); }
.sec-4 ul#sub-nav li.sub-btn-2 a { width:241px; background-image:url(../images/sub2/sub-nav_02.jpg); }
.sec-4 ul#sub-nav li.sub-btn-3 a { width:241px; background-image:url(../images/sub2/sub-nav_03.jpg); }

.sec-4 ul#sub-nav {
	width:723px;
}



/*-----------   LEARN MORE SUB NAV   ------------*/
.sec-3 ul#sub-nav li.sub-btn-1 a { width:204px; background-image:url(../images/sub4/sub-nav_01.jpg); }
.sec-3 ul#sub-nav li.sub-btn-2 a { width:188px; background-image:url(../images/sub4/sub-nav_02.jpg); }
.sec-3 ul#sub-nav li.sub-btn-3 a { width:173px; background-image:url(../images/sub4/sub-nav_03.jpg); }

.sec-3 ul#sub-nav {
	width:605px;
}








div.page {
	margin:0 auto;
	padding:20px 0;
}







div.buy {
	background:url(../images/buy-bkg.png) no-repeat top;
	width:302px;
	height:110px;
	padding:15px 0 0;
}

div.buy p.buy-main {
	font-size:24px;
	color:#033759;
	padding:0 0 0 105px;
	margin:0;
}
div.buy p.buy-sub {
	font-size:14px;
	color:#033759;
	padding:0 0 0 105px;
	margin-top:2px;
}

div.ad { margin-bottom:20px; }

div.ad h1 {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#80c1d8;
}

div.ad h1 a { float:right; color:#80c1d8; }


/*-----------   HOMEPAGE FACTORY   ------------*/
div.factory {
	text-align:center;
	margin-top:-10px;
	
}







/*-----------   HOMEPAGE   ------------*/


div#home-page .main-pic {
	margin:0;
	padding:0;
	border:none;
}

/*div#home-page div.page {
	background:url(../images/home/page.png) no-repeat bottom left;
	padding:0 20px 50px;
	margin:0;
}*/
/*div#home-page p { padding: 10px 0; margin:0 30px; }*/

div#home-page .tape-img {
	padding:0 20px;
}

div#home-page .logos {
	clear:both;
	text-align:center;
	/*margin-top:20px;*/
}

div.front-paper-holder { margin:0; padding:0; }

div.front-paper-holder div.paper-content {
	background:url(../images/home/paper-tile.gif) repeat-y top left;
	padding:1px 45px;
	margin:0;
	min-height:200px;
	position:relative;
}
div.front-paper-holder div.paper-content .inside-offset { margin:-5px 0 0 0; padding:0; }

div.front-paper-holder div.paper-content p {
	padding:0 0 0.5em 0;
	margin:0 30px;
}


div.front-paper-holder div.paper-bottom {
	width:800px;
	height:74px;
	background:url(../images/home/paper-btm.gif) no-repeat top left;
	margin:0;
	padding:0;
	margin-top:-40px;
}






/*-----------   OTHER PAGES   ------------*/
h1 { color:#FFF; font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; font-size:28px; font-weight:normal;}
h2 { color:#FFF; font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; font-size:22px; font-weight:normal;}
h3 { color:#FFF; font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; font-size:18px; font-weight:normal; margin-top:-10px;}

p.link { font-size:12px; font-style:italic; margin:0; padding:0; }

p.quote { padding-left:15px; margin-bottom:0; }
p.byline { padding-left:15px; font-style:italic; font-size:12px; margin-top:0; }

p.no-bpad { margin-bottom:5px; }

.rpad { margin-left: 20px; }
.lpad { margin-right: 20px; }
.bpad { margin-bottom: 20px; }




.what-to-read h2 {margin-top:0;}




.pop-up {
	width:700px;
	color:#00375b;
	text-align:left;
}
.pop-up h2 { color:#00375b; margin:0 0 2px; }
.pop-up h3 { color:#00375b; margin:0 0 5px; }
.pop-up h4 { color:#00375b; margin-top:0; font-style:italic; }

.pop-up p { margin-bottom:10px; }

.pop-up a { color:#00375b; text-decoration:underline; }

.pop-up a.close-btn {
	float:right;
	margin-top:-30px;
	font-weight:bold;
	font-size:12px;
	padding:5px 10px;
	background-color:#00375b;
	color:#FFF;
	text-decoration:none;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pop-up a.close-btn:hover {
	background-color:#0089b5;
}









.contact label {
	display:block;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

.contact input {
	width:400px;
	font-size:18px;
	display:block;
}

.contact textarea {
	width:400px;
	height:100px;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}










.credits {
}

.credits h3 {
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
}
.credits p {
	font-size:16px;
	font-weight:bold;
}






/*-----------   SHOW TIMES   ------------*/
#showtimes { margin-top: 30px; }

#showtimes .showtimes-content { padding:0 50px; }

#showtimes h2 { margin:0; }



#pbs_tvschedules_modules-airdates-module_fab { background-color:#FFF; padding:10px; -moz-border-radius:5px;	-webkit-border-radius:5px; margin-bottom:30px; }

/*-----------   VIDEO   ------------*/
/*.video-box {
	border:#000 solid 4px;
}*/





.print-only { display:none; }
