body {
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-size: 11px;
	text-align: center;  /* needed for IE */
}
#container{
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	text-align: left;  /* needed for IE to undo the above */
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

/* ---------------------------------------- */
/* header bar */
/* ---------------------------------------- */

#header{
	padding: 0 5px 5px 5px;
	background-color: #fff;
}
#header h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	letter-spacing: -0.25px;
	color: #555;
	font-family: Georgia, Times, serif;
	border-bottom: 1px solid #eee;
} /* remove all margins from h1, let the div provide values */

/* ---------------------------------------- */
/* navigation bar */
/* ---------------------------------------- */

#navigation {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	margin: 0 auto;
	width: 80%;
	/* border-bottom: 1px dotted #888; */
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: #fff;
}

#navlist
{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a
{
	text-decoration: none;
	color: #aaa;
	font-size: 1em;
	padding: 0 2px;
}

#navlist li a:visited
{
	color: #ccc;
}

#navlist li a:hover
{
	color: #8f9ac5;
}

#navlist a#current {
	text-transform: uppercase;
	color: #55649b;
}


/* ---------------------------------------- */
/* rail bar */
/* ---------------------------------------- */

#rail{
	float: left;
	width: 125px;
	margin: 0;
	background-color:#fff;
}
#rail p {
	margin: 0 0 5px 0;
}
#rail ul {
	margin-top: 9px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 15px;
	padding-left: 0;
	text-align: right;
	
}
#raillist li {
	/* list-style-type: square; */
	list-style: none;
	/* letter-spacing: -0.5px; */
	line-height: 130%;
	color: #999;
}
#raillist a {
	text-decoration: none;
}
#raillist li a {
	color: #aaa;
} 
#raillist li a:visited {
	color: #ccc;
} 
#raillist li a:hover {
	color: #8f9ac5;
}
#raillist li a#current {
	text-transform: uppercase;
	color: #55649b;
}
#raillist li a#dead {
	text-decoration: line-through;
	color: #d0d5e8;
}


/* ---------------------------------------- */
/* container area */
/* ---------------------------------------- */

#content{
	margin-left: 126px;
	/* border-left: 1px solid #eee; */
	padding: 1em;
	background-color:#fff;
	color: #555;
}
#content h2 {
	margin: 0 0 .5em 0;
}
#footer {
	clear: both;
	/* text-align: right; */
	font-size: 80%;
	/* margin: 0; */
	margin-left: 126px;
	padding: 1em;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding-top: 0.25em;
	color: #cacaca;
	background-color: #fff;
}
#content a#dead {
	text-decoration: line-through;
	color: #d0d5e8;
}

/* ---------------------------------------- */
/* global settings */
/* ---------------------------------------- */

h1 {
	font-size: 20px;
}
h2 {
	font-family: verdana;
	color: #555;
	font-size: 15px;
}
h3 {
	font-size: 12px;
	margin-bottom: -8px;
}

/* ---------------------------------------- */
/* form settings */
/* ---------------------------------------- */

input {
	color: #434d71;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #cacaca;
	padding: 2px;
}
input:hover {
	background: #e3e6f0;
}
input:focus {
	background: #fdfded;
}
.submit input {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #434d71;
	background: #e3e6f0;
	border: 1px solid #cacaca;
}
textarea {
	color: #434d71;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #cacaca;
	padding: 2px;
}
textarea:hover {
	background: #e3e6f0;
}
textarea:focus {
	background: #fdfded;
}

/* ---------------------------------------- */
/* quoting text */
/* ---------------------------------------- */
blockquote {
	border: 1px solid #cacaca;
	background-color: #eaedf6;
	padding: 6px 8px 6px 8px;
	quotes: "\201C" "\201D";
}
blockquote:before {
	content: open-quote;
	font-weight: bold;
	color: #55649b;
}
blockquote:after {
	content: close-quote;
	font-weight: bold;
	color: #55649b;
}

/* ---------------------------------------- */
/* showing tips */
/* ---------------------------------------- */
#tip {
	margin-bottom: 2px;
}
span.tipdetail {
	color: #cacaca;
	text-align: right;
	font-size: 80%;
}

/* ---------------------------------------- */
/* dealing with inline images */
/* ---------------------------------------- */

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #cacaca;
	padding: 2px;
}
.newquote {
	padding-top: 0px;
	clear: both;
}
.puzzleentry {
	clear: both;
	padding-top: 0px;
}
.puzzleimg {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #cacaca;
	padding: 2px;
}	

.no_img {
	clear: both;
}

/* ---------------------------------------- */
/* emphasizing text */
/* ---------------------------------------- */
span.dateadded {
	color: #cacaca;
	font-size: 80%;
}

/* ---------------------------------------- */
/* tables */
/* ---------------------------------------- */
td {
	color: #cacaca;
	font-family: Arial, Verdana, Sans-Serif;
	color: #555;
	font-size: 11px;
	border: none;
	vertical-align: top;
	padding: 2px;
}
/* ---------------------------------------- */
/* generic links */
/* ---------------------------------------- */
a
{
	text-decoration: none;
	color: #777;
	font-size: 1em;
	padding: 0 2px;
}
a:visited
{
	color: #aaa;
}
a:hover
{
	color: #f7c53d;
}

