/**
 * 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
 */


#headerTitle {
	text-align: center;
	width: 100%;
}

#body {
margin:0pt auto;
width:880px;
}

#rightSidebar {
	float: right;
	width: 150px;
	padding: 1em 0em 1em 1em;
	font-size: 0.65em;
	height: 100%;
	margin-left: 0pt;	
}

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

#main {

/*	margin-left: 10%;
float: left;
	display: inline;*/

/*	width: 619px; */
	
	/*	Line below has problems with chrome and safari so it is commented*/
	/*margin-right: 0px;*/
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0.5em 0em 2em;	
}