/* css Zen Garden submission 024 - 'Not So Minimal' by Daniel Rubin, http://www.superfluousbanter.org// */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003,  Daniel Rubin */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

/* global----------------------------------------------- */
body {
	background: #fff url(css/bg.gif) no-repeat fixed top left;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 20px 0 20px;
	color: #333;
}

/* layout----------------------------------------------- */
#mainbody {
	position: relative;
	background: url(css/header.jpg) no-repeat top left;
	margin: 0 auto -1px auto;
	padding-top: 155px;
	width: 710px;
	border-bottom: 5px solid #09345f;
}
#footer {
	margin: 0 0 5px 0;
	padding: 0px 0 0 0;
	width: 100%;
	text-align: center;
}

/* text----------------------------------------------- */
p,ul,ol,table,dl,tt,pre {
	font-size: 12px;
	line-height: 17px;
}
p,ul,ol,dl {
	text-align: justify;
}
tt,pre {
	font-family: Dejavu Sans Mono, Monaco, Lucida Console, monospace;
	line-height: normal;
}
pre {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: -3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #00ce00;
	background: #000;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#footer {
	font-size: 9px;
}
dt {
	font-weight: bold;
}

/* lists----------------------------------------------- */
ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul li {
	background: url(css/bullet_double.gif) no-repeat 7px 4px;
	margin: 0;
	padding: 1px 0 0 17px;
	line-height: 14px;
}
ul li ul li {
	background: url(css/bullet_single.gif) no-repeat 7px 4px;
}
ol li {
	padding: 1px 0 0 0;
}

/* links----------------------------------------------- */
a, a:link, a:visited {
	color: #888;
}
a:hover {
	color: #111;
}
#footer a, #footer a:link, #footer a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#mainbody .externallink {
	background: url(css/externallink.gif) center right no-repeat;
	padding-right: 13px;
}

#mainbody .externallink[href ^="http://www.rkeene.org"] {
	background: url();
	padding-right: 0px;
}

/* headings----------------------------------------------- */
h2 {
	font-variant: small-caps;
}
h2 a {
	text-decoration: none;
}

/* tables------------------------------------------------- */
.wikit_table_header {
	background: #ededed;
	border-bottom: 1px solid #000;
	font-variant: small-caps;
}
.wikit_table_row_cell {
	padding: 3px;
}
.wikit_table_header_cell, .wikit_table_row_cell {
	padding: 3px;
	border-left: 1px solid #000;
	border-collapse: collapse;
}
.wikit_table_row_even {
	background: #dce2e8;
}
.wikit_table_row_odd {
	background: #fff;
}
.wikit_table_row {
	border-bottom: 1px solid #000;
}
.wikit_table {
	border: 1px solid #000;
	border-collapse: collapse;
}
