/* STYLE for entire site*/

body	{
	font-family:arial, helvetica, sans-serif;
	margin: 0; padding: 0;
	background: rgb(95%,95%,80%);
	color: black;
	}

h1,h2	{
	margin-top: 0
	padding-top: 0;
	}
	
h1	{
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
h2	{
	font-style: italic;
	font-size: 150%;
	}
	
a:link	{
	text-decoration: none;
	color: #666633;
	font-weight: bold;
	}
a:hover	{
	background: olive;
	color: rgb(95%,95%,80%);
	font-weight: bold;
	}
a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: 66CC66;
	}
	
p	{
	line-height: 1.66;
	}

table th	{
	background: olive;
	color: white;
	}
	
div#header	{
	position: absolute;
	width: 100%;
	height: 110px;
	letter-spacing: 1px;
	background: olive;
	z-index: 5;
	}
div#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 3;
	}
	
div#tag-line {
	position: absolute;
	left: 100px;
	top: 50px;
	font: 12px arial, helvetica, sans-serif;
	font-style: italic;
	z-index: 10;
	}
	
div#rightcol		{
	position: absolute;
	margin: 0;
	left: 590px;
	top: 115px;
	padding: 0;
	float: right;
	width: 150px;
	}

table#book	{
	margin-top: 10px;
		margin-left: 10px;
	font-size: 12px;
	border: 1px solid olive;
	width: 150px;
	}
	
table#updates	{
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid olive;
	width: 150px;
	}
	
div#middlecol	{
	position: absolute;
	background-color: #666633;
	left: 155px;
	top: 115px;
	width: 415px;
	margin:0 25% 1em 1em;
	padding: 5px;
	color: white;
	z-index: 1;
	font-size: 14px;
	}
div#middlecol h1 {
	margin-top: 25px;
	}
div#image	{
	position: relative;
	float: right;
	
	}
	
div#text	a:link	{
	color: white;
	margin: 5px;
	}

	
div#leftcol	{
	position: absolute;
	top: 115px;
	left:5;
	width: 150px;
	font-size: 11px; 
	}

table#links	{
	display: block;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid olive;
	width: 150px;
	}
table#links	a {
	display: block;
	padding-left: 15px;
	}
	
table.links	{
	display: block;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid olive;
	width: 150px;
	color: olive;
	}
table.links	a {
	display: block;
	
	}

/* ---------------------------------------------------------------------------------*/
	
	
/* STYLES for Dynamic PAGES */
table.info	td {
	color: white;
	}
	
table.info th#credit	{
	width: 50%;
	}
	
table.info	a:link {
	color: white;
	font-weight: bold;
	}

table#credits {
	width: 100%
	}
table.info th {
	width: 40%;
	padding-right: 5px;
	margin: 0px;
	text-align: right;
	background: none;
	font-weight: normal;
	font-size: 100%;
	}

table#credits td {
	padding-left: 5px;
	margin: 0px;
	text-align: left;
	color: white;
	}
	
/* ---------------------------------------------------------------------------------*/

table.CreditInfo	td {
	color: white;
	}
	
table.CreditInfo	a:link {
	color: white;
	font-weight: bold;
	}

table.CreditInfo {
	width: 100%
	}
table.CreditInfo th {
	width: 40%;
	padding-right: 5px;
	margin: 0px;
	text-align: center;
	background: none;
	font-weight: bold;
	font-size: 200%;
	}

table.CreditInfo td {
	padding-left: 5px;
	margin: 0px;
	text-align: left;
	color: white;
	font-size: 85%;
	}

table.CreditInfo td#title {
	padding-left: 5px;
	margin: 0px;
	text-align: left;
	color: white;
	font-size: 85%;
	width: 95%;
	}

/* ---------------------------------------------------------------------------------*/
table#wolper-center {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid olive;
	width: 150px;
	}
	
table#search {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid olive;
	width: 150px;
	}

table#search a {
	display: block;
	}
	
div#footer	{
	position: relative;
	text-align: right;
	font-size: 10px;
	margin-left: 10px;
	}
/* ---------------------------------------------------------------------------------*/	

/* STYLES for category.cfm */
div#categories 	{
	
	}
div#categories	a:link {
	display: block;
	color: white;
	}

div#categories	a:visited {
	display: block;
	color: 99CC99;
	}
	
tr.category	{
	background-color: #FFFFFF;
	}

div#main1Col	{
	position: absolute;
	background-color: #666633;
	top: 115px;
	width: 600px;
	left: 100px;
	padding: 5px;
	color: white;
	z-index: 1;
	font-size: 14px;
	}
	
a#category	{
	color: white
	}
	
a#episodes	{
	color: white
	}	
	
div#main2Col	{
	position: absolute;
	background-color: #666633;
	left: 165px;
	top: 115px;
	width: 550px;
	margin:0 25% 1em 1em;
	padding: 5px;
	color: white;
	z-index: 1;
	font-size: 14px;
	}

div#main2Col a:link	{
	color: yellow;
	}
	

div#main2Col th {
	background-color: olive;
	font-size: 14px;
	}
	
div#main2Col tr.backToTop	{
	background-color: yellow;
	}
	
td.year	{
	width: 80px;
	}

td.liberty {
	left: 350px;
	}
	
tr.a td {
	padding: 5px;
	}
tr.b td {
	padding: 5px;
	}
	
tr.a {
	color: rgb(95%,95%,80%);
	}  	
tr.b {
	background: rgb(95%,95%,80%); 
	color: olive;
	}
/* ---------------------------------------------------------------------------------*/		
/* hide OLD BIO */
div#OldBio	{
	display: none;
	}

a#awardee {
	margin-left: 20px;
	}
	
table#about	a:link		{
	color: olive;
	}
	
table#about	a:hover		{
	color: rgb(95%,95%,80%);
	}
	