/* 
Cascading style sheet for The Other Stuff
Author: Jamie Cheetham
URL:    http://stuff.myrealm.co.uk/
*/

body {
	margin: 12px 8px 8px 8px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url("/img/stars.gif");
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}
div.title {
	background-image: none;
	background-color: #000030;
	border: 2px solid blue;
	color: inherit;
	margin: 0 auto;
	position: relative;
	width: 90%;
}
div.main {
	background-color: #000000;
	color: inherit;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	top: 12px;
	width: 90%;
}
div.menu {
	background-color: #000015;
	border: 2px solid blue;
	color: inherit;
	font-size: smaller;
	margin: 10px 0px 10px 0px;
	padding: 4px;
	position: relative;
	top: 10px;
}
div.border {
	border: 2px solid;
}
a {
	background-color: inherit;
	color: silver;
}
a:visited {
	background-color: inherit;
	color: blue;
}
a:active {
	background-color: inherit;
	color: green;
}
a:hover {
	background-color: inherit;
	color: red;
}
table {
	background-color: #000015;
	color: inherit;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
pre {
        font-family: monospace, sans-serif;
}
p.brokenlink {
	clear: both;
	font-size: smaller;
	margin-bottom: 2ex;
	text-align: right;
}
p.footer {
	font-family: arial, sans-serif;
	font-size: small;
	text-align: center;
}
p.footer img {
	height: 40px;
	margin-bottom: 5px;
}
.shadow {
	height: 1em;
	filter: Shadow(Color=#666666, Direction=135, Strength=5);
	text-shadow: #666666 5px 5px 5px;
	margin-top: 21px;
}
img.button {
	border: 1px solid;
}
.links {
	margin: 0 auto;
	border: solid #6a5acd;
	border-width: 8px 3px 8px 3px;
	width: 50%;
}
.links li {
/*	list-style-type: none;*/
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #003;
	border: 1px solid #006;
	color: inherit;
}
.links li a {
	display: block;
	padding: 15px;
}
.links li a:hover {
	background-color: #002;
	color: inherit;
}
.menu li {
	margin-top: 1em;
	font-size: larger;
}
a img {
	border: 2px solid;
}
