body {
	font-family: Georgia, "Century Schoolbook", Verdana, serif;
	background-color: #cc3300;
}

a:active { color: #ffff00; }
a:visited { color: #ccbbaa; }

table#nav { font-size: 85%; }
table#nav a { color: #eeeeee; }

table#nav ol {
	margin: 0;
	padding: 0;
}

	table#nav ol li {
		list-style-type: none;
		padding: 0.2em 0.4em;
	}
	table#nav ol li.selected {
		background-color: #333;
	}
	table#nav ol li.selected span {
		color: #ffcf00;
		text-decoration: none;
	}

table#nav th {
	padding: 0 0.25em;
}

table#nav tr.loop th {
	background-color: #dd5522;
	color: #fff;
}

table#nav tr.hub th {
/*		background-color: #444;*/
	color: #fff;
}
table#nav tr.hub td {
}	

table.body {
	color: #ddd;
}

h1 {
	margin:0;
	padding:0;
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
	color: #ffcf00;
	margin-top: 0;
}

div.clue-title {
	background-color: #333;
	padding: 0.75em 1em 0.75em 0.25em;
}

div.clue-title h1 {
	color: #ddd;
	margin-left: 0.25em;
}

div.clue-title .clue-nav {
	font-size: 90%;
	margin-bottom: 0.25em;
}

div.clue-title .clue-nav a {
	color: #ccc !important; 
	padding: 0.1em 0.4em;
	text-decoration: none;
	border: 1px solid #333;
}
	div.clue-title .clue-nav a:hover {
		border: 1px solid #505050;
	}
	div.clue-title .clue-nav a.selected {
		border: 1px solid #999;
		background-color: #444;
		color: #fff !important;
/*		color: #f0aa11 !important;*/
	}

div.clue-title .meta {
	color: #999;
	float:right;
}

div.clue-title .solution {
	color: #fff;
	margin-left: 0.25em;
}

#content {
	border-left: 8px #333 solid; 
	background-color: #444444; 
	color: #dddddd;
	min-width: 40ex;
	max-width: 100ex;
	height: 100%;
	min-height: 370px;
}

#content a {
	color: #ffffff;
}
#content a:hover {
	color: #ffcf00;
}
#content a:active {
	color: #ffff00;
}

#page_title {
	font-size: 1.75em;
	color:#ffffff; 
	padding: 0.4em 0.25em 0.5em 0.25em;
}
#msig {
	color:#f0aa11;
	/* ee7722*/
}

#clue_text {
	padding: 1em 2em 1em 1em;
	background-image: url(firelake_big_dkgray.gif);
	background-repeat: no-repeat;
	background-position: 50% 10%;
	height: 100%;
}

table.credits {
	color: #fff;
	margin-left: 2em;
	margin-right: 4em;
}

table.credits th { 
	color: #ffcf00;
	text-align: right; 
}

