/** css 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** trishna layout **/

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
}

.clear {
	clear:both;
}

#header {
	width:960px;
	height:450px;
	background-image:url(images/trishna-header.jpg);
	margin:0 auto;
	position:relative;
}

#content_wrapper {
	width:960px;
	height:auto;
	background: url(images/background.jpg) no-repeat;
	float:left;
	position:relative;
}

#footer {
	width:820px;
	height:20px;
	background: url(images/creditblock.png) no-repeat;
	margin:50px auto 100px auto;
	bottom:0;
	position:relative;
}

#content {
	width:800px;
	margin:80px auto;
	height:auto;
	position:relative;
}

#like_button {
	float:right;
	position:relative;
	height:30px;
	width:50px;
	top:-30px;
}



/** headings **/

#synopsis {
	background:url(images/image-map.png) no-repeat;
	display:block;
	width:120px;
	height:30px;
	margin-bottom:10px;
}

#studynotes {
	background:url(images/image-map.png) no-repeat 0px -70px;
	display:block;
	width:150px;
	height:25px;
	float:left;
}

#productionnotes {
	background:url(images/image-map.png) no-repeat 0px -225px;
	display:block;
	width:205px;
	height:20px;
	float:left;
	margin-bottom:10px;
}

#teachersnotes {
	background:url(images/image-map.png) no-repeat 0px -35px;
	display:block;
	width:220px;
	height:30px;
	margin-bottom:10px;
}

#trailer_transcript {
	background:url(images/image-map.png) no-repeat 0px -125px;
	display:block;
	width:200px;
	height:40px;
	margin:30px 0 20px 0;
}

#feedback {
	background:url(images/image-map.png) no-repeat 0px -100px;
	display:block;
	width:130px;
	height:30px;
	margin-bottom:10px;
}
/** buttons **/

#close {
	background:url(images/image-map.png) no-repeat 0px -160px;
	display:block;
	width:110px;
	height:25px;
	float:right;
	position:relative;
	top:-20px;
	right:-20px;
}

#close:hover {
	background-position:0px -190px;
}

/** formatting **/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:20px;
}

.hide {display:none;}

a img {outline:none;}
a {
	outline:none;
	color:#900;
}

a:hover {
	text-decoration:underline;
}

/** hotspots**/

#trishna {
	width:496px;
	height:137px;
	position:absolute;
	left: 39px;
	top: 23px;
}

#artificial_eye_right {
	width:200px;
	height:20px;
	position:absolute;
	right:5px;
}

#artificial_eye_left {
	width:200px;
	height:20px;
	position:absolute;
	left:0px;
}


/** videoplayer **/

#videoplayer {
	width:410px;
	height:240px;
	position:absolute;
	left: 78px;
	top: 181px;
}

#transcript_link {
	width:50px;
	height:12px;
	float:right;
	font-size:0.7em;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding:5px;
	position:relative;
	top:-2px;
}

#transcript_link a {
	text-decoration:none;
	color:#FFF;
}

#transcript_link a:hover {
	text-decoration:underline;
	color:#900;
}

/** print **/

.print_hide {
	display:none;
}