* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }
div.clear { clear: both; line-height: 0; height: 0; font-size: 0; border: 0; padding: 0; margin: 0; }

body {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px; line-height: 15px;
	color: #000; background: #fff;
	text-transform: uppercase;
}

/* TITLE */

h1 { 
	position: fixed;
	left: 9px; top: 8px;
	z-index: 99;
}

h1, h1 a { 
	display: block;
	width: 208px; height: 58px;
}

h1 a {
	background: url('/media/img/udotitz_20.png') 0 0 no-repeat;
	text-indent: -9999em;
}





h2, h3 { 
	font-size: inherit; 
	text-transform: uppercase; 
	margin: 0 0 5px 0; 
	font-weight: normal;
}
h2 a { 
	color: #fff; 
	background: #000; 
}

h2 a, div.tooltip {
	padding: 0px 16px 1px 2px;
}


p { margin: 0 0 16px 0; }

a { color: #000; text-decoration: none; }

/* MENU */

#menu { 
	position: fixed;
	left: 50px; top: 82px;
	list-style: none; 
	z-index: 98;
}

#menu li { 
	float: left; 
	margin: 0 14px 0 0;
	text-transform: uppercase; 
}

#menu a:hover,
#menu a.active { color: #f00; }


#book { 
	position: absolute;
	left: 20px; top: 98px;
	/*width: 900px;*/
	z-index: 1;
}

div.thumb {
	display: block; float: left;
	width: 90px; height: 135px;
/*
	background: #f3f3f3;
*/
	margin: 0 10px 10px 0;
}

div.box { 
	width: 100%; height: 100%; 
	border: 1px solid #ccc; 
	background: url(../img/x_d.gif) 50% 50% no-repeat;
}

div.series { 	
	position: relative;
	clear: both;
	margin: 0 0 30px 0;
	/* border: 1px dotted grey; */
}

div.tooltip {
	position: absolute;
	left: -10px; top: 105px; /* relative to row */
	width: auto; white-space: nowrap; /* we don't break for hyphens */
	color: #fff; background: #000;
	z-index: 999;
	text-transform: uppercase;
}

#series {
	position: fixed;
	left: 40px; top: 100px;
	z-index: 4;
}

#loading {
	position: fixed;
	left: 40px; top: 120px;
	z-index: 3;
}

#series #theImage {
	display: block;
	margin-left: 30px;
	width: 900px;
	height: 540px; 
	
	overflow: hidden;
}

#series #theNav {
	display: block;
	position: relative;
}

#theNav a { padding: 1px 16px 1px 1px; }
#theNav a:hover { background: #000; color: #fff; }

#theNav #close { position: absolute; top: 5px; left: 0; }
#theNav a.next { position: absolute; top: 5px; left: 30px; }
#theNav a.prev { position: absolute; top: 25px; left: 30px; }


#page {
	position: fixed;
	left: 50px; top: 160px;
	z-index: 5;
	text-transform: uppercase;
}

#page p { margin: 0; }

#credit {
	margin-top: 120px;
}

