body, 
html {
	margin: 0;
	padding: 5px;
	color: black;
}
body {
	background-image: url(/images/backgrd/back_11.jpg);
	min-width: 800px;
}
body.rpg {
 	background-image: url(/images/backgrd/glass.jpeg)
}
body.tekumel {
 	background-color: aqua; 
	background-image: none
}
body.plain {
 	background-color: white; 
	background-image: none
}
a:link {
 	color: blue
}
a:visited {
 	color: purple
}
#wrap {
	margin: 0 auto;
	min-width: 800px;
	max-width: 1200px;
}
#banner {
	padding: 5px;
}
#sidebar {
	float: left;
	width: 16%;
	min-width: 135px;
	padding: 5px;
}
#sidebar-nav ul {
	margin: 0;
	padding: 0;
   font-size: small;
}
#main {
	float: right;
	width: 81%;
	min-width: 680px;
	padding: 5px;
}
#content {
	min-width: 800px;
	padding: 5px;
   margin: 0px auto;
}
table#char-sheet {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
}
#main h2, 
#main h3, 
#main p {
	padding: 0 10px;
}
.col-left {
    float: left;
}
.col-right {
    float: right;
}
#head-nav, 
#foot-nav {
   font-size: small;
	clear: both;
	padding: 10px;
	text-align: right;
}
#sidebar-nav a, 
#head-nav a, 
#foot-nav a {
   text-decoration: none;
}
.footer, 
.header,
.center {
 	text-align: center;
}
.center table {
 	margin: 0px auto;
}
.footer,
.cleared {
	clear: both;
}
#header {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    }
#footer {
    border-top: 1px solid black;
    padding-top: 10px;
    }
.fancy-header {
	font-family: fantasy;
	text-align: center;
}
.vert-list ul {
	list-style: none;
}
#footicons {
    text-align: center;
}
.horiz-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.horiz-list li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}

img {
	border: 0;
}
.headshot {
    float: left;
}
.indent1 {
 	margin-left: 1em
}
.indent {
 	margin-left: 2em
}
.redfont {
 	color: red
}
.bigfont {
   font-size: larger; 
   font-weight: bolder;
}
.smallfont {
   font-size: smaller; 
}
.fantasyfont {
 	font-family: fantasy;
}
.white {
	color: white;
}
#copymod {
	font-size: small;
}
.quote {
    font-weight: bold;
    padding-top: 5px;
}
.quote-sig {
    font-style: italic;
    padding: 0px;
 	margin-left: 10em;
}
#linklist {
    width: 36em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
    }
    
#linklist ul {
	list-style: none;
    }
    
#linklist ul li
{
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

* html #linklist ul li
{
	position: relative;
}

#linklist ul li#history,
#linklist ul li#tv

{
  margin-top: -6em;
}

#linklist ul li#games,
#linklist ul li#sites,
#linklist ul li#ufos,
#linklist ul li#conspire,
#linklist ul li#weird
{
  margin-left: 0em;
}
#linklist ul li#history,
#linklist ul li#mysteries,
#linklist ul li#religions,
#linklist ul li#gov,
#linklist ul li#news
{
  margin-left: 12em;
}
#linklist ul li#tv,
#linklist ul li#movies,
#linklist ul li#books,
#linklist ul li#humor
{
  margin-left: 24em;
}
#linklist ul li a
{
  display: block;
  width: 10em;
  text-decoration: none;
}
#linklist ul li a:hover
{
  color: #FFF; /* white */
  background-color: #A52A2A; /* brown */
}
.sans-serif {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
} 
.serif {
    font-family: 'Times New Roman', Times, serif;
} 
#review {
padding: 1em;
}
.rev-title {
    font-weight: bold;
    }
.rev-body {
    padding-bottom: 1em;
    }
.midnight-headline {
	font-family: serif;
	font-size: x-large;
}
.midnight-banner {
	font-family: fantasy;
	font-size: xx-large;
	text-align: center;
}
.enzo-masthead {
	font-family: cursive;
	font-size: smaller;
	background-color: Silver;
}
.restrict800 {
    width: 800px;
   }
#dated-entries dt {
    font-weight: bold;
    }
#webring {
    background=color: gray; 
    border: 2px solid red; 
    padding: 2px; 
    text-align: center; 
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; 
    font-size: small;
}
table#my-resources,
table#web-resources {
      width: 80%;
		border: 2px solid black;
		text-align: center;
		vertical-align: middle;
	   border-collapse: collapse;
		margin-left: auto;
		margin-right: auto;
}
#my-resources tr td,
#web-resources tr td {
      width: 50%;
		height: 80px;
		border: 1px solid black;
}
#my-resources tr td a,
#web-resources tr td a {
   text-decoration: none;
	width: 50%;
}
#my-resources tr td a:link,
#web-resources tr td a:link,
#my-resources tr td a:visited,
#web-resources tr td a:visited {
  color: black;
}
#my-resources tr td a:hover,
#web-resources tr td a:hover
{
   color: white;
	background-color: #A52A2A; /* brown */
}
#web-resources {
    margin-top: 20px;
}
#rights-policy {
    width: 80%;
    text-align: center;
    font-style: italic;
    margin: 20px auto 0px auto;
}
#char-head,
#spell-head,
#item-head {
    font-weight: bold;
}