/* Dragonshard CSS by Rik Osborne
   Copyright 2006 by Rik Osborne & Phase 42 Productions
   Special Thanks to *arwen54* (<http://www.karenblundell.com/>) for help with the 	
   positioning*/

body
{
	color: black;
	background-color: #aaa;
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}

p
{
	text-align: justify;
	font-size: 100%;
	padding: 0 2em 0 2em;
}

h1
{
	font-family: courier, "courier new", monospace;
	text-align: center;
	letter-spacing: 0.5em;
	color: #FF6600;
	background-color: #333333;
	padding: 10px;
	margin-top: 20px;
	font-size: 160%;
}

h2
{
	font-family: courier, "courier new", monospace;
	text-align: center;
	color: #333333;
	background-color: #ccc;
	padding: 10px;
	font-size: 150%;
	border-color: #FF6600;
	border-width: 2px;
	border-style: solid none solid none;
}

h3
{
	text-align: center;
	letter-spacing: 0.25em;
	color: #FF6600;
	background-color: #333333;
	padding: 10px;
	margin-top: 20px;
	font-family: courier, "courier new", monospace;
	font-size: 130%;
}

p.foot
{
	text-align: center;
	color: #FF6600;
	background-color: #333333;
	padding: 10px;
	font-family: courier, "courier new", monospace;
	font-size: 85%;
	font-weight: 900;
	margin-bottom: 10px;
}

ul
{
	margin: 0 0 20px 5px;
	padding-left: 5px;
}

ul li
{
	font-size: 100%;
	line-height: 1.25em;
	letter-spacing: 0.25em;
	white-space: normal;
	list-style-type: none;
	display: inline;
	padding: 0;
}

ol
{
	color: black;
	background-color: #ccc;
	font-family: courier, "courier new", monospace;
	font-size: 100%;
	font-weight: 900;
	margin-left: 20px;
	padding-left: 20px;
}

a
{
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	color: #0000FF;
	background-color: #FFFFFF;
	display: inline;
	text-decoration: underline;
	font-weight: normal;
}

a.nav
{
	font-family: courier, "courier new", monospace;
	font-size: 100%;
	font-weight: 900;
	width: 185px;
	display: block;
}

a.nav:link
{
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
}

a.nav:visited
{
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	background-color: #FFCC99;
}

a.nav:hover
{
	color: #FF6600;
	background-color: #333333;
}

a:active
{
	color: #FFFFFF;
	background-color: #FF9900;
}

#content
{
	position: absolute;
	left: 230px;
	width: 68%;
	margin: 10px auto 10px 0;
	border-width: thin;
	border-style: solid;
	color: #000;
	background-color: #FFFFFF;
}

a.contentLink:hover
{
color: yellow;
background-color: #666;
}

#nav
{
	position: fixed;
	width: 200px;
	margin: 10px;
	border-width: thin;
	border-style: solid;
	padding-top: 2px;
	color: #000;
	background-color: #CCCCCC;
	float: left;
}

