/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 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.
 *
 */

/**
 * Common HTML elements
 */



#body {
	width: 100%;
}

#rightSidebar {
	float: right;
	width: 158px;
	padding: 3em 18px 1em;
	font-size: 0.65em;
	height: 100%;
}

#main {
	float: left;
	width: 63%;
	margin-left: 10%;
	display: inline;
	overflow: hidden;
}
