@import url("/shared.css");

body {
	background-color: #555;
	background-image: url(/images/background.gif);
	color: #fff;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ddd;
}
a:hover {
	text-decoration: underline;
}


form {
	margin: 0;
	float: left;
	width: 100%;
}
td input {
	width: 100%;
	height: 1.3em;
	border: 1px solid #999;
}
td textarea {
	width: 100%;
	height: 8em;
	border: 1px solid #999;
}
input#submit {
	clear: both;
	float: right;
}


#border-top { /* outer-most wrapper div */
	position: absolute;
	top: 0;
	left: 11em;
	padding: 10px 0 0;
	margin-left: -10px;
	background: url(/images/shadow-top.png) center top no-repeat;
	z-index: 1;
}
#border-bot {
	position: relative;
	padding: 0 0 10px;
	background: url(/images/shadow-bot.png) center bottom no-repeat;
}
#border-sides {
	position: relative;
	padding: 0 10px;
	background: url(/images/shadow-sides.png) center top repeat-y;
}
#content a:visited {
	color: #855;
}
#content a, #content a:hover {
	color: #b00;
	text-decoration: underline;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 130px 25px 25px;
	width: 500px;
	background: #fff;
	color: #000;
}
#header {
	position: absolute;
	top: 0;
	left: 10px;
	height: 113px;
	padding: 0 50px 0 0;
	width: 500px;
}
#header h1 {
	font-size: 250%;
	background-color: #fff;
	padding: 0;
	margin: 0 -25px 0 0;
	height: 113px;
}
#header h1 img {
	margin: 0;
}
#header div {
	bottom: 0;
	left: 0;
	padding: 2px 25px;
	margin-right: -50px;
	font-weight: normal;
	background: #900;
}
#navigation {
	position: absolute;
	top: 120px;
	left: 0;
	width: 9.625em;
	text-align: right;
	padding: 3.5em 0 0;
	font-size: 114.29%;
	z-index: 0;
}
#navigation ul {
	margin: 0;
	padding: 0.6em 0;
}
#navigation li {
	list-style-type: none;
	padding-bottom: 1px;
	margin: 2px 0 0;
}
* html #navigation li {
	margin-bottom: 1px;
}
#navigation li a {
	padding: 1px 0.6em 1px 0;
	display: block;
}
#navigation li a:hover,
	#bloodcovenant .bloodcovenant a,
	#hearingheart .hearingheart a,
	#uprootinganger .uprootinganger a,
	#blog .blog a,
	#seminars .seminars a,
	#resources .resources a,
	#robert .robert a,
	#kay .kay a,
	#contact .contact a
{
	background: #900;
	text-decoration: none;
}
#navigation li ul {
	display: none;
	background: #fff;
	padding: 1px;
	margin: 1px 0 0;
	opacity: 0.6;
}
#navigation li li {
	padding: 1px;
}
#navigation li li a {
	position: relative;
	top: -3px;
	padding: 1px 0.6em 0 0;
	background: none;
	font-size: 90%;
	color: #b00;
	border-bottom: 1px solid #000;
}
#bloodcovenant .bloodcovenant ul,
	#hearingheart .hearingheart ul,
	#uprootinganger .uprootinganger ul,
	#blog .blog ul,
	#seminars .seminars ul,
	#resources .resources ul,
	#robert .robert ul,
	#kay .kay ul,
	#contact .contact ul
{
	display: block;
}
#bloodcovenant .bloodcovenant li a,
	#hearingheart .hearingheart li a,
	#uprootinganger .uprootinganger li a,
	#blog .blog li a,
	#seminars .seminars li a,
	#resources .resources li a,
	#robert .robert li a,
	#kay .kay li a,
	#contact .contact li a
{
	background: none;
	border-bottom: none;
	font-style: italic;
}
div.features {
	background: url(/images/feature-faux-columns.gif) left top repeat-y;
	margin-top: 15px;
}
div.features div {
	background: url(/images/feature-faux-column-edges.gif) left top repeat-y;
}
div.features div div {
	background: none;
}
#content div.features h1 {
	background: #900;
	color: #fff;
}
#content div.features h1 a, 
	#content div.features h1 a:hover, 
	#content div.features h1 a:visited
{
	color: #fff;
	text-decoration: none;
}
#randk {
	position: absolute;
	right: 0;
	top: 0;
}
.article {
	border-bottom: 1px solid #600;
}
#sidebar {
	position: absolute;
	left: 11em;
	top: 120px;
	margin: 3em 0 0 555px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style-type: none;
	margin: 0;
}
#sidebar h3 {
	border-bottom: 1px solid #fff;
}
#footer {
	font-size: 80%;
	text-align: center;
}
