/*
 * File:		nctv.css
 * Author:		Peter Torpey (www.petertorpey.com)
 * Version:		1.0	02-26-05
 *              Original code Copyright 2005 Peter Torpey.
 *              This code may not be used, distributed, and modified without
 * 				the express written consent of the original author. This
 * 				notice and the name and URL of the original author, above,
 * 				must remain intact.
 */

* {font-size: 100%; padding: 0; margin: 0; font-weight: normal;}

html, body {background: #000; overflow: auto; border: none; width: 100%; height: 100%;}
body {color: #FFF; font-family: verdana, sans-serif; font-size: 0.75em; cursor: default;}

#ref {position: relative; top: 50%;}
#wrap {position: relative; top: 50%; height: 200px; margin-top: -100px;}

h1 {background: #609 url(nc7webt.jpg) no-repeat right; height: 100%; text-align: right; font-size: 1.4em; padding: 0 0.6em; font-family: "century gothic", sans-serif; text-transform: lowercase; position: relative; margin-right: 24.2em;}
h1 span, h2, #snav {display: block; width: 0; height: 0; overflow: hidden;}
#content {height: 100%; border-right: #609 2em solid; width: 30em; padding: 0 1em; position: absolute; top: 0; right: 0; overflow: auto;}

/* scroll */
#content {scrollbar-face-color: #609; scrollbar-track-color: #111; scrollbar-arrow-color: #FFF; scrollbar-highlight-color: #609; scrollbar-shadow-color: #609; scrollbar-3dlight-color: #609; scrollbar-darkshadow-color: #609;}

p {line-height: 1.7; margin-bottom: 1.7em; text-align: justify;}

ul {padding-right: 3em; text-align: right; border-bottom: #111 1em solid; margin-top: 1em;}
li {display: inline; padding-left: 0.5em; font-size: 0.9em;}

a:link, a:visited {color: #CCC; text-decoration: none; border-bottom: #609 1px solid;}
a:hover {color: #FFF; border-bottom-color: #90C;}

#nav a:link, #nav a:visited {color: #CCC; text-decoration: none; border-bottom: #111 1em solid;}
#nav a.cur:link, #nav a.cur:visited {border-bottom-color: #333;}
#nav a:hover {color: #FFF; border-bottom-color: #609;}

@media print {
	* {color: #000;}
	h1 {background: none; width: auto; height: auto; margin: 2em;}
	h1 span {display: inline; width: auto; height: auto;}
	#wrap, #content {position: static; width: auto; height: auto; top: 0; left: 0; margin: 1em;}
}

