/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */






#rightSidebar_princ {
	float: right;
	width: 18%;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
margin-top: 9.3%;
	margin-right: 2%;
	margin-left: 1%;
	overflow: hidden;
}

* html #rightSidebar { margin-right: 5%; }

