/**

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

	width: 100%;

	box-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);

	display:inline-block;

	width: 1080px;

	background:#f6f6f6;

}



#rightSidebar {

	float: right;

	width: 12%;

	padding: 20px 30px;

	font-size: 0.65em;

	height: 100%;

}



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



#main {

	float: left;

	width: 73%;

	margin-left: 4%;

	display: inline;

	overflow: hidden;

}

