/*
* $Id: sidebar.css 841 2009-05-18 16:33:35Z Steve $
*
* Modification to plain stylesheet, to move the footer to a sidebar
*/

div.footer {
	/* Fix for IE's inedequacy */
	position: absolute;
	right: 1em;
	top: 1em;
	width: 13em;
}

body > div.footer {
	position: fixed;
}

div.footer p {
	width: 100%;
	text-align: right;
}

div.footer div.footermain {
	border: 1px;
	border-style: solid;
	padding: 0.5em;
}

div.main {
	margin-right: 14em;
	padding-right: 1em;
}

div.index {
	position: relative;
	margin-top: 1em;
}

div.phantom {
	display: none;
}

div.footer span.item, div.index span.index-entry {
	display: block;
}

div.footer span.item:before, div.index span.index-entry:before {
	content: "";
}

div.index span.footerlink, div.footer hr, div.footer span.iesep {
	display: none;
}

