/* maddox.css */

/* style based on http://maddox.xmission.com/ */

/* $Id: maddox.css,v 1.2 2005/01/31 02:10:28 wobh Exp wobh $ */


/* BODY */

body {
	background-color: black;
	color: #A8A5A8;
}


/* TEXT */

h1, h2, h3, h4, h5, h6 { color: #B9B9E0; }

p { font-size: x-large; }

dt, dd, li, blockquote {
	font-size: x-large;
	color: #f9d282;
}

table, td, th {
	font-size: x-large;
	color: #f9d282;
	border: 1px solid #A8A5A8;
}


/* ANCHORS */

a:link { color: yellow; }
a:visited { color: #839590; }


/* CLASSES */
 
/* .date { } */

/* .timestamp { } */

/* .headline { } */

/* .story { } */


/* IDs */

/* #masthead */

#tagline {
	text-align: center;
    color: red;
    font-family: sans-serif; 
}

#title { color: #EA7D1C; }

/* #common */

#menus { 
	text-align: center;
	margin-top: 2em;
}

#navigation span { display: none; }

#navigation ul { 
	list-style: none; 
	text-align: center;
	border-top: thin solid gray;
	border-bottom: thin solid gray;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 50%;
	margin: auto;
}

#navigation ul li {
	display: inline;
	color: yellow;
	font: bolder large monospace;
	padding-left: 5%;
	padding-right: 5%;
} 

#navigation a { 
	color: yellow;
	text-decoration: none;
}

#links { display: none; }


#intro {
	display: none;
	clear: both; 
}

#footer p {
	color: white;
	font-size: medium;
}
