body {
	font-family: courier;	
	font-size: 12px;
	color: black;
	margin: 0px;
	background: #cfd0c8 url("/img/bg_wall_texture.jpg") fixed;
	padding: 0px;
	min-width: 950px;
}

body.index {
	min-height: 900px;
}

a {

}

.clear {
	clear: both;
	margin: 0;
	width: 0;
	height: 0;
}

#program_guide {
	position: absolute;
	left: 75px;
	top: 50px;
	width: 515px;
	padding: 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	color: #39B54A;
	background: url('/img/bg_program_guide.png');
	text-shadow: 1px 1px 3px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 12;
	display: none;
}

#static {
	position: absolute;
	left: 43px;
	top: 28px;
	height: 367px;
	width: 598px;	
	z-index: 9;
	background: #333333 url('/img/bg_static.gif') top left;
}

#player {
	position: absolute;
	left: 42px;
	top: 28px;
	height: 367px;
	width: 600px;
	z-index: 10;
}

img {
	border: none;
}

#main {
	position: fixed;
	background-repeat: no-repeat;
	height: 440px;
	width: 684px;
	left:  50%;
	margin-left: -350px;
	right: 50%;
	margin-top: 40px;
	background: url('/img/frame_player_684x440.png');
	z-index: 5;
}

#bg_crack_01 {
	position: fixed;
	top: 125px;
	left: 25px;
	width: 71px;
	height: 75px;
	background: url('/img/bg_crack_01.jpg');

}

#bg_crack_02 {
	position: fixed;
	top: 0;
	left: 0;
	width: 236px;
	height: 71px;
	background: url('/img/bg_crack_02.jpg');
}

#bg_crack_03 {
	position: fixed;
	top: 500px;;
	left: 700px;;
	width: 135px;
	height: 69px;
	background: url('/img/bg_crack_03.jpg');
}

#frame_bbol {
	position: fixed;
	top: 470px;
	left: 50%;
	margin-left: -320px;
	right: 50%;
	width: 330px;
	height: 176px;
	background: url('/img/frame_big_book_of_lies.png') top left no-repeat;	
	display: none;
}

#frame_bbol_flash {
	width: 330px;
	height: 175px;
	margin: -5px 0 0 5px;
}

#frame_bbol:hover,
#frame_et:hover {
	cursor: pointer;
}

#frame_et {
	position: fixed;
	top: 465px;
	left: 50%;
	margin-left: 10px;
	right: 50%;
	width: 307px;
	height: 200px;
	background: url('/img/frame_emily_time.png') top left no-repeat;
	display: none;
}

#frame_shows {
	position: fixed;
	top: 470px;
	left: 50%;
	margin-left: -320px;
	right: 50%;
	width: 630px;
	height: 175px;
}

#contact_info {
	position: fixed;
	top: 657px;
	left: 50%;
	right: 50%;
	width: 275px;
	height: 32px;
	padding: 6px 10px 10px 18px;
	margin: 0 0 0 -80px;
	font-weight: bold;
	color: #242e48;	
	background-color: white;
	background: url('/img/bg_contact_info_paper.png') top left no-repeat;	
}

a {
	color: #242e48;

}

#contact_info .texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 40px;
	background: url('/img/bg_credits_texture.png');
	
}

/* Styles for episode lists and thumbnails */
.episodes {
	position: absolute;
	top: 60px;
	left: 50%;
	right: 50%;
	width: 125px;
	display: none;
	padding: 0 10px 120px 0;
	z-index: 15;
}

.episodes .episode.current,
.episodes .episode:hover {
	cursor: pointer;
	background: url('/img/frame_episode-over.png');
}

.episodes .episode.current .n,
.episodes .episode:hover .n {
	background: url('/img/frame_episode_number_bbol-over.png') top left no-repeat;
	color: #BBD008;
}

.episodes.et {
	margin-left: 335px;
}

.episodes.bbol {
	margin-left: -465px;
}

.episodes.trailer {
	display: block;
	position: fixed;
	margin-left: 6px;
	top: 657px;
}

.episodes.trailer .episode {
	background-color: #888;
	background: none;	
	width: 125px;
	height: 80px;
}

.episodes.trailer .episode img {
	display: none;
}

.episode {
	position: relative;
	float: left;
	width: 125px;
	height: 80px;
	margin: 0 10px 10px 0;
	background-color: #888;
	background: url('/img/frame_episode.png') top left no-repeat;
}

.episode img {
	position: absolute;
	width: 100px;
	height: 56px;
	top: 12px;
	left: 12px;
}

.episode a {
	display: none;
}

.episode .n {
	position: absolute;
	width: 36px;
	height: 25px;
	color: #CCC;
	bottom: 6px;
	left: 82px;
	z-index: 5;
	text-align: center;
	line-height: 19px;
	font-size: 11px;
	font-style: italic;
	font-family: georgia;
	padding: 5px 0 0 0;
	background: url('/img/frame_episode_number_bbol.png') top left no-repeat;	
}

.episodes.et .episode {
	width: 140px;
	height: 90px;
	margin: 0 0 0 0;
	background: url('/img/frame_episode_et.png') top left no-repeat;
}

.episodes.et .episode img {
	top: 15px;
	left: 18px;
}

.episodes.et .episode.current,
.episodes.et .episode:hover {
	cursor: pointer;
	background: url('/img/frame_episode_et-over.png');
}

.episodes.et .episode .n {
	width: 30px;
	height: 26px;
	bottom: 12px;
	left: 13px;
	padding: 6px 0 0 0;
	background: url('/img/frame_episode_number_et.png') top left no-repeat;		
}

.episodes.trailer .episode .n {
	width: 90px;
	height: 25px;
	bottom: 50px;
	left: 2px;
	padding: 6px 0 0 0;
	line-height: 16px;
	background: none;
	color: #242e48;
	text-decoration: underline;
	font-family: courier;
	font-style: normal;
	font-size: 12px;
}

.episodes.et .episode.current .n,
.episodes.et .episode:hover .n {
	background: url('/img/frame_episode_number_et-over.png') top left no-repeat;
	color: orange;
}

.episodes.trailer .episode.current .n,
.episodes.trailer .episode:hover .n {
	background: none;
}

/* Styles for top nav */

#topnav {
	position: fixed;
	height: 25px;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #17152B;
	z-index: 20;
}

#logo {
	background: url('/img/history_and_the_universe.png') top left no-repeat;
	width: 302px;
	height: 35px;
	margin: 5px auto 0 auto;
}

#topnav a.home {
	display: block;
	width: 302px;
	height: 35px;
}

#topnav a.credits {
	position: absolute;
	display: block;
	overflow: hidden;
	top: -5px;
	right: 0px;
	width: 75px;
	height: 25px;
	background: url('/img/sticker_contact.png') top left no-repeat;
	display: none;
}

#topnav a.credits:hover {
	border: 0;
}

/* Styles for footer */

#footer {
	position: fixed;
	background-repeat: no-repeat;
	height: 40px;
	width: 600px;
	left:  50%;
	margin-left: -300px;
	right: 50%;
	margin-top: 675px;
	text-align: center;
}

#footer a {
	color: #333;
}

/* Styles for OTHER pages */

.page {
	position: relative;
	width: 980px;
	height: 500px;
	margin: 30px auto 0px auto;
	z-index: 1;
	color: #242e48;
}

.page ul {
	list-style: none;
}

/* Styles for CREDITS page */

#page_credits {
	background: url('/img/bg_credits_paper_lg.png') 0px 0px no-repeat;	
}

#page_credits h1.credits {
	background: url('/img/bg_credits_heading.png') no-repeat;
	height: 122px;
	width: 360px;
	margin: 0 auto 0 auto;
}
#page_credits h1 span {
	display: none;
}

#page_credits div.credits {
	position: absolute;
	top: 20px;
	width: 410px;
	height: 500px;
}

#page_credits .credits.bbol {
	left: 0px;
	margin-left: -30px;
}

#page_credits .credits.et {
	left: 600px;	
	
}

#page_credits h1 span {
	display: none;
}

#page_credits h1.bbol {
	width: 92px;
	height: 72px;
	margin: auto;
	background: url('/img/bg_credits_title_bbol.png') top left no-repeat;
}

#page_credits h1.et {
	width: 150px;
	height: 62px;
	margin: 10px auto 0 auto;
	background: url('/img/bg_credits_title_et.png') top left no-repeat;	

}

dl.credits {
	margin: 5px auto 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}

dl.credits dt {
	width: 12em;
	float: left;
	clear: left;
	text-align: right;
	margin: 0 0 4px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

dl.credits dd {
	width: 15em;
	margin: 0 0 4px 14.5em;
}

dl.credits dd div {
	display: inline;
}

.credits .name:hover {
	cursor: pointer;
}
dl.credits .name.highlight, 
dl.credits .name:hover {
	cursor: pointer;	
	background: #BBD008 url('/img/bg_credits_texture.png') top left repeat;	
}

#bio_stage {
	position: absolute;
	top: 40px;
	width: 280px;
	height: 400px;
	left: 350px;
	padding: 0;
}

#bio_stage .photo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 280px;
}

#bio_stage .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 326px;
	height: 194px;
	margin: -17px 0 0 -22px;
	background: url('/img/bg_credits_photo_frame_lg.png') top left no-repeat;	
	z-index: 10;
}

#bio_stage .photo img {
	width: 100%;
}

#bio_stage .name {
	position: absolute;
	font-size: 18px;
	top: 175px;
	width: 280px;
	background: #BBD008 url('/img/bg_credits_texture.png') top left repeat-x;
	margin: auto;
	text-align: center;
}

#bio_stage .bio {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 280px;
	font-family: times;
}

#bio_stage .bio a {
	font-weight: bold;
}

ul.bios {
	position: absolute;
	width: 900px;
	top: 420px;
	left: 0px;
}

ul.bios #bio_history_and_the_universe,
ul.bios #bio_big_book_of_lies,
ul.bios #bio_emily_time {
	display: none;
}

ul.bios li {
	position: relative;
	float: left;	
	width: 100px;
	height: 85px;
	margin: 0 20px 20px 0;
	list-style: none;
}

ul.bios li:hover {
	cursor: pointer;
}

ul.bios .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 60px;
	z-index: 2;
}

ul.bios .frame {
	position: absolute;
	top: 0px;
	background: url('/img/bg_credits_photo_frame.png') top left no-repeat;
	width: 100px;
	height: 60px;
	z-index: 3;
}

ul.bios li img {
	position: absolute;
	top: 7px;
	left: 6px;
	width: 87px;
}

ul.bios li .bio {
	display: none;
}

ul.bios li .name {
	position: absolute;
	top: 63px;
	left: 0;
	margin: 0 0 0 5px;
	width: 75px;
	background: #B4B897 url('/img/bg_credits_texture.png') top left no-repeat;
	font-size: 11px;
	text-align: center;
	padding: 2px;
	z-index: 1;
}

ul.bios li:hover .name, 
ul.bios li .name.highlight {
	background: #BBD008 url('/img/bg_credits_texture.png') top left repeat-x;	
}

ul.news {
	padding: 0;
}

ul.news li {
	margin: 0 0 4px 0;
}

.news .date {
	float: left;
	width: 80px;
}

.news a.link {
	display: block
}

.news a.link:hover {
	background: #BBD008 url('/img/bg_credits_texture.png') top left repeat-x;
	text-decoration: none;
}

.news a.link,
.news .source {
	margin-left: 82px;
}


#page_credits #contact_info {

	position: relative;
	left: 50%;
	right: 50%;
	
	width: 255px;
	height: 32px;
	padding: 6px 10px 10px 18px;
	margin: 0 0 0 -140px;
	font-weight: bold;
	color: #242e48;	
	background-color: white;
	background: url('/img/bg_contact_info_paper_med.png') top left no-repeat;	
}




/* styles for NOTIFICATION form */
.notify {
	position: relative;
	float: right;
	width: 250px;
	height: 103px;
	z-index: 50;
	font-size: 10px;
	background: url('/img/bg_notify_paper.png') top right no-repeat;
}

#notify_bbol {
	margin-left: -150px;
}

#notify_et {
	float: left;
	margin-left: -25px;
	background: url('/img/bg_notify_paper_et.png') top right no-repeat;	
}

.notify h2 {
	position: absolute;
	top: 6px;
	right: 75px;
	margin: 0;
	display: block;
	width: 123px;
	height: 31px;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	text-align: right;
	background: url('/img/bg_notify_text_bbol.png') top left no-repeat;
}

.notify.et h2 {
	background: url('/img/bg_notify_text_et.png') top left no-repeat;
	right: 28px;
	width: 120px;
	height: 31px;
}

.notify h2 span {
	display: none;
}

.notify a {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 55px;
	height: 24px;
	background: url('/img/bg_icon_rss.png') top left no-repeat;
}

.notify.et a {
	right: 160px;
}

.notify a span {
	display: none;
}

.notify .btn_notify_submit {
	margin: -1px 0 0 0;
	width: 66px;
	height: 22px;
	display: block;
}

.notify input {
	font-size: 9px;
	float: left;
}

.notify .frm_wrapper {
	position: absolute;
	top: 38px;
	right: 10px;
	width: 180px;
	height: 25px;
	padding: 5px;
	margin: 0 -5px 0 0;
	background: url('/img/bg_icon_email_me.png') top left no-repeat;
}

.notify.et .frm_wrapper {
	right: 30px;
}

.notify .ipt_notify_email {
	width: 100px;
	margin-right: 5px;
}

.notify .frm_notify_feedback {
	position: absolute;
	top: 7px;
	right: 18px;
	color: white;
	font-style: italic;
	font-family: georgia, times, serif;
	font-size: 12px;
}

/* styles for CONTACT page */

#page_contact .email {
	width: 300px;
	margin: 70px auto 0 auto;
	padding: 1em;
	background: url('/img/bg_contact_email.png') top left no-repeat;	
	
}

/* Styles for QUESTIONS AND COMMENTS form */
.frm_error {
	color: red;
}

#frm_questions_wrapper {
	margin: 10px auto 0 auto;
	width: 500px;
	height: 326px;
	background: url('/img/bg_postcard.jpg') top left no-repeat;	
}

#frm_questions {
	padding: 60px 0 10px 0;

}

#frm_questions_res {
	display: inline;
}

#frm_questions #ipt_name,
#frm_questions #ipt_email,
#frm_questions #txt_questions {
	width: 25em;
	margin-bottom: 10px;
}

#frm_questions #btn_submit {
	margin-left: 0;
}

#frm_questions label {
	display: block;
	float: left;
	width: 85px;
	text-align: right;
	padding: 0 10px 0 0;
	margin-top: 5px;
}

#frm_questions #btn_submit {
	margin-left: 95px;
}

#frm_questions #frm_questions_feedback {
	font-weight: bold;
	margin: 0 0 1em 95px;
	display: none;
}

#frm_questions #txt_questions {
	height: 8em;
}

/* Styles for SHARETHIS link and box */

#sharethis_0 {
	line-height: 17px;
}

#sharethis_0 a.stbutton {
	padding: 1px 5px 5px 22px;
}


/*
.stwrapper {
	position: fixed;
	border: 8px dashed red;
	margin: auto;
	width: 400px;
	height: 400px;
}
*/

/*
.stclose {
	position: fixed;
	top: 30px;
	left: 50%;
	right: 50%;
}

#stframe {
	position: fixed;
	top: 30px;
	left: 50%;
	right: 50%;
	margin-left: -200px;
}
*/